From zhucheng at sitek.cn Mon Dec 18 13:00:22 2006 From: zhucheng at sitek.cn (sinkin) Date: Mon, 18 Dec 2006 21:00:22 +0800 Subject: [redhat-list-de] start daemon program by general user in fc-4 Message-ID: <1166446822.5248.0.camel@localhost> Hello! I want to start daemon program by general user in fedora core 4 system's startup script . for example, I add one line in /etc/rc.local: su postgres -c 'postmaster -D /home/data' but this failed, and the message is "su: /bin/sh permission denied" When i login the system using root, i can run this command. I think this problem related to the fc-4 system, because i can do the same thing under redhat-9 system. Can you give me help? thanks! -- From doomrunner.lists at gmail.com Fri Dec 22 08:12:07 2006 From: doomrunner.lists at gmail.com (Anton Hofmann) Date: Fri, 22 Dec 2006 09:12:07 +0100 Subject: [redhat-list-de] NTFS sichern und wiederherstellen In-Reply-To: <4550AC03.6010601@web.de> References: <454EF931.8000209@web.de> <1162810279.24895.2.camel@localhost.localdomain> <454F33F6.1040906@web.de> <200611062149.59887.spatz1@t-online.de> <4550AC03.6010601@web.de> Message-ID: <458B9357.6040004@gmail.com> Hallo Udo, vielleicht etwas sp?t, aber ich gebe trotzdem noch meinen Senf dazu. F?r deinen zweck lege ich dir das Programm NFGDump nahe, es ist in der Lage einen Dump von FAT16, FAT32 sowie NTFS zu erstellen, zu splitten, verschl?sseln und zu komprimieren. PS: W?nsche euch allen noch sch?ne Feiertage und einen guten Rutsch ins neue Jahr. Gru? Anton Paeger schrieb: > Frank Schneider wrote: >> Hallo, >> >> In einem der letzten Linux-Magazine war ein ziemlich >> gro?er Bericht ?ber Zugriff auf NTFS von Linux aus - da >> wurden auch ein paar Tools erw?hnt, welche ganze NTFS-Partitionen >> korrekt sichern und wiederherstellen konnten. Eines der Tools >> arbeitete wie "dump", sicherte also nur belegte Bereiche, etc. >> >> Vielleicht ist da was dabei... >> >> Mit "dd" geht es auch, selbst schon gemacht (incl. Restore), >> aber es sollte halt dieselbe Platte oder wenigstens eine exakt >> gleich gro?e Partition sein - au?erdem setzt "dd" nicht das >> "dirty-flag" nach dem Restore, und so hat das win2k/XP nichtmal >> eine Chance, entsprechende Fehler durch einen Checkdisk >> (blauer Bildschirm beim Starten) seines NTFS vor dem ersten >> Start zu reparieren - mindestens eins der oben erw?hnten Tools >> kann das z.B. >> >> Gru?, >> Frank. >> > Hi Frank! > > Sch?n, da? du auch noch mitliest. > > Werde gleich mal reinschauen. Mit dem Tool von meinem Namensvetter > habe ich feststelen m?ssen, da? es auf der mtfs Partition Probs gibt - > obwohl checkdisk nix zu beanstanden hat. > > Gruss Udo > > _______________________________________________ > redhat-list-de mailing list > redhat-list-de at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-list-de > From doomrunner.lists at gmail.com Fri Dec 22 08:36:07 2006 From: doomrunner.lists at gmail.com (Anton Hofmann) Date: Fri, 22 Dec 2006 09:36:07 +0100 Subject: [redhat-list-de] start daemon program by general user in fc-4 In-Reply-To: <1166446822.5248.0.camel@localhost> References: <1166446822.5248.0.camel@localhost> Message-ID: <458B98F7.4050700@gmail.com> Hi, first, this mailinglist is for RedHat-related questions in german, but i?ll try to help you out with your problem. Can you ensure that the "Permission denied" really is from su? Try to start postgres with "su -m". sinkin schrieb: > Hello! > > I want to start daemon program by general user in fedora core 4 system's > startup script . > for example, I add one line in /etc/rc.local: > su postgres -c 'postmaster -D /home/data' > > but this failed, and the message is "su: /bin/sh permission denied" > > When i login the system using root, i can run this command. > I think this problem related to the fc-4 system, because i can do the > same thing under redhat-9 system. > Can you give me help? thanks! > >