Re: [gentoo-user] automounter [solved]

2005-10-17 Thread Neil Bothwick
On Sun, 16 Oct 2005 22:09:47 -0300, Matthew R. Lee wrote: > I had dbus, hal, and ivman in my package.keywords file. I'm not sure > why, something must have asked me to put them there but I can't > remember what, though the only other package that I have that depends > on dbus is kdebase-kioslaves

Re: [gentoo-user] Reaching my network over the internet

2005-10-17 Thread Neil Bothwick
On Sun, 16 Oct 2005 21:27:22 -0400, Dave Nebinger wrote: > Unless you really feel comfortable with your own security > infrastructure, your best bet is to edit your /etc/ssh/sshd_config file > and change the port number to only something you'd think of in the > higher range of port numbers. Disab

Re: [gentoo-user] Re: Reaching my network over the internet

2005-10-17 Thread Jonathan Wright
John Jolet wrote: Why do though all the hassle of setting up a VPN when you can use SSH to provide a secure tunnel into the network and use that instead? Works fine for me. # ssh -L5900:hostname:5900 [EMAIL PROTECTED] # vncviewer localhost:0 Okay, now show me the instance where you want box->i

Re: [gentoo-user] openoffice 2 rc3 & revdep rebuild

2005-10-17 Thread Philip Webb
051016 John J. Foster wrote: > I've been fighting the install of OOo rc3 for a few days now. > Everything is fine until running revdep-rebuild, > which wants to re-install the OOo I just installed. I haven't done this with OO, but my experience is that Revdep-rebuild always wants to remerge what I

Re: [gentoo-user] openoffice 2 rc3 & revdep rebuild

2005-10-17 Thread Holly Bostick
John J. Foster schreef: > Good evening, > > I've been fighting the install of OOo rc3 for a few days now. > Everything is fine until running revdep-rebuild, which wants to > re-install the OOo I just installed. I remember having trouble with > various binary packages before, including OOo, which I

Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-17 Thread Christoph Gysin
Ian Brandt wrote: Is it possible to get the dmesg for the boot prior to the current one? No it isn't. dmesg shows the ring buffer contents of the running kernel. I'm trying to remotely upgrade from the 2.4 to 2.6 kernel. I followed the migration guide, but I got something wrong because my se

[gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Denny Schierz
hi, i need two bridges, but i don't understand, how to configure it in /etc/conf.d/net: # # # Bridge # ## ## Internal Bridged Network. bridge="xenintbr" config_xeninetbr=( "10.0.10.3/24" ) brctl_xeninetbr=( "setfd 0" "sethello 0" "stp off"

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Denny Schierz
On Mo, 2005-10-17 at 13:00 +0200, Denny Schierz wrote: > i need two bridges, but i don't understand, how to configure it > in /etc/conf.d/net: [...] > What is wrong? saw a small typo in xenintetbr and xenintbr, but nothing changed. It does not work. -- Sicherheit verständlich http://www.sides

Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-17 Thread Jerry McBride
On Sunday 16 October 2005 18:25, Ian Brandt wrote: > Hi, > > Is it possible to get the dmesg for the boot prior to the current one? > No. Once the kernel reboots, the dmesg data is lost. Unless ofcourse you put this in /etc/conf.d/local.start: #!/bin/bash # /etc/conf.d/local.start /bin/dmesg > /

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Jonathan Wright
Denny Schierz wrote: > bridge="xenintbr" > config_xeninetbr=( "10.0.10.3/24" ) > brctl_xeninetbr=( "setfd 0" "sethello 0" "stp off" ) > > What is wrong? I've not setup a bridge before, but according the example in /etc/conf.d/net.example; # To add ports to bridge br0 #bridge_br0="eth0 eth1" #co

Re: [gentoo-user] [OT] binary comparison

2005-10-17 Thread Shawn Haggett
Andrew Gaydenko wrote: Hi! 'diff' is text oriented tool. I there some kind of such tool oriented to binary files/subtrees comparison? Thanks! 'od | diff' -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Denny Schierz
hi, On Mo, 2005-10-17 at 12:21 +0100, Jonathan Wright wrote: > From the looks of it, you haven't told the system which two network > ports need to be bridged together. Also, do you have > net-misc/bridge-utils installed? no, i haven't cause these are only virtual devices for xen. They don't have

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Jonathan Wright
Denny Schierz wrote: >>From the looks of it, you haven't told the system which two network >>ports need to be bridged together. Also, do you have >>net-misc/bridge-utils installed? > > no, i haven't cause these are only virtual devices for xen. They don't > have to do any with eth0/1. > > I can d

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Denny Schierz
hi, On Mo, 2005-10-17 at 13:00 +0100, Jonathan Wright wrote: > or are you trying to create the bridges aswell from scratch? jupp, creating from scratch. the bridges don't exist, at startup. -- Sicherheit verständlich http://www.sides.de GnuPG Key http://pgp.upb.de:11371/pks/lookup?op=get&sear

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Jonathan Wright
Denny Schierz wrote: >>or are you trying to create the bridges aswell from scratch? > > jupp, creating from scratch. the bridges don't exist, at startup. >From the sounds of it, that's ur problem. The script doesn't know it needs to create the bridges and assumes they're there ready. As you have

Re: [gentoo-user] Wiki Howto: Xorg and Fonts, did I fatally screw up the directions?

2005-10-17 Thread Hans-Werner Hilse
Hi, On Fri, 14 Oct 2005 13:54:34 -0700 Rob <[EMAIL PROTECTED]> wrote: > I wonder about this, because I enable the xtt module in my > /etc/X11/xorg.conf, but I get an error message that the xtt module > cannot be found. Using slocate I confirmed that xtt is nowhere to be found. It's not compil

Re: [gentoo-user] [OT] binary comparison

2005-10-17 Thread Rasmus Andersen
On Mon, Oct 17, 2005 at 09:01:35PM +0930, Shawn Haggett wrote: > >'diff' is text oriented tool. I there some kind of such tool > >oriented to binary files/subtrees comparison? > > > >Thanks! > > > > > 'od | diff' 'cmp' Rasmus -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] porno filtering using squid?

2005-10-17 Thread Hans-Werner Hilse
Hi, On Mon, 17 Oct 2005 04:37:25 +0100 Stroller <[EMAIL PROTECTED]> wrote: > http://dansguardian.org/?page=copyright2 > > I read that as "your friend can download it for non-commercial use & > then distribute it to you for free under the GPL for you to use for > commercial purposes". I don't

Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-17 Thread Christoph Gysin
Jerry McBride wrote: No. Once the kernel reboots, the dmesg data is lost. Unless ofcourse you put this in /etc/conf.d/local.start: #!/bin/bash # /etc/conf.d/local.start /bin/dmesg > /var/log/dmesg Then you will at the least have a log of the current dmesg, which could be rotated. Yes that w

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Denny Schierz
hi, On Mo, 2005-10-17 at 13:19 +0100, Jonathan Wright wrote: > Rather than having 'need net.eth0 net.eth1', stick in the code/functions > that create the interfaces. You can create the bridge then and it should > work on reboot. It works, i made a simply script, that creates the devices, before

Re: [gentoo-user] porno filtering using squid?

2005-10-17 Thread Holly Bostick
Michael Crute schreef: > On 10/15/05, Renat Golubchyk <[EMAIL PROTECTED]> wrote: > >> On Sun, 16 Oct 2005 04:43:18 +0600 Gentoo Shadow >> <[EMAIL PROTECTED]> wrote: >> >>> is it free to use for commercial purposes? >> >> It's GPL. >> >> > > After a fashion. Read the pricing page. > > -Mike

Re: [gentoo-user] porno filtering using squid?

2005-10-17 Thread Stroller
On Oct 17, 2005, at 2:18 pm, Hans-Werner Hilse wrote: http://dansguardian.org/?page=copyright2 I read that as "your friend can download it for non-commercial use & then distribute it to you for free under the GPL for you to use for commercial purposes". I don't agree. In my opinion the lega

Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-17 Thread Richard Fish
Jerry McBride wrote: No. Once the kernel reboots, the dmesg data is lost. Unless ofcourse you put this in /etc/conf.d/local.start: #!/bin/bash # /etc/conf.d/local.start /bin/dmesg > /var/log/dmesg FYI, the bootmisc init script already does this for you, or at least it does with the ~x86

[gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Matias Grana
Hi; I'm trying to compile vim with +clipboard support. One can do this by passing --enable-clipboard to configure. There's no USE flag for this feature. After some research, I've learned that the way to do this is to configure the EXTRA_ECONF variable. Now the question is: is there a file to

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Jonathan Wright
Denny Schierz wrote: Rather than having 'need net.eth0 net.eth1', stick in the code/functions that create the interfaces. You can create the bridge then and it should work on reboot. It works, i made a simply script, that creates the devices, before "net" starts. :-) np. -- Jonathan Wright

Re: [gentoo-user] openoffice 2 rc3 & revdep rebuild

2005-10-17 Thread Paul Varner
On Mon, 2005-10-17 at 05:58 -0400, Philip Webb wrote: > 051016 John J. Foster wrote: > > I've been fighting the install of OOo rc3 for a few days now. > > Everything is fine until running revdep-rebuild, > > which wants to re-install the OOo I just installed. > > I haven't done this with OO, but m

Re: [gentoo-user] porno filtering using squid?

2005-10-17 Thread Stroller
On Oct 17, 2005, at 2:18 pm, Hans-Werner Hilse wrote: http://dansguardian.org/?page=copyright2 I read that as "your friend can download it for non-commercial use & then distribute it to you for free under the GPL for you to use for commercial purposes". I don't agree. In my opinion the lega

[gentoo-user] /sbin/runscript.sh: line 32: /var/lib/init.d/softlevel: No such file or directory

2005-10-17 Thread Thomas T. Veldhouse
Is anybody seeing this in recent x86 stable? I just built a stock 2005.1 system on a classic Athlon platform and I am getting; "/sbin/runscript.sh: line 32: /var/lib/init.d/softlevel: No such file or directory" when I try to start mysql. It seems to be an issue with the package that runsc

Re: [gentoo-user] /sbin/runscript.sh: line 32: /var/lib/init.d/softlevel: No such file or directory

2005-10-17 Thread Dave Nebinger
On Monday 17 October 2005 10:57 am, Thomas T. Veldhouse wrote: > Is anybody seeing this in recent x86 stable? > > I just built a stock 2005.1 system on a classic Athlon platform and I am > getting; > > "/sbin/runscript.sh: line 32: /var/lib/init.d/softlevel: No such file or > directory" softlevel

Re: [gentoo-user] /sbin/runscript.sh: line 32: /var/lib/init.d/softlevel: No such file or directory

2005-10-17 Thread Peter Gordon
> when I try to start mysql. It seems to be an issue with the package > that runscript.sh is part of ... which is what package? (it has been > awhile since I lasted worked with Gentoo, so I am not sure the method to > find out which package a file belongs too). I'm not at my Gentoo box, so I can

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Neil Bothwick
On Mon, 17 Oct 2005 11:19:55 -0300, Matias Grana wrote: > I'm trying to compile vim with +clipboard support. One can do this by > passing --enable-clipboard to configure. There's no USE flag for this > feature. After some research, I've learned that the way to do this is to > configure the EX

Re: [gentoo-user] /sbin/runscript.sh: line 32: /var/lib/init.d/softlevel: No such file or directory

2005-10-17 Thread Thomas T. Veldhouse
Dave Nebinger wrote: softlevel just contains the name of the level that you booted under, most likely "default" on a line by itself. It looks like this file is created when the system boots, as mine is dated for when my system was cycled last. Possibly you could try hand creating this file,

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Tom Martin
On Mon, Oct 17, 2005 at 11:19:55AM -0300, Matias Grana <[EMAIL PROTECTED]> wrote: > Sure I can set it by hand for one emerge, but I'd like to set > EXTRA_ECONF to "--enable-clipboard" forever. You could try using /etc/portage/bashrc, see portage(5). Use at your own risk. Hope that helps, Tom --

Re: [gentoo-user] /sbin/runscript.sh: line 32: /var/lib/init.d/softlevel: No such file or directory

2005-10-17 Thread Dave Nebinger
On Monday 17 October 2005 11:09 am, Peter Gordon wrote: > > I'm not at my Gentoo box, so I can't verify this at the moent, but I think > it's part of sys-apps/baselayout. Nope, it's not part of baselayout nor any other package (see below). > To check these things for future reference, one can ins

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Peter Gordon
Neil Bothwick said: > mkdir -p /etc/portage/env.d/app-editors > echo >>/etc/portage/env.d/app-editors/vim > 'EXTRA_ECONF="--enable-clipboard"' > > You can use this to set variables, or override default settings, for any > package. Ooh that's quite nifty. I'll have to write that one down. Thanks, N

Re: [gentoo-user] porno filtering using squid?

2005-10-17 Thread Michael Crute
On 10/17/05, Stroller <[EMAIL PROTECTED]> wrote: On Oct 17, 2005, at 2:18 pm, Hans-Werner Hilse wrote:>>> http://dansguardian.org/?page=copyright2 I read that as "your friend can download it for non-commercial use &>> then distribute it to you for free under the GPL for you to use for >> comme

Re: [gentoo-user] 2.6.10 and realtime [was: "where is 'kat'"]

2005-10-17 Thread Christoph Eckert
> > Furthermore, the best use is with recent kernels with the new > > notify mechanism. Unfortunately, I'm still on 2.6.10 here due to > > realtime audio needs :( . > > Hi! Can you provide a bit more info on that item? See the post of Mark. I still use a vanilla 2.6.10 with the realtime-

[gentoo-user] Best Tomcat performance?

2005-10-17 Thread A. Khattri
Which combination of Tomcat and JVM gives the best performance? (or is this question not relevant?) -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] SMP/HT & top

2005-10-17 Thread A. Khattri
On Sun, 16 Oct 2005, Chris Boot wrote: > Yes. You may need to press '1' once you have started top to show each > processor individually. See the top manpage to see how you can set this > as the default. You can also press ? in top (like in many command-line apps) to show a quick help page. There

Re: [gentoo-user] SMP/HT & top

2005-10-17 Thread A. Khattri
On Sun, 16 Oct 2005, Mark Knecht wrote: >Was I mistaken in thinking that a true SMP system and also a hyper > threading system would show two processors in top? I am trying out a > new HT kernel built this morning. I've enabled both SMP support and > hyper threading support but top shows only

Re: [gentoo-user] Best Tomcat performance?

2005-10-17 Thread Dave Nebinger
On Monday 17 October 2005 12:48 pm, A. Khattri wrote: > Which combination of Tomcat and JVM gives the best performance? > (or is this question not relevant?) I'd say irrelevant. Basically your performance will be controlled by the amount of memory you have, the number of child daemons you allow,

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Holly Bostick
Neil Bothwick schreef: > On Mon, 17 Oct 2005 11:19:55 -0300, Matias Grana wrote: > > >> I'm trying to compile vim with +clipboard support. One can do >> this by passing --enable-clipboard to configure. There's no USE >> flag for this feature. After some research, I've learned that the >> way

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Paul Varner
On Mon, 2005-10-17 at 19:14 +0200, Holly Bostick wrote: > But man 5 portage doesn't say anything about /etc/portage/env.d, and it > doesn't say anything much about what precisely you can put in > /etc/portage/bashrc either: The /etc/portage/bashrc file can be (ab)used to do all kinds of things wit

[gentoo-user] Windowmaker font problems solved

2005-10-17 Thread Rob
The steps I took: 1. emerge -C windowmaker- 2. emerge enlightenment 3. user uses enlightenment It has no problems finding all of the fonts. I just didn't have any more energy left trying to track down windowmaker problems. So now, the only important step left in my Gentoo system is tweek

Re: [gentoo-user] 2.6.10 and realtime [was: "where is 'kat'"]

2005-10-17 Thread Dave S
Christoph Eckert wrote: Furthermore, the best use is with recent kernels with the new notify mechanism. Unfortunately, I'm still on 2.6.10 here due to realtime audio needs :( . Hi! Can you provide a bit more info on that item? See the post of Mark. I still use a vanilla 2.

[gentoo-user] Syslog-ng has shell port open...

2005-10-17 Thread Dave Nebinger
So I'm busy tracking down a tcp connection issue on my server and I see that *.shell is open (not a good thing). So I do the 'netstat -pl' command to see who has that socket open and, low and behold, it happens to be syslog-ng. So I'm thinking that's kinda odd, there's no reason that syslog-ng

Re: [gentoo-user] Syslog-ng has shell port open... SOLVED

2005-10-17 Thread Dave Nebinger
On Monday 17 October 2005 02:00 pm, Dave Nebinger wrote: > So I'm busy tracking down a tcp connection issue on my server and I see > that *.shell is open (not a good thing). > > So I do the 'netstat -pl' command to see who has that socket open and, low > and behold, it happens to be syslog-ng. My

Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-17 Thread Ian Brandt
Richard Fish wrote: > Jerry McBride wrote: > > FYI, the bootmisc init script already does this for you, or at least it > does with the ~x86 baselayout. Just "rc-update -a bootmisc boot" if it > isn't already turned on. > > Also, syslog-ng will dump the kernel log to /var/log/messages when it > s

Re: [gentoo-user] Syslog-ng has shell port open... SOLVED

2005-10-17 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Nebinger wrote: >On Monday 17 October 2005 02:00 pm, Dave Nebinger wrote: > >>So I'm busy tracking down a tcp connection issue on my server and I see >>that *.shell is open (not a good thing). >> >>So I do the 'netstat -pl' command to see who has

[gentoo-user] Where is aticonfig (bug confirmation, please)?

2005-10-17 Thread Holly Bostick
As you all might know, I have an ati card. I just installed the new 8.18.6 drivers yesterday. I was later hanging around on the Rage3D Linux Drivers forum, and noticed mention of a utility called 'aticonfig', which apparently is a workalike for fglrxconfig (the xorg.conf configurator), but (also a

Re: [gentoo-user] porno filtering using squid?

2005-10-17 Thread znx
How about Squid Guard? http://www.squidguard.org/ With free blacklists http://ftp.tdcnorge.no/pub/www/proxy/squidGuard/contrib/ Which you can vet .. add some remove some.. On 15/10/05, Gentoo Shadow <[EMAIL PROTECTED]> wrote: > dear friends, > 1) how to band(block) porno web url(s)+web contents

Re: [gentoo-user] porno filtering using squid?

2005-10-17 Thread Thomas T. Veldhouse
znx wrote: How about Squid Guard? http://www.squidguard.org/ With free blacklists http://ftp.tdcnorge.no/pub/www/proxy/squidGuard/contrib/ I use both of these and it works pretty darn well. Configuring per user is straight forward, although setting up anything other than identd is a bit

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Neil Bothwick
On Mon, 17 Oct 2005 12:28:51 -0500, Paul Varner wrote: > Finally, this doesn't mean that you shouldn't use Neil's suggestion. > Just make sure that you are comfortable with the supplied bashrc before > implementing. And don't blame me if it does go BOOM! :) -- Neil Bothwick "Mr. Worf, scan th

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Ciaran McCreesh
On Mon, 17 Oct 2005 11:19:55 -0300 Matias Grana <[EMAIL PROTECTED]> wrote: | I'm trying to compile vim with +clipboard support. One can do this | by passing --enable-clipboard to configure. There's no USE flag for | this feature. Incorrect. USE="vim-with-x". -- Ciaran McCreesh : Gentoo Devel

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Neil Bothwick
On Mon, 17 Oct 2005 19:14:54 +0200, Holly Bostick wrote: > But you're saying I could have just added echo >> > /etc/portage/env.d/media-libs/libsdl 'FEATURES="nostrip"' to > /etc/portage/bashrc and I would have been done, all those times-- could > have just emerged normally? No, you put the setti

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Alexander Skwar
Jorge Almeida schrieb: > On Thu, 13 Oct 2005, Holly Bostick wrote: > kde or gnome are DE's. I'm sure every member of the scientific community > needs at least one, What would they need that for? And what's the use of the USE flag? It would make sense, if those *packages* were installed. > and so

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Alexander Skwar
Ciaran McCreesh schrieb: > So, for things with optional emboss support, by default the emboss > support will be enabled. Which makes sense, because if you're > installing science apps, you'll probably want it, and if you're not > installing science apps you'll never see it anyway. No, that doesn'

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Ciaran McCreesh
On Mon, 17 Oct 2005 21:52:00 +0200 Alexander Skwar <[EMAIL PROTECTED]> wrote: | But, you're quite right, I also can't see why something | as arcane as emboss is in hte default set of USE flags. Dead easy. For applications which have optional emboss support, the most sensible behaviour is to enable

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Ciaran McCreesh
On Mon, 17 Oct 2005 21:54:58 +0200 Alexander Skwar <[EMAIL PROTECTED]> wrote: | Ciaran McCreesh schrieb: | > So, for things with optional emboss support, by default the emboss | > support will be enabled. Which makes sense, because if you're | > installing science apps, you'll probably want it, and

[gentoo-user] CDMA phone line for Asterisk?

2005-10-17 Thread Widyachacra Rajapaksha
Dear friends, im very new to asterisk, even diz z my 1st mail to the list. am working for a smb company & it has two main CDMA telepone connections. now they wants to deploy a pbx & get out 20 nods(telephone extensions). so 1:) is this possible with Asterisk? & our both CDMA phones are HUAWEI ETS2

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Alexander Skwar
Ciaran McCreesh schrieb: > On Mon, 17 Oct 2005 21:52:00 +0200 Alexander Skwar > <[EMAIL PROTECTED]> wrote: > | But, you're quite right, I also can't see why something > | as arcane as emboss is in hte default set of USE flags. > > Dead easy. For applications which have optional emboss support, the

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Alexander Skwar
Ciaran McCreesh schrieb: > On Mon, 17 Oct 2005 21:54:58 +0200 Alexander Skwar > <[EMAIL PROTECTED]> wrote: > | Ciaran McCreesh schrieb: > | > So, for things with optional emboss support, by default the emboss > | > support will be enabled. Which makes sense, because if you're > | > installing scien

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Ciaran McCreesh
On Mon, 17 Oct 2005 22:29:12 +0200 Alexander Skwar <[EMAIL PROTECTED]> wrote: | > Dead easy. For applications which have optional emboss support, the | > most sensible behaviour is to enable it by default. | | Why is 3dfx not enabled by default for xorg? Because most people who use applications w

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Ciaran McCreesh
On Mon, 17 Oct 2005 22:31:45 +0200 Alexander Skwar <[EMAIL PROTECTED]> wrote: | Yep. Same as enabling the optional emboss support. If | you're arguing, that some settings lead to bloated | systems, then /NO/ USE flag at all should be enabled. If | you're arguing, that "most sensible behaviour is to

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Holly Bostick
Alexander Skwar schreef: > No, that doesn't make sense. A simple question: Why is 3dfx not in > the default set of USE flags? If you install a graphics software, > like xorg, 3dfx users probably want it. And if you're not a 3dfx > user, it won't do harm. For something like 3dfx, this is not nec

[gentoo-user] CVS problem

2005-10-17 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I just set up cvsd using the Wiki How-To here: http://gentoo-wiki.com/HOWTO_CVS_Server. Nice little How-To, and I seemed to get every thing set up fine. I was able to import the first module with the :pserver: protocol, but then decided that

[gentoo-user] pure-ftpd & anonymous bandwidth

2005-10-17 Thread Vladislav Chugunov
how to set bandwidth for anonymous users in pure-ftpd?? -- # ~$> fortune # ~$> You may call me by my name, Wirth, or by my value, Worth. - Nicklaus Wirth # ~$> -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] CDMA phone line for Asterisk?

2005-10-17 Thread Michael Crute
On 10/17/05, Widyachacra Rajapaksha <[EMAIL PROTECTED]> wrote: Dear friends, im very new to asterisk, even diz z my 1st mail to the list. am working for a smb company & it has two main CDMA telepone connections. now they wants to deploy a pbx & get out 20 nods(telephone extensions). so 1:) is this

Re: [gentoo-user] CVS problem

2005-10-17 Thread Michael Crute
On 10/17/05, gentuxx <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1Hi all,I just set up cvsd using the Wiki How-To here: http://gentoo-wiki.com/HOWTO_CVS_Server.  Nice little How-To, and Iseemed to get every thing set up fine.  I was able to import the firstmodule with the

[gentoo-user] what diz mean?

2005-10-17 Thread Gentoo Shadow
dear friends, when i just run #netstat it shows some unrequested foregin addresses, some of r; tcp    0  0 10.1.0.64:33612 strategiy.com:http  ESTABLISHED tcp    0  0 10.1.0.64:33621 strategiy.com:http  ESTABLISHED so help me... what diz mean? why this?--

[gentoo-user] Ltmodem won't autoload?

2005-10-17 Thread Dmitry Comoda
Hi everybody, I have recently emerged ltmodem,but it won't autoload. Previously I have never had any troubles to use it, but now.. When I modprobe ltmodem and ltserial, it works and probably I will be able to add them to /etc/modules.autoload.d/kernel-2.6 , but I doubt it's the right way and there

Re: [gentoo-user] CVS problem

2005-10-17 Thread Peter Gordon
gentuxx said: > [EMAIL PROTECTED]'s password: > cvs server: cannot open /root/CVSROOT/config: Permission denied > Cannot access /root/CVSROOT > Permission denied > > Here's the perms on the file: > > [EMAIL PROTECTED] / $ ls -l /var/lib/cvs/root/CVSROOT/config > - -rwxrwxr-x 1 cvsd cvsd 4082 Oct 1

Re: [gentoo-user] CVS problem

2005-10-17 Thread Peter Gordon
gentuxx said: > [EMAIL PROTECTED]'s password: > cvs server: cannot open /root/CVSROOT/config: Permission denied > Cannot access /root/CVSROOT > Permission denied > > Here's the perms on the file: > > [EMAIL PROTECTED] / $ ls -l /var/lib/cvs/root/CVSROOT/config > - -rwxrwxr-x 1 cvsd cvsd 4082 Oct 1

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Alexander Skwar
Ciaran McCreesh schrieb: > On Mon, 17 Oct 2005 22:29:12 +0200 Alexander Skwar > <[EMAIL PROTECTED]> wrote: > | > Dead easy. For applications which have optional emboss support, the > | > most sensible behaviour is to enable it by default. > | > | Why is 3dfx not enabled by default for xorg? > > B

Re: [gentoo-user] what diz mean?

2005-10-17 Thread Dave Nebinger
On Monday 17 October 2005 05:19 pm, Gentoo Shadow wrote: > tcp 0 0 10.1.0.64:33612 > strategiy.com:httpESTABLISHED tcp 0 0 10.1.0.64:33621 > strategiy.com:httpESTABLISHED > > so help me... what diz mean? why this? It means there are two incoming HT

Re: [gentoo-user] Collecting USE variables

2005-10-17 Thread Ciaran McCreesh
On Mon, 17 Oct 2005 23:28:22 +0200 Alexander Skwar <[EMAIL PROTECTED]> wrote: | Why is ipv6 in make.defaults? Most people don't (yet) use | ipv6 and compiling in ipv6 support may make some applications | be overly bloat. It's part of a vast Gentoo conspiracy to covertly switch everyone over to ipv

Re: [gentoo-user] CVS problem

2005-10-17 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Crute wrote: > On 10/17/05, *gentuxx* <[EMAIL PROTECTED] > > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > I just set up cvsd using the Wiki How-To here: > http://gentoo-wiki.com/HOWTO_CVS

Re: [gentoo-user] 2.6.10 and realtime [was: "where is 'kat'"]

2005-10-17 Thread Christoph Eckert
> I was unaware that kat is so cutting edge - guess thats why there is > no ebuild for it yet. I may wait a bit for it to mature a bit more :) kat will also run on older kernels, but then it runs without auto notification if files have changed, so each katalog needs to be maintained manually.

Re: [gentoo-user] what diz mean?

2005-10-17 Thread El Nino
i don't have a running web server. am just using my lap to surf de net. i thought some one accessing my lap over de net. what do u think?On 10/18/05, Dave Nebinger <[EMAIL PROTECTED] > wrote:On Monday 17 October 2005 05:19 pm, Gentoo Shadow wrote:> tcp 0 0 10.1.0.64:33612 >

[gentoo-user] pure-ftpd & address bind

2005-10-17 Thread Kanogin A.A.
Hello gentoo-user, Option SERVER="-S ftp.zxc.nnov.ru,21" in /etc/conf.d/pure-ftpd must bind ftp only on ftp.zxc.nnov.ru, but all can acces through it's ip address and other domain addresses. How i can prevent see on other domains this ftp server? -- С наилучшими пожеланиями, Каногин Саш

Re: [gentoo-user] what diz mean?

2005-10-17 Thread Dave Nebinger
On Monday 17 October 2005 05:44 pm, El Nino wrote: > i don't have a running web server. am just using my lap to surf de net. i > thought some one accessing my lap over de net. what do u think? My bad, first address is where the connection is from, second is where the address is to. So from your

Re: [gentoo-user] what diz mean?

2005-10-17 Thread Zac Medico
Gentoo Shadow wrote: tcp0 0 10.1.0.64:33612 strategiy.com:http ESTABLISHED tcp0 0 10.1.0.64:33621 strategiy.com:http ESTABLISHED That looks like an outgoing connection from a web browser (no

Re: [gentoo-user] CVS problem

2005-10-17 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Gordon wrote: >gentuxx said: > >>[EMAIL PROTECTED]'s password: >>cvs server: cannot open /root/CVSROOT/config: Permission denied >>Cannot access /root/CVSROOT >>Permission denied >> >>Here's the perms on the file: >> >>[EMAIL PROTECTED] / $ ls -

Re: [gentoo-user] CDMA phone line for Asterisk?

2005-10-17 Thread Stroller
On Oct 17, 2005, at 10:08 pm, Michael Crute wrote: On 10/17/05, Widyachacra Rajapaksha <[EMAIL PROTECTED]> wrote: Dear friends, im very new to asterisk, even diz z my 1st mail to the list. am working for a smb company & it has two main CDMA telepone connections. now they wants to deploy a pb

Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-17 Thread Jerry McBride
On Monday 17 October 2005 13:18, Christoph Gysin wrote: > Jerry McBride wrote: > > No. Once the kernel reboots, the dmesg data is lost. Unless ofcourse you > > put this in /etc/conf.d/local.start: > > > > #!/bin/bash > > # /etc/conf.d/local.start > > /bin/dmesg > /var/log/dmesg > > > > Then you wil

Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-17 Thread Jerry McBride
On Monday 17 October 2005 14:18, Richard Fish wrote: > Jerry McBride wrote: > >No. Once the kernel reboots, the dmesg data is lost. Unless ofcourse you > > put this in /etc/conf.d/local.start: > > > >#!/bin/bash > ># /etc/conf.d/local.start > >/bin/dmesg > /var/log/dmesg > > FYI, the bootmisc init

Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-17 Thread Richard Fish
Jerry McBride wrote: On Monday 17 October 2005 14:18, Richard Fish wrote: Jerry McBride wrote: No. Once the kernel reboots, the dmesg data is lost. Unless ofcourse you put this in /etc/conf.d/local.start: #!/bin/bash # /etc/conf.d/local.start /bin/dmesg > /var/log/dmesg FYI, t

Re: [gentoo-user] Where is aticonfig (bug confirmation, please)?

2005-10-17 Thread Richard Fish
Holly Bostick wrote: As you all might know, I have an ati card. I just installed the new 8.18.6 drivers yesterday. I was later hanging around on the Rage3D Linux Drivers forum, and noticed mention of a utility called 'aticonfig', which apparently is a workalike for fglrxconfig (the xorg.conf co

Re: [gentoo-user] DVD authoring and AV sync problems with mpeg2 source

2005-10-17 Thread Ezequiel Tolnay
Ezequiel Tolnay wrote: I was wondering if any of you has had a similar problem and figured a way to maintain the AV in sync after converting an mpeg to AVI format, or if any of you can give me any clues as to why is this happening and a way to prevent/solve it. After much fidling with it,