[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Richard Fish <[EMAIL PROTECTED]> writes: > conftest && echo "works" root # ./conftest && echo "works" works Seems to have worked as expected. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Richard Fish
On 11/25/05, Harry Putnam <[EMAIL PROTECTED]> wrote: > Richard Fish <[EMAIL PROTECTED]> writes: > > > #line 1880 "configure" > > #include "confdefs.h" > > > > main(){return(0);} > > > > It then compiles this program. If the program compiles, configure > > decides that gcc works. If the program do

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Richard Fish <[EMAIL PROTECTED]> writes: > #line 1880 "configure" > #include "confdefs.h" > > main(){return(0);} > > It then compiles this program. If the program compiles, configure > decides that gcc works. If the program doesn't run, it decides that > you are cross compiling. So, let's try t

[gentoo-user] can't run passwd

2005-11-25 Thread maxim wexler
Hello everybody, On a fresh install got stuck at livecd/#passwd bash: passwd: command not found Sure enough, there's no passwd in /bin nor a link in /usr/bin. This, having just worked through the on-line docs up to setting hostname and domainname w/o incident. When I exit /bin/bash I can run

Re: [gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Richard Fish
On 11/25/05, Harry Putnam <[EMAIL PROTECTED]> wrote: > Harry Putnam <[EMAIL PROTECTED]> writes: > > [...] > > > checking whether the C compiler (gcc -O2 -march=pentium4 > > -fomit-frame-pointer -L/usr/X11R6/lib -ltiff -L/usr/lib) is a > > cross-compiler... yes > > Still thinks its a cross-compil

Re: [gentoo-user] rsync over ssh "--delete" not working

2005-11-25 Thread Joseph
[snip] On Sat, 2005-11-26 at 16:03 +1300, Nick Rout wrote: > > When I added "e" it deleted the file on destination, and no errors > > showed up. > > no, when you did it you specified that it was to copy a file called > ssh. just leave ssh out altogether. > > if you want to specify the remote shel

[gentoo-user] beagle corlib conflict

2005-11-25 Thread karlos
hello, I have just compiled beagle and tried to use it but I got this message from [EMAIL PROTECTED] ~ $ beagle-query something Corlib not in sync with this runtime: expected corlib version 41, found 22. Download a newer corlib or a newer runtime at http://www.go-mono.com/daily. what does this

Re: [gentoo-user] rsync over ssh "--delete" not working

2005-11-25 Thread Nick Rout
On Fri, 25 Nov 2005 19:27:08 -0700 Joseph <[EMAIL PROTECTED]> wrote: > On Sat, 2005-11-26 at 00:05 +, Neil Bothwick wrote: > > On Fri, 25 Nov 2005 15:51:34 -0700, Joseph wrote: > > > > > Got it! I was missing "e" > > > rsync -ave ssh --delete source/.. .. .. > > > > You don't need -e or ssh

Re: [gentoo-user] rsync over ssh "--delete" not working

2005-11-25 Thread Joseph
On Sat, 2005-11-26 at 00:05 +, Neil Bothwick wrote: > On Fri, 25 Nov 2005 15:51:34 -0700, Joseph wrote: > > > Got it! I was missing "e" > > rsync -ave ssh --delete source/.. .. .. > > You don't need -e or ssh, rsync uses ssh as its remote shell by default. > > rsync -av --delete source/ ...

[gentoo-user] A suggestion for bacula

2005-11-25 Thread Harry Putnam
I've installed bacula from portage ( bacula-1.36.3-r2.ebuild) and found virtually no documentation with it other than one thin README and some release notes. Its not as if the documentaion is not available. There is quite a large manual for it. But worse is that the gentoo install has removed thi

Re: [gentoo-user] rsync over ssh "--delete" not working

2005-11-25 Thread Neil Bothwick
On Fri, 25 Nov 2005 15:51:34 -0700, Joseph wrote: > Got it! I was missing "e" > rsync -ave ssh --delete source/.. .. .. You don't need -e or ssh, rsync uses ssh as its remote shell by default. rsync -av --delete source/ ... would do exactly the same. -- Neil Bothwick Resistance is futile, P

Re: [gentoo-user] dovecot problem

2005-11-25 Thread Neil Bothwick
On Fri, 25 Nov 2005 16:36:13 -0600, Michael Sullivan wrote: > > What version of dovecot were you running before. There was a config > > file format change a while ago (on ~x86, I don't know when it affected > > stable). The source of the error looks familiar, did you update the > > config file aft

Re: [gentoo-user] rsync over ssh "--delete" not working

2005-11-25 Thread Joseph
On Fri, 2005-11-25 at 15:51 -0700, Joseph wrote: > Got it! I was missing "e" > rsync -ave ssh --delete source/.. .. .. > > -- > #Joseph I have another question related to rsync. If I do rsync over ssh and next do it again but with directory mounted with "samba"; it starts copying all the files

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Harry Putnam <[EMAIL PROTECTED]> writes: [...] > checking whether the C compiler (gcc -O2 -march=pentium4 -fomit-frame-pointer > -L/usr/X11R6/lib -ltiff -L/usr/lib) is a cross-compiler... yes Still thinks its a cross-compiler... what does that mean anyway? -- gentoo-user@gentoo.org mailing l

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Richard Fish <[EMAIL PROTECTED]> writes: >> ACCEPT_KEYWORDS="~x86" >> This is because a few -u worls back (2 I think) I foolishly ran >> ACCEPT_KEYWORDS='~x86' emerges -v -u -D world > > Well, the only way ~x86 could have been added to make.conf was if it > was edited directly. Running with

Re: [gentoo-user] rsync over ssh "--delete" not working

2005-11-25 Thread Mike Williams
On Friday 25 November 2005 22:44, Joseph wrote: > How to make "--delete" work with rsync over ssh? By telling rsync to delete. > When I do "rsync" I want it to delete files on destination if they are > not present on source: > > example: > rsync -av ssh --delete source/ > [EMAIL PROTECTED]:/home/

Re: [gentoo-user] what package has moc-qt3?

2005-11-25 Thread Michael Sullivan
On Fri, 2005-11-25 at 17:50 -0500, Chris Bare wrote: > I'm trying to build a qt based application from source and it's looking for a > binary called: moc-qt3 > Can anyone tell me what package I have to emerge to get that? I've searched, > but so far only uncovered that it is in the qt3-dev-tools pa

Re: [gentoo-user] rsync over ssh "--delete" not working

2005-11-25 Thread Joseph
Got it! I was missing "e" rsync -ave ssh --delete source/.. .. .. -- #Joseph On Fri, 2005-11-25 at 15:44 -0700, Joseph wrote: > How to make "--delete" work with rsync over ssh? > When I do "rsync" I want it to delete files on destination if they are > not present on source: > > example: > rsyn

[gentoo-user] what package has moc-qt3?

2005-11-25 Thread Chris Bare
I'm trying to build a qt based application from source and it's looking for a binary called: moc-qt3 Can anyone tell me what package I have to emerge to get that? I've searched, but so far only uncovered that it is in the qt3-dev-tools package on debian. -- Chris Bare [EMAIL PROTECTED] -- gentoo-

[gentoo-user] rsync over ssh "--delete" not working

2005-11-25 Thread Joseph
How to make "--delete" work with rsync over ssh? When I do "rsync" I want it to delete files on destination if they are not present on source: example: rsync -av ssh --delete source/ [EMAIL PROTECTED]:/home/joseph/destination I get: building file list ... link_stat "/home/joseph/ssh" failed: No su

Re: [gentoo-user] dovecot problem

2005-11-25 Thread Michael Sullivan
On Fri, 2005-11-25 at 19:33 +, Neil Bothwick wrote: > On Fri, 25 Nov 2005 11:52:53 -0600, [EMAIL PROTECTED] wrote: > > > I'm having a problem with dovecot. I upgraded dovecot yesterday to > > 0.99.14-r1, although dovecot --version still claims to be 0.99.14 > > Dovecot is version 0.99.14, th

Re: [gentoo-user] courier problems

2005-11-25 Thread Nick Smith
What about interactively logging into mysql with the providedcredentials? Does that work?   i can log in just fine with the user and pass i have specified in the conf files. 

Re: [gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Richard Fish
On 11/25/05, Harry Putnam <[EMAIL PROTECTED]> wrote: > Richard Fish <[EMAIL PROTECTED]> writes: > > > Ok, now we are going to need to see the output of emerge --info, > > because for some reason your toolchain thinks it is cross-compiling: > > There appears to be some confusion in that output as to

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Holly Bostick <[EMAIL PROTECTED]> writes: [...] > Posting emerge info is a good starting point to troubleshoot this > (unless you already happen to know why this is occurring, that's also > possible). I don't have a clue other than Illinformed bungling... maybe being the problem. The requested

[gentoo-user] x11-base/xorg-x11-6.8.2-r6 emerge fails.

2005-11-25 Thread Chris Fairles
I believe its marked stable for x86... emerge results below. dsotm ~ # emerge -Nva x11 These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild U ] x11-base/xorg-x11-6.8.2-r6 [6.8.2-r4] -3dfx -3dnow +bitmap-fonts -cjk -debug -dlloader -dmx -doc -font-s

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Richard Fish <[EMAIL PROTECTED]> writes: > Ok, now we are going to need to see the output of emerge --info, > because for some reason your toolchain thinks it is cross-compiling: There appears to be some confusion in that output as to what USE flags are in force. ACCEPT_KEYWORDS="x86 ~x86" I

Re: Re: [gentoo-user] Home Network Printing

2005-11-25 Thread Michael Kintzios
  > From:: Oliver Friedrich <[EMAIL PROTECTED]> > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Home Network Printing > Date: Fri, 25 Nov 2005 11:58:27 +0100 > Michael Kintzios wrote: > > > I created a new printer on hostname1 and also named it Compaq-HP. I > > set the ipp address

Re: [gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Holly Bostick
Harry Putnam schreef: > > I still don't see the actual error there and it was the output of: > > revdep-rebuild -nc 2>&1|tee revdep.log > > revdep.log is what I posted online. > Richard Fish replied with the specific issue about half an hour ago: > Richard Fish schreef: > > Ok, now we are g

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Harry Putnam <[EMAIL PROTECTED]> writes: [...] > > I may have lost it or something but I made a cut and paste error on > the above and have since posted a better output. I do have the entire > output and should perhaps post it online. > http://www.jtan.com/~reader/vu_txt/display.shtml > > Com

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Holly Bostick <[EMAIL PROTECTED]> writes: [...] > ... and second of all, which package failed to emerge and why? > > Meaning, what was the error in whichever package failed to emerge? Do I need to get the output of something else to determine that. Looking at the full ouput of revdep on a clean

Re: [gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Richard Fish
On 11/25/05, Harry Putnam <[EMAIL PROTECTED]> wrote: > Harry Putnam <[EMAIL PROTECTED]> writes: > > > Oh crap.. overzealous snippage caused me to leave out the main stuff: > > I seem to have taken a moron pill this morning please see full output > of revdep-rebuild in a few minutes at: > http://www

Re: [gentoo-user] emerge --newuse misses package that new USE affects

2005-11-25 Thread Richard Fish
On 11/25/05, Holly Bostick <[EMAIL PROTECTED]> wrote: > The idea of having the temporary setting invisibly add a permanent > setting seems cool, but undermines both the function of the temporary > setting (since it's no longer truly temporary), and the function of the > permanent setting (since you

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Harry Putnam <[EMAIL PROTECTED]> writes: > Oh crap.. overzealous snippage caused me to leave out the main stuff: I seem to have taken a moron pill this morning please see full output of revdep-rebuild in a few minutes at: http://www.jtan.com/~reader/vu_txt/display.shtml (in 5 min or so) -- gent

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Holly Bostick <[EMAIL PROTECTED]> writes: [...] >> Harry responds: >> >> Ack, yes of course and it even warns you about that >> >> However having removed them I still get a huge list of stuff listed >> as BROKEN > > Yes, well, that's what revdep-rebuild does-- finds broken stuff. It's > doing

Re: [gentoo-user] dovecot problem

2005-11-25 Thread Neil Bothwick
On Fri, 25 Nov 2005 11:52:53 -0600, [EMAIL PROTECTED] wrote: > I'm having a problem with dovecot. I upgraded dovecot yesterday to > 0.99.14-r1, although dovecot --version still claims to be 0.99.14 Dovecot is version 0.99.14, the r1 refers to the ebuild revision. > Nov 25 11:46:09 bullet pop3-l

[gentoo-user] CyMotion keyboards

2005-11-25 Thread Gary Richards
I think somebody on this list was looking for one of those new Cherry CyMotion Linux keyboards. There's a new seller on eBay that has them. http://cgi.ebay.com/Cherry-CyMotion-Master-Linux-Keyboard-Tuxs-Revenge_W0QQitemZ5834892820QQcategoryZ4706QQssPageNameZWDVWQQrdZ1QQcmdZViewItem Just in case wh

Re: [gentoo-user] emerge --newuse misses package that new USE affects

2005-11-25 Thread Neil Bothwick
On Fri, 25 Nov 2005 06:16:40 -0800, glen martin wrote: > As an aside, I wonder whether it is a good feature idea that > ACCEPT_KEYWORDS="" emerge > without --oneshot should automatically add to the > package.keywords file. It's a bad idea. Specifying a setting on the command line is temporar

Re: [gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Richard Fish
On 11/25/05, Harry Putnam <[EMAIL PROTECTED]> wrote: > It turn out that using old revdep output was not the problem. See > just posted output in response to Nagatoro. Actually it was. Notice that revdep-rebuild is no longer trying to rebuild mjpegtools, but those things that depend upon mjpegtoo

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Harry Putnam <[EMAIL PROTECTED]> writes: > Richard Fish <[EMAIL PROTECTED]> writes: > > (Including Richard in reply as well) > Nagatoro <[EMAIL PROTECTED]> writes: > > >> [...] >>>Assigning files to ebuilds... using existing >>>/root/.revdep-rebuild.4_ebuilds. >>> Evaluating package

Re: [gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Holly Bostick
Harry Putnam schreef: > Richard Fish <[EMAIL PROTECTED]> writes: > > (Including Richard in reply as well) Nagatoro <[EMAIL PROTECTED]> > writes: >> [...] >> >>> Assigning files to ebuilds... using existing >>> /root/.revdep-rebuild.4_ebuilds. Evaluating package order... >>> using existing > >

Re: [gentoo-user] autoexpect?

2005-11-25 Thread Rob Oravec
On Fri, 2005-11-25 at 19:44 +0100, Antoine wrote: > Hi, > I would like to write a script to log in to a network machine and run > halt (for the missus, who doesn't really like logging in via ssh just to > turn of the internet connection...), and saw that autoexpect looks like > it would fit the

Re: [gentoo-user] autoexpect?

2005-11-25 Thread Andres Becerra Sandoval
Hello, If you create a private-public pair with ssh-keygen you can access to the other machine without a password. Then your script would call ssh and probably "sudo /sbin/poweroff" as a parameter to halt the remote machine. On 11/25/05, Antoine <[EMAIL PROTECTED]> wrote: > Hi, > I would like to

[gentoo-user] autoexpect?

2005-11-25 Thread Antoine
Hi, I would like to write a script to log in to a network machine and run halt (for the missus, who doesn't really like logging in via ssh just to turn of the internet connection...), and saw that autoexpect looks like it would fit the bill. It doesn't seem to be in portage and it seems a lot

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Holly Bostick <[EMAIL PROTECTED]> writes: > Harry Putnam schreef: > >> First let me add that (mjpegtools-1.6.2-r3) isn't even installed: >> root # qpkg -v -I |grep mjpegtools media-video/mjpegtools-1.8.0-r1 * [...] Holly says: > But probably you're just using old revdep-rebuild output, and the

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Richard Fish <[EMAIL PROTECTED]> writes: (Including Richard in reply as well) Nagatoro <[EMAIL PROTECTED]> writes: > [...] >>Assigning files to ebuilds... using existing >>/root/.revdep-rebuild.4_ebuilds. >> Evaluating package order... using existing Nagatoro replied: > ^^^using

Re: [gentoo-user] dovecot problem

2005-11-25 Thread Holly Bostick
[EMAIL PROTECTED] schreef: > I'm having a problem with dovecot. I upgraded dovecot yesterday to > 0.99.14-r1, although dovecot --version still claims to be 0.99.14 I don't know how to fix your problem (sorry); just wanted to mention that the reason that the version is still claimed to be 0.99.1

Re: [gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Holly Bostick
Harry Putnam schreef: > First let me add that (mjpegtools-1.6.2-r3) isn't even installed: > root # qpkg -v -I |grep mjpegtools media-video/mjpegtools-1.8.0-r1 * > > > equery depends mjpegtools [ Searching for packages depending on > mjpegtools... ] media-video/transcode-0.6.14-r2 > media-vide

[gentoo-user] dovecot problem

2005-11-25 Thread michael
I'm having a problem with dovecot. I upgraded dovecot yesterday to 0.99.14-r1, although dovecot --version still claims to be 0.99.14 Here's the info: bullet ~ # /etc/init.d/dovecot start * Starting dovecot ... * [ ok ]bullet ~ # /etc/init.d/dovecot status * status: started bullet ~ # ps ax |

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Richard Fish <[EMAIL PROTECTED]> writes: [...] > Also, do you have anything for mjpegtools in > /etc/portage/package.mask? ls /etc/portage/ package.keywords package.use profile/ sets/ -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Richard Fish <[EMAIL PROTECTED]> writes: > Interesting. All 3 builds currently in portage (1.6.2-r4, 1.8.0, and > 1.8.0-r1) use toolchain-funcs already. > > What is the result of First let me add that (mjpegtools-1.6.2-r3) isn't even installed: root # qpkg -v -I |grep mjpegtools media-vide

Re: [gentoo-user] emerge --newuse misses package that new USE affects

2005-11-25 Thread Holly Bostick
glen martin schreef: > Holly Bostick wrote: > >> glen martin schreef: >> >>> As an aside, I wonder whether it is a good feature idea that >>> ACCEPT_KEYWORDS="" emerge without --oneshot should >>> automatically add to the package.keywords file. >> >> That's an idea with some merit, but imo

Re: [gentoo-user] emerge --newuse misses package that new USE affects

2005-11-25 Thread glen martin
Holly Bostick wrote: >glen martin schreef: > > >>As an aside, I wonder whether it is a good feature idea that >>ACCEPT_KEYWORDS="" emerge without --oneshot should >>automatically add to the package.keywords file. >> >> >That's an idea with some merit, but imo not enough (merit) to make i

Re: [gentoo-user] emerge --newuse misses package that new USE affects

2005-11-25 Thread Holly Bostick
glen martin schreef: > > As an aside, I wonder whether it is a good feature idea that > ACCEPT_KEYWORDS="" emerge without --oneshot should > automatically add to the package.keywords file. > That's an idea with some merit, but imo not enough (merit) to make it feasible (but it's not my decis

[gentoo-user] bad mouse

2005-11-25 Thread Martins Steinbergs
hi does anybody know how to fix mouse problem, it goes sometimes random actions. tried various drivers and best results has been with set to auto but today it gone realy wild. couldnt get to normal even killing xserver, just reboot did. there was no change in harware or configs. logs are full w

Re: [gentoo-user] emerge --newuse misses package that new USE affects

2005-11-25 Thread glen martin
Willie Wong wrote: >On Thu, Nov 24, 2005 at 11:01:43AM -0800, glen martin wrote: > > >>Seems a truism, but you're right. apache isn't in my world file. >>somehow. And adding it to my world file does work around the symptom I >>describe. >> >>This begs the question of why it isn't there, conside

Re: [gentoo-user] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3

2005-11-25 Thread Iain Buchanan
On Fri, 2005-11-25 at 09:09 +0100, Uwe Klosa wrote: > Iain Buchanan wrote: > > On Thu, 2005-11-24 at 09:17 +0100, Uwe Klosa wrote: > > > > > When I updrade my kernel from suspend2-sources-2.6.14 to -r1 or r3 all > > > options for SUSPEND2 are gone. I have tried with make oldconfig > > > and make

RE: [gentoo-user] Home Network Printing

2005-11-25 Thread Michael Kintzios
> -Original Message- > From: Oliver Friedrich [mailto:[EMAIL PROTECTED] > Sent: 25 November 2005 10:58 > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Home Network Printing > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Michael Kintzios wrote: > > > > > I cr

Re: [gentoo-user] Home Network Printing

2005-11-25 Thread Oliver Friedrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Kintzios wrote: > > I created a new printer on hostname1 and also named it Compaq-HP. I > set the ipp address to ipp://hostname2.STUDY/ipp but I kept > getting errors telling me it can't resolve the address. AFAIR the IPP-Adress has to be: "i

Re: [gentoo-user] Home Network Printing

2005-11-25 Thread Martins Steinbergs
On Friday 25 November 2005 12:14, Michael Kintzios wrote: > Hi All, > > I am sure that this is an easy thing to achieve, but for some reason I > seem to fail to get it going. Probably because I do not completely > understand the logic. The setup is as follows: > > I have two boxen, hostname1.STUD

Re: [gentoo-user] nvidia-kernel does not load in 2.6.14-gentoo-r2 (unknown symbols)

2005-11-25 Thread Jules Colding
On Thu, 2005-11-24 at 18:14 +, Neil Bothwick wrote: > On Thu, 24 Nov 2005 15:41:17 +0100, Jules Colding wrote: > > > But I double-checked anyway and nvidia still has unknown symbols in the > > latest kernel. I have attached the emerge output from the nvidia build > > and the emerge info from t

Re: [gentoo-user] How serious is revdep-rebuild failure

2005-11-25 Thread Nagatoro
Harry Putnam wrote: Someone once advised me to run this command after sync and update world. [...] Assigning files to ebuilds... using existing /root/.revdep-rebuild.4_ebuilds. Evaluating package order... using existing /root/.revdep-rebuild.5_order. ^^^using existing^^^ mean

[gentoo-user] Home Network Printing

2005-11-25 Thread Michael Kintzios
Hi All, I am sure that this is an easy thing to achieve, but for some reason I seem to fail to get it going. Probably because I do not completely understand the logic. The setup is as follows: I have two boxen, hostname1.STUDY and hostname2.STUDY. hostname2 has the printer connected to it via p

Re: [gentoo-user] Problems with arts

2005-11-25 Thread Neil Bothwick
On Fri, 25 Nov 2005 04:53:39 +, Peter Ruskin wrote: > >  http://distfiles.gentoo.org/distfiles/arts-1.5.0.tar.bz2 => > > `/usr/portage/distfiles/arts-1.5.0.tar.bz2' Resolving > > distfiles.gentoo.org... 64.50.238.52, 64.50.236.52, > > 216.165.129.135, ... > > Connecting to distfiles.gentoo.org

Re: [gentoo-user] system clock keeps getting reset to weird times

2005-11-25 Thread stuart
On Thu, Nov 24, 2005 at 11:48:23PM +0100, Benno Schulenberg wrote: > Charles Trois wrote: > > ~ # ls -l /etc/localtime > > lrwxrwxrwx 1 root root 32 Nov 22 20:39 /etc/localtime -> > > /usr/share/zoneinfo/Europe/Paris > > > > and in /etc/conf.d/clock: > > > > CLOCK="local" > > Did you maybe chan

Re: [gentoo-user] C compiler cannot create executables [SOLVED]

2005-11-25 Thread Matan Peled
Michael Sullivan wrote: I downloaded the stage 3 tarball and found the files I need and copied them over. It worked. I'm in the process of emergine --emptytree binutils and gcc atm... That works, but I would have attempted playing with binutils-config first. -- [Name ] :: [Matan I.

Re: [gentoo-user] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3

2005-11-25 Thread Uwe Klosa
Thank you for your answer. I have ht activated. Does someone know why this behaviour occurs? Uwe Iain Buchanan wrote: On Thu, 2005-11-24 at 09:17 +0100, Uwe Klosa wrote: Hi When I updrade my kernel from suspend2-sources-2.6.14 to -r1 or r3 all options for SUSPEND2 are gone. I have tried wit