Re: [gentoo-user] help "line 6: B: command not found"

2005-03-28 Thread Alex Schuster
quot; INT QUIT TSTP No B supposed to be there. Do you have it there? You can probably delete or comment this line then. Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- gentoo-user

Re: [gentoo-user] Before I run into trouble

2005-02-25 Thread Alex Schuster
ke this: emerge world -ua || emerge --resume --skipfirst || emerge --resume -- skipfirst || emerge --resume --skipfirst || emerge --resume -- skipfirst || emerge --resume --skipfirst Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] "~x86" for kde3.2 then what ?

2004-02-10 Thread Alex Schuster
you use the -U (-- upgradeonly) switch, emerge will not want to downgrade anything. That's what I would do in this case. In case you downgrade and you have buildpkg in your FEATURES list in /etc/make.conf, you might use the -k (--usepkg) option, this avoids the re-compilati

Re: [gentoo-user] Possibly copy protected CDs?

2004-02-03 Thread Alex Schuster
resting. Can you explain 'mounting on loopback'? What > is that? I only have one Linux book (Linux in a Nutshell) and it doesn't > have loopback in the index. This allows to mount an ISO image instead of a real CD: mount -t iso9660 -o loop EXILE_DISK_1.iso /mnt/tmp You need to h

Re: [gentoo-user] Several problems with nVidia

2004-01-28 Thread Alex Schuster
just working fine with the nvidia drivers. Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] A stupid mistake

2004-01-26 Thread Alex Schuster
rge python-fchksum" But beware, this removes a security feature, I would backup the passwd and group files first. Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Distcc problems.

2003-12-25 Thread Alex Schuster
your problem. I think an additional 'chown portage.portage /var/tmp/portage/.distcc' might be necessary, at least with userpriv in the FEATURES list in /etc/make.conf. Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] running a cron job more frequent than one hour

2003-12-03 Thread Alex Schuster
edit it). Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] bash/dialog problem

2003-11-20 Thread Alex Schuster
t $menufile | head -$(( $i+1 )) | tail -1` done dialog --menu "Choose a partition..." 12 60 8 "[EMAIL PROTECTED]" 2> > /tmp/menuoption There might be more elegant way, though. Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] bash/dialog problem

2003-11-20 Thread Alex Schuster
/dlgmenu | head -1` item=`cat /tmp/dlgmenu | tail -1` dialog --menu mymenu 12 50 8 "$tag" "$item" 2> /tmp/menuoption Do you need the /tmp/dlgmenu file at all? Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Dynamic DNS recommendations

2003-11-17 Thread Alex Schuster
echo ${line:20:15} } ez-ipupdate --config-file /etc/ppp/ez-ipupdate.conf --address=`addr` [EMAIL PROTECTED]:/etc/ppp cat /etc/ppp/ez-ipupdate.conf #daemon= #debug=yes #foreground host=wonkology.dyndns.org server=members.dyndns.org service-type=dyndns user=USER:PASS wildcard

Re: [gentoo-user] arrow keys in dosemu

2003-11-12 Thread Alex Schuster
een resolutions, but I'm not sure which of these problems happened with which hdimage. One problem with freedos was that I was not able to pass parameters to batch files, and so I switched to DR-DOS again, which I had used before using Gentoo. I also think with freedos xdosemu did not a

Re: [gentoo-user] arrow keys in dosemu

2003-11-12 Thread Alex Schuster
had no keyboard problems with freedos, too. Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] VMware and kernel 2.6.0test8

2003-11-07 Thread Alex Schuster
e kernel. Anyone? Theconfig script sometimes forgets to remove a not_configured file somewhere in /opt/vmware. Delete it, and all will be fine I think. Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] lirc compilation fails

2003-10-14 Thread Alex Schuster
RES line in /etc/make.conf. I don't know the difference between sandbox, usersandbox and userpriv, but removing them should do it. But remember that this is a security feature that you are disabling. You could also try to install the newer version of lirc via ACCEPT_KEYWORDS="~x86&quo

Re: [gentoo-user] emerge errors for gcc

2003-10-06 Thread Alex Schuster
Are there no more messages before these, showing some more errors? Maybe you overlooked them in the bunch of ouputput log? Are you using very aggressive CFLAGS? Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -

Re: [gentoo-user] emerge -u world shows blocking packages for gnome 2.4 now what

2003-10-06 Thread Alex Schuster
forum yesterday, no solution yet: http://forums.gentoo.org/viewtopic.php?p=569020#569020 No big problem though, apart from being unable to do an emerge -uD world. Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Grub

2003-09-03 Thread Alex Schuster
y, not /boot/grub, unless you have a boot -> . link in this partition. [1] http://www.gentoo.org/doc/en/gentoo-x86-install.xml#doc_chap23 Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] how to allow dialin via isdn?

2003-08-30 Thread Alex Schuster
rl dial ipp5" to call the remote host, or just wait to be called by him. isdnctrl hangup ippp5 to hangup. Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] eth0 failing to start from runlevels

2003-07-10 Thread Alex Schuster
orks fine: > Right. >> Any ideas? > Not yet. Searchig the forum again, I found some threads I had missed before. The suggestion there is not to start /etc/init.d/net.eth0 at all: rc-update del net.eth0 I think this _cannot_ work, but it does. Strange. But all seems to be fi

Re: [gentoo-user] eth0 failing to start from runlevels

2003-07-10 Thread Alex Schuster
* Bringing eth0 down... [ ok ] Just for the record, the same happens here. Probably after an emerge -u world, but I'm not sure, I'm not rebooting too often. > However running the init.d script manually as root works fine: Right. > Any ideas? Not yet. Alex --

Re: [gentoo-user] gcc question

2003-03-16 Thread Alex Schuster
"") Well, this is not really Gentoo-specific, but you can use the -I option to gcc. gcc -I /some/path/include -o foo foo.c Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Dosemu

2003-03-14 Thread Alex Schuster
on(tm) XP 1700+ AuthenticAMD GNU/Linux dosemu-1.1.3-r1 Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] chost, cflags, and cxxflags examples

2003-03-04 Thread Alex Schuster
the -march? Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list