From mamajom at axelero.hu Fri Sep 24 20:18:34 2004 From: mamajom at axelero.hu (VMiklos) Date: Fri Sep 24 20:19:39 2004 Subject: [Frugalware-users] test Message-ID: testing users ;-) udv / greetings -- __________ VMiklos / FrugalWare & EL Team ____/__/___|___\__. E-mail: mamajom at axelero dot hu O__O _ | | _ | Homepage: http://www.vmiklos.tk '--`-(_)'---'--(_)-' gpg --keyserver pgp.mit.edu --recv-keys 03915096 From mamajom at axelero.hu Mon Sep 27 07:24:03 2004 From: mamajom at axelero.hu (VMiklos) Date: Mon Sep 27 07:25:31 2004 Subject: [Frugalware-users] using rsync Message-ID: hi all i would like to tell you how to use the rsync service on ftp.frugalware.org to sync a specified directory of the fst (frugaware source tree). Say you only want to sync the pub/frugalware/frugalware-current/boot dir. then you sould enter the dir, and issue: rsync -avP --delete-after \ ftp.frugalware.org::ftp/pub/frugalware/frugalware-current/boot ./ that's it or for isos (st's request): rsync -avP --delete-after \ ftp.frugalware.org::ftp/pub/frugalware/frugalware-current-iso ./ good luck udv / greetings -- __________ VMiklos / FrugalWare & EL Team ____/__/___|___\__. E-mail: mamajom at axelero dot hu O__O _ | | _ | Homepage: http://www.vmiklos.tk '--`-(_)'---'--(_)-' gpg --keyserver pgp.mit.edu --recv-keys 03915096 From mamajom at axelero.hu Wed Sep 29 07:22:17 2004 From: mamajom at axelero.hu (VMiklos) Date: Wed Sep 29 07:22:28 2004 Subject: [Frugalware-users] [BUG] ssh for non-root users doesn't work Message-ID: hi while trying to use ssh as a non-root user, i got the following error message: vmiklos@vmhome:~# ssh host ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory Host key verification failed. the problem is in udev's permissions, can be workarounded be addig rights on /dev/tty until it will be fixed. It will be fixed soon in the currently non-existing udev-032-3 package. udv / greetings -- __________ VMiklos / FrugalWare & EL Team ____/__/___|___\__. E-mail: mamajom at axelero dot hu O__O _ | | _ | Homepage: http://www.vmiklos.tk '--`-(_)'---'--(_)-' gpg --keyserver pgp.mit.edu --recv-keys 03915096 From mamajom at axelero.hu Wed Sep 29 07:27:28 2004 From: mamajom at axelero.hu (VMiklos) Date: Wed Sep 29 07:29:40 2004 Subject: [Frugalware-users] [BUG] clock always stored in UTC Message-ID: hi the clock doesn't depends on what i choose in the setup. always stored in utc. you can workaround this by asking for a shell at the end of the setup, and patch your /sbin/timeconfig with the attached patch. this will be fixed soon in the util-linux-2.12-12 package. udv / greetings -- __________ VMiklos / FrugalWare & EL Team ____/__/___|___\__. E-mail: mamajom at axelero dot hu O__O _ | | _ | Homepage: http://www.vmiklos.tk '--`-(_)'---'--(_)-' gpg --keyserver pgp.mit.edu --recv-keys 03915096 -------------- next part -------------- --- source/base/util-linux/timeconfig 2004-09-26 14:23:24.000000000 +0200 +++ /mnt/rack/sbin/timeconfig 2004-09-28 22:23:54.000000000 +0200 @@ -17,7 +17,7 @@ { howf=`mktemp` dialog --backtitle "$timebacktitle" --title "$modet" --aspect 20 --menu "$moded" 0 0 0 "$not" "$nod" "$yest" "$yesd" 2>$howf || exit 0 - [ "`cat $howf`" == "no" ] && mode=localtime || mode=UTC + [ "`cat $howf`" == "$not" ] && mode=localtime || mode=UTC rm $howf } From mamajom at axelero.hu Wed Sep 29 20:47:09 2004 From: mamajom at axelero.hu (VMiklos) Date: Wed Sep 29 20:48:25 2004 Subject: [Frugalware-users] [BUG] clock always stored in UTC In-Reply-To: References: Message-ID: On Wed, 29 Sep 2004, VMiklos wrote: > the clock doesn't depends on what i choose in the setup. always stored in > utc. you can workaround this by asking for a shell at the end of the setup, > and patch your /sbin/timeconfig with the attached patch. > > this will be fixed soon in the util-linux-2.12-12 package. fixed, see changelog udv / greetings -- __________ VMiklos / FrugalWare & EL Team ____/__/___|___\__. E-mail: mamajom at axelero dot hu O__O _ | | _ | Homepage: http://www.vmiklos.tk '--`-(_)'---'--(_)-' gpg --keyserver pgp.mit.edu --recv-keys 03915096 From mamajom at axelero.hu Wed Sep 29 20:47:36 2004 From: mamajom at axelero.hu (VMiklos) Date: Wed Sep 29 20:48:46 2004 Subject: [Frugalware-users] [BUG] ssh for non-root users doesn't work In-Reply-To: References: Message-ID: On Wed, 29 Sep 2004, VMiklos wrote: > while trying to use ssh as a non-root user, i got the following error > message: > > vmiklos@vmhome:~# ssh host > ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory > Host key verification failed. > > the problem is in udev's permissions, can be workarounded be addig rights on > /dev/tty until it will be fixed. > > It will be fixed soon in the currently non-existing udev-032-3 package. fixed, see changelog udv / greetings -- __________ VMiklos / FrugalWare & EL Team ____/__/___|___\__. E-mail: mamajom at axelero dot hu O__O _ | | _ | Homepage: http://www.vmiklos.tk '--`-(_)'---'--(_)-' gpg --keyserver pgp.mit.edu --recv-keys 03915096