Re: [gentoo-user] ssh2 and xover LAN

2006-04-03 Thread Alexander Skwar
maxim wexler wrote: --- Bryan Whitehead [EMAIL PROTECTED] wrote: What do you mean by xover? FTP? SCP? NFS? Coda? HTTP? xover==crossover. Yes. So? What do you mean by crossover? quoteftp didn't work either/unquote Aha. Why not? What error messages did you get? What's in the logs?

Re: [gentoo-user] Modular X

2006-04-03 Thread Alexander Skwar
Toby 'qubit' Cubitt wrote: The only downside to freeNX was it was more complicated to get working. The big downside of NX for me is, that your session ends as soon as NX is stopped. Not so with VNC (no matter which VNC). Alexander Skwar -- BTW: I have a better name for the software

Re: [gentoo-user] setting the time

2006-04-03 Thread Mattias Merilai
Daniel Waeber wrote: hi i have a problem with changing the time/date of my computer. I only can change it temporally till the next reboot. I tried date and ntptime to set it. after setting it the system shows the right time, but after a reboot i have the old time again. i have no other system

Re: [gentoo-user] traffic shaping

2006-04-03 Thread Uwe Thiem
On 03 April 2006 03:06, Sven Köhler wrote: Hi, i would like to shape the traffic of my DSL-connection, but somehow i never really understood the machanisms that linux offers. All the scripts i wrote were simply worthless somehow, because they didn't really improve anything. Is there any

Re: [gentoo-user] traffic shaping

2006-04-03 Thread Boyd Stephen Smith Jr.
On Sunday 02 April 2006 21:06, Sven Köhler [EMAIL PROTECTED] wrote about '[gentoo-user] traffic shaping': Is there any application or script that is easy to configure and does all the necessary things to shape my DSL traffic? Not at this time. However, it's actually fairly easy to throw

Re: [gentoo-user] ssh2 and xover LAN

2006-04-03 Thread Nick Rout
On Sun, 2 Apr 2006 17:02:37 -0700 (PDT) maxim wexler [EMAIL PROTECTED] wrote: xover==crossover. quoteftp didn't work either/unquote ohhh for gods sake what command did you issue? what result did you get? scp myfile [EMAIL PROTECTED]:~/ generally transfers myfile into the home directory of

Re: [gentoo-user] Mounting USB Flash Drive

2006-04-03 Thread Neil Bothwick
On Sat, 01 Apr 2006 03:09:07 +, b.n. wrote: I can just nano /etc/fstab and add /dev/sda1? Not only you can: you actually have to! :) No you don't. The automounters in KDE and GNOME don't want fstab entries for the devices. -- Neil Bothwick Head: (n.) the part of a disk drive which

Re: [gentoo-user] Mounting USB Flash Drive

2006-04-03 Thread Neil Bothwick
On Fri, 31 Mar 2006 16:42:30 -0800, Lord Sauron wrote: No, I had to manually create a mount point via the GUI and then enable the thing and all this stuff. Then KDE just looked at /media and slapped that on my desktop. I mounted my windows partition (back when I had one) on /media so that I

Re: [gentoo-user] Re: problems with ifplugd

2006-04-03 Thread Neil Bothwick
On Sun, 02 Apr 2006 20:47:18 +0200, Sven Köhler wrote: I would rather like, if ifplugd would automatically do the ifconfig up so that no configuration tweaks are needed. Of course, i also got to put the interface in the up state on boot, because i don't want to put net.eth0 in the

Re: [gentoo-user] eth0/eth1 detected, but wired network is eth1...

2006-04-03 Thread Neil Bothwick
On Sun, 2 Apr 2006 12:23:30 -0700, Richard Fish wrote: But what is eht0, wifi? Can I somehow change network detection so that eth0 is wired-ethernet, and eth1 that other network (probably wifi)??? Most likely eth0 is your wifi card. You can write udev rules to set whatever device names

[gentoo-user] X-server does not start with nvidia TNT2

2006-04-03 Thread Ondra Zahradnik
Hello, please help with this problem. I have nVidia TNT2, emerged nvidia-kernel-1.0.6629-r5 and nvidia-glx-1.0.6629-r5 and followed up instructions in Gentoo Linux nVidia Guide. Module loads successfuly to kernel but X does not start. glxinfo output is like: glxinfo: error while loading shared

Re: [gentoo-user] Weird error emerging seahorse

2006-04-03 Thread Ow Mun Heng
On Sun, 2006-04-02 at 22:49 +0200, Kristian Poul Herkild wrote: Emerging seahorse fails with following error: ... mkdir -p /usr/share/mime/packages/ update-mime-database /usr/share/mime/ update-mime-database: I don't have write permission on /usr/share/mime. Try rerunning me as root. ...

Re: [gentoo-user] rc-status and broken links

2006-04-03 Thread Neil Bothwick
On Sun, 2 Apr 2006 16:34:01 -0600, Peter Kelly wrote: I only see the [broken] message when I use `rc-status -s`. If I just type 'rc-status', I get a correct response for the default runlevel. There's a bug files here: http://bugs.gentoo.org/show_bug.cgi?id=113755 I see the same now, I was

Re: [gentoo-user] OT: Application for video cutting ?

2006-04-03 Thread Daniel Pielmeier
Hi! If you just want to remove the adds from your recordings, i recommend ttcut at http://ttcut.tritime.org/ it is not in portage and depends on qt-4. Ttcut is able to cut frame accurately, so you can cut on I-, P- and B-Frames. I have written an ebuild, you will find it at

Re: [gentoo-user] gcc question

2006-04-03 Thread Neil Bothwick
On Sun, 2 Apr 2006 21:00:39 -0700, Lord Sauron wrote: From what I read, if you have half a package using gcc3.3 and the other half 3.4 or something, that won't work. If that were true, how would the system function while recompiling the other half of the packages? There may be some issues

[gentoo-user] Strange emerge for poppler

2006-04-03 Thread Matthias Bethke
Portage is acting strage today. Poppler has been acting up for a while now, but today it seems more like portage is confused about what to emerge: | # emerge -DNuta world | | These are the packages that I would merge, in reverse order: | | Calculating world dependencies ...done! | [nomerge

[gentoo-user] emerge --resume question

2006-04-03 Thread Peter Campion-Bye
Hi, Trying to do an 'emerge -e world' I come up against the odd package that doesn't build without some intervention. I know I can do 'emerge --resume --skipfirst' and carry on, but sometimes the broken package could be built ok with a little intervention, for example, my build breaks on

Re: [gentoo-user] emerge --resume question

2006-04-03 Thread Teresa and Dale
Peter Campion-Bye wrote: Hi, Trying to do an 'emerge -e world' I come up against the odd package that doesn't build without some intervention. I know I can do 'emerge --resume --skipfirst' and carry on, but sometimes the broken package could be built ok with a little intervention, for example, my

Re: [gentoo-user] traffic shaping

2006-04-03 Thread Rick van Hattem
On Monday 03 April 2006 04:06, Sven Köhler wrote: Hi, i would like to shape the traffic of my DSL-connection, but somehow i never really understood the machanisms that linux offers. All the scripts i wrote were simply worthless somehow, because they didn't really improve anything. Is there

Re: [gentoo-user] emerge --resume question

2006-04-03 Thread Jason Stubbs
On Monday 03 April 2006 20:39, Peter Ruskin wrote: On Monday 03 April 2006 12:06, Peter Campion-Bye wrote: Hi, Trying to do an 'emerge -e world' I come up against the odd package that doesn't build without some intervention. I know I can do 'emerge --resume --skipfirst' and carry on, but

Re: [gentoo-user] mozilla adding/removing lines in text

2006-04-03 Thread Rafael Bugajewski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 02.04.2006 um 00:09 schrieb CapSel: When I open a page and scroll it I see something like someone cuted or added one row of pixels. I noticed it right after upgrading gtk+ froem 2.8.8 to 2.8.12, but I don't know if it is gtk problem. There are

Re: [gentoo-user] Weird error emerging seahorse

2006-04-03 Thread Kristian Poul Herkild
Ow Mun Heng wrote: On Sun, 2006-04-02 at 22:49 +0200, Kristian Poul Herkild wrote: Emerging seahorse fails with following error: ... mkdir -p /usr/share/mime/packages/ update-mime-database /usr/share/mime/ update-mime-database: I don't have write permission on /usr/share/mime. Try

Re: [gentoo-user] Xinerama after Modular X upgrade

2006-04-03 Thread Kurt Guenther
Mick wrote: Shouldn't the second device have a different BusID No? Something like 1:0:1 Yes, if you have two different devices. It's a laptop, so the video has two ports for same device. It worked fine under xorg 6.? . --Kurt -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] emerge --resume question

2006-04-03 Thread Jason Stubbs
On Monday 03 April 2006 22:12, Peter Ruskin wrote: On Monday 03 April 2006 13:12, Jason Stubbs wrote: I'm just experiencing the same thing - with over 800 ebuilds this is an important question.  I'm noting the problem ebuilds in a log file manually, so I can see to them when it's all

Re: [gentoo-user] mozilla adding/removing lines in text

2006-04-03 Thread CapSel
On 4/3/06, Rafael Bugajewski [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 02.04.2006 um 00:09 schrieb CapSel: When I open a page and scroll it I see something like someone cuted or added one row of pixels. I noticed it right after upgrading gtk+ froem 2.8.8

Re: [gentoo-user] gcc question

2006-04-03 Thread Leigh Stewart
yeah no what im really asking is am i going to run into problems if i 'upgrade' to gcc3.4 and do not, as recommended in the notes that are displayed after emerging gcc3.4, recompile all my c++ packages with gcc3.4. is the version of libstdc++.so which is linked to determined by the compiler

Re: [gentoo-user] gcc question

2006-04-03 Thread Richard Fish
On 4/2/06, Leigh Stewart [EMAIL PROTECTED] wrote: thanks richard. is it safe to have compiled half a system with gcc 3.3 ubt to be compiling new packages with 3.4? No, that's a very bad idea. It should not be necessary to rebuild the whole system with the new compiler, but you should at

Re: [gentoo-user] gcc question

2006-04-03 Thread Richard Fish
On 4/3/06, Leigh Stewart [EMAIL PROTECTED] wrote: is the version of libstdc++.so which is linked to determined by the compiler currently in use as determined by gcc-config? Yes. is it not possible to have different programs run against different versions of c++ shared libraries? Different

Re: [gentoo-user] ssh2 and xover LAN

2006-04-03 Thread maxim wexler
--- Mick [EMAIL PROTECTED] wrote: Bryan Whitehead wrote: He said it could ping... I dunno... seems he just needs to figure out how he wants to transfer files. Did the OP try something like: === scp -p -v -c blowfish /local_box_path_to_file [EMAIL

Re: [gentoo-user] emerge --resume question

2006-04-03 Thread Peter Campion-Bye
This is resilient to the single merge between resumes case in 2.1_pre. For 2.0, you can manually back up and restore /var/cache/edp/mtimedb. -- Jason Stubbs Thanks Jason, I'll give that a try. Regarding the original problem with pilot-link, there is AFAIK no way to specify FEATURES on an

Re: [gentoo-user] gcc question

2006-04-03 Thread Graham Murray
Richard Fish [EMAIL PROTECTED] writes: The problem is the libstdc++ library. If you don't at least do the revdep-rebuild, you could end up with some things that are linked against both libstdc++.so.6 and libstdc++.so.5, and they will crash miserably. On a system with gcc = 3.4, opera is

Re: [gentoo-user] ssh2 and xover LAN

2006-04-03 Thread maxim wexler
--- Nick Rout [EMAIL PROTECTED] wrote: On Sun, 2 Apr 2006 17:02:37 -0700 (PDT) maxim wexler [EMAIL PROTECTED] wrote: xover==crossover. quoteftp didn't work either/unquote ohhh for gods sake Come down off your cloud, Jupiter! what command did you issue? open sesame what

Re: [gentoo-user] gcc question

2006-04-03 Thread Leigh Stewart
skype seems to be linked to libstdc++.so.6. (its a binary) would it hurt to switch to gcc3.4 just to compile libstdc++.so.6 so that skype has something to link to, and then switch back? On 4/3/06, Graham Murray [EMAIL PROTECTED] wrote: Richard Fish [EMAIL PROTECTED] writes: The problem is the

Re: [gentoo-user] mozilla adding/removing lines in text

2006-04-03 Thread Richard Fish
On 4/3/06, CapSel [EMAIL PROTECTED] wrote: Yes, I tried... but it's not a solution. :( Can anyone tell me how to check what is causing this? I've seen this beforebut I also can't remember how I solved it. My first guess is something in your ~/.gtkrc-2.0 file. Mine contains: include

Re: [gentoo-user] ssh2 and xover LAN

2006-04-03 Thread Hans-Werner Hilse
Hi, On Mon, 3 Apr 2006 08:44:02 -0700 (PDT) maxim wexler [EMAIL PROTECTED] wrote: For some reason scp concatenates the source with the destination into one non-existing path. Then why on earth don't you quote actually _useful_ data for us to help you, i.e. the command you issued when you get

Re: [gentoo-user] emerge --resume question

2006-04-03 Thread Neil Bothwick
On Mon, 3 Apr 2006 16:45:39 +0100 (BST), Peter Campion-Bye wrote: Regarding the original problem with pilot-link, there is AFAIK no way to specify FEATURES on an individual package basis (ie put 'app-pda/pilot-link -sandbox' into a file named package.features, in the style of the package.use

Re: [gentoo-user] ssh2 and xover LAN

2006-04-03 Thread Mike Williams
On Monday 03 April 2006 16:58, maxim wexler wrote: what command did you issue? open sesame Well that's your problem then, there is no open command. How about you just stop being obtuse tell us what command(s) you ran, exactly as you ran them, not an amazingly high debug output, and perhaps

Re: [gentoo-user] ssh2 and xover LAN

2006-04-03 Thread maxim wexler
--- Alexander Skwar [EMAIL PROTECTED] wrote: maxim wexler wrote: --- Bryan Whitehead [EMAIL PROTECTED] wrote: What do you mean by xover? FTP? SCP? NFS? Coda? HTTP? xover==crossover. Yes. So? What do you mean by crossover? two PCs, one CAT5 cable w/ tx/rx lines swapped

Re: [gentoo-user] emerge --resume question

2006-04-03 Thread Peter Campion-Bye
Regarding the original problem with pilot-link, there is AFAIK no way to specify FEATURES on an individual package basis (ie put 'app-pda/pilot-link -sandbox' into a file named package.features, in the style of the package.use file) - is that correct? You can use /etc/portage/bashrc to set

Re: [gentoo-user] gcc question

2006-04-03 Thread Richard Fish
On 4/3/06, Leigh Stewart [EMAIL PROTECTED] wrote: skype seems to be linked to libstdc++.so.6. (its a binary) would it hurt to switch to gcc3.4 just to compile libstdc++.so.6 so that skype has something to link to, and then switch back? You can definitely do this. You can install gcc 3.4

Re: [gentoo-user] gcc question

2006-04-03 Thread Richard Fish
On 4/3/06, Graham Murray [EMAIL PROTECTED] wrote: On a system with gcc = 3.4, opera is linked against both libstdc++.so.5 (from the distributed binary) and libstdc++.so.6 (from natively compiled libraries) but this does not seem to prevent it from running. You've gotten very lucky. There is

Re: [gentoo-user] emerge --resume question

2006-04-03 Thread Peter Campion-Bye
On Monday 03 April 2006 16:45, Peter Campion-Bye wrote: Regarding the original problem with pilot-link, there is AFAIK no way to specify FEATURES on an individual package basis (ie put 'app-pda/pilot-link -sandbox' into a file named package.features, in the style of the package.use file) - is

Re: [gentoo-user] gcc question

2006-04-03 Thread Leigh Stewart
no, thanks you've been a great help :) --another happy gentoo userOn 4/3/06, Richard Fish [EMAIL PROTECTED] wrote: On 4/3/06, Leigh Stewart [EMAIL PROTECTED] wrote: skype seems to be linked to libstdc++.so.6.(its a binary) would it hurt to switch to gcc3.4 just to compile libstdc++.so.6 so that

Re: [normal] [gentoo-user] OT: Application for video cutting ?

2006-04-03 Thread Marc Redmann
Would you happen to have a link? All I found was this guide on doom9: http://www.doom9.org/index.html?/DigiTV/projectx-fullguide.htm As Jeremy already mentioned it is in portage, anyway here is the link: http://sourceforge.net/projects/project-x brgds, Marc

Re: [gentoo-user] Modular X

2006-04-03 Thread Toby 'qubit' Cubitt
On Mon, Apr 03, 2006 at 08:23:41AM +0200, Alexander Skwar wrote: Toby 'qubit' Cubitt wrote: The only downside to freeNX was it was more complicated to get working. The big downside of NX for me is, that your session ends as soon as NX is stopped. Not so with VNC (no matter which VNC).

Re: [normal] [gentoo-user] OT: Application for video cutting ?

2006-04-03 Thread Jim
* on the Mon, Apr 03, 2006 at 07:08:37PM +0200, Marc Redmann said: Would you happen to have a link? All I found was this guide on doom9: http://www.doom9.org/index.html?/DigiTV/projectx-fullguide.htm As Jeremy already mentioned it is in portage, anyway here is the link:

[gentoo-user] Re: php + apache

2006-04-03 Thread James
Bryan Whitehead driver at megahappy.net writes: Sounds like an apache.conf problem... Well, I've got a virgin installation, and followed proven steps. Nothing complex here yet, so I do not think that's a problem but still, I'll diff it against some previous files, as maybe there is a typo

Re: [gentoo-user] gcc question

2006-04-03 Thread Graham Murray
Richard Fish [EMAIL PROTECTED] writes: You've gotten very lucky. There is a reason that opera provides separate downloads for systems with libstdc++.so.5 and .6. Try searching their forums. So would it not be a good idea for portage to install the appropriate version depending on whether

[gentoo-user] kernel and harware

2006-04-03 Thread Martins Steinbergs
hi, i'm curios where to find what hardware each kernel version supports, from my experience building 2.6.16 kernel series i know ati-drivers doesnt work. is it somewere documented? for example i have peace of scanner that isnt supported by sane and i see that in sane homepage. Is there some

Re: [gentoo-user] Xgl, KDE, gnome

2006-04-03 Thread Roy Wright
Lord Sauron wrote: On 3/30/06, Roy Wright [EMAIL PROTECTED] wrote: The wiki instructions for installing Xgl worked too. I'm extremely interested in Xgl. I didn't know it was hanging around Gentoo. Can you send me the link? Then I discovered what gnome-window-decorator does in

Re: [normal] [gentoo-user] OT: Application for video cutting ?

2006-04-03 Thread Marc Redmann
Project X gives you a look behind the transmissions and tries its best to handle repair many stream types and shows what went wrong on reception. I use Project X mainly for exporting my recorded dvb streams to a format transcode or mencoder can work with. brgds, Marc

Re: [gentoo-user] Weird error emerging seahorse

2006-04-03 Thread Raphael Melo de Oliveira Bastos Sales
Are you running this as root? 2006/4/3, Kristian Poul Herkild [EMAIL PROTECTED]: Ow Mun Heng wrote: On Sun, 2006-04-02 at 22:49 +0200, Kristian Poul Herkild wrote: Emerging seahorse fails with following error: ... mkdir -p /usr/share/mime/packages/ update-mime-database

Re: [gentoo-user] Mounting USB Flash Drive

2006-04-03 Thread b.n.
Neil Bothwick wrote: No you don't. The automounters in KDE and GNOME don't want fstab entries for the devices. Not using automounters, I'm quite puzzled. Do they build a temporary mount point or what? What if I *want* them to use a mount point I decide? m. -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] Re: problems with ifplugd

2006-04-03 Thread Sergio Polini
Neil Bothwick: On Sun, 02 Apr 2006 20:47:18 +0200, Sven Köhler wrote: I would rather like, if ifplugd would automatically do the ifconfig up so that no configuration tweaks are needed. Of course, i also got to put the interface in the up state on boot, because i don't want to put

[gentoo-user] Re: php + apache

2006-04-03 Thread James
Martins mar at ml.lv writes: Sounds like an apache.conf problem... apache and php problem... Of course it could be a stray php.so isn't linked correctly, try running revdep-rebuild? if so then /var/log/apache2/error_log should contain valuable info 'tail -f' on this file does reveal

Re: [gentoo-user] Finally, the bell rings.

2006-04-03 Thread Rohit Sharma
[EMAIL PROTECTED] wrote: Hi Jim I have already done what you suggested. When I try to set up my printer using cups I do not find any driver (here is the problem). gentoo-wiki.com has the best/updated guide on the subject. That is what I would follow - just a thought. Rohit --

Re: [gentoo-user] traffic shaping

2006-04-03 Thread Rumen Yotov
Hi, On Mon, 2006-04-03 at 02:47 -0500, Boyd Stephen Smith Jr. wrote: On Sunday 02 April 2006 21:06, Sven Köhler [EMAIL PROTECTED] wrote about '[gentoo-user] traffic shaping': Is there any application or script that is easy to configure and does all the necessary things to shape my DSL

Re: [gentoo-user] Re: problems with ifplugd

2006-04-03 Thread Neil Bothwick
On Mon, 3 Apr 2006 20:25:40 +0200, Sergio Polini wrote: Of course, i also got to put the interface in the up state on boot, because i don't want to put net.eth0 in the default-runlevel for the case where there is no cable plugged in ... That's what you're doing wrong. Well...

Re: [gentoo-user] Mounting USB Flash Drive

2006-04-03 Thread Neil Bothwick
On Mon, 03 Apr 2006 20:15:31 +, b.n. wrote: No you don't. The automounters in KDE and GNOME don't want fstab entries for the devices. Not using automounters, I'm quite puzzled. Do they build a temporary mount point or what? What if I *want* them to use a mount point I decide? They

Re: [gentoo-user] setting the time

2006-04-03 Thread Benno Schulenberg
Daniel Waeber wrote: (should i just write a mail to bug-coreutils@gnu.org, like the man page says?) Yes. Better still: include a patch with the proposed change. Benno -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: problems with ifplugd

2006-04-03 Thread Sven Köhler
Of course, i also got to put the interface in the up state on boot, because i don't want to put net.eth0 in the default-runlevel for the case where there is no cable plugged in ... That's what you're doing wrong. The net.eth* scripts will detect ifplugd and use it. Put net.eth0 in the

Re: [gentoo-user] Re: problems with ifplugd

2006-04-03 Thread Neil Bothwick
On Mon, 03 Apr 2006 21:56:40 +0200, Sven Köhler wrote: Saying AUTO=yes in /etc/conf.d/ifplugd is one way to keep the interface up - and at least for now, it's my preferred way. I don't see, why should write dirty hacks like the postdown()-thing in /etc/conf.d/net to keep the interface up.

Re: [gentoo-user] Re: problems with ifplugd

2006-04-03 Thread Neil Bothwick
On Mon, 03 Apr 2006 21:57:54 +0200, Sven Köhler wrote: net.eth0 detects ifplugd? Are you sure? Yes. As I said, I've been using it. Do i need to set anything special in /etc/conf.d/net? Yes, read the example config file I mentioned. -- Neil Bothwick WORM: (n.) acronym for Write Once, Read

[gentoo-user] every second rightclick in KDE: the context menu does not stay

2006-04-03 Thread Benno Schulenberg
Hi, Does anyone else see this? Upon rightclicking in most KDE apps, a context menu appears; but when moving the mouse a bit (away from the menu) and rightclicking again, the context menu appears just shortly: it blinks and stays away. That is... except when rightclicking near the bottom or

Re: [gentoo-user] Weird error emerging seahorse

2006-04-03 Thread Kristian Poul Herkild
On Mon, 3 Apr 2006 15:07:33 -0300, Raphael Melo de Oliveira Bastos Sales wrote Are you running this as root? Yes. I always emerge as root, since my ordinary user isn't in the emerge-group. So basically this: 1) su - root 1.1) writing password and pressing enter 2) emerge seahorse 2.1) failure

Re: [gentoo-user] Modular X

2006-04-03 Thread Alexander Skwar
Toby 'qubit' Cubitt wrote: On Mon, Apr 03, 2006 at 08:23:41AM +0200, Alexander Skwar wrote: Toby 'qubit' Cubitt wrote: The only downside to freeNX was it was more complicated to get working. The big downside of NX for me is, that your session ends as soon as NX is stopped. Not so with VNC (no

[gentoo-user] Re: problems with ifplugd

2006-04-03 Thread Sven Köhler
net.eth0 detects ifplugd? Are you sure? Yes. As I said, I've been using it. Do i need to set anything special in /etc/conf.d/net? Yes, read the example config file I mentioned. Which version baselayout do you have installed? My version is 1.11.14-r6, and that does not include that

Re: [gentoo-user] rc-status and broken links

2006-04-03 Thread Peter Kelly
On Monday 03 April 2006 04:21, Neil Bothwick wrote: On Sun, 2 Apr 2006 16:34:01 -0600, Peter Kelly wrote: I only see the [broken] message when I use `rc-status -s`. If I just type 'rc-status', I get a correct response for the default runlevel. There's a bug files here:

Re: [gentoo-user] every second rightclick in KDE: the context menu does not stay

2006-04-03 Thread Hemmann, Volker Armin
On Monday 03 April 2006 22:22, Benno Schulenberg wrote: Hi, Does anyone else see this? Upon rightclicking in most KDE apps, a context menu appears; but when moving the mouse a bit (away from the menu) and rightclicking again, the context menu appears just shortly: it blinks and stays away.

Re: [gentoo-user] Finally, the bell rings.

2006-04-03 Thread Thomas Kear
Also check www.linuxprinting.org, a lot of printers have detailed instructions on which driver/ppd/whatever you need and where to get it -- Thomas Kear [EMAIL PROTECTED] +64211031910 == Mozilla Firefox: Take back the web www.mozilla.org/products/firefox -- gentoo-user@gentoo.org mailing list

[gentoo-user] CPUFREQ and 2.6.16

2006-04-03 Thread Jerry McBride
I depend on cpufreq to help stretch out the battery life of my laptop and it works quite well with 2.6.15.x kernels. However, upgrading to 2.6.16.x renders cpufreq dead in the water. The boot complaint is, the start up script says I need to configure the kernel for cpufreq support even though

Re: [gentoo-user] gcc question

2006-04-03 Thread Richard Fish
On 4/3/06, Graham Murray [EMAIL PROTECTED] wrote: Richard Fish [EMAIL PROTECTED] writes: You've gotten very lucky. There is a reason that opera provides separate downloads for systems with libstdc++.so.5 and .6. Try searching their forums. So would it not be a good idea for portage to

Re: [gentoo-user] kernel and harware

2006-04-03 Thread Richard Fish
On 4/3/06, Martins Steinbergs [EMAIL PROTECTED] wrote: hi, i'm curios where to find what hardware each kernel version supports, I have always found lwn (www.lwn.net) to have very good coverage of the changes between kernel versions. I'm not aware of any comprehensive list of supported

Re: [gentoo-user] Mounting USB Flash Drive

2006-04-03 Thread Richard Fish
On 4/3/06, Neil Bothwick [EMAIL PROTECTED] wrote: As long as you had the hal USE flag set when you emerged KDE, it should detect the device and offer to mount it for you (KDE 3.5 has an option to mount it automatically). You may need to fiddle with the settings in the Storage Media section of

Re: [gentoo-user] every second rightclick in KDE: the context menu does not stay

2006-04-03 Thread Glenn Enright
On Tuesday 04 April 2006 09:59, Hemmann, Volker Armin wrote: On Monday 03 April 2006 22:22, Benno Schulenberg wrote: Anyone else seeing this? Just to make sure I'm not having a subtly broken system. yepp, see the same - easy workaround: don't release the right mouse button.. as long as

Re: [gentoo-user] Weird error emerging seahorse

2006-04-03 Thread Richard Fish
On 4/3/06, Kristian Poul Herkild [EMAIL PROTECTED] wrote: On Mon, 3 Apr 2006 15:07:33 -0300, Raphael Melo de Oliveira Bastos Sales wrote Are you running this as root? Yes. I always emerge as root, since my ordinary user isn't in the emerge-group. So basically this: 1) su - root 1.1)

[gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Roy Wright
Howdy, Writing my first ebuild and would like to have it reviewed. Is there a forum or list or volunteer? The ebuild is for CastPodder 4.0 (http://www.castpodder.net/) which has an open request in bugs.gentoo.org: http://bugs.gentoo.org/show_bug.cgi?id=114430 TIA, Roy --

Re: [gentoo-user] every second rightclick in KDE: the context menu does not stay

2006-04-03 Thread Hemmann, Volker Armin
On Tuesday 04 April 2006 14:37, Glenn Enright wrote: On Tuesday 04 April 2006 09:59, Hemmann, Volker Armin wrote: On Monday 03 April 2006 22:22, Benno Schulenberg wrote: Anyone else seeing this? Just to make sure I'm not having a subtly broken system. yepp, see the same - easy

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Glenn Enright
On Tuesday 04 April 2006 12:54, Roy Wright wrote: Howdy, Writing my first ebuild and would like to have it reviewed. Is there a forum or list or volunteer? The ebuild is for CastPodder 4.0 (http://www.castpodder.net/) which has an open request in bugs.gentoo.org:

Re: [gentoo-user] CPUFREQ and 2.6.16

2006-04-03 Thread JimD
On Mon, 3 Apr 2006 20:01:17 -0500 Jerry McBride [EMAIL PROTECTED] wrote: A follow up to my own request... the mentioned problem is fixed in 2.6.17-rc1. Hopefully it'll stay that way... Jerry Did you get to test 2.6.17 yet? I was having similar problems when I tried 2.6.16 with my AMD64

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Hemmann, Volker Armin
On Tuesday 04 April 2006 02:54, Roy Wright wrote: Howdy, Writing my first ebuild and would like to have it reviewed. Is there a forum or list or volunteer? The ebuild is for CastPodder 4.0 (http://www.castpodder.net/) which has an open request in bugs.gentoo.org:

Re: [gentoo-user] OT every second rightclick in KDE: the context menu does not stay

2006-04-03 Thread Glenn Enright
On Tuesday 04 April 2006 12:58, Hemmann, Volker Armin wrote: emm, I don't want to change my theme at the moment (it is dekorator+qtcurve), because I am not annoyed or really hit by this. I could get his behaviour, bit it does not bother me ;) Nice :). I had to install XP recently for my wife,

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Nick Rout
waiting for the ebuild, which is not attached to the bug yet. On Tue, 4 Apr 2006 04:02:55 +0200 Hemmann, Volker Armin wrote: On Tuesday 04 April 2006 02:54, Roy Wright wrote: Howdy, Writing my first ebuild and would like to have it reviewed. Is there a forum or list or volunteer?

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Roy Wright
Nick Rout wrote: waiting for the ebuild, which is not attached to the bug yet. Should be soon. I'm trying to get all of the overhead set up right (metadata.xml at the moment). Thank you, Roy -- gentoo-user@gentoo.org mailing list

[gentoo-user] lsocket!?!

2006-04-03 Thread Justin Hart
I'm trying to compile some network code... but gcc is telling me cannot find -lsocket libsocket** is nowhere to be found in my library path?!?! Is there a package that I can emerge to acquire this? -- Justin W. Hart -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Nick Rout
On Mon, 03 Apr 2006 23:36:22 -0500 Roy Wright wrote: Nick Rout wrote: waiting for the ebuild, which is not attached to the bug yet. Should be soon. I'm trying to get all of the overhead set up right (metadata.xml at the moment). don't post all that crap, just the ebuild.