[gentoo-user] Re: Problem with permisions

2005-11-05 Thread Francesco Talamona
On Sunday 06 November 2005 00:18, Allan Spagnol Comar wrote:
> Hi all, I make a mistake and need some assistence now
>
> I had copied my /bin, /sbin, /etc, /usr, /var, /home, /tmp to
> partitions that wasn´t the originals so when I make the copie I
> do not remember to use -p option and now almost nothing is working
> because of permitions I do not have the originals any more and I
> don´t now how to restore this Anyone has a idea of what this
> permitions are and how I can get to it.
>
> for exemple, if I try to su it said authentication failure even
> before the password and the user trying to su on wheel group I
> can not change logs because of var permitions   things like that
> .
>
> Snip  if someone had an idea or the map of permitions i will be
> glad  thanks
> Allan

The information about files permissions isn't easily recoverable...

With this command (it takes a very long time to run!) you will know wich 
programs reinstall:
for i in $(ls -1 /bin /sbin) ; do equery belongs $i ;done  | sort | uniq

/tmp permissions are 1777 if I rememeber correctly.
/home is not vital for system sanity, defer its recovery

Mount your system in chroot as if you would install your Gentoo (use the 
installation CD and install guide, skipping partitioning, formatting, 
bootstrap...!) and rebuild system programs and those listed by the 
command above.

Another option, much faster is to skip the equery step, mount the chroot 
and:
"emerge -e system"
Other programs complaining about permissions can be restored in a 
following phase, from within the running system.

Ciao
Francesco

-- 
Linux Version 2.6.12-gentoo-r9, Compiled #2 Wed Aug 24 18:43:16 CEST 
2005
One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4325.37 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: local.start and sending an email

2005-11-05 Thread Francesco Talamona
On Sunday 06 November 2005 01:26, John J. Foster wrote:
> On Sat, Nov 05, 2005 at 10:52:20PM +, Neil Bothwick wrote:
> > If the same command works in a terminal, it could be a difference
> > in the environment. The first thing I would try is running "source
> > /etc/profile" right before the mutt call.
>
> No go. Just for review, here's a few lines from local.start.
>
> source /etc/profile
> /usr/bin/date | /usr/bin/mutt -s "System restarted" [EMAIL PROTECTED]
>
> Now, the error message
>
> Error sending message, child exited 1 ().
> /etc/conf.d/local.start: line 15: 19174 Done
> /usr/bin/date
>  19175 Segmentation fault  | /usr/bin/mutt -s "System
> restarted" [EMAIL PROTECTED]

I reread the whole thread, till now we focused on mail program, but 
segfault came just after "date" command, maybe we just looked in the 
wrong direction...

Do you have all partitions mounted at the time local runs, 
are /usr /var /lib ... all mounted and accessible by then? Can it be a 
permission problem? So who is the user running the script?...

Ciao
Francesco
-- 
Linux Version 2.6.12-gentoo-r9, Compiled #2 Wed Aug 24 18:43:16 CEST 
2005
One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4325.37 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] user interface font in OOo? Can we change it?

2005-11-05 Thread 張韡武
Long time ago I was using "AR PL ShanHeiSun Uni" and "AR PL ZenKai Uni"
for Chinese characters and defined in fontconfig. Most other people and
gentoo default does the samiliar, take a look at your default
fontconfig, there are some Chinese fonts in the list of 'Serif' font
face. This setting has effect in every gnome (or, gtk) application
except OOo. OOo wasn't using the right font for Chinese, I don't know
what font is OOo trying to use for Chinese text on the UI, could be
Kochi Mincho or something, but the result is many Chinese characters are
either missing or in wrong position or ugly. This only happens on the UI
elements like buttons, text inputs, text boxes... not on the document
itself.

So:
1) Is there a way to change the user interface font used by OOo? Thus I
can specify OOo to use the 'right font'.
2) Is there a way to know what font OOo is trying to use on interface
when displaying Chinese? Thus I can set fontconfig replacement for that
font.

any good idea? I believe most Chinese users of OOo (could be even some
Korean users) also have this problem. I was expecting this problem being
solved in OOo 2.0 because it promised a native widget and in the past I
though this was a bug for OOo running in non-KDE environment. Now OOo
2.0 is just like it's ealier versions. 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [Fwd: Frozen Video]

2005-11-05 Thread Nick Rout
On Sat, 05 Nov 2005 16:15:37 -0800
Drew Tomlinson <[EMAIL PROTECTED]> wrote:

> I have a box running kernel version 2.6.13-r5, and MythTV 0.18.2 built 
> from portage. I'm using a video card with the nvidia nv18 chipset 
> (6600?). I also have a custom xorg modeline for my widescreen HDTV. My 
> video card is connected via a VGA to component converter. The screen 
> looks good and regular desktop mode works fine. The mouse moves. MythTV 
> menus are displayed and the cursor moves around
> when I hit the arrow keys.
> 
> The problem is when I switch to a video mode. The video freezes at the 
> first frame. The audio continues and plays just fine. The freezing 
> problem occurs whether I'm viewing LiveTV, previously recorded shows, 
> and even video files via MythVideo (uses mplayer). All of this used to 
> work until I upgraded hardware and rebuilt my system.
> 
> I have no idea what the cause might be or where to start looking. Any ideas?
> 
> Drew

try running mplayer from the command line and see what error messages
are given.

also look in the standard places like dmesg and /var/log/Xorg*.log.

You can also run mythfrontend from the command line with verbose
logging.



> 
> -- 
> 
> Visit The Alchemist's Warehouse
> Magic Tricks, DVDs, Videos, Books, & More!
> 
> http://www.alchemistswarehouse.com
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] AutoScan Ebuild [req]

2005-11-05 Thread Nick Rout
Haven't actually done a new ebuild, just did those steps manually (ie
installed libzvt, renamed the ebuild and picked up the chmod thing from
an error message after I started the program.)

I did post about it on bugzilla too, maybe the original authopr will
fix the ebuild?


On Sat, 05 Nov 2005 20:39:00 -0300
"Arturo 'Buanzo' Busleiman" <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Nick Rout wrote:
> >>New ebuilds are submitted to bugs.gentoo.org. Searching there will find
> >>this:
> 
> Oh, damn, I completely forgot about bugs.gentoo.org. (/me smashes himself 
> with a happer).
> 
> > I had to make 3 changes to the ebuild:
> 
> Could you send it to me? (In case you have not submitted it already, I'll 
> check).
> 
> Thank you very much!
> 
> - --
> Arturo "Buanzo" Busleiman - www.buanzo.com.ar
> Consultor en Seguridad Informatica
> KTP Consultores - info AT ktpconsultores.com.ar
> 
> Romper un sistema de seguridad los acerca tanto a ser hackers como el
> encender autos puenteando los convierte en ingenieros automotrices.
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.1 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFDbUKUAlpOsGhXcE0RAuvzAJ9ZnnpH9/eq1DWCUxlX0Tut0IMnUACcCztb
> moKjBlJPMABbMYtIc2u42ek=
> =oX3U
> -END PGP SIGNATURE-
> -- 
> gentoo-user@gentoo.org mailing list
> 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Visited web sites

2005-11-05 Thread Mark Knecht
On 11/5/05, Nick Rout <[EMAIL PROTECTED]> wrote:
> On Sat, 5 Nov 2005 19:48:04 -0800
> Mark Knecht <[EMAIL PROTECTED]> wrote:
>
> > On 11/5/05, gentuxx <[EMAIL PROTECTED]> wrote:
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA1
> > >
> > > Mark Knecht wrote:
> > >
> > > >Hi,
> > > > My wife is asking if there is an easy way to keep a list of all web
> > > >sites visited on a specific computer in the house. I don't know about
> > > >such stuff. Is there any way to do that for either Mozilla or Firefox?
> > > >
> > > >Thanks,
> > > >Mark
> > > >
> > > It would depend on how your home network is set up.  A squid proxy
> > > could work for you.  What are you trying to accomplish?
> > >
> > Thanks. I'll look into squid. I guess with squid all of that machine's
> > requests go to this machine and then it forwards stuff on, keeping a
> > record? Is that the basic idea?
> >
> > If so, does that mean that all traffic for the machine in question
> > actually does through the squid machine? If so that might mean too
> > much wireless traffic the way we are set up.
>
> yes thats the point of squid it is a proxy.

OK, but that's like using the word in the definition to a guy who's
never used a proxy. ;-)

I'm still unclear though, and I'm sure I'll find this out either
through reading or use. do all packets for the machine using the proxy
go through the proxy? Or is it more like a DNS server where just the
URL's go through the proxy to figure out what to do?

Right now the machine under observation is on one wireless leg. The
one machine that's on all the time is on anothe wireless leg. Neither
is directly tied to the cable modem. If the traffic pattern looks like

M_OBSERVE -> router -> M_SQUID -> router -> Internet -> router ->
M_SQUID -> router -> M_OBSERVE

The I created a lot of extra wireless traffic, especially since the
machine being observed seems to like to watch a lot of gaming videos.
If it's just addresses, then no big deal. If it's the whole data
stream then it's not going to work well.

On the other hand I have a MythTV frontend that is not always turned
on but could be, I suppose, which is on the router, as are a few of my
audio machines. I'm loath to start putting this stuff on machines in
my studio


>
>
> >
> > Or is it just the addresses that are proxied?
> >
> > As for purpose, as I said earlier my wife wants to know all web sites
> > that a certain computer on our network visits over time.
>
> trouble with the kids?

:-)

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Full path in apache2 access_log?

2005-11-05 Thread Michael Stewart (vericgar)
Try adding %f and/or %{Host}i to the LogFormat directive. Or maybe one
of the others will give you the information you need:
http://httpd.apache.org/docs/2.0/mod/mod_log_config.html#formats


-- 
Michael Stewart [EMAIL PROTECTED]
Gentoo Developerhttp://dev.gentoo.org/~vericgar

GnuPG Key ID 0x08614788 available on http://pgp.mit.edu
--


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Visited web sites

2005-11-05 Thread Nick Rout
On Sat, 5 Nov 2005 19:48:04 -0800
Mark Knecht <[EMAIL PROTECTED]> wrote:

> On 11/5/05, gentuxx <[EMAIL PROTECTED]> wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Mark Knecht wrote:
> >
> > >Hi,
> > > My wife is asking if there is an easy way to keep a list of all web
> > >sites visited on a specific computer in the house. I don't know about
> > >such stuff. Is there any way to do that for either Mozilla or Firefox?
> > >
> > >Thanks,
> > >Mark
> > >
> > It would depend on how your home network is set up.  A squid proxy
> > could work for you.  What are you trying to accomplish?
> >
> Thanks. I'll look into squid. I guess with squid all of that machine's
> requests go to this machine and then it forwards stuff on, keeping a
> record? Is that the basic idea?
> 
> If so, does that mean that all traffic for the machine in question
> actually does through the squid machine? If so that might mean too
> much wireless traffic the way we are set up.

yes thats the point of squid it is a proxy.



> 
> Or is it just the addresses that are proxied?
> 
> As for purpose, as I said earlier my wife wants to know all web sites
> that a certain computer on our network visits over time.

trouble with the kids?

> 
> Thanks,
> Mark
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Visited web sites

2005-11-05 Thread Mark Knecht
On 11/5/05, gentuxx <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Mark Knecht wrote:
>
> >Hi,
> > My wife is asking if there is an easy way to keep a list of all web
> >sites visited on a specific computer in the house. I don't know about
> >such stuff. Is there any way to do that for either Mozilla or Firefox?
> >
> >Thanks,
> >Mark
> >
> It would depend on how your home network is set up.  A squid proxy
> could work for you.  What are you trying to accomplish?
>
Thanks. I'll look into squid. I guess with squid all of that machine's
requests go to this machine and then it forwards stuff on, keeping a
record? Is that the basic idea?

If so, does that mean that all traffic for the machine in question
actually does through the squid machine? If so that might mean too
much wireless traffic the way we are set up.

Or is it just the addresses that are proxied?

As for purpose, as I said earlier my wife wants to know all web sites
that a certain computer on our network visits over time.

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] "Pin" an ebuild (mysql)

2005-11-05 Thread Francesco R.
Alle 00:31, domenica 6 novembre 2005, David Corbin ha scritto:
>
> Even better, is there a way to have both versions of mysql installed?
>

Portage admit more version of a package if the package itself explicitly 
say it is SLOTted.

Slotting MySQL is planned but the roadmap has not been defined, it can 
be two months or one year, until we have it.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Visited web sites

2005-11-05 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Knecht wrote:

>Hi,
> My wife is asking if there is an easy way to keep a list of all web
>sites visited on a specific computer in the house. I don't know about
>such stuff. Is there any way to do that for either Mozilla or Firefox?
>
>Thanks,
>Mark
>
It would depend on how your home network is set up.  A squid proxy
could work for you.  What are you trying to accomplish?

- --
gentux
echo "hfouvyAdpy/ofu" | perl -pe 's/(.)/chr(ord($1)-1)/ge'

gentux's gpg fingerprint ==> 34CE 2E97 40C7 EF6E EC40  9795 2D81 924A
6996 0993
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDbVegLYGSSmmWCZMRAlF0AJ9lpZVCij9oCDTQ1SZ6XcGtlQ2aHgCcCkqR
bUzndiMWT2QhaWJSTu7Kqwg=
=FiDy
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Visited web sites

2005-11-05 Thread C. Beamer
Mark Knecht wrote:

>Hi,
>   My wife is asking if there is an easy way to keep a list of all web
>sites visited on a specific computer in the house. I don't know about
>such stuff. Is there any way to do that for either Mozilla or Firefox?
>  
>
In Firefox:  Edit --> Preferences -->  Select the "Privancy Icon" and
then click the + sign beside History.  You can enter the number of days
that you want to retain history for sites visited.  Enter a number of
days that you think is appropriate.

Regards,

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



[gentoo-user] Visited web sites

2005-11-05 Thread Mark Knecht
Hi,
   My wife is asking if there is an easy way to keep a list of all web
sites visited on a specific computer in the house. I don't know about
such stuff. Is there any way to do that for either Mozilla or Firefox?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] local.start and sending an email

2005-11-05 Thread John J. Foster
On Sat, Nov 05, 2005 at 10:52:20PM +, Neil Bothwick wrote:
> 
> If the same command works in a terminal, it could be a difference in the
> environment. The first thing I would try is running "source /etc/profile"
> right before the mutt call.

No go. Just for review, here's a few lines from local.start.

source /etc/profile
/usr/bin/date | /usr/bin/mutt -s "System restarted" [EMAIL PROTECTED]

Now, the error message

Error sending message, child exited 1 ().
/etc/conf.d/local.start: line 15: 19174 Done
/usr/bin/date
 19175 Segmentation fault  | /usr/bin/mutt -s "System restarted" [EMAIL 
PROTECTED]

-- 
If voting could change anything,
it would be illegal


pgpOVZp7dd9co.pgp
Description: PGP signature


[gentoo-user] [Fwd: Frozen Video]

2005-11-05 Thread Drew Tomlinson
I have a box running kernel version 2.6.13-r5, and MythTV 0.18.2 built 
from portage. I'm using a video card with the nvidia nv18 chipset 
(6600?). I also have a custom xorg modeline for my widescreen HDTV. My 
video card is connected via a VGA to component converter. The screen 
looks good and regular desktop mode works fine. The mouse moves. MythTV 
menus are displayed and the cursor moves around

when I hit the arrow keys.

The problem is when I switch to a video mode. The video freezes at the 
first frame. The audio continues and plays just fine. The freezing 
problem occurs whether I'm viewing LiveTV, previously recorded shows, 
and even video files via MythVideo (uses mplayer). All of this used to 
work until I upgraded hardware and rebuilt my system.


I have no idea what the cause might be or where to start looking. Any ideas?

Drew

--

Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!

http://www.alchemistswarehouse.com

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] "Pin" an ebuild (mysql)

2005-11-05 Thread Qian Qiao
On 11/5/05, David Corbin <[EMAIL PROTECTED]> wrote:
> I recently did an "emerge -uavD world" like I ususally do, and it failed
> trying to upgrade mysql from 4.0 to 4.1.  Well, I'd really like to need to
> keep 4.0 around.  Is there some way to say, don't upgrade mysql when I
> "emerge -uavD world"?
>
> Even better, is there a way to have both versions of mysql installed?
>
> Naturally, I want to do this with portage (I know I could figure out how to do
> all this without portage.)

echo ">=dev-db/mysql-4.1" >> /etc/portage/package.mask

That'll do it.

HTH.

-- Joe

--
There are 3 kinds of people in the world:
Those who can count, and those who can't.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] "Pin" an ebuild (mysql)

2005-11-05 Thread Mark Shields
You can manually hard mask it.  
# echo ">=dev-db/mysql-4.1.14" >> /etc/portage/package.maskOn 11/5/05, David Corbin <
[EMAIL PROTECTED]> wrote:I recently did an "emerge -uavD world" like I ususally do, and it failed
trying to upgrade mysql from 4.0 to 4.1.  Well, I'd really like to need tokeep 4.0 around.  Is there some way to say, don't upgrade mysql when I"emerge -uavD world"?Even better, is there a way to have both versions of mysql installed?
Naturally, I want to do this with portage (I know I could figure out how to doall this without portage.)ThanksDavid--gentoo-user@gentoo.org mailing list
-- - Mark Shields


Re: [gentoo-user] AutoScan Ebuild [req]

2005-11-05 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nick Rout wrote:
>>New ebuilds are submitted to bugs.gentoo.org. Searching there will find
>>this:

Oh, damn, I completely forgot about bugs.gentoo.org. (/me smashes himself 
with a happer).

> I had to make 3 changes to the ebuild:

Could you send it to me? (In case you have not submitted it already, I'll 
check).

Thank you very much!

- --
Arturo "Buanzo" Busleiman - www.buanzo.com.ar
Consultor en Seguridad Informatica
KTP Consultores - info AT ktpconsultores.com.ar

Romper un sistema de seguridad los acerca tanto a ser hackers como el
encender autos puenteando los convierte en ingenieros automotrices.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDbUKUAlpOsGhXcE0RAuvzAJ9ZnnpH9/eq1DWCUxlX0Tut0IMnUACcCztb
moKjBlJPMABbMYtIc2u42ek=
=oX3U
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] "Pin" an ebuild (mysql)

2005-11-05 Thread David Corbin
I recently did an "emerge -uavD world" like I ususally do, and it failed 
trying to upgrade mysql from 4.0 to 4.1.  Well, I'd really like to need to 
keep 4.0 around.  Is there some way to say, don't upgrade mysql when I 
"emerge -uavD world"?  

Even better, is there a way to have both versions of mysql installed?

Naturally, I want to do this with portage (I know I could figure out how to do 
all this without portage.)

Thanks
David
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem with permisions

2005-11-05 Thread Allan Spagnol Comar
Hi all, I make a mistake and need some assistence now

I had copied my /bin, /sbin, /etc, /usr, /var, /home, /tmp to
partitions that wasn´t the originals so when I make the copie I do
not remember to use -p option and now almost nothing is working
because of permitions I do not have the originals any more and I
don´t now how to restore this Anyone has a idea of what this
permitions are and how I can get to it.

for exemple, if I try to su it said authentication failure even before
the password and the user trying to su on wheel group I can not
change logs because of var permitions   things like that .

Snip  if someone had an idea or the map of permitions i will be
glad  thanks
Allan
--
An application asked:
"Requeires Windows 9x, NT4 or better",
so I´ve installed Linux

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] local.start and sending an email

2005-11-05 Thread Neil Bothwick
On Fri, 4 Nov 2005 19:16:16 -0500, John J. Foster wrote:

> Well damn. Removing /etc/init.d/splash from the boot runlevel did in
> fact cause /etc/init.d/local to run as the last initscript, just like
> it's supposed to. But it didn't solve the problem of mutt segfaulting
> when called here.
> 
> I took Neil's advice and emerged mailx. All is well again in gentooland.
> 
> (I'd sure like to know why mutt didn't work in local.start, though)

If the same command works in a terminal, it could be a difference in the
environment. The first thing I would try is running "source /etc/profile"
right before the mutt call.


-- 
Neil Bothwick

What was the greatest thing BEFORE sliced bread?


signature.asc
Description: PGP signature


Re: [gentoo-user] AutoScan Ebuild [req]

2005-11-05 Thread Nick Rout
On Sun, 6 Nov 2005 10:39:50 +1300
Nick Rout <[EMAIL PROTECTED]> wrote:

> New ebuilds are submitted to bugs.gentoo.org. Searching there will find
> this:
> 
> http://bugs.gentoo.org/show_bug.cgi?id=75151

I had to make 3 changes to the ebuild:

1. add x11-libs/libzvt as a dependency, or it will not build.

2. rename it to autoscan-0.97.0.ebuild (ie take out the "_beta") so it
downloads the right file

3. after installation chmod +s /usr/bin/AutoScan_Agent

Then it *appears* to work, but I am not sure of everything it is
supposed to do :-/



> 
> On Sat, 05 Nov 2005 16:41:56 -0300
> "Arturo 'Buanzo' Busleiman" <[EMAIL PROTECTED]> wrote:
> 
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > People,
> > 
> > Does anybody have an AutoScan ebuild for gentoo? autoscan being the 
> > networking monitoring tool,
> > nothing to do with autoconf, etc.
> > 
> > I'm willing to create one, but so far, most people complains that 
> > AutoScan does not properly work
> > when compiled from source in gentoo...
> > 
> > - --
> > Arturo "Buanzo" Busleiman - www.buanzo.com.ar
> > Consultor en Seguridad Informatica
> > KTP Consultores - info AT ktpconsultores.com.ar
> > 
> > Romper un sistema de seguridad los acerca tanto a ser hackers como el
> > encender autos puenteando los convierte en ingenieros automotrices.
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.4.1 (GNU/Linux)
> > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> > 
> > iD8DBQFDbQsEAlpOsGhXcE0RAlH0AJ9znFJ1LyfHMqqrc6buwBedKzfLQACfX86Y
> > C9IoAhE3jZ722gz8N0cLO+c=
> > =ksmm
> > -END PGP SIGNATURE-
> > -- 
> > gentoo-user@gentoo.org mailing list
> > 
> -- 
> gentoo-user@gentoo.org mailing list
> 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] usb mp3 player firmware

2005-11-05 Thread maxim wexler
Hi everybody,

Have a defunct 128M USB MP3 player. I'm told that it
can be restored by jumpering two of the i/o pins on
the memory chip in the device and then re-installing
the firmware.

Anybody had experience with this? 

Here's dmesg, the mouse is OK.

[EMAIL PROTECTED] ~ $ dmesg| grep usb
[  104.153577] usbcore: registered new driver usbfs
[  104.153958] usbcore: registered new driver hub
[  107.199262] usb 1-1: new low speed USB device using
ohci_hcd and address 2
[  107.678070] usb 1-1: device not accepting address
2, error -110
[  108.443803] usb 1-1: new low speed USB device using
ohci_hcd and address 4
[  108.741685] usb 1-2: new full speed USB device
using ohci_hcd and address 5
[  109.283733] input: Logitech USB Mouse on
usb-:00:02.0-1
[  109.283742] usbcore: registered new driver usbmouse
[  109.283745] drivers/usb/input/usbmouse.c: v1.6:USB
HID Boot Protocol mouse driver
[  109.309553] usbcore: registered new driver hiddev
[  109.316864] usbcore: registered new driver usbhid
[  109.316868] drivers/usb/input/hid-core.c: v2.01:USB
HID core driver

Device can be mounted as usbfs but not vfat. fdisk
reports "unable to open /dev/sda1"

-mw



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] AutoScan Ebuild [req]

2005-11-05 Thread Nick Rout
New ebuilds are submitted to bugs.gentoo.org. Searching there will find
this:

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

On Sat, 05 Nov 2005 16:41:56 -0300
"Arturo 'Buanzo' Busleiman" <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> People,
> 
>   Does anybody have an AutoScan ebuild for gentoo? autoscan being the 
> networking monitoring tool,
> nothing to do with autoconf, etc.
> 
>   I'm willing to create one, but so far, most people complains that 
> AutoScan does not properly work
> when compiled from source in gentoo...
> 
> - --
> Arturo "Buanzo" Busleiman - www.buanzo.com.ar
> Consultor en Seguridad Informatica
> KTP Consultores - info AT ktpconsultores.com.ar
> 
> Romper un sistema de seguridad los acerca tanto a ser hackers como el
> encender autos puenteando los convierte en ingenieros automotrices.
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.1 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFDbQsEAlpOsGhXcE0RAlH0AJ9znFJ1LyfHMqqrc6buwBedKzfLQACfX86Y
> C9IoAhE3jZ722gz8N0cLO+c=
> =ksmm
> -END PGP SIGNATURE-
> -- 
> gentoo-user@gentoo.org mailing list
> 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] AutoScan Ebuild [req]

2005-11-05 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

People,

Does anybody have an AutoScan ebuild for gentoo? autoscan being the 
networking monitoring tool,
nothing to do with autoconf, etc.

I'm willing to create one, but so far, most people complains that 
AutoScan does not properly work
when compiled from source in gentoo...

- --
Arturo "Buanzo" Busleiman - www.buanzo.com.ar
Consultor en Seguridad Informatica
KTP Consultores - info AT ktpconsultores.com.ar

Romper un sistema de seguridad los acerca tanto a ser hackers como el
encender autos puenteando los convierte en ingenieros automotrices.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDbQsEAlpOsGhXcE0RAlH0AJ9znFJ1LyfHMqqrc6buwBedKzfLQACfX86Y
C9IoAhE3jZ722gz8N0cLO+c=
=ksmm
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge difficulty.

2005-11-05 Thread Michael A Rowley, MD

Hey Billy,

Well, this caused me to look into it more carefully, so I finally  
umounted the portage directory, and then did an emerge sync to get a  
new repository on the local machine.  Emerge now works.  remount  
portage, doesn't work.


You were right, this is an NFS problem.  Not sure what type, but I at  
least know what to look for, and can get my system upgraded in the  
meantime.


I appreciate your input, thanks for your time.  I will try and post  
if I figure out what th eproblem is.  I checked the Gentoo wiki,  
there is a how-to on getting portage on an nfs share, which is what I  
used to set it up initially.  I will have to look and see if I can  
figure out why it stopped working, which seems bazaar.


Michael

On Nov 4, 2005, at 10:19 AM, Billy Holmes wrote:


Michael A Rowley, MD wrote:

works.  But whenever I try to get a package to emerge, I get a  
failure at 'set +x' on the debug screen, and it just sits there.




-x The shell shall write to standard error a  trace  for  each   
command

after  it  expands  the  command  and  before  it executes it. It is
unspecified whether the command that turns tracing off is traced.

so 'set +x' disables debugging, and 'set -x' enables it for the shell.

Perhaps the script is doing something else right after that...  
maybe an strace?


However, I don't think it's something that complicated. Normally  
the simplest answer is correct.


Check dmesg? have lockd and statd running (since it's an NFS mount)?
--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange problem with partition reiserfs

2005-11-05 Thread Rafael Barreto
Sorry. I see now the answear in the top. :-)

Thanks again!2005/11/5, Rafael Barreto <[EMAIL PROTECTED]>:
Yes, I'm sure. As a same user I repeated that many times on different
partitions and just in that Kate doesn't ask me for a confirmation.
Well... With gedit I don't have this problem. gedit ask me for a
confirmation. But I would like to use Kate. I suppose that I have to
agree about a but in Kate.

About the other question. Any answear?

Thanks!2005/11/5, Glenn Enright <[EMAIL PROTECTED]>:

On Sat, 05 Nov 2005 19:29, Rafael Barreto wrote:> I'm with a very strange problem with a partition reiserfs. When I installed> gentoo I created a partition to save my personal docs and I formatted it> with reiserfs filesystem. Today, I was wrinting a little program in python
> using Kate and, accidentaly, I overwrite a file on that partition. The> strange was that Kate don't ask me for a confirmation about that. Kate just> overwrote the file. Well, I imagined that comportament was not right and I
> tried to ovewrite an archive in the partition mounted under /home and Kate,> now, ask me for a confirmation. Strange... any idea?Are you sure you were working as the same user? not as root or something?
Could have been different user settings.--Some men are so interested in their wives' continued happiness that theyhire detectives to find out the reason for it.--

gentoo-user@gentoo.org mailing list




Re: [gentoo-user] Strange problem with partition reiserfs

2005-11-05 Thread Rafael Barreto
Yes, I'm sure. As a same user I repeated that many times on different
partitions and just in that Kate doesn't ask me for a confirmation.
Well... With gedit I don't have this problem. gedit ask me for a
confirmation. But I would like to use Kate. I suppose that I have to
agree about a but in Kate.

About the other question. Any answear?

Thanks!2005/11/5, Glenn Enright <[EMAIL PROTECTED]>:
On Sat, 05 Nov 2005 19:29, Rafael Barreto wrote:> I'm with a very strange problem with a partition reiserfs. When I installed> gentoo I created a partition to save my personal docs and I formatted it> with reiserfs filesystem. Today, I was wrinting a little program in python
> using Kate and, accidentaly, I overwrite a file on that partition. The> strange was that Kate don't ask me for a confirmation about that. Kate just> overwrote the file. Well, I imagined that comportament was not right and I
> tried to ovewrite an archive in the partition mounted under /home and Kate,> now, ask me for a confirmation. Strange... any idea?Are you sure you were working as the same user? not as root or something?
Could have been different user settings.--Some men are so interested in their wives' continued happiness that theyhire detectives to find out the reason for it.--
gentoo-user@gentoo.org mailing list


[gentoo-user] Re: wine emerge wants to downgrade?

2005-11-05 Thread Tim Kruse
* On 04.11.2005 Mark Knecht wrote:

>> [masking packages in /etc/portage/package.mask]
>
> I generally avoid putting these masks in as I seem to forget they are
> there. :-)

 This is the reason I have these lines in my user crontab (I have
read permissions on /etc/portage/package.mask)

,-[crontab -l]
| #
| #   Show masked packages in /etc/portage/package.mask
| #
| 00  6   * * *   /bin/grep -v "^\#" /etc/portage/package.mask
`-

 The output is mailed to me ;-)

 So long,
tkr

-- 
BOFH Excuse #185:

system consumed all the paper for paging


signature.asc
Description: PGP signature


Re: [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0)

2005-11-05 Thread Norberto Bensa
Bill Six wrote:
> "VFS: Cannot open root device "hde4" or
> uknown-block(0,0)

You need ide drivers for your chipset AND your filesystem compiled in your 
kernel or in an initrd. 

Your grub.conf seems OK since VFS is telling you "root device hde4"

-- 
Norberto Bensa
4544-9692
Ciudad de Buenos Aires, Argentina
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with Intel wireless networking and kernel 2.6.14

2005-11-05 Thread John Green

Hi,

> Richard Fish wrote:

> >John Green wrote:

> >I still cannot make my Intel wireless card work under
> >kernel 2.6.14.  Wireless works fine with 2.6.12.6, but not
> >with 2.6.13.x or 2.6.14.

   

> >Here are the relevant outputs from dmesg.

> >2.6.14 (fails)
> >--

> >ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
> >eth0 (WE) : Driver using old /proc/net/wireless support, please fix
driver !

> >## How do I fix the driver in question? ##

> Not important...it's just a note for the developers.  I get the same
> warning (again, ipw2200), and it works fine.

> I noticed that the version in the kernel is the 'stable' .0 version,
> while the one you are using with 2.6.12.6 is a .2 'unstable' version.
> It might be interesting to try merging the 1.1.0 version of the package
> with 2.6.12.6, and see if you have the same issue.  That would tell you
> if it is a driver version or kernel change that is causing the problem.

Thanks for the suggestion, but I might never see a working 2.6.12.6
again if I do that :-(

> >I have already run "emerge -C ipw2100" to remove that Gentoo
> >package, which is no longer needed with kernel 2.6.14.  How
> >does wireless still work under 2.6.12.6 without that package?

> Sounds like removing the package didn't remove the compiled kernel
> modules from /lib/modules/2.6.12.6.  Both unusual and lucky!

Yes, the 2.6.12.6 module is still there.  I probably built it
under 2.6.12.6 and then 'removed' it while running 2.6.14.  What
*should* happen in those circumstances?

Also, my kernels have no support for module unloading, which is
probably a mistake when I need to play around with ipw2100 etc.
This at last explains why I had to keep rebooting to see the
effect of changes.

> >Is the warning about versions 19 and 17 significant?  It seems
> >to come from iwconfig, which is part of wireless-tools.  I have
> >version 27-r1 of that package, which is the latest available.

> 28_pre10 is available for ~x86.  Try:

> echo "net-wireless/wireless-tools ~x86"
>>/etc/portage/package.keywords
> emerge -Dv wireless-tools

> Also, there are now versions of the ieee80211 and ipw2100 packages
that will
> merge with 2.6.14.  They are also masked ~x86, so you will need to do
the same
> updates to package.keywords:

>echo "net-wireless/ieee80211 ~x86" >>/etc/portage/package.keywords
>echo "net-wireless/ipw2100 ~x86" >>/etc/portage/package.keywords

These steps did not seem to help.

> This should give you the latest 1.1.3 version of the driver.  If it still
> won't work with 2.6.14, I suggest subscribing and posting to the devel
list
> at:

> http://lists.sourceforge.net/lists/listinfo/ipw2100-devel

Thanks for the help, but this is where I give up and go back to
2.6.12.6.  I build my own kernels so I know what is in them and
to get the minimum feature set.  I want the latest kernel to get
security and other fixes, and not because I need any new
functionality.

At least I got closer with 2.6.14.  Kernel 2.6.13.x never
created an eth0 device.  And I will read the ipw2100 dev list
from now on.  Other people have similar problems, but I can't
see a solution yet.

Thanks again,

John Green

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Shutdown/Restart Issue

2005-11-05 Thread C. Beamer




-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martins Steinbergs wrote:

>On Friday 04 November 2005 20:49,
C. Beamer wrote:
>
>>Hi All,
>>
>>Recently, I've started to experience an issue when trying to
restart
>>or shutdown my computer using the K menu "Log Out" selection,
which
>>gives the options to "End Current Session", "Restart the
Computer",
>>"Turn of the Computer" and of course, "Cancel". If I select to
>>restart or turn off the computer, the computer will do
neither. My
>>monitor shuts down, but the computer itself neither restarts
or shuts
>>off depending on which selection I've made.
>
>
>i,v run into this problem few weeks ago too with no luck fixing
it. yes, and 
>sometimes shutdown from console fails too. 
>only guess in list was - "It seems X f***s up your video memory,
or something 
>of this kind". Anyway should check forums and bugs for something
similar.

Well, I'm certainly not an authority here, but based on your comment,
I do recall that when I did a recent update (either the emerge of Open
Office 2.0 or the upgrade of MySQL), one of them changed some files
that were related to X and QT (sorry, this isn't a very good
description - I just saw the listing go by on the screen).  At the end
of the emerge, I got told that some configuration files in /etc had
changed and what to do to find out out the files were.  When I ran
etc-update, it then gave me 3 choices regarding what to do -1, -3, and
- -5.  I chose the -3 options, which replaces the config files.

However, even knowing this, and surmising that this might be the
problem, I have no idea what to do to correct it.

Regards,

Colleen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDbINb7FsR4jhcRJoRAizDAKDFaHqCqjWzypohH/4Z3rbrjLsRhQCgx7ZD
2UKDOF/UhVAd3TS7kmZyJfA=
=hG2/
-END PGP SIGNATURE-





[gentoo-user] gnome 2.12.1 won't start with xfce4-4.2.2 running as the same user

2005-11-05 Thread fire-eyes
I installed gnome 2.12.1. I am running xfce4 on display :0 . I tried to
start gnome session on :1 via:  startx /usr/bin/gnome-session -- :1 ,
however it bails with "gnome-session: you're already running a session
manager". Any ideas? I am not running another gnome session.

I was able to do this in the past, what changed? I don't use a DM.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Shutdown/Restart Issue

2005-11-05 Thread C. Beamer




-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Philip Webb wrote:

>On Friday 04 November 2005 20:49,
C. Beamer wrote:
>
>>Recently, when trying to restart or shutdown my computer
>>using the K menu "Log Out" selection, which gives the options
>>to "End Current Session", "Restart the Computer", "Turn of
the Computer".
>>If I select to restart or turn off, my monitor shuts down,
>>but the computer itself neither restarts or shuts off.
>
>
>For "shut off", the problem could result from a recent kernel
update,
>if you didn't activate the config line to allow power management.
>I'm not sure if that would affect "restart" as well.
>That's just 1 suggestion: HTH.
>
Not the case in this situation.  True, when I did an emerge recently,
it downloaded new kernel sources, but I haven't installed them yet.
(This is because I am working on something that has a deadline and
I've never updated the kernel in Gentoo before.  Despite the fact that
the Gentoo documentation is excellent, I don't want to risk making a
"boo-boo" and then being at a point where I might have to spend days
correcting my mistake.)

Regards,

Colleen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDbH937FsR4jhcRJoRAk/1AKC4nqAfcYWdFnwOtPe2owM3SkkGxQCg1yzN
rt2jAuqqvbYrUFGdn5dC9Qc=
=gI0v
-END PGP SIGNATURE-





Re: [gentoo-user] Is it just me? Or everyone has this openoffice2 problem?

2005-11-05 Thread Zhang Weiwu
Richard Fish wrote:

> Zhang Weiwu wrote:
>
>> It took me one day to emerge from source. I tried SEARCH_DIRS_MASK but
>> that doesn't work for me.
>>  
>>
>
> Yes, the SEARCH_DIRS_MASK is only for revdep-rebuild and for those who
> merged the binary package.  You do not need it when merging from
> source, and has no effect on your ability to start OOo.
>
>> These are the packages that I would merge, in order:
>>
>> Calculating dependencies ...done!
>> [ebuild   R   ] app-office/openoffice-2.0.0  +curl +eds +gnome +gtk
>> +java -kde +ldap +mozilla -nas +xml2 +zlib 0 kB
>>  
>>
>
> Well, these USE flags are quite different than what I use, so
> comparing to my system is probably not useful.
>
> But, could you try an "equery check openoffice", and see if it reports
> any problems?
>
> I remember that when I compiled OOo2, it took over 3Gb of space in
> /var, and my /usr/lib/openoffice directory is using 228M.  Maybe you
> ran out of disk space at some point during the merge, which is why you
> are missing files???
>
> -Richard
>
I don't understand: if it run out of space, how comes the package marked
as installed. I have about 3.8G free hdd space though.
[EMAIL PROTECTED] ~ $ equery check openoffice
[ Checking app-office/openoffice-2.0.0 ]
 * 880 out of 880 files good

I think I can try compile with your USE flags later.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mutt listmail test, if you can see this it made it so please delete thx

2005-11-05 Thread stuart
wont be long before I annoy someone, hope it is sorted now.

stu

On Sat, Nov 05, 2005 at 01:26:28PM +, [EMAIL PROTECTED] wrote:
> just checking the list reply function.
> 
> stu
> 
> 
> On Sat, Nov 05, 2005 at 01:17:56PM +, [EMAIL PROTECTED] wrote:
> > Hi
> > 
> > Well since you are reading this it means that this mail actually made it to
> > the list.
> > I have had problems with getting mutt to send to mailinglist's, which I
> > believe are down to 2 unset commands
> > set from=...; set use_from=yes
> > 
> > Now since it arrived the problem is sorted :]
> > 
> > sorry for spam 
> > 
> > stu
> > -- 
> > gentoo-user@gentoo.org mailing list
> > 
> -- 
> gentoo-user@gentoo.org mailing list
> 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mutt listmail test, if you can see this it made it so please delete thx

2005-11-05 Thread stuart
just checking the list reply function.

stu


On Sat, Nov 05, 2005 at 01:17:56PM +, [EMAIL PROTECTED] wrote:
> Hi
> 
> Well since you are reading this it means that this mail actually made it to
> the list.
> I have had problems with getting mutt to send to mailinglist's, which I
> believe are down to 2 unset commands
> set from=...; set use_from=yes
> 
> Now since it arrived the problem is sorted :]
> 
> sorry for spam 
> 
> stu
> -- 
> gentoo-user@gentoo.org mailing list
> 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mutt listmail test, if you can see this it made it so please delete thx

2005-11-05 Thread stuart
Hi

Well since you are reading this it means that this mail actually made it to
the list.
I have had problems with getting mutt to send to mailinglist's, which I
believe are down to 2 unset commands
set from=...; set use_from=yes

Now since it arrived the problem is sorted :]

sorry for spam 

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



Re: [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0)

2005-11-05 Thread 赵光
> >
> > what do you have in grub.conf?
>
> That looks like the right idea to me too. root(0,0) is not what should be in
> your boot loader.
> --

i think it is root(4,0)
root=hd(4,3)
--
/**
* Love in Gentoo-Linux  C and Python
* Look at my blog
* http://poorc.wordpress.com
**/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Config help texts

2005-11-05 Thread Mike Williams
On Saturday 05 November 2005 08:34, Charles Trois wrote:
> In the 2.6 sources, that file does no longer exist. Yet the help is
> still there, and there is bound to be a data base somewhere. I have
> looked for it in the sources, but could not identify it.
>
> Does anybody know where it is and under what name?

The Kconfig files.

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



Re: [gentoo-user] Strange problem with partition reiserfs

2005-11-05 Thread Glenn Enright
On Sat, 05 Nov 2005 19:29, Rafael Barreto wrote:
> I'm with a very strange problem with a partition reiserfs. When I installed
> gentoo I created a partition to save my personal docs and I formatted it
> with reiserfs filesystem. Today, I was wrinting a little program in python
> using Kate and, accidentaly, I overwrite a file on that partition. The
> strange was that Kate don't ask me for a confirmation about that. Kate just
> overwrote the file. Well, I imagined that comportament was not right and I
> tried to ovewrite an archive in the partition mounted under /home and Kate,
> now, ask me for a confirmation. Strange... any idea?

Are you sure you were working as the same user? not as root or something? 
Could have been different user settings.
-- 

Some men are so interested in their wives' continued happiness that they
hire detectives to find out the reason for it.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange problem with partition reiserfs

2005-11-05 Thread b.n.

 Today, I was wrinting a little
program in python using Kate and, accidentaly, I overwrite a file on 
that partition. The strange was that Kate don't ask me for a 
confirmation about that. Kate just overwrote the file. Well, I imagined 
that comportament was not right and I tried to ovewrite an archive in 
the partition mounted under /home and Kate, now, ask me for a 
confirmation. Strange... any idea?


Have you tried again to see if it's reproducible? i.e. if every time you 
overwrite on that partition kate doesn't ask confirm and every time you 
overwrite on /home it asks?


Anyway it seems more a Kate bug than a filesystem thing...

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



Re: [gentoo-user] Re: Bandwidth monitor on per service/program basis

2005-11-05 Thread Stuart Howard
Ideal

nethogs seems just right, thanks for the reply. 

stu 

On Friday 04 November 2005 23:41, Marc Christiansen wrote:
> Stuart Howard <[EMAIL PROTECTED]> wrote:
> > I am looking to find a tool that will allow me to monitor which
> > applications or services are utilising my network and hence bandwidth.
> > Now I have found loads of useful tools that can offer me
> > representations of the interface but little that breaks it down on a
> > time basis and per program basis.
> > If anyone has a suggestion of a ready built application it will be
> > welcome, prefer it to be console based for ssh [with a nice gui at
> > home, if I am being greedy ].
>
> You could try nethogs:
>
> *  net-analyzer/nethogs
>   Latest version available: 0.6.0
>   Latest version installed: 0.6.0
>   Size of downloaded files: 19 kB
>   Homepage:http://nethogs.sf.net/
>   Description: A small 'net top' tool, grouping bandwidth by process
>   License: GPL-1
>
> It's console only, though, so you'll have to reign in your greed ;-)
>
> Marc
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Config help texts

2005-11-05 Thread Charles Trois

A little practical problem.

In the 2.4 sources, there is a file called /Documentation/configure.help 
  (I don't remember the exact name), which contains all the help texts 
that are available on request in menuconfig, so that they can be read at 
leisure.


In the 2.6 sources, that file does no longer exist. Yet the help is 
still there, and there is bound to be a data base somewhere. I have 
looked for it in the sources, but could not identify it.


Does anybody know where it is and under what name?

Charles

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Shutdown/Restart Issue

2005-11-05 Thread Philip Webb
On Friday 04 November 2005 20:49, C. Beamer wrote:
> Recently, when trying to restart or shutdown my computer
> using the K menu "Log Out" selection, which gives the options
> to "End Current Session", "Restart the Computer", "Turn of the Computer".
> If I select to restart or turn off, my monitor shuts down,
> but the computer itself neither restarts or shuts off.

For "shut off", the problem could result from a recent kernel update,
if you didn't activate the config line to allow power management.
I'm not sure if that would affect "restart" as well.
That's just  1  suggestion: HTH.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list