[gentoo-user] missing-host-name

2006-08-05 Thread Alex Fortwinder
: like so From [EMAIL PROTECTED], where nabokov is the user on the system. Any help would be great. Alex -- gentoo-user@gentoo.org mailing list

[gentoo-user] How to cleanly shutdown Gentoo?

2006-08-04 Thread Alex Fortwinder
poweroff is a good option? Thanks Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Test for X from cli

2006-08-01 Thread Alex Schuster
No X running. fi Alex -- gentoo-user@gentoo.org mailing list

[gentoo-user] configurtion error

2006-07-31 Thread Alex Fortwinder
I got this when switching the user. Any advice would help. Thanks, Alex [EMAIL PROTECTED] ~ $ su root Password: configuration error - unknown item 'FAILLOG_ENAB' (notify administrator) configuration error - unknown item 'LASTLOG_ENAB' (notify administrator) configuration error - unknown item

[gentoo-user] Can't run pppoe-start as user

2006-07-31 Thread Alex Fortwinder
command not found. As root everything is ok. Suggestions? Alex. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Can't run pppoe-start as user

2006-07-31 Thread Alex Fortwinder
Done. Example on how to use it? I tried sodo -u to no avail. Thanks Alex. On Mon, 31 Jul 2006 14:19:57 +0200 Fabrice Delliaux [EMAIL PROTECTED] wrote: Alex Fortwinder a écrit : command not found. As root everything is ok. Suggestions? # emerge sudo -- gentoo-user@gentoo.org

[gentoo-user] Exluding some apps from emerge --update world

2006-07-30 Thread Alex Fortwinder
Hi list, I's like to update my system, however, I'd like to keep some of the packages as they are (X, firefox, kernel, etc) How do I go about it before i run emerge --update --deep --newuse world? Thanks in advance, Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] apache/php: chroot?

2006-07-24 Thread Alex
be chrooted like bind? should work without any problems, like the most of the other standard internet services. try and have a look ;-) greetz alex -- * IMPORTANT: 217 config files in /etc need updating -- gentoo-user@gentoo.org mailing list

[gentoo-user] Wine won't build

2006-07-08 Thread Alex Bennee
Hi, I can't get wine to build. The configure script complains that it can't find freetype (despite it being installed) but I'm not sure if thats the problem. I assume an exit status of 1 from the configure script is bad? malory alex # tail /var/tmp/portage/wine-0.9.16/work/wine-0.9.16/config.log

Re: [gentoo-user] qt3/4 confusion

2006-06-22 Thread Alex Schuster
, but it doesn't hurt either and I kept it. switchqt() { export QTDIR=$1 export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH } switchqt /usr/qt/3 activates Qt 3 for this shell. Alex -- gentoo-user

[gentoo-user] Streaming and videoconferencing in Gentoo

2006-06-16 Thread Alex Condori
Gentoo and work in your homes or jobs. I don't try to build a high performance system, but a low-end one. Thanks. Alex Condori -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] content of /usr/portage/distfile

2006-05-26 Thread Alex
Alex wrote: Now I'm emerging -e world with -Os. When it is finished, I'll mail you the results. Hi, now I have a -Os-system and it isn't faster. So now I'll emerge the whole system again, but with -O3. Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] content of /usr/portage/distfile

2006-05-25 Thread Alex
! Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] content of /usr/portage/distfile

2006-05-25 Thread Alex
Allan Gottlieb wrote: At Thu, 25 May 2006 10:40:26 + Alex [EMAIL PROTECTED] wrote: Allan Gottlieb wrote: You have to do experiments. It depends heavily on your application mix. Yes, that would be the best, but I'm wondering how, because e.g. time bzip2 -9 foobar wouldn't be helpfull

Re: [gentoo-user] content of /usr/portage/distfile

2006-05-24 Thread Alex
are bigger and faster. Please correct my, if I'm not right. Thanks. Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] No space left on device: Am I allowed...

2006-05-24 Thread Alex
Meino Christian Cramer wrote: ...to delete contents of /var/tmp/portage/. ? I run out of resources ;) thank you very much for any helpful reply in advance! mcc Yes you can, if you're not emerging something. Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] content of /usr/portage/distfile

2006-05-24 Thread Alex
a lot less time to compile with -Os compared to -O3. The time I need to compile isn't my problem, and if it would, I think I could easy use -O0 ;) BTW, is gcc 4.1 faster than 3.4? I've some benchmarks about gcc4, but not compared with 3.4. Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Ethics of vmware use

2006-05-20 Thread Alex Schuster
will pay the price. There are even sites that create VMs intended to run in the player, like http://www.consolevision.com/members/dcgrendel/vmxform.html or on http://petruska.stardock.net/software/VMware/index.html. Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] My Gentoo is too secure ... ;)

2006-03-23 Thread Alex Schuster
Antoine writes: # vi groups (or whatever the correct way of doing it is) add your user to wheel I think it is gpasswd -a user wheel. Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] dd if=/dev/dvd of=backup.iso

2006-03-16 Thread Alex Schuster
disk, you can read the image again, with another drive if possible, and it will fill the missing parts. It is a graphical application (with a nice rendering of the reading process), but also works on the command line. Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] change eth0 to eth1 and viceversa

2006-02-21 Thread Alex Schuster
the order by listing the normal ethernet card's module first. At least I think so :) Alex -- gentoo-user@gentoo.org mailing list

[gentoo-user] Rhythmbox and Audioscrobbler

2006-02-14 Thread Alex Bennee
that was it but no dice. I've looked at the network traffic but I can't see any going to audioscrobbler so I'm guessing rhythmbox is just not sending it. Anyone else got this working? -- Alex, homepage: http://www.bennee.com/~alex/ It's not the valleys in life I dread so much as the dips. -- Garfield -- gentoo

[gentoo-user] Building Kernel Modules with custom kernel trees

2006-01-24 Thread Alex Bennee
to calculate Linux Kernel version However with all kernels you should be able to detrmine the root via uname -r: malory / # ls -l /lib/modules/`uname -r` total 212 lrwxrwxrwx 1 root root31 Jan 15 17:16 build - /home/alex/src/kernel/linux-2.6 lrwxrwxrwx 1 root root31 Jan 15 17:16 source

[gentoo-user] Udev Permissions

2006-01-08 Thread Alex Bennee
body of rules. Have I come across a bug or have I just not understood the subtly of creating the rule? -- Alex, homepage: http://www.bennee.com/~alex/ Sherrif: His story had kind of an odor to it. Inara: Yes. It's not the only thing about him that does. -- gentoo-user@gentoo.org mailing list

[gentoo-ppc-user] Emerge yaboot troubles

2005-12-16 Thread Alex Decker
here? - Alex -- gentoo-ppc-user@gentoo.org mailing list

Re: [gentoo-user] Can't get spellchecking to work on evolution

2005-11-22 Thread Alex Bennee
On Tue, 2005-11-15 at 19:56 +, C. Beamer wrote: Hi, Alex Bennee wrote: Although its enabled evolution never picks up any mis-spelled words. I suspect its something to do with the fact no dictionaries are selectable in the preferences dialog. I have aspell-en installed

[gentoo-user] How do I test gnome-spell?

2005-11-21 Thread Alex Bennee
I can't get spell checking in Evolution to work (it has no idea what dictionaries are available). The base aspell seems to be working but I don't know how to test the gnome-spell component. Any ideas? -- Alex, homepage: http://www.bennee.com/~alex/ You have literary talent that you should take

[gentoo-user] Can't get spellchecking to work on evolution

2005-11-15 Thread Alex Bennee
Although its enabled evolution never picks up any mis-spelled words. I suspect its something to do with the fact no dictionaries are selectable in the preferences dialog. I have aspell-en installed but that doesn't seem to be enough. Any ideas? -- Alex, homepage: http://www.bennee.com/~alex

[gentoo-user] Should emerge --sync be so slow?

2005-10-19 Thread Alex Bennee
to flush the cache files and start again with a clean emerge --sync? -- Alex, homepage: http://www.bennee.com/~alex/ signal(i, SIG_DFL); /* crunch, crunch, crunch */ -- Larry Wall in doarg.c from the perl source code -- gentoo-user@gentoo.org mailing list

[gentoo-user] Getting Bluetooth talking to phone

2005-09-25 Thread Alex Bennee
issues with it? Is it problem with the python libraries? -- Alex, homepage: http://www.bennee.com/~alex/ You have taken yourself too seriously. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Disk image

2005-09-10 Thread Alex
. You can take a look at a recent thread called Copying between hard drives potential newbie question. There was a discussion there about the same thing :) HTH -- Cheers, Alex. pgpNTAVfv3WH8.pgp Description: PGP signature

Re: [gentoo-user] jack-audio-connection-kit-0.100.0 ??

2005-09-09 Thread Alex
, you no longer need to ebuild /long/path/balh.ebuild digest wow thanx for that :) -- Cheers, Alex. pgp3DwrmtHlAW.pgp Description: PGP signature

Re: [gentoo-user] instalation and mount cdrom

2005-09-09 Thread Alex
On Friday 09 September 2005 02:49, Alvin ONeal Jr wrote: mount /dev/hdb1 /mnt/cdrom this should be: # mount /dev/hdc /mnt/cdrom -- Cheers, Alex. pgpVcQBTNcBWY.pgp Description: PGP signature

Re: [gentoo-user] howto update whole system and all applications

2005-09-09 Thread Alex
On Friday 09 September 2005 08:34, pat wrote: What I have to do to update everything within my Linux box ??? emerge --update --deep --newuse world --update --deep will check the whole dependency tree for updates and --newuse will include the packages whose USE-flags changed -- Cheers, Alex

Re: [gentoo-user] howto update whole system and all applications

2005-09-09 Thread Alex
On Friday 09 September 2005 09:12, Frank Schafer wrote: # emerge --update --deep --newuse world # emerge --depclean # revdep-rebuild yeap, that would be the coplete prosedure :) -- Cheers, Alex. pgpnqy1uOGLK5.pgp Description: PGP signature

Re: [gentoo-user] portage - xcdroast

2005-09-08 Thread Alex
this, as from 0.30 I think, with eix-sync. :) but as Nick said those are the tools of the devil and not the way real Gent'men should do it ;) -- Cheers, Alex. pgpA4ShLOigtD.pgp Description: PGP signature

Re: [gentoo-user] portage - xcdroast

2005-09-06 Thread Alex
On Tuesday 06 September 2005 13:35, John Dangler wrote: where do I get eix? # emerge eix ;) -- Cheers, Alex. pgpFOR7XMpdKt.pgp Description: PGP signature

Re: [gentoo-user] Windows on a second drive?

2005-09-05 Thread Alex
encounter problems because of that you can bypass it by adding the following lines in your grub.conf map (hd0) (hd1) map (hd1) (hd0) This will (virtually) swap your hard drives. -- Cheers, Alex. pgp62JKxMwwxr.pgp Description: PGP signature

[gentoo-user] Best way to build a debugging binary

2005-09-05 Thread Alex Bennee
the proper gentoo way to build something with symbols for getting decent backtraces from? -- Alex, homepage: http://www.bennee.com/~alex/ Fry: Hey, why are those kids following you? Do you have candy stuck to your ass? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] portage - xcdroast

2005-09-05 Thread Alex
On Monday 05 September 2005 23:06, John Dangler wrote: Or, does anyone have another recommendation for cd/dvd graphical frontend in gnome? How about gnomebaker? it's in portage. I've used it a bit and it looked pretty good (though not as good as k3b :) ) -- Cheers, Alex. pgp6tbFHWFnlT.pgp

Re: [gentoo-user] Re: /dev/cdrom has gone!

2005-09-03 Thread Alex Korshunov
[EMAIL PROTECTED] wrote: On Sat, Sep 03, 2005 at 08:32:56PM +0800, [EMAIL PROTECTED] wrote: no error on reboot now, but i will try to switch to windows to see if the cdrom works well All my cdroms in /dev/cdroms/cdrom. May be...? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] emerge toggling arts, kdelibs, kwin between 3.4.1 and 3.4.2

2005-09-03 Thread Alex
package.keywords. HTH :) -- Cheers, Alex. pgpcaLgdfz3XX.pgp Description: PGP signature

Re: [gentoo-user] Why is man-pages-de package installed?

2005-09-03 Thread Alex
-nls /etc/portage/package.use Indeed :) -- Cheers, Alex. pgpZ8pa9VOp22.pgp Description: PGP signature

Re: [gentoo-user] Why is man-pages-de package installed?

2005-09-03 Thread Alex
a dependency in /etc/portage/package.provided (if they don't exist create them :) ) -- Cheers, Alex. pgpeuYGqVN1Cs.pgp Description: PGP signature

Re: [gentoo-user] Can`t play dvd with xine based video players

2005-08-31 Thread Alex
On Wednesday 31 August 2005 06:06, Makurin Roman wrote: The problem has gone with xine-lib-1.1.0-r2 :-) Yay! :) the devs know better ;) -- Cheers, Alex. pgp11riY59DLC.pgp Description: PGP signature

Re: [gentoo-user] Error compiling totem-1.0.4 -- looking for suggestions on how to fix

2005-08-31 Thread Alex
headers. -- Cheers, Alex. pgp0FbrYaGhUB.pgp Description: PGP signature

Re: [gentoo-user] How to instruct emerge to leave certain stuff alone

2005-08-29 Thread Alex
with # - one DEPEND atom per line - relational operators are not allowed - must include a version . . . . == -- Cheers, Alex. pgp1Wuoz2CIGV.pgp Description: PGP signature

Re: [gentoo-user] Re: How to instruct emerge to leave certain stuff alone

2005-08-29 Thread Alex
to a newer one only if you see it pulled as a dependency. Just enter the latest version available in portage and you should be ok for a long time :) -- Cheers, Alex. pgpIO3m3MtbGm.pgp Description: PGP signature

Re: [gentoo-user] Error compiling totem-1.0.4 -- looking for suggestions on how to fix

2005-08-29 Thread Alex
On Monday 29 August 2005 12:32, Ric de France wrote: Any suggestions on what could be the problem? Any comments greatly appreciated. Is it the same as this one? http://bugs.gentoo.org/show_bug.cgi?id=103860 -- Cheers, Alex. pgpqHbxniI6qX.pgp Description: PGP signature

Re: [gentoo-user] Error compiling totem-1.0.4 -- looking for suggestions on how to fix

2005-08-29 Thread Alex
for the fix to be synced into portage. :) -- Cheers, Alex. pgpxN9LJKQsZF.pgp Description: PGP signature

Re: [gentoo-user] How can I format correctly a FAT floppy?

2005-08-29 Thread Alex
On Monday 29 August 2005 16:51, Michael Kintzios wrote: What's the appropriate way to format a floppy with FAT using Linux, so that it can be used in M$Windoze without the need of a native re-formatting? # mkfs.vfat /dev/fd0 -- Cheers, Alex. pgphQj8fBbRIL.pgp Description: PGP signature

Re: [gentoo-user] Can`t play dvd with xine based video players

2005-08-28 Thread Alex
/MFM/RLL support ---[*] IDE Taskfile Access boot with your new kernel and enjoy your movies ;) -- Cheers, Alex. pgpo1qB3cnILR.pgp Description: PGP signature

Re: [gentoo-user] Can`t play dvd with xine based video players

2005-08-28 Thread Alex
-- Cheers, Alex. pgpxFMIMNbQNu.pgp Description: PGP signature

Re: [gentoo-user] Tcpdump warning in emerge world -u output

2005-08-28 Thread Alex
to do anything, it's not a problem. QA notices are addressed to ebuild developers. :) -- Cheers, Alex. pgpHHC9ZykwUY.pgp Description: PGP signature

Re: [gentoo-user] Can`t play dvd with xine based video players

2005-08-28 Thread Alex
on settings-- xine engine options -- media--expert options tab -- dvd.raw_device ) Also if you have upgraded from a pre-1 xine-lib you should have removed your old configurations. Well your xine.log looks normal (too me) Sorry but I cant be of more help here... Good Luck :) -- Cheers, Alex

Re: [gentoo-user] Can`t play dvd with xine based video players

2005-08-28 Thread Alex
... -- Cheers, Alex. pgpKYBBI0d6B0.pgp Description: PGP signature

Re: [gentoo-user] Can`t play dvd with xine based video players

2005-08-28 Thread Alex
On Sunday 28 August 2005 21:33, Makurin Roman wrote: В сообщении от Понедельник 29 августа 2005 04:22 Alex написал(a): On Sunday 28 August 2005 19:56, Nick Rout wrote: also, does mplayer still play dvd's? or a previous version of xine-lib? I tryed both xine-lib-1.1.0(my previous

Re: [gentoo-user] Proposed option for etc-update

2005-08-27 Thread Alex Schuster
giving us goofs a unlimited amount of chances to get it right. Any thoughts? Try dispatch-conf instead of etc-update. When use_rcs ist set to yes in /etc/dispatch-conf.conf, and rcs is emerged, you get a backup of each file. Alex -- Alex Schuster [EMAIL PROTECTED] PGP

Re: [gentoo-user] Downloading packages from a txt file

2005-08-22 Thread Alex
package, so it might be downloaded after-all :) Those error could be some bad urls in the ebuilds. Just a guess, I don't know... -- Cheers, Alex. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Downloading packages from a txt file

2005-08-20 Thread Alex
On Friday 19 August 2005 15:18, Grant wrote: sort -u links.txt | xargs -n 1 -i{} sh -c 'for i in {}; do wget -c $i break; done' How about this instead, $ wget -ci links.txt It always did the job for me :) -- Cheers, Alex. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Downloading packages from a txt file

2005-08-20 Thread Alex
but i can't be much of a help, my bash scripting knowledge is limited... -- Cheers, Alex. -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] Please unsubscribe!

2005-08-05 Thread Alex A. Smith MCP
Ok so cause he was getting spammed its ok to spam us all? Does any one around here (Gentoo team or such) have access to remove him? -Original Message- From: John [mailto:[EMAIL PROTECTED] Sent: 05 August 2005 13:55 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Please

RE: [gentoo-user] Help

2005-07-24 Thread Alex A. Smith MCP
of initramdisk-more text and the both included genkernel in the file name) I had myself wondering over that for a while :) hth Alex A. Smith p.s. im installing a gentoo 2.6.12-r6 Stage 3 genkernel atm so I'll let you know when its done if the above didn't help ya. -Original Message- From: C.Beamer

[gentoo-user] ldconfig breaks my system

2005-07-15 Thread Alex Bennee
done? I'm currently building a parallel world on a second partition (in a chrooted environment) to see if there are any differences between the two setups (i.e a subtle breakage occured and was never picked up). -- Alex, homepage: http://www.bennee.com/~alex/ It destroys one's nerves to be amiable

Re: [gentoo-user] Filesystem wars - ReiserFS 3.6 vs. JFS

2005-06-21 Thread Alex Schuster
8 01:12 console crw-rw 1 root root 1, 3 Jan 8 01:12 null # Alex -- Alex Schuster [EMAIL PROTECTED] [EMAIL PROTECTED] -- gentoo-user@gentoo.org mailing list

[gentoo-user] udev Strangeness

2005-06-12 Thread Alex Bennee
'/dev/sdc' Jun 12 23:47:26 [udev] creating device node '/dev/sdc1' Jun 12 23:48:05 [udev] removing device node '/dev/sdc1' Jun 12 23:48:05 [kernel] usb 3-1: USB disconnect, address 13 Jun 12 23:48:05 [udev] removing device node '/dev/sdc' -- Alex, homepage: http://www.bennee.com/~alex/ We can't

Re: [gentoo-user] Access Violation emerge error

2005-06-06 Thread Alex Schuster
. If you want gthumb allow to do this, FEATRUES=-sandbox emerge gthumb should work. It's probably a good idea to make a backup of this scrollkeeper_docs file just in case it gets corrupted. Alex -- Alex Schuster [EMAIL PROTECTED] PGP Key available

[gentoo-user] GStreamer Pad error with Rhythmbox

2005-06-04 Thread Alex Bennee
Hi, Has anyone else been seeing problems with Gstreamer based apps not playing files due to Internal GStreamer error: pad problem? It seems to of broken on the last update. There is a bug filled (http://bugs.gentoo.org/show_bug.cgi?id=86675) but I was wondering if its an isolated case? -- Alex

RE: [gentoo-user] Tuning QAM w/ pcHDTV3000

2005-05-23 Thread Alex Stagg
QAM and 8VSB are two different modulation schemes. 8VSB is used for digital off the air (ATSC) signals in the US. QAM is used on Cable systems. That's all about this topic but maybe it will help you sort out what you want to do. -Original Message- From: Michael Haan [mailto:[EMAIL

Re: [gentoo-user] Help with nautilus

2005-05-18 Thread Alex Bennee
On Tue, 2005-05-17 at 17:55 +0100, Ognjen Bezanov wrote: Alex Bennee wrote: If you run the command again with strace: strace -e trace=open nautilus --no-desktop --file-browser You will probably be able to see what the failing file is interleaved among the ** (nautilus:13834): WARNING

Re: [gentoo-user] Help with nautilus

2005-05-18 Thread Alex Bennee
On Wed, 2005-05-18 at 18:19 +0100, Ognjen Bezanov wrote: Alex Bennee wrote: On Tue, 2005-05-17 at 17:55 +0100, Ognjen Bezanov wrote: Alex Bennee wrote: If you run the command again with strace: strace -e trace=open nautilus --no-desktop --file-browser You will probably

Re: [gentoo-user] What mixes up line order of world file?

2005-05-16 Thread Alex Bennee
to tweak you .bashrc to define aliases or helper functions ;-) -- Alex, homepage: http://www.bennee.com/~alex/ All of the true things I am about to tell you are shameless lies. -- The Book of Bokonon / Kurt Vonnegut Jr. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Help with nautilus

2005-05-16 Thread Alex Bennee
: strace -e trace=open nautilus --no-desktop --file-browser You will probably be able to see what the failing file is interleaved among the ** (nautilus:13834): WARNING **: messages. -- Alex, homepage: http://www.bennee.com/~alex/ Complex system: One with real problems and imaginary profits

[gentoo-user] Evolution Data Server keeps reverting

2005-05-08 Thread Alex Bennee
Hi, I had a problem starting evolution: 14:11 [EMAIL PROTECTED] [alex] evolution-2.2 evolution-2.2: error while loading shared libraries: libecal-1.2.so.2: cannot open shared object file: No such file or directory When I checked I found that libecalc belonged to evolution-data-server. A quick

Re: [gentoo-user] Evolution Data Server keeps reverting

2005-05-08 Thread Alex Bennee
On Sun, 2005-05-08 at 16:03 +0200, Holly Bostick wrote: Alex Bennee wrote: Both versions are ~amd64 so I don't think that is the reason. Any idea what is causing emerge to think it wants to revert to a broken package? There could be a couple of reasons reasons: 1) you're running a amd64

Re: [gentoo-user] No HTML in posts?

2005-05-02 Thread Alex A. Smith MCP
didnt call someone you have never ment and know nothing about lazy. For your info I'm 19, work 2 Jobs and run a small hosting company. That I feel is far from lazy. Alex Greg Donald wrote: On 5/2/05, Alex A. Smith MCP [EMAIL PROTECTED] wrote: Time straped as it is, I'll type in what

Re: [gentoo-user] problem with setting up home router

2005-04-21 Thread Alex A. Smith MCP
You seem to have missed out this one # iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT My home router stopped working without that. Hope that helps somewhat. - Alex A. Smith MCP ASMHosting.com Owner askar ... wrote: Hello! Installed Gentoo 2005.0, stage3. I want

Re: [gentoo-user] emerged glibc does not work

2005-04-17 Thread Alex Bennee
glibc? If you do an emerge -p -v glibc what USE flags do you get? -- Alex, homepage: http://www.bennee.com/~alex/ Be careful! Is it classified? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] nmap results: need help

2005-04-12 Thread Alex Bennee
MySQL (unauthorized) 1/tcp open http Webmin httpd On the machine scanning the simplest thing to do is run netstat -lpn which will list all listening ports and what program has them open. That should at least point you in the direction of whats what. -- Alex, homepage: http

<    7   8   9   10   11   12