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?

Alexander Skwar
--
Q:  How do you save a drowning lawyer?
A:  Throw him a rock.
--
gentoo-user@gentoo.org mailing list



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  Microsoft Internet
Exploder.
-- George Bonser [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



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 running on the
computer that could change the time, so it is a problem with
linux/gentoo. do i somehow have to finalize the setting?

thanks in advance !
 


Take a look in /etc/conf.d/clock:

# If you want to set the Hardware Clock to the current System Time
# during shutdown, then say yes here.

CLOCK_SYSTOHC=yes

--
gentoo-user@gentoo.org mailing list



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 application or script that is easy to configure and does
 all the necessary things to shape my DSL traffic?

No, because traffic shaping is such a broad field that no simply script can 
cover it. On the other hand, it isn't a mystery either. One can understand 
it. Try Bert Hubert's Linux Advanced Routing  Traffic Control HOWTO. I 
don't have the URL handy right. Just google for it.

Uwe

-- 
Why do consumers keep buying products they will live to curse?

-- 
gentoo-user@gentoo.org mailing list



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 something together with HTB 
that works fairly well.  If you are only matching on protocol (TCP or UDP) 
and (source or destination) (IP or port) a custom iproute2 script will not 
be that hard.

tc qdisc created your root HTB(s); tc class creates your child/sibling HTBs 
[classes under the same qdisc can swap bandwidth]; tc filter decides what 
classes receive packets.

Hit the TLDP Advanced Routing HOWTO and just hit the parts about HTB and tc 
filter.  Then, go to the HTB site and read the user documentation there.  
Then come back and read the tc filter stuff again -- expect to learn a 
little to a lot about how a packet looks be it IP, TCP, or UDP.

Write some scripts and experiment, you won't get it perfect the first time 
but after a little bit of work you'll find your browsing experience much 
better.  Your filtering policies won't match mine, so it's hard to give a 
single script.  I find it works best to load up your connection then start 
experimenting with a network monitor in another window -- you'll be able 
to see changes quickly and (at least with HTB) you won't drop packets just 
because you were changing settings.

When it comes down to it, if you are killing your upstream /something/ is 
going to suffer, tc just lets you put the pain where you want it; if you 
regularly saturate your upstream, buy fatter pipes.  TC WILL NOT HELP AN 
OVERLOADED DOWNSTREAM since it has no control over what packets are sent 
to you.

If your requirements are fairly simple, send it my way and I'll try to 
write out a script for you; I know I need more practice.

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh


pgphbrh6s5wQc.pgp
Description: PGP signature


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 otheruser on the
machine another.computer.name.
-- 
gentoo-user@gentoo.org mailing list



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 detects sectors and decides
which of the two possible values to return: 'lose a turn' or 'bankrupt.'


signature.asc
Description: PGP signature


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 could have that on my desktop too.

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 the Control Centre.


-- 
Neil Bothwick

SEX ON TV HAS TO GO!  I keep falling off!


signature.asc
Description: PGP signature


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 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 default runlevel. there is no
configuration to do, it just works [tm]. I have my laptop set up like
this, even though it usually starts up with no network cable connected

# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:0D:93:3C:76:26
  UP BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interrupt:41 Base address:0xf000

eth1  Link encap:Ethernet  HWaddr 00:0D:93:EF:F2:C0
  inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:188558 errors:0 dropped:0 overruns:0 frame:0
  TX packets:124422 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:106398782 (101.4 Mb)  TX bytes:40234605 (38.3 Mb)
  Interrupt:52 Base address:0x4000

eth0 is the wired interface. The only configuration I have down is
edit the postup function on conf.d/net to bring down/up eth1 (the
wireless interface) when eth0 comes up/down.


-- 
Neil Bothwick

Okay, I pulled the pin. Now what? Hey, where are you going?


signature.asc
Description: PGP signature


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 you want.

It could also be firewire if you have net1394 set in your kernel

udev rules are the way to go, it's how I keep my three interfaces (wired,
wireless and IEEE1394) consistently named.


-- 
Neil Bothwick

All right, set phasers to deep fat fry!


signature.asc
Description: PGP signature


[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 libraries: libnvidia-tls.so.1: cannot
handle TLS data

I tried NVmakedevices.sh, than the nVidia splash screen occurs but X
server does not start because it was unable to load GLX with error
mentioned before.

thank you
Ondra

xorg.conf relevant sections are:
Section Module
 #Load dri
 Load glx

Section Device
 Identifier Card0
 Driver nvidia
 VendorName nVidia Corporation
 BoardName NV5 [RIVA TNT2/TNT2 Pro]
 BusID PCI:1:0:0
 VideoRam 32768

Section Screen
 Identifier Screen0
 Device Card0
 Monitor Monitor0
 DefaultDepth 16 

-- 
gentoo-user@gentoo.org mailing list



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.
 ...
 !!! ERROR: app-crypt/seahorse-0.7.8 failed.
 !!! Function gnome2_src_install, Line 69, Exitcode 2
 !!! install failed
 !!! If you need support, post the topmost build error, NOT this status 
 message.

what about the dir permission?? Here's mine

 $ ls -ld mime
drwxr-xr-x  12 root root 4096 Mar 31 18:26 mime

-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 17:16:07 up 2 days, 19:34, 7 users, load average: 0.31,
0.32, 0.44 


-- 
gentoo-user@gentoo.org mailing list



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 thinking of rc-update (I'd automatically
corrected your typo :) but rc-status -s shows everything as broken, when
it isn't.


-- 
Neil Bothwick

I'm Pink, Therefore I'm Spam


signature.asc
Description: PGP signature


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
http://bugs.gentoo.org/show_bug.cgi?id=122162.
But you can also use the most recent version from svn under
svn://svn.berlios.de/ttcut/trunk.
Ttcut is in alpha state, so you may encounter problems too, but i
think it is worth a try.

HTH Daniel

-- 
gentoo-user@gentoo.org mailing list



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 with running a mixed system, but nothing so
serious as it won't work.


-- 
Neil Bothwick

Crash: (v.) to terminate a program in the usual fashion, i.e. by locking
up the computer or setting fire to the printer. (n.) the process of such
termination.


signature.asc
Description: PGP signature


[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  ] gnome-base/gnome-2.12.2
| [nomerge  ]  app-text/evince-0.5.1
| [ebuild U ]   app-text/poppler-bindings-0.5.1-r1 [0.5.1]
| [nomerge  ] app-office/lyx-1.3.5-r2
| [nomerge  ]  app-text/xpdf-3.01-r7
| [ebuild UD]   app-text/poppler-0.5.0-r5 [0.5.1]
^
| [...]
| [nomerge  ]  dev-libs/popt-1.7-r1
| [nomerge  ]  app-misc/pax-utils-0.1.10
| [nomerge  ]   sys-libs/libcap-1.10-r5
| [nomerge  ]dev-lang/swig-1.3.21
| [nomerge  ] dev-java/blackdown-jdk-1.4.2.03
| [nomerge  ]  media-libs/alsa-lib-1.0.10
| [nomerge  ]   app-doc/doxygen-1.4.4
| [nomerge  ]x11-libs/qt-3.3.4-r8
| [nomerge  ] net-print/cups-1.1.23-r7
| [ebuild U ]  app-text/poppler-0.5.1-r1 [0.5.1]
^
| [nomerge  ] media-libs/libmng-1.0.8-r1
| [ebuild U ]  media-libs/lcms-1.15 [1.14-r1]
| [ebuild U ] sys-apps/man-pages-2.27 [2.26]

I don't see anyting in the Changelog that would explain the downgrade.
Anyway, I'll just see what happens, thought somebody could have an
idea...

cheers!
Matthias

-- 
I prefer encrypted and signed messages. KeyID: FAC37665
Fingerprint: 8C16 3F0A A6FC DF0D 19B0  8DEF 48D9 1700 FAC3 7665


pgpmzJ7iod3mK.pgp
Description: PGP signature


[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 pilot-link, which
can be simply fixed with 'FEATURES=-sandbox emerge pilot-link'. Problem is,
I can't do a resume after this as the emerge list from the world build has
been blatted when I emerged pilot-link. So, is there any way I can preserve
the state of the world build, so that after building the breaking package I
can do a --resume --skipfirst and carry on with the world build?
Any other suggestions for workarounds?
thanks
-- 
gentoo-user@gentoo.org mailing list



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 build breaks on pilot-link, which
can be simply fixed with 'FEATURES=-sandbox emerge pilot-link'. Problem is,
I can't do a resume after this as the emerge list from the world build has
been blatted when I emerged pilot-link. So, is there any way I can preserve
the state of the world build, so that after building the breaking package I
can do a --resume --skipfirst and carry on with the world build?
Any other suggestions for workarounds?
thanks
  


I did this once.  I renamed the emerge.log then did what needed doing
and then put the back-up back to it's original name, erasing the little
that was generated while fixing something.  It may not work in every
case though but it may be worth a try.

Dale
:-)
:-)
-- 
gentoo-user@gentoo.org mailing list



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 any application or script that is easy to configure and does
 all the necessary things to shape my DSL traffic?


 Thanks
   Sven
From what I've heard, this script should be pretty easy to use: 
http://monkey.org/~marius/pages/?page=trickle

-- 
Rick van Hattem Rick.van.Hattem(at)Fawo.nl


pgp50TxnkXjbM.pgp
Description: PGP signature


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 sometimes
  the broken package could be built ok with a little intervention,
  for example, my build breaks on pilot-link, which can be simply
  fixed with 'FEATURES=-sandbox emerge pilot-link'. Problem is, I
  can't do a resume after this as the emerge list from the world
  build has been blatted when I emerged pilot-link. So, is there
  any way I can preserve the state of the world build, so that
  after building the breaking package I can do a --resume
  --skipfirst and carry on with the world build? Any other
  suggestions for workarounds?
 
 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 over.

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
-- 
gentoo-user@gentoo.org mailing list



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 no
any errors/warnings.
Any idea of how to fix it?


Hi,

I really don't know how to fix it, but I have the same issues on my  
boxes (amd64 and ppc).
Hopefully there is a way to solve this problem. Have you tried to  
select the ugly text? If I select the misplaced text in my Firefox  
then everything seems to be O.K. again.


Greets,

Rafael
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (Darwin)

iD8DBQFEMRb954MLbyoQXM4RAhacAKCLkuvJQLeo4ZfU24Hbi1CaJyi3QgCfVJvs
EW3F0MvC2EzX52IqFdt2FAo=
=BjZ6
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



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 rerunning me as root.
 ...
 !!! ERROR: app-crypt/seahorse-0.7.8 failed.
 !!! Function gnome2_src_install, Line 69, Exitcode 2
 !!! install failed
 !!! If you need support, post the topmost build error, NOT this status 
 message.
 
 what about the dir permission?? Here's mine
 
  $ ls -ld mime
 drwxr-xr-x  12 root root 4096 Mar 31 18:26 mime
 

Apart from dates it's identical to the output I get.

-Kristian
-- 
gentoo-user@gentoo.org mailing list



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
   over.
 
  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.
 
 Sorry Jason, I don't understand.  How would I backup and 
 restore /var/cache/edp/mtimedb and what would that do?

It does as the opening poster asked:

 So, is there any way I can preserve the state of the world build,
 so that after building the breaking package I can do a --resume
 --skipfirst and carry on with the world build?

The not very aptly named mtimedb file contains the resume list among
other things. Hence, copying it somewhere else before fixing a broken
build and copying it back after will preserve the resume list. Don't
do it for more than single ebuild maintenance though as the file
contains other things too.

--
Jason Stubbs

-- 
gentoo-user@gentoo.org mailing list



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 to 2.8.12, but I don't know if it is gtk problem. There are no
  any errors/warnings.
  Any idea of how to fix it?

 Hi,

 I really don't know how to fix it, but I have the same issues on my
 boxes (amd64 and ppc).
 Hopefully there is a way to solve this problem. Have you tried to
 select the ugly text? If I select the misplaced text in my Firefox
 then everything seems to be O.K. again.

 Greets,

 Rafael
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2.2 (Darwin)

 iD8DBQFEMRb954MLbyoQXM4RAhacAKCLkuvJQLeo4ZfU24Hbi1CaJyi3QgCfVJvs
 EW3F0MvC2EzX52IqFdt2FAo=
 =BjZ6
 -END PGP SIGNATURE-
 --
 gentoo-user@gentoo.org mailing list


Yes, I tried... but it's not a solution. :(
Can anyone tell me how to check what is causing this?

-- 
gentoo-user@gentoo.org mailing list



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 currently in use as determined by gcc-config? is it not
possible to have different programs run against different versions of
c++ shared libraries?On 4/3/06, Neil Bothwick [EMAIL PROTECTED] wrote:
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 with running a mixed system, but nothing soserious as it won't work.--Neil BothwickCrash: (v.) to terminate a program in the usual fashion, 
i.e. by lockingup the computer or setting fire to the printer. (n.) the process of suchtermination.


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 least follow the
revdep-rebuild path of upgrading the compiler.

http://www.gentoo.org/doc/en/gcc-upgrading.xml#upgrade-3.3-to-3.4

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.

-Richard

-- 
gentoo-user@gentoo.org mailing list



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 programs, yes.  But for example the Qt library links against
libstdc++.  So do all KDE applications.  So if you built Qt against
libstdc++.so.5, and then build a KDE application that will link
against .6, that program will crash.

-Richard

-- 
gentoo-user@gentoo.org mailing list



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 PROTECTED]:/mnt/hda5/

Tried ever which way; here's what I get:

scp:SshFileCopy/sshfilecopy.c:616/connect_done_cb:
Connection to local, 
ready to serve requests.
scp:SshFCTransfer/sshfc_transfer.c:219/transfer_get_newline_conventions:

Fething source newline convention extension data.
scp:SshFCTransfer/sshfc_transfer.c:234/transfer_get_newline_conventions:

Fething dest newline convention extension data.
scp:SshFCTransfer/sshfc_transfer.c:355/transfer_prepare_base_dir:
file 
name: ``/home/heathen''
scp:SshFCTransfer/sshfc_transfer.c:411/transfer_prepare_base_dir:

basedir = /home/heathen
scp:SshFCTransfer/sshfc_transfer.c:673/transfer_stat_dest:
Statting 
destination
file ``/home/heathen/[EMAIL PROTECTED]''...
scp:SshFCTransferCore/sshfc_trcore.c:428/transfer_start_finalize:

Starting transfer for file lp-test, destination 
/home/heathen/[EMAIL PROTECTED]
lp-test | 3.3kB |
3.3kB/s | TOC: 
00:00:01 | 
100%scp:SshFCTransferCore/sshfc_trcore.c:938/transfer_write_out:
Writer 
finished.
scp:SshFCTransfer/sshfc_transfer.c:1394/transfer_close_dest:
Finished 
with file
``/home/heathen/[EMAIL PROTECTED]''.
scp:Scp2/scp2.c:618/transfer_ready_cb: Received error
SSH_FC_OK, error 
message .

For some reason scp concatenates the source with the
destination into one non-existing path.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



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 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?
Thanks
-- 
gentoo-user@gentoo.org mailing list



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 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. 
-- 
gentoo-user@gentoo.org mailing list



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 result did you get?

We regret to inform you that Ali Baba refuses to speak
with you at this time.

 
 scp myfile [EMAIL PROTECTED]:~/

Thanks, I'll give it a whirl but see my reply to Mick.

 
 generally transfers myfile into the home directory
 of otheruser on the
 machine another.computer.name.
 -- 
 gentoo-user@gentoo.org mailing list
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



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 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 linked against bothlibstdc++.so.5 (from the distributed binary) and libstdc++.so.6 (fromnatively compiled libraries) but this does not seem to prevent it from
running.--gentoo-user@gentoo.org mailing list


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 /usr/share/themes/Industrial/gtk-2.0/gtkrc

style user-font
{
font_name=Sans Serif 11
}
widget_class * style user-font

gtk-theme-name=Industrial
gtk-font-name=Sans Serif 11


If that doesn't help, can you tell us more about your system?  What
graphics chip and driver?

-Richard

-- 
gentoo-user@gentoo.org mailing list



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 that error?

May it even be possible that you don't use openssh's scp (I didn't
manage to reproduce such debug output you've cited)? You've neither
specified your client and server software... Trying to help you under
these circumstances is rather pointless.


-hwh
-- 
gentoo-user@gentoo.org mailing list



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 file) - is that correct?

You can use /etc/portage/bashrc to set anything on a per-package basis.

Put this in /etc/portage/bashrc

for MY_ENV in ${PN} ${P} ${PF}; do 
if [ -f /etc/portage/env.d/${CATEGORY}/${MY_ENV} ]; then 
source /etc/portage/env.d/${CATEGORY}/${MY_ENV} 
fi 
done

And put 'FEATURES=-sandbox in /etc/portage/env.d/app-pda/pilot-link


-- 
Neil Bothwick

I understand the answers, the questions throw me.


signature.asc
Description: PGP signature


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 we'll be 
able to help.

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list



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


 
  quoteftp didn't work either/unquote
 
 Aha. Why not? What error messages did you get?
 What's
 in the logs?

Basically, connection refused. 

As far as the logs went, there were none! There was a
bunch of files that were supposed to be installed
under /etc, according to the man page, which didn't
appear. But emerge went smoothly. Except I was puzzled
that I had to emerge ftpd seperately. Emerge -pv ftp
didn't mention it. When I ran ftpd -D it would not
start but there wasn't any record of why not anywhere
that I could find. There was no sign that anything was
wrong; when I entered the command, the cursor just
went to the next line without a whimper. But ps -a
told the tale.



 
 Alexander Skwar
 -- 
 Q:How do you save a drowning lawyer?
 A:Throw him a rock.
 -- 
 gentoo-user@gentoo.org mailing list
 
 



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



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 anything on a per-package basis.

 Put this in /etc/portage/bashrc

 for MY_ENV in ${PN} ${P} ${PF}; do
   if [ -f /etc/portage/env.d/${CATEGORY}/${MY_ENV} ]; then
   source /etc/portage/env.d/${CATEGORY}/${MY_ENV}
   fi
   done

 And put 'FEATURES=-sandbox in /etc/portage/env.d/app-pda/pilot-link

Very neat solution Neil, thanks.

-- 
gentoo-user@gentoo.org mailing list



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 which will give
you a libstdc++.so.6 library, and then set the system compiler back to
3.3 with gcc-config.  So you will continue to use 3.3 for building all
system updates, but you will have 3.4 installed as well.

Sorry if my original reply didn't make this clear.

-Richard

-- 
gentoo-user@gentoo.org mailing list



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 a reason that opera provides
separate downloads for systems with libstdc++.so.5 and .6.  Try
searching their forums.

-Richard

-- 
gentoo-user@gentoo.org mailing list



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 that correct?

 You can do this from the command line:

 FEATURES=-sandbox emerge app-pda/pilot-link

Thanks, I know that, the question was how to arrange for specific features to
apply only to an individual package in the middle of an 'emerge -e world'.
It would be nice if the package.use functionality could be mirrored with a
package.features file, but I suppose it's needed so rarely that it's not worth
the effort on the part of the portage devs.

-- 
gentoo-user@gentoo.org mailing list



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 skype has something
 to link to, and then switch back?You can definitely do this.You can install gcc 3.4 which will giveyou a libstdc++.so.6 library, and then set the system compiler back to3.3 with gcc-config.So you will continue to use 
3.3 for building allsystem updates, but you will have 3.4 installed as well.Sorry if my original reply didn't make this clear.-Richard--gentoo-user@gentoo.org
 mailing list


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





___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

-- 
gentoo-user@gentoo.org mailing list



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).

I'm not sure that's true. I thought freeNX could have persistent
sessions too. There's an ENABLE_PERSISTENT_SESSION option in the
config file, at any rate. I even vaguely remember trying it
once. Perhaps someone else knows more (or has access to a couple of
boxes they could test it on - I don't at the moment).

In any case, the freeNX client can connect to VNC sessions, amongst
others. Not sure whether that gives better performance than VNC
though.

Toby
-- 
PhD Student
Quantum Information Theory group
Max Planck Institute for Quantum Optics
Garching, Germany

email: [EMAIL PROTECTED]
web: www.dr-qubit.org
-- 
gentoo-user@gentoo.org mailing list



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:
 
 http://sourceforge.net/projects/project-x
 
 brgds, Marc

Thanks for the link.  I found that site the other day, though based on
the description, I thought I had the wrong project:

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.

Jim
-- 
gentoo-user@gentoo.org mailing list



[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


 Of course it could be a stray php.so isn't linked correctly, try running
revdep-rebuild?

As many times as I've used this, I did not think to do so now.
checking...

broken /bin/efibootmgr (requires  libpci.so.2)
  broken /lib/libnss_db-2.2.so (requires  libdb3.so.3)


there fixed now, but that does not fix the problem...


thx,

James

-- 
gentoo-user@gentoo.org mailing list



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 the 'main' libstdc++ is so.5 or so.6?
-- 
gentoo-user@gentoo.org mailing list



[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 links to 
kernel or ati documents where keep track?

martins

-- 
gentoo-user@gentoo.org mailing list



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 KDE.  Not pretty.  :-(
I figured I could live:
* with old fashioned decorations,
* without my background image,
* with my panel stretching across both monitors,
* with windows opening centered on the desktop vs on a display,
* with some brain dead right mouse desktop popup menu.
   



Can you try and get me some more detailed info?  I'm a information
gatherer for the Xgl project.  I'm supposed to be ensuring that it has
perfect integration with KDE.

 


But I couldn't live with a dead X the next morning.  So bye-bye Xgl.
   



Even more interesting...  Could you get some more info for me there
too?  Perhaps a few clips from the log file?
 




Now what I'd really like is to be able to switch between X+KDE and Xgl+gnome
sessions.  I don't really see how to do this with one display manager.
Not sure how to configure to run multiple display managers.  Currently 
I use xdm to run kdm.


Any suggestions would be appreciated.


Sorry for taking so long to respond, I took a spur of the moment vacation.

The instructions for XGL are at:

 http://gentoo-wiki.com/HOWTO_XGL

I'll run another test this evening of Xgl+KDE to capture details.

Thank you,
Roy
--
gentoo-user@gentoo.org mailing list



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





___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

-- 
gentoo-user@gentoo.org mailing list



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 /usr/share/mime/
  update-mime-database: I don't have write permission on /usr/share/mime.
  Try rerunning me as root.
  ...
  !!! ERROR: app-crypt/seahorse-0.7.8 failed.
  !!! Function gnome2_src_install, Line 69, Exitcode 2
  !!! install failed
  !!! If you need support, post the topmost build error, NOT this status
  message.
 
  what about the dir permission?? Here's mine
 
   $ ls -ld mime
  drwxr-xr-x  12 root root 4096 Mar 31 18:26 mime
 

 Apart from dates it's identical to the output I get.

 -Kristian
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



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 list



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 net.eth0 in the
  default-runlevel for the case where there is no cable plugged in
  ...

 That's what you're doing wrong.

Well... what is wrong?
I think that putting the interface in the up state on boot is wrong, 
but perhaps removing net.eth0 from the default runlevel is not, even 
if there is a cable plugged in.
I mean that net.eth0 is executed by /etc/iflugd/ifplugd.action.
At least, this is how my laptop is working ;-)
Is there anything wrong with this setting?

Sergio

-- 
gentoo-user@gentoo.org mailing list



[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 some information.
[Mon Apr 03 10:07:23 2006] [error] [client 192.168.2.9] File does not exist:
/var/www/localhost/htdocs/jffnms
[Mon Apr 03 10:07:23 2006] [error] [client 192.168.2.9] File does not exist:
/var/www/localhost/htdocs/jffnms
[Mon Apr 03 10:07:24 2006] [notice] child pid 17488 exit signal Segmentation
fault (11)
[Mon Apr 03 10:07:24 2006] [notice] child pid 17517 exit signal Segmentation
fault (11)


note the files do exist



Backgound: I have 2 sytems, both have had all apache, php etc removed
and a fresh install (obviously not correctly or completely purged) using:

emerge unmerge apache; emerge unmerge dev-lang/php-4*;
emerge unmerge dev-lang/php-5*; emerge unmerge postgresql;
emerge unmerge jffnms; emerge unmerge rrdtool;
emerge unmerge graphviz; emerge unmerge nmap; emerge unmerge fping;
emerge unmerge mysql


One system installs just fine, crystal and jffnms is working to the
point of getting the http://192.168.2.22/htdocs/admin/setup.php
to show up with no errors...

On the second system I can get to the 
http://192.168.2.9 page and the 
http://192.168.2.22/htdocs/admin page but non of the *.php files work.

The basic probem on the Sheet system is multiple config files:
Sheet:/etc/apache2# eix dev-lang/php
* dev-lang/php
 Available versions:  4.3.11-r5 4.4.2 5.0.5-r5 5.1.2
 Installed:   4.4.2
 Homepage:http://www.php.net/
 Description: The PHP language runtime engine.


(on sheet)
Sheet:/etc/php4/apache/php.ini
versus
Sheet:/etc/php/apache2-php4/php.ini
versus
Sheet:/etc/php4/apache2-php5/php.ini

Also
/etc/apache
/etc/init.d/apache
versus
/etc/apache2
/etc/init.d/apache2

versus (on crystal)
crystal:/etc/php/apache2-php4
/etc/php/apache2-php4/php.ini
and
/etc/apache2
/etc/init.d/apache

...
That's right I have 3 different php.ini files on Sheet
despite only having php-4.4.2 installed. Also on crystal there
is not apache dir, just apache2.

So can I'm going to remove the all /etc/apache* dir and 
all php dirs that are left after unmerging these packages
again. 

emerge -pv jffnms should then correctly call for just the
packages that are needed.   /etc/portage/package.use
are identical on these systems.

I've already tried this, only without manually eliminating
any and all extra dirs, and it did not fix the problem
on Sheet but did fix the problem on Crystal.

I've also managed to discover the correct use flag settings
that jffnms needs fom php, and I'll post to bugs.gentoo.org
when I can get a clean installation working on sheet.

Anything I've missed? I guess I relied on the unmerge process too
much to properly clean up apache or php installations?

James






-- 
gentoo-user@gentoo.org mailing list



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
-- 
gentoo-user@gentoo.org mailing list



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 traffic?
 
...SKIP...
Check trickle (comes from OpenBSD) latest version is 1.06.
Bad thing is that currently it's masked for removal as being
unmaintained since 2003, plus there's an open Bug, doesn't compile
(126597).
As i got interested managed to make it compile (check the Bug).
Be warned i still haven't tested it, but by man pages desc. its' usage
is quite/very simple (both as a daemon or run on command line).
Can shape both incoming and up-going connections.
If it's working will hate to see it go.
HTH.Rumen


smime.p7s
Description: S/MIME cryptographic signature


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... what is wrong?
 I think that putting the interface in the up state on boot is wrong, 

It is not wrong.

 but perhaps removing net.eth0 from the default runlevel is not, even 

That is wrong too.

 if there is a cable plugged in.
 I mean that net.eth0 is executed by /etc/iflugd/ifplugd.action.
 At least, this is how my laptop is working ;-)
 Is there anything wrong with this setting?

Yes, it's all the wrong way round. read the comments
in /etc/conf.d/net.example. Forget about running ifplugd, just put
net.eth0 in your default runlevel. The Gentoo rc scripts will take car
of all the ifplugd stuff.


-- 
Neil Bothwick

When you choke a smurf, what color does it turn?


signature.asc
Description: PGP signature


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 mount on /media/devicename. If you want to override this, you
can create an entry in fstab, but this is definitely not compulsory. A
better way to change the mount name (IMO) is to use a udev rule to change
the device name. All my removable devices mount with meaningful
names. /media/cf, media/sd, /media/camera etc.


-- 
Neil Bothwick

Excuse me for butting in, but I'm interrupt-driven.


signature.asc
Description: PGP signature


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 default runlevel. there is no
 configuration to do, it just works [tm]. I have my laptop set up like
 this, even though it usually starts up with no network cable connected

net.eth0 detects ifplugd? Are you sure?
Do i need to set anything special in /etc/conf.d/net?



signature.asc
Description: OpenPGP digital signature


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.

There are no hacks and no need to use postdown(). As is says
in /etc/conf.d/net.example

# emerge sys-apps/ifplugd
# and you're done :)

I used to have to mess around with setting up ifplugd etc, but there's
absolutely no need to do anything other than emerge it now. The rc
scripts take care of EVERYTHING else.


-- 
Neil Bothwick

The number one cause of computer problems is computer solutions.


signature.asc
Description: PGP signature


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 Mangled. Used to describe a
  normally-functioning computer disk of the very latest design.


signature.asc
Description: PGP signature


[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 right edge.  
Then the menu stays put on every rightclick -- when the menu does 
not appear to the lower right of the mouse pointer, but to the left 
or above it, then it always stays put.

This happens in most KDE apps (Konqueror, KMail, Konversation, 
Kate, ...), but does not happen in KWrite, nor on the desktop 
itself.  (In KMail it happens in the message list and the preview 
pane, but not in the folder list or the composer window.)

Anyone else seeing this?  Just to make sure I'm not having a subtly 
broken system.

Benno
-- 
gentoo-user@gentoo.org mailing list



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 because it is not running as root.

Weird...

-Kristian


-- 
gentoo-user@gentoo.org mailing list



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 matter which
VNC).


I'm not sure that's true.


Well, it *used to be*. I'd hope that you're right - could
anyone comment on this?


I thought freeNX could have persistent
sessions too. There's an ENABLE_PERSISTENT_SESSION option in the
config file, at any rate.


Is that true? Does this allow me to disconnect my freeNX client
from the freeNX server without ending the freeNX session?

Alexander Skwar
--
Sauron is alive in Argentina!
--
gentoo-user@gentoo.org mailing list



[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 support yet -
IMHO. Also my /etc/conf.d/net.example does not contain any hint about
ifplugd :-(



signature.asc
Description: OpenPGP digital signature


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: http://bugs.gentoo.org/show_bug.cgi?id=113755

 I see the same now, I was thinking of rc-update (I'd automatically
 corrected your typo :) but rc-status -s shows everything as broken, when
 it isn't.
On Mon, 03 Apr 2006 11:30:20 +0200, Neil Bothwick [EMAIL PROTECTED]
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: http://bugs.gentoo.org/show_bug.cgi?id=113755

I see the same now, I was thinking of rc-update (I'd automatically
corrected your typo :) but rc-status -s shows everything as broken, when
it isn't.

Thanks.  I've updated the bug, and added another with a reference,
since I couldn't figure out how to re-open 113755.
Now, will this post using Agent and Wine?

If it double posts, I apologize.

Peter

--
I only hope to read this in the future
- Peter Kelly

-- 
I read the newspaper avidly.  It is my one form of continuous fiction.
-- Aneurin Bevan
-- 
gentoo-user@gentoo.org mailing list



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.

 That is... except when rightclicking near the bottom or right edge.
 Then the menu stays put on every rightclick -- when the menu does
 not appear to the lower right of the mouse pointer, but to the left
 or above it, then it always stays put.

 This happens in most KDE apps (Konqueror, KMail, Konversation,
 Kate, ...), but does not happen in KWrite, nor on the desktop
 itself.  (In KMail it happens in the message list and the preview
 pane, but not in the folder list or the composer window.)

 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 you are holding it, the menu will stay.
-- 
gentoo-user@gentoo.org mailing list



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 it already is... Even trying to start cpufreq 
from the command line fails...

Has anyone else seen this ? Does anyone know of a fix? The cpufreq website ate 
sourceforge.net is pretty much orphaned and there's nothing at 
bugs.gentoo.org either...

Any help would be appreicated.

Thank you, in advance. Jerry


-- 
gentoo-user@gentoo.org mailing list



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 install the appropriate
 version depending on whether the 'main' libstdc++ is so.5 or so.6?

I believe so, yes.  If it ever does anything strange, I would probably
do a portage overlay with a modified ebuild that pulls the .6 version,
and see if that resolves the problem.  If so, file a bug report.

But please do not file a bug report that says 'opera ebuild should
pull the version that matches system gcc because Richard says so...'. 
:-)

-Richard

-- 
gentoo-user@gentoo.org mailing list



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 hardware. 
Various attempts at this have been attempted over the years, with
varying degrees of success.  The most reliable is to plow through the
menuconfig/xconfig options.

 from my
 experience building 2.6.16 kernel series i know ati-drivers doesnt work. is
 it somewere documented?

Out-of-tree drivers can be expected to break when updating kernels. 
It doesn't happen every kernel release, but it will happen.  If it is
open source, there should be an update to the driver pretty quickly. 
If it is a proprietary driver, you usually have to wait for the vendor
to make an update.

If you want to run bleeding-edge kernels, you might want to accept
~x86 for any out-of-tree drivers.

 for example i have peace of scanner that isnt
 supported by sane and i see that in sane homepage. Is there some links to
 kernel or ati documents where keep track?

lwn and the linux forums at www.rage3d.net.

-Richard

-- 
gentoo-user@gentoo.org mailing list



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 the Control Centre.

And your user needs to be a member of the group 'plugdev'...

-Richard

-- 
gentoo-user@gentoo.org mailing list



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 you are holding it, the menu will stay.

I'm not getting this at all :), but then just upgraded to 3.5.2. I recall 
something like this a while ago but its gone now. What version of kde are you 
running? 

If you change your theme does it make any difference?

-- 
The modern world is essentially non-religious. This may seem a strange
 statement given the rise of a militant Catholic church and militant
 Muslim, American Protestant, and Judaic groups. But if one examines
 the acts, as opposed to the rhetoric, of these movements, one finds
 their primary purpose is to reassert dominance over women and subordinate
 groups, e.g., Muslim socialists, American blacks, Israeli Arabs.
 [Marilyn French, Will Secularism Survive?
  article in _Free Inquiry_ magazine]
-- 
gentoo-user@gentoo.org mailing list



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) writing password and pressing enter
 2) emerge seahorse
 2.1) failure because it is not running as root.

I think the normal portage configuration contains userpriv, which
causes portage to drop root privledges and run as portage:portage.

Try:

2) FEATURES=-userpriv emerge seahorse

Although it is a badly behaved ebuild that wants to modify actual
system files just to build...you might also have to disable
sandboxing.  See 'man make.conf'.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[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

--
gentoo-user@gentoo.org mailing list



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 workaround: don't release the right mouse
  button.. as long as you are holding it, the menu will stay.

 I'm not getting this at all :), but then just upgraded to 3.5.2. I recall
 something like this a while ago but its gone now. What version of kde are
 you running?

3.5.2


 If you change your theme does it make any difference?

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 ;)
-- 
gentoo-user@gentoo.org mailing list



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:

   http://bugs.gentoo.org/show_bug.cgi?id=114430


 TIA,
 Roy

For staters you can post the ebuild to the bug. If it doesnt work you can 
engage in discussion there with anyone else interested in that app, and 
repost it with fixes etc. 

-- 
Kaylee: Looks like they've jerry-rigged it with a pressure catch. It's the
only thing that'd work with all these spare parts. We could probably bypass
that easy, we get to the DC line. 

Mal: You tell me right now, little Kaylee, you really think you can do
this? 

Kaylee: Sure. Yeah. I think so. 'Sides, if I mess up, not like you'll be
able to yell at me. 

-- 
gentoo-user@gentoo.org mailing list



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 cool-n-quite support.  It was working fine
in 2.6.15 so I just downgraded the my kernel back to 2.6.15.

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
I'm a geek, but I don't get it. 36-24-36 = -24. What's the significance?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Florida, USA, Earth, Solar System, Milky Way
-- 
gentoo-user@gentoo.org mailing list



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:

   http://bugs.gentoo.org/show_bug.cgi?id=114430



just add it to the bug.

If it is good, it will be used. If not, someone will tell you.
-- 
gentoo-user@gentoo.org mailing list



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, but after playing with it 
for a couple of days, ran screaming back to KDE with no reservations! That 
was a real eye opener on how comfortable it is to use and how you adjust to 
expect some features to just exist even in simple applications. Kudos to the 
KDE devs especially.

-- 
   Susie: You'd get a good grade without doing any work.  
   Calvin: So?  
   Susie: It's wrong to get rewards you haven't earned.  
   Calvin: I've never heard of anyone who couldn't live with that.
-- 
gentoo-user@gentoo.org mailing list



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?
 
  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
 
 
 
 just add it to the bug.
 
 If it is good, it will be used. If not, someone will tell you.
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



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.

 
 Thank you,
 Roy
 
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list