Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Harm Geerts
On Thursday 19 January 2006 18:01, Gavin Seddon wrote: > Hi, > I ran the updater. I received > ' * GNU info directory index is up-to-date. > * IMPORTANT: 57 config files in /etc need updating. > * IMPORTANT: 1 config files in /usr/kde/3.4/share/config need updating. > * Type emerge --help confi

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Fernando Boaglio
Try this: etc-update and then: revdep-build 2006/1/19, Gavin Seddon <[EMAIL PROTECTED]>: > Hi, > 'On Thu,emerge -vp dbus > > These are the packages that I would merge, in order: > > Calculating dependencies ...done! > [ebuild U ] sys-apps/dbus-0.23.4-r1 [0.23-r3] +X -debug +gtk (-mono) > +p

Re: [gentoo-amd64] NFS on freebsd

2006-01-19 Thread Patrick McLean
Try with Trond Myklebust's latest NFS patchset from http://client.linux-nfs.org/ If that doesn't help, check your actual disk performance, if the disks in the server aren't fast, no NFS optimizations are going to help you. Failing everything else, ask on the lkml about it, they usually pretty

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Richard Fish
On 1/19/06, Gavin Seddon <[EMAIL PROTECTED]> wrote: > Hi, > I ran the updater. I received > ' * GNU info directory index is up-to-date. > * IMPORTANT: 57 config files in /etc need updating. > * IMPORTANT: 1 config files in /usr/kde/3.4/share/config need updating. > * Type emerge --help config t

Re: [gentoo-amd64] ssh fwbuilder

2006-01-19 Thread Biru Ionut
On 1/19/06, Gavin Seddon <[EMAIL PROTECTED]> wrote: My machine name is linuxstation.  I tried '[EMAIL PROTECTED]' but thepassword failed.where do you want to login? if you want to login from another machine in your network you need to edit /etc/hosts if you want to login [EMAIL PROTECTED]192.168.2

Re: [gentoo-amd64] ssh fwbuilder

2006-01-19 Thread Kevin Philp
Probably not. Its usually [EMAIL PROTECTED] so I am guessing its something like [EMAIL PROTECTED] Log into a terminal on the ssh server and hostname will give you the info. On my machine I get: [EMAIL PROTECTED]:~> hostname server.cybercolloids.office [EMAIL PROTECTED]:~> hostname -s server [EM

Re: [gentoo-amd64] ssh fwbuilder

2006-01-19 Thread Craig Webster
On 19 Jan 2006, at 16:37, Gavin Seddon wrote: My machine name is linuxstation. I tried '[EMAIL PROTECTED]' but the password failed. Did you type the correct password? Is root login over ssh enabled? Yours, Craig -- Craig Webster | t: +44 (0)131 516 8595 | e: [EMAIL PROTECTED] Xeriom.NET|

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Gavin Seddon
Hi, I ran the updater. I received ' * GNU info directory index is up-to-date. * IMPORTANT: 57 config files in /etc need updating. * IMPORTANT: 1 config files in /usr/kde/3.4/share/config need updating. * Type emerge --help config to learn how to update config files. * ***

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Gavin Seddon
Hi, 'On Thu,emerge -vp dbus These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild U ] sys-apps/dbus-0.23.4-r1 [0.23-r3] +X -debug +gtk (-mono) +python +qt +xml2 0 kB Total size of downloads: 0 kB 204 /home/mbpssgms>>emerge -vp world These are the pac

Re: [gentoo-amd64] ssh fwbuilder

2006-01-19 Thread Gavin Seddon
My machine name is linuxstation. I tried '[EMAIL PROTECTED]' but the password failed. On Thu, 2006-01-19 at 13:19 +, Kevin Philp wrote: > is your firewall machine actually called "firewall"? > > ssh [EMAIL PROTECTED] uses ssh to login user root into a machine called > firewall. > I guess

Re: [gentoo-amd64] ssh fwbuilder

2006-01-19 Thread Gavin Seddon
The firewall is called 'fw1' so is it [EMAIL PROTECTED], if so the username is 'root' which didn't work when I tried to install, neither did fw1. Thanks. On Thu, 2006-01-19 at 15:37 +, Neil Stone wrote: > > is your firewall machine actually called "firewall"? > > > > ssh [EMAIL PROTECTED] use

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Richard Fish
On 1/19/06, Gavin Seddon <[EMAIL PROTECTED]> wrote: > Hi, > I have just tried updating and it stopped with > > > 'x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../dbus > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include > -I/usr/include/libxml2 -I/usr/include/python2.4 > -DDBUS_AP

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Harm Geerts
On Thursday 19 January 2006 14:48, Etienne Imguimbert wrote: > Maybe the package dbus has not been downloaded correctly. Remove it in > /usr/portage/distfiles/ , Rerun also emerge --sync and then update. This would have been caught by the checksum comparison which portage does for all downloaded a

Re: [gentoo-amd64] ssh fwbuilder

2006-01-19 Thread Neil Stone
> is your firewall machine actually called "firewall"? > > ssh [EMAIL PROTECTED] uses ssh to login user root into a machine called > firewall. > I guess you actually need > > ssh [EMAIL PROTECTED] > > > On Thursday 19 January 2006 12:56, Gavin Seddon wrote: >>Hi, >>In the instructions for fwbuilder

[gentoo-amd64] klaptop problems

2006-01-19 Thread Mark Haney
I have KDE running on my Athlon64 Compaq R4000 laptop. Everything works great except for a strange issue with klaptop. When I go to configure, it wants to set-uid root on the acpi-helper-application. I give it the root password to do so, but no matter what I do the ACPI options never become

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Etienne Imguimbert
First you have to run etc-update in order to update your config files (57!!, it will be boring).   Maybe the package dbus has not been downloaded correctly. Remove it in /usr/portage/distfiles/ , Rerun also emerge --sync and then update.   Best regards,   Etienne  2006/1/19, Fernando Boaglio <[EMAI

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Fernando Boaglio
What is the output of: emerge -vp dbus emerge -vp world emerge -vDp world 2006/1/19, Gavin Seddon <[EMAIL PROTECTED]>: > Hi, > This gave > 'Ox86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../dbus > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include > -I/usr/include/libxml2 -I/u

Re: [gentoo-amd64] ssh fwbuilder

2006-01-19 Thread Kevin Philp
is your firewall machine actually called "firewall"? ssh [EMAIL PROTECTED] uses ssh to login user root into a machine called firewall. I guess you actually need ssh [EMAIL PROTECTED] On Thursday 19 January 2006 12:56, Gavin Seddon wrote: >Hi, >In the instructions for fwbuilder to test the p

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Gavin Seddon
Hi, This gave 'Ox86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../dbus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/python2.4 -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=k8 -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes

[gentoo-amd64] ssh fwbuilder

2006-01-19 Thread Gavin Seddon
Hi, In the instructions for fwbuilder to test the password it tells me to ssh [EMAIL PROTECTED], I get 'ssh: firewall: Name or service not known'. I have created the key, when I try to install what's my username? -- Dr Gavin Seddon School of Pharmacy and Pharmaceutical Sciences University of M

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Fernando Boaglio
Try running "ldconfig" and then retry "emerge -D world". 2006/1/19, Gavin Seddon <[EMAIL PROTECTED]>: > Hi I received, > 'No outdated packages were found on your system. > > > * GNU info directory index is up-to-date. > * IMPORTANT: 57 config files in /etc need updating. > * IMPORTANT: 1 config

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Gavin Seddon
Hi I received, 'No outdated packages were found on your system. * GNU info directory index is up-to-date. * IMPORTANT: 57 config files in /etc need updating. * IMPORTANT: 1 config files in /usr/kde/3.4/share/config need updating. * Type emerge --help config to learn how to update config files

Re: [gentoo-amd64] error updating deep world

2006-01-19 Thread Fernando Boaglio
Try to emerge "system" before. 2006/1/19, Gavin Seddon <[EMAIL PROTECTED]>: > Hi, > I have just tried updating and it stopped with > > > 'x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../dbus > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include > -I/usr/include/libxml2 -I/usr/incl

[gentoo-amd64] error updating deep world

2006-01-19 Thread Gavin Seddon
Hi, I have just tried updating and it stopped with 'x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../dbus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/python2.4 -DDBUS_API_SUBJECT_TO_CHANGE=1 -march=k8 -O2 -Wall -Wchar-subscripts -Wmiss