Re: One Command -- Four Types

2002-08-04 Thread Johannes Franken
with their own separate options? A link cannot pass arguments to a program. It's the binary itself, which checks out what it was called as. -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/ -- redhat-list mailing list Unsubscribe

Re: convert existing ext2 partition to ext3

2002-08-03 Thread Johannes Franken
* Bret Hughes [EMAIL PROTECTED] [2002-08-03 06:26 +0200]: have a kernel with ext3 support built in How do you know? echo your kernel has `grep -q ext3 /proc/filesystems || echo no` ext3 support -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http

Re: convert existing ext2 partition to ext3

2002-08-03 Thread Johannes Franken
? You'd have to configure an initial ramdisk to load the ext3.o before the kernel gets to mount the root fs. I guess on RH6.2 this won't be as trivial as making a kernel with ext3 built in. -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de

Re: Rsync cannot authenticate

2002-08-03 Thread Johannes Franken
variable can be different. So, just in case you have multiple versions of ssh installed on your system, and cron's rsync called the other one than your's did, this could be an explanation. Check locate ssh. -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http

Re: crontab

2002-08-02 Thread Johannes Franken
. In your case, write to - user's crontab: 0 0 * * * remind -h ~/remindfile - ~/remindfile: REM 1 -1 RUN echo ultimo day today -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/ -- redhat-list mailing list Unsubscribe

Re: convert existing ext2 partition to ext3

2002-08-02 Thread Johannes Franken
* dogface [EMAIL PROTECTED] [2002-08-02 21:07 +0200]: how can i convert an existing ext2 partition to ext3 without loosing any information? 1. have a kernel with ext3 support built in 3. tune2fs -j /dev/hda1 2. in /etc/fstab, replace ext2 with ext3 4. remount or reboot -- Johannes Franken

Re: Allowing directory browsing in Apache

2002-08-01 Thread Johannes Franken
Options Indexes FollowSymLinks Otherwise, please post your error.log -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/ -- redhat-list mailing list Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com

Re: directory filesize

2002-07-31 Thread Johannes Franken
parent directory? The parent directory has nothing to do with that. -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/ -- redhat-list mailing list Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com

Re: capturing remote display

2002-07-31 Thread Johannes Franken
* Anth Courtney [EMAIL PROTECTED] [2002-07-31 19:23 +0200]: I want to capture screenshots from a X display using a command line interface. Ideally, I'd like to also be able to capture these from a remote x display. xwd (1x) - dump an image of an X window -- Johannes Franken

Re: IP Address Variable?

2002-07-31 Thread Johannes Franken
, which are faster, safer and don't depend on any local ones. To do so, just export DISPLAY=:0 -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/ -- redhat-list mailing list Unsubscribe mailto:[EMAIL PROTECTED]?subject

Re: Update kernel

2002-07-27 Thread Johannes Franken
and samba 2.2 out of the box. -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/ ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: linux dr

2002-07-08 Thread Johannes Franken
from them to have your system back. No user interaction neccessary besides changing disks (especially if you prefered the floppy way). -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de