Re: [gentoo-user] emerge wanting to install gentoo-sources-2.4.20-r6
> > > You might try checking /var/cache/edb/virtuals. > > > I think I remember having a similar problem, and it turned out that > > > portage, at some point, had left gentoo-sources in virtual/linux-sources. > > > > Theres no mention of gentoo-sources in /var/cache/edb/virtuals, or > > virtual/linux-sources either, could that be the problem? > > That wasn't what I was thinking, but yes, it is the problem, I'm sure. > There will be something you've got installed which depends on virtual/ > linux-sources as portage believes you don't have anything installed which > provides it, it's picking something. > > You can add the line you need yourself, just like the rest. Note the extra > space(s) on the end of each line, don't know if it matters, but suspect it's > to make the code easier or something. Added the line "virtual/linux-sources sys-kernel/vanilla-sources " to /var/cache/edb/virtuals fixes the problem Cheers Adam -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] problem pinging
> What is the output of 'route -n'? Also, since this is eth1, I'm assuming > you also have an eth0 configured. Does that also have a default gateway? results of 'route -n': Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 00 eth0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 00 eth1 127.0.0.0 127.0.0.1 255.0.0.0 UG0 00 lo 0.0.0.0 192.168.1.1 0.0.0.0 UG1 00 eth1 eth0 is just a pci nic on the laptop, something interesting though, if I plug in the ethernet cable to it I can ping the router and my other pc but still not the outside world. I set the default gateway for eth1 too, "gateway="eth0/192.168.1.1", but this must be wrong since if I stop eth1 I can't go to any website. Tom -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Silicon Image SIL680-RAID card
Ive just installed one of these, as an ide only (jumper) with a cdrom on it. Works sorta OK, but insists on being hda, shoving the motherboard (softraid) ide up to hde/hdg and refusing to give a /dev/hda node. Its only a winraid cripple so use software raid to drive it unless dual booting. Should drive 4 drives as master/slave, but you really need 4 masters from everything Ive read. BillK On Tue, 2003-09-02 at 01:05, Erv Young wrote: > I have a Silicon Image IDE RAID card, model SIL680-RAID. Am about to try > bringing up Gentoo for the first time. I will boot from a plain-ordinary > IDE drive that is not part of the RAID array. > > I have 4 identical drives, want to do RAID0+1. Will the RAID card > work? Anything non-straightforward that a newbie should be aware of? > > Thanks. > > --Erv Young > > > -- > [EMAIL PROTECTED] mailing list -- William Kenworthy <[EMAIL PROTECTED]> -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Switching to and from Dvorak keymap?
On Mon, Sep 01, 2003 at 02:57:57PM +0100, Stroller wrote: > On 30 Aug 2003, at 10:59 am, Owen Ford wrote: > >I guess I should have included this very helpful link as well :) > > > >http://www.linuxgazette.com/issue33/ayers_kbd.html > > > >If you need any more help, feel free to email me off-list. > > NO! Please keep in ON-list. This is interesting & useful! Well, here's how I ended up doing it, but right now I forget where the idea came from (this is from my tcsh .alias file): alias aoeu'setxkbmap -rules xfree86 -model pc101 -layout us' alias asdf'setxkbmap -rules xfree86 -model pc101 -layout dvorak' One word of warning for long-term QWERTY users... it is SLOW. I'm basically back to hunt and peck, but slower 'cause the keys are in the wrong place! :) Thanks for all the help, everyone! Eventually I'll get it working in the console too, when I can type more than 5 words a minute. Adam -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] PERL and 'mail notification'
On Mon, 1 Sep 2003, Jason Stubbs wrote: > The only other thing which I haven't had time to really check into yet - too > much time spent reading man pages! - is that it seems 1 element of @bodytext > has more than one line of text; that is to say, each of element of @bodytext > has >=1 newline. This results in @bodytext[1..5] returning about 30 lines of > text with the test email I was using. How can I use perl to get just 5 (or > 10) lines of text? The problem here is you have to define a "line". A line of email can have up to 1000 (I think) characters. Postfix will split the line at 990 characters by default. And then there's all the extra information added by using HTML. -- Marshal Newrock, unemployed Linux user in Lansing, MI Caution: Product will be hot after heating -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] problem pinging
On Mon, 1 Sep 2003, Tom Hosiawa wrote: > After switch my home network from dhcp to static ip addresses, I just > noticed I can't ping anything; although I can still goto any website and > send this email. > > I have a Linksys BEFW11S4 router with two computers behind it, on this > gentoo laptop I have my wireless card setup as such: > iface_eth1="192.168.1.4 broadcast 192.168.1.255 netmask 255.255.255.0" > gateway="eth1/192.168.1.1 What is the output of 'route -n'? Also, since this is eth1, I'm assuming you also have an eth0 configured. Does that also have a default gateway? -- Marshal Newrock, unemployed Linux user in Lansing, MI Caution: Product will be hot after heating -- [EMAIL PROTECTED] mailing list
[gentoo-user] problem pinging
After switch my home network from dhcp to static ip addresses, I just noticed I can't ping anything; although I can still goto any website and send this email. I have a Linksys BEFW11S4 router with two computers behind it, on this gentoo laptop I have my wireless card setup as such: iface_eth1="192.168.1.4 broadcast 192.168.1.255 netmask 255.255.255.0" gateway="eth1/192.168.1.1 If I try something like this, ping tsn.ca I get: PING tsn.ca (199.246.67.211) 56(84) bytes of data. --- tsn.ca ping statistics --- 72 packets transmitted, 0 received, 100% packet loss, time 71011ms I get: or ping 192.168.1.2 (the other pc on the lan), I get: PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data. >From 192.168.1.3 icmp_seq=1 Destination Host Unreachable >From 192.168.1.3 icmp_seq=2 Destination Host Unreachable >From 192.168.1.3 icmp_seq=3 Destination Host Unreachable --- 192.168.1.2 ping statistics --- 4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms , pipe 3 I get same result as above for pinging the router. Did I miss something when setting up the static ip addresses? Tom -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] php installation
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 September 2003 01:53, momesana wrote: > greetings, everybody. > I have trouble installing php. It quits with the following errormessage > that I have inserted at the end of this file. I found some mails on the > internet that discussed this problem. > see http://maclux-rz.uibk.ac.at/~maillists/sablotron/msg04029.shtml for > more on this (the programmers of sablotron answering an email request). > > anyone having a clue on how to fix it? > please email me at [EMAIL PROTECTED] > > Thanx in advance, momesana! > > jsdom-ref.xml > Can't locate XML/Parser.pm in @INC (@INC contains: [snip] > !!! ERROR: app-text/sablotron-0.97 failed. > !!! Function src_compile, Line 26, Exitcode 2 > !!! (no error message) Sablotron depends on dev-perl/XML-Parser, which provides XML/Parser.pm. So I'm not sure why it can't be found. Where is XML/Parser.pm on your system, and what version of perl do you have installed? - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U83nInuLMrk7bIwRAi90AJ92c65YZpVnOxIXyKJPEA7CEejPRgCfX7XH KuGpQ8eUuKZDOt6ombPkWVk= =Tcas -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
[gentoo-user] php installation
greetings, everybody. I have trouble installing php. It quits with the following errormessage that I have inserted at the end of this file. I found some mails on the internet that discussed this problem. see http://maclux-rz.uibk.ac.at/~maillists/sablotron/msg04029.shtml for more on this (the programmers of sablotron answering an email request). anyone having a clue on how to fix it? please email me at [EMAIL PROTECTED] Thanx in advance, momesana! jsdom-ref.xml Can't locate XML/Parser.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0//i686-linux /usr/lib/perl5/5.8.0/ /etc/perl /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0 /usr/local/lib/site_perl .) at ../../utils/apidoc/parse_apidoc.pl line 38. BEGIN failed--compilation aborted at ../../utils/apidoc/parse_apidoc.pl line 38. make[2]: *** [jsdom-ref/complete.html] Error 2 make[2]: Leaving directory `/var/tmp/portage/sablotron-0.97/work/Sablot-0.97/doc/apidoc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/sablotron-0.97/work/Sablot-0.97/doc' make: *** [all-recursive] Error 1 !!! ERROR: app-text/sablotron-0.97 failed. !!! Function src_compile, Line 26, Exitcode 2 !!! (no error message) bash-2.05b# -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Silicon Image SIL680-RAID card
Zitat von Erv Young <[EMAIL PROTECTED]>: > I have a Silicon Image IDE RAID card, model SIL680-RAID. Am about to try > bringing up Gentoo for the first time. I will boot from a plain-ordinary > IDE drive that is not part of the RAID array. > > I have 4 identical drives, want to do RAID0+1. Will the RAID card > work? Anything non-straightforward that a newbie should be aware of? hmmm... will this work?! for me it did not work! i have tried a 'DawiControl' RAID-Controller which uses the SIL0860 chip. one time gentoo live cd detects it correctly and loads 'ataraid' and 'silraid', but neither a raid0 nor a raid1 array were detected correctly. the other times the livecd did not detect the card and manually loading the modules did not work! it seems that the sil- module is in an early state and not working well. further i have noticed, that the card claims to be ide0 and any linux installed on a hd that is connected to the onboard ide ports will no more boot correctly, because the names of the partition will also shift from hda, hdb, whatever... to others... so your root-partition changes and will not be mounted correctly... a highpoint card will work well... (will be detected correctly, does detect raid-arrays and does not claim to be ide0) maybe you have a different experiences, ... so let me know! much fun, martin > > Thanks. > > --Erv Young > > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Test for Memory Leak(s)
begin quote On Mon, 01 Sep 2003 16:56:24 +0400 Makurin Roman <[EMAIL PROTECTED]> wrote: > > Here's another tool , not in portage but that probably doesn't deter > > you: > > > > ftp://ftp.perens.com/pub/ElectricFence/ > > Is it efence package? Yep, seems I was wrong when I said its not in portage. Thanks for pointing it out. //Spider -- begin .signature This is a .signature virus! Please copy me into your .signature! See Microsoft KB Article Q265230 for more information. end pgp0.pgp Description: PGP signature
Re: [gentoo-user] rsync back up
On Monday 01 September 2003 05:43 pm, Peter Ruskin wrote: > On Monday 01 Sep 2003 22:14, Ernie Schroder wrote: > > I see Peter in there and I just GOT to pick his brain some > > more. I'd like rsync to log some basic information such as the > > summary I see at the end, time started and time ended, but not all > > the file lists I see scrolling by. I have written a file, saved as > > /etc/rsyncd.conf on both the client and host, that has the single > > line: > > log file = /var/log/rsync.log > > I don't think you can do that Ernie - I would get rid of that file. > > If you just want the summary you can try losing the "--progress" > switch on the rsync command line. I know it's tedious, but wade > though `man rsync`. It's worth the effort; I think it's an excellent > tool, great for saving bandwidth, invented (I think) by the same > clever Aussie who does Samba. > > As far as the log is concerned, I just put: > MAILTO=peter > at the top of the cron job. > > Peter Thanks Peter, I'll try your suggestions -- Regards, Ernie 100% Microsoft and Intel free -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] rsync back up
On Monday 01 Sep 2003 22:14, Ernie Schroder wrote: > I see Peter in there and I just GOT to pick his brain some > more. I'd like rsync to log some basic information such as the > summary I see at the end, time started and time ended, but not all > the file lists I see scrolling by. I have written a file, saved as > /etc/rsyncd.conf on both the client and host, that has the single > line: > log file = /var/log/rsync.log I don't think you can do that Ernie - I would get rid of that file. If you just want the summary you can try losing the "--progress" switch on the rsync command line. I know it's tedious, but wade though `man rsync`. It's worth the effort; I think it's an excellent tool, great for saving bandwidth, invented (I think) by the same clever Aussie who does Samba. As far as the log is concerned, I just put: MAILTO=peter at the top of the cron job. Peter -- == Gentoo: Portage 2.0.49-r2 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22_pre2-gss) kernel-2.4.22_pre2-gss i686 AMD Athlon(tm) XP 1600+ == -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] ifconfig problem
Rick Sivernell ([EMAIL PROTECTED]) scribbled: > List > > I have a laptop running the gentoo system. Up untill just a week ago I lost the > network connection. I have the following: > 1. used to work > 2. cardctl ident config & status are working > 3. pcmcia tries to start > 4 at ifconfig $HOSTNAME eth0 inet up 192.168.0.50, returns the the following: > SIOCSIFADDR. no such device > 5. the file /etc/conf.d/net is correct & so are the pcmcia files in /etc. > > I have a Xircom CSM56-10/100 & A LinkSys PCMPC 10/100. using a Dell Lattitude > CPx 650. Any help appreciated Try this: # ifconfig eth0 192.168.0.50 up Unless you have something wierd going on, it should work. ifconfig tends to be picky about having the device as the first parameter. HTH, Cooper. -- [EMAIL PROTECTED] mailing list
[gentoo-user] missing grp-install.sh script on livecd-1
Hello everyone: If anyone knows how to effect a successful GRP installation, I could sure use a hand. I was able to get as far as the part where the instructions state that I need to run a /GRP/grp-install.sh script. Only to find that the file is missing. Of course the first thing I checked was to see whether I had the cd mounted properly. I did. The "All" directory is there with all of the precompiled packages waiting for the script to be run. I submitted this as a bug. If anyone can help in the meantime, I'd sure appreciate it. Thanks in advance to all who even took the moment to read this. Sincerely, Steven -- Know your neighbor. Discover independent media: http://www.thislife.org/ - This American Life - documenting "everyday life" in the US. http://www.humanmedia.org/ - Promoting "compassion, service, generosity and equality." http://www.worldlinktv.org/ - "a global perspective on news, current events and culture" -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge wanting to install gentoo-sources-2.4.20-r6
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 01 September 2003 22:19, Adam Mercer wrote: > > You might try checking /var/cache/edb/virtuals. > > I think I remember having a similar problem, and it turned out that > > portage, at some point, had left gentoo-sources in virtual/linux-sources. > > Theres no mention of gentoo-sources in /var/cache/edb/virtuals, or > virtual/linux-sources either, could that be the problem? That wasn't what I was thinking, but yes, it is the problem, I'm sure. There will be something you've got installed which depends on virtual/ linux-sources as portage believes you don't have anything installed which provides it, it's picking something. You can add the line you need yourself, just like the rest. Note the extra space(s) on the end of each line, don't know if it matters, but suspect it's to make the code easier or something. - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U7mnInuLMrk7bIwRAh3jAJwNRMj9HeCQGOOctabhGDY/GORjaQCfZ0AP wv/evdQtxqIZtF5+WUr7cDw= =qEoo -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] rsync back up
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 01 September 2003 22:14, Ernie Schroder wrote: > I see Peter in there and I just GOT to pick his brain some more. > I'd like rsync to log some basic information such as the summary I see > at the end, time started and time ended, but not all the file lists I > see scrolling by. I have written a file, saved as /etc/rsyncd.conf on > both the client and host, that has the single line: > log file = /var/log/rsync.log > on both machines there is no rsync.log being written. IIUC, the log > should, or if the .conf was right, would be written to the machine that > is the destination of the backup. But: > > $ tail /var/log/rsync.log > tail: /var/log/rsync.log: No such file or directory > > I've even resorted to rebooting the destination box. Still no joy. I'm > obviously missing something here could you point me in the right > direction? rsync.conf is for the daemon. The daemon generally listens for connections, and sends files out. Should really be split into 2 binaries, rsync and rsyncd. I haven't followed this thread fully, but I understand you are in fact transferring the files over ssh. This is what I have always had to do when using rsync in this manner. - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U7hvInuLMrk7bIwRAh9XAJ9smnLd6aVICr+XF4mgIRMgFYBhiQCfSDds TsZTkuVGUaQW9Pjg6VmSsIk= =3soY -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge wanting to install gentoo-sources-2.4.20-r6
> > I'm guessing you've emerged gentoo-sources at some time in the past? If so, > > emerge wants to install a newer version because of a security flaw in > > 2.4.20-r5 and below. emerge isn't smart enough to realise that you're not > > actually *using* gentoo-sources -- it just sees that it's been installed at > > some point and wants to do the upgrade... No, I've always used vanilla-sources > You might try checking /var/cache/edb/virtuals. > I think I remember having a similar problem, and it turned out that portage, > at some point, had left gentoo-sources in virtual/linux-sources. Theres no mention of gentoo-sources in /var/cache/edb/virtuals, or virtual/linux-sources either, could that be the problem? Cheers Adam -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] rsync back up
On Monday 01 September 2003 04:13 pm, Peter Ruskin wrote: > On Monday 01 Sep 2003 17:16, Pupeno wrote: > > I'm using a modified script of the one that was posted recently to > > make back ups... sometimes when I do the back up, I get this at the > > end: wrote 112104962 bytes read 202820 bytes 205128.37 bytes/sec > > total size is 41357449389 speedup is 368.25 > > rsync error: some files could not be transferred (code 23) at > > main.c(620) It doesn't say why it couldn't tranfer the files nor > > which files where them... so, I'm kinda lost of how to solve them > > problem, does anybody have an idea ? Thanks. > > I get that all the time - it's probably nothing to worry about. If > you look at _all_ the output instead of just the end you'll probably > see what the problem is. > > rsync starts by listing all the files it's going to backup. Then > when it gets to actually do them, they may no longer be there to be > backed up. If you're emerging at the time, ccache files do this > disappearing act, as do cache files for Pan newsreader. > > Peter I got that same error the first time I ran the script. since then (3 more times) I haven't seen it I see Peter in there and I just GOT to pick his brain some more. I'd like rsync to log some basic information such as the summary I see at the end, time started and time ended, but not all the file lists I see scrolling by. I have written a file, saved as /etc/rsyncd.conf on both the client and host, that has the single line: log file = /var/log/rsync.log on both machines there is no rsync.log being written. IIUC, the log should, or if the .conf was right, would be written to the machine that is the destination of the backup. But: $ tail /var/log/rsync.log tail: /var/log/rsync.log: No such file or directory I've even resorted to rebooting the destination box. Still no joy. I'm obviously missing something here could you point me in the right direction? -- Regards, Ernie 100% Microsoft and Intel free -- [EMAIL PROTECTED] mailing list
[gentoo-user] ifconfig problem
List I have a laptop running the gentoo system. Up untill just a week ago I lost the network connection. I have the following: 1. used to work 2. cardctl ident config & status are working 3. pcmcia tries to start 4 at ifconfig $HOSTNAME eth0 inet up 192.168.0.50, returns the the following: SIOCSIFADDR. no such device 5. the file /etc/conf.d/net is correct & so are the pcmcia files in /etc. I have a Xircom CSM56-10/100 & A LinkSys PCMPC 10/100. using a Dell Lattitude CPx 650. Any help appreciated -- Rick Sivernell Dallas, Texas 75287 972 306-2296 [EMAIL PROTECTED] Gentoo Linux Registered Linux User .~. / v \ /( _ )\ ^ ^ In Linux we trust! -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] How to determine what installed...
On Monday 01 September 2003 23:02, Ben Kennedy wrote: > On 01 9 2003 at 4:57 pm -0400, Renat Golubchyk wrote: > >First, emerge gentoolkit. This is a "Collection of unofficial > > administration scripts for Gentoo". The script you need is qpkg. > > Excellent, thank you all three (and counting probably) for your help, > that's just what I was looking for. :) > > -ben > > (now if I could only make it stop displaying cyan-on-white output in my > xterm...) If you don't need the color output use the "-nc" or "--no-color" switch. Cheers, Renat -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] How to determine what installed...
On 01 9 2003 at 4:57 pm -0400, Renat Golubchyk wrote: >First, emerge gentoolkit. This is a "Collection of unofficial administration >scripts for Gentoo". The script you need is qpkg. Excellent, thank you all three (and counting probably) for your help, that's just what I was looking for. :) -ben (now if I could only make it stop displaying cyan-on-white output in my xterm...) -- Ben Kennedy, chief magician zygoat creative technical services 613-228-3392 | 1-866-466-4628 http://www.zygoat.ca -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] How to determine what installed...
Hi! On Monday 01 September 2003 22:40, Ben Kennedy wrote: > Hello all, > > How can I determine a) which ebuilds I have currently installed, and b) > which of them provided a given object/file/directory? > > For example... /usr/sbin/sendmail exists on my system. I want to know > which package provided that. In particular, I want to install courier- > mta. So I would like to first figure out who put sendmail there, and > unmerge that package if appropriate. > > In essence, my questions are how to do the gentoo equivalents of 'rpm - > qa' and 'rpm -q --whatprovides somefile'. First, emerge gentoolkit. This is a "Collection of unofficial administration scripts for Gentoo". The script you need is qpkg. (a) qpkg -I (b) qpkg -f Also you can emerge epm. It is a "rpm workalike for Gentoo Linux". Cheers, Renat -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] How to determine what installed...
Hello Ben, you need to emerge gentoolkit, which contains the tool "qpkg" On Mon, 1 Sep 2003 16:40:53 -0400 "Ben Kennedy" <[EMAIL PROTECTED]> wrote: > Hello all, > > This must be an obscenely rudimentary question, but I can't find the > answer: > > How can I determine a) which ebuilds I have currently installed, and > b) which of them provided a given object/file/directory? a) browse the mailinglist archive or read the manpage for the exact syntax. b) # qpkg -f /bin/ls sys-apps/fileutils * HTH -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] How to determine what installed...
On Mon, Sep 01, 2003 at 04:40:53PM -0400, Ben Kennedy wrote: > Hello all, > > This must be an obscenely rudimentary question, but I can't find the answer: > > How can I determine a) which ebuilds I have currently installed, and b) > which of them provided a given object/file/directory? > > For example... /usr/sbin/sendmail exists on my system. I want to know > which package provided that. In particular, I want to install courier- > mta. So I would like to first figure out who put sendmail there, and > unmerge that package if appropriate. > > In essence, my questions are how to do the gentoo equivalents of 'rpm - > qa' and 'rpm -q --whatprovides somefile'. There's a nice tool, "epm", that provides an rpm-like interface for us unreconstructed rpm users. If you install that ("emerge epm"), you can get a list of installed packages with: epm -qa or identify which ebuild provides a file with: epm -qf somefile It doesn't provide all rpm capabilities, but I find it awfully handy. Nathan Meyers [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
[gentoo-user] How to determine what installed...
Hello all, This must be an obscenely rudimentary question, but I can't find the answer: How can I determine a) which ebuilds I have currently installed, and b) which of them provided a given object/file/directory? For example... /usr/sbin/sendmail exists on my system. I want to know which package provided that. In particular, I want to install courier- mta. So I would like to first figure out who put sendmail there, and unmerge that package if appropriate. In essence, my questions are how to do the gentoo equivalents of 'rpm - qa' and 'rpm -q --whatprovides somefile'. thanks, -ben -- Ben Kennedy, chief magician zygoat creative technical services 613-228-3392 | 1-866-466-4628 http://www.zygoat.ca -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge sync problem-rsync fails.
Hi, On Monday 01 September 2003 20:12, Andrew Gaffney wrote: > Hemmann, Volker Armin wrote: s again. > > > > Any hints? > > Trying backing up your /usr/portage/distfiles and then 'rm -rf > /usr/portage/*' and then 'emerge sync' and see if the problem persists. thanks for your hint. I tried to remove everything in portage except profiles, ans rm claimed about a non existing not removed file in dev-tex. So I unmounted /usr/portage, reiserfscheck that some corruption occured that would be only correctable with --rebuild-tree. And that was true. It showed a lot of permission&other errors and put it into Lost&Found-I removed it and did an rsync. Everything went fine. Glück Auf Volker -- Conclusions In a straight-up fight, the Empire squashes the Federation like a bug. Even with its numerical advantage removed, the Empire would still squash the Federation like a bug. Accept it. -Michael Wong -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] problem with iptables. (SOLVED)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This problem was solved by recompiling the kernel, the modules and re-installing the moduels (all this, just in case) and latter by recompiling iptables (no need to compile the modules inside the kernel). Thanks. El Lunes Septiembre 1 2003 13:14, Pupeno escribió: > Hello, > When I run "iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE" I get > iptables: Invalid argument, it seems I have all the modules loaded (if not, > they load automatically): > # lsmod | grep ip > ipt_MASQUERADE 1336 0 (autoclean) > ipt_state568 1 (autoclean) > iptable_filter 1740 1 (autoclean) > iptable_nat16728 0 (autoclean) [ipt_MASQUERADE] > ip_conntrack 19048 2 (autoclean) [ipt_MASQUERADE ipt_state > iptable_nat] > ip_tables 12448 6 [ipt_MASQUERADE ipt_state iptable_filter > iptable_nat] > > and my current chains are like: > iptables -L -v > Chain INPUT (policy ACCEPT 5676 packets, 4409K bytes) > pkts bytes target prot opt in out source > destination > > Chain FORWARD (policy DROP 0 packets, 0 bytes) > pkts bytes target prot opt in out source > destination > 0 0 ACCEPT all -- eth1 eth0anywhere > anywhere state RELATED,ESTABLISHED > 4 246 ACCEPT all -- eth0 eth1anywhere > anywhere > > Chain OUTPUT (policy ACCEPT 5946 packets, 388K bytes) > pkts bytes target prot opt in out source > destination > > and > > # iptables -t nat -L -v > Chain PREROUTING (policy ACCEPT 714 packets, 128K bytes) > pkts bytes target prot opt in out source > destination > > Chain POSTROUTING (policy ACCEPT 227 packets, 13960 bytes) > pkts bytes target prot opt in out source > destination > > Chain OUTPUT (policy ACCEPT 225 packets, 13838 bytes) > pkts bytes target prot opt in out source > destination > > any idea ? am I missing something ? I think it used to work with > gentoo-sources (now using vanilla-sources). > Thank you. > -- > Pupeno: [EMAIL PROTECTED] > http://www.kde.org - -- Pupeno: [EMAIL PROTECTED] http://www.kde.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U4KlLr8z5XzmSDQRAmE2AJsHb6UcyMTeEBu/BqhFb1QL2c+F4gCdHVvV QbhZVGhpiQJLsjkA0BHx/ns= =KlIQ -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] weird clock skew
Raimundo Bilbao wrote: On Wednesday 27 August 2003 11:39, Andrew Gaffney wrote: I have the oddest clock skew issue. Whenever I set the time, within a day, it jumps forward about 11 minutes, all at once as far as I can tell. I don't have anything like ntpd running or anything else to set the time. What's going on? Are you running APM?. I have troubles with APM and realtime (keyboard events, alsa, clock, etc.) with old kernels (well, not so old 2.4.20) on my thinkpad so I switched to ACPI I have APM support compiled into the kernel, but the only option I use is 'Use Realtime calls to BIOS to poweroff' or something like that. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] weird clock skew
On Wednesday 27 August 2003 11:39, Andrew Gaffney wrote: > I have the oddest clock skew issue. Whenever I set the time, within a > day, it jumps forward about 11 minutes, all at once as far as I can > tell. I don't have anything like ntpd running or anything else to set > the time. What's going on? Are you running APM?. I have troubles with APM and realtime (keyboard events, alsa, clock, etc.) with old kernels (well, not so old 2.4.20) on my thinkpad so I switched to ACPI Regards Mundo -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Sounds from mouse.... Is it possible
On Monday 25 August 2003 15:40, Dmitry Suzdalev wrote: > On Monday 25 August 2003 23:39, Scharf Yuval wrote: > > Hello, > > > > Dmitry, You want a mouse that makes sounds, I have one here. > > I'm trying to catch him for three days. When I'll catch him I'll send him > > to you :-) > > Thanks! :) Are you sure that it can be successfully plugged in my USB port? Certainly not sure, but there is some kind of _backward_ compatibility that may work! ;-D > > :-D. > > And is it *really* noisy? :) While you plug-in, I guess it's very loud! ;-P > > Dmitry. Mundo -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] rsync back up
On Monday 01 Sep 2003 17:16, Pupeno wrote: > I'm using a modified script of the one that was posted recently to > make back ups... sometimes when I do the back up, I get this at the > end: wrote 112104962 bytes read 202820 bytes 205128.37 bytes/sec > total size is 41357449389 speedup is 368.25 > rsync error: some files could not be transferred (code 23) at > main.c(620) It doesn't say why it couldn't tranfer the files nor > which files where them... so, I'm kinda lost of how to solve them > problem, does anybody have an idea ? Thanks. I get that all the time - it's probably nothing to worry about. If you look at _all_ the output instead of just the end you'll probably see what the problem is. rsync starts by listing all the files it's going to backup. Then when it gets to actually do them, they may no longer be there to be backed up. If you're emerging at the time, ccache files do this disappearing act, as do cache files for Pan newsreader. Peter -- == Gentoo: Portage 2.0.49-r2 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22_pre2-gss) kernel-2.4.22_pre2-gss i686 AMD Athlon(tm) XP 1600+ == -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] k3b not detecting burner
What happen if you do as root: # insmod ide-scsi can you see your burner with k3b? -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge sync problem-rsync fails.
Hemmann, Volker Armin wrote: Hi, since some days almost ALL emerge sync fail with an error like this: wrote 344 bytes read 1336201 bytes 8595.14 bytes/sec total size is 46754116 speedup is 34.98 rsync error: some files could not be transferred (code 23) at main.c(1045) (last line always the same) and starts again. Any hints? Trying backing up your /usr/portage/distfiles and then 'rm -rf /usr/portage/*' and then 'emerge sync' and see if the problem persists. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
[gentoo-user] emerge sync problem-rsync fails.
Hi, since some days almost ALL emerge sync fail with an error like this: wrote 344 bytes read 1336201 bytes 8595.14 bytes/sec total size is 46754116 speedup is 34.98 rsync error: some files could not be transferred (code 23) at main.c(1045) (last line always the same) and starts again. Any hints? Glück Auf Volker -- Conclusions In a straight-up fight, the Empire squashes the Federation like a bug. Even with its numerical advantage removed, the Empire would still squash the Federation like a bug. Accept it. -Michael Wong -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] problem with iptables.
Pupeno wrote: El Lunes Septiembre 1 2003 16:44, Andrew Gaffney escribió: Pupeno wrote: Hello, When I run "iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE" I get iptables: Invalid argument, it seems I have all the modules loaded (if not, they load automatically): # lsmod | grep ip ipt_MASQUERADE 1336 0 (autoclean) ipt_state568 1 (autoclean) iptable_filter 1740 1 (autoclean) iptable_nat16728 0 (autoclean) [ipt_MASQUERADE] ip_conntrack 19048 2 (autoclean) [ipt_MASQUERADE ipt_state iptable_nat] ip_tables 12448 6 [ipt_MASQUERADE ipt_state iptable_filter iptable_nat] and my current chains are like: iptables -L -v Chain INPUT (policy ACCEPT 5676 packets, 4409K bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 ACCEPT all -- eth1 eth0anywhere anywhere state RELATED,ESTABLISHED 4 246 ACCEPT all -- eth0 eth1anywhere anywhere Chain OUTPUT (policy ACCEPT 5946 packets, 388K bytes) pkts bytes target prot opt in out source destination and # iptables -t nat -L -v Chain PREROUTING (policy ACCEPT 714 packets, 128K bytes) pkts bytes target prot opt in out source destination Chain POSTROUTING (policy ACCEPT 227 packets, 13960 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 225 packets, 13838 bytes) pkts bytes target prot opt in out source destination any idea ? am I missing something ? I think it used to work with gentoo-sources (now using vanilla-sources). Thank you. With netfilter (iptables), I find it easiest to just compile almost everything under Netfilter Configuration into the kernel. There's really no point to making them modules if the rules will always be active. Do you think that'll make any diference to my problem ? It makes sure that everything is loaded. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] problem with iptables.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 El Lunes Septiembre 1 2003 16:44, Andrew Gaffney escribió: > Pupeno wrote: > > Hello, > > When I run "iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE" I get > > iptables: Invalid argument, it seems I have all the modules loaded (if > > not, they load automatically): > > # lsmod | grep ip > > ipt_MASQUERADE 1336 0 (autoclean) > > ipt_state568 1 (autoclean) > > iptable_filter 1740 1 (autoclean) > > iptable_nat16728 0 (autoclean) [ipt_MASQUERADE] > > ip_conntrack 19048 2 (autoclean) [ipt_MASQUERADE ipt_state > > iptable_nat] > > ip_tables 12448 6 [ipt_MASQUERADE ipt_state > > iptable_filter iptable_nat] > > > > and my current chains are like: > > iptables -L -v > > Chain INPUT (policy ACCEPT 5676 packets, 4409K bytes) > > pkts bytes target prot opt in out source > > destination > > > > Chain FORWARD (policy DROP 0 packets, 0 bytes) > > pkts bytes target prot opt in out source > > destination > > 0 0 ACCEPT all -- eth1 eth0anywhere > > anywhere state RELATED,ESTABLISHED > > 4 246 ACCEPT all -- eth0 eth1anywhere > > anywhere > > > > Chain OUTPUT (policy ACCEPT 5946 packets, 388K bytes) > > pkts bytes target prot opt in out source > > destination > > > > and > > > > # iptables -t nat -L -v > > Chain PREROUTING (policy ACCEPT 714 packets, 128K bytes) > > pkts bytes target prot opt in out source > > destination > > > > Chain POSTROUTING (policy ACCEPT 227 packets, 13960 bytes) > > pkts bytes target prot opt in out source > > destination > > > > Chain OUTPUT (policy ACCEPT 225 packets, 13838 bytes) > > pkts bytes target prot opt in out source > > destination > > > > any idea ? am I missing something ? I think it used to work with > > gentoo-sources (now using vanilla-sources). > > Thank you. > > With netfilter (iptables), I find it easiest to just compile almost > everything under Netfilter Configuration into the kernel. There's really > no point to making them modules if the rules will always be active. Do you think that'll make any diference to my problem ? - -- Pupeno: [EMAIL PROTECTED] http://www.kde.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U3X1Lr8z5XzmSDQRAmagAJ9SG59Cw7VXz9fSW7/fb5hG0TV0CwCeKQdW 7rTapvUOrgyNoeClBRXHF5M= =KkNz -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] rsync back up
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 El Lunes Septiembre 1 2003 16:26, donnie berkholz escribió: > On Monday 01 September 2003 15:25, Mike Williams wrote: > > On Monday 01 September 2003 17:16, Pupeno wrote: > > > Hello, > > > I'm using a modified script of the one that was posted recently to make > > > back ups... sometimes when I do the back up, I get this at the end: > > > wrote 112104962 bytes read 202820 bytes 205128.37 bytes/sec > > > total size is 41357449389 speedup is 368.25 > > > rsync error: some files could not be transferred (code 23) at > > > main.c(620) It doesn't say why it couldn't tranfer the files nor which > > > files where them... so, I'm kinda lost of how to solve them problem, > > > does anybody have an idea ? Thanks. > > > > Do you have any symlinks out of the are you're backup? > > > > -- > > Mike Williams > > Often the ownership or permissions are wrong. For example, if you're > running rsync as a regular user and some files/directories are owned by > root, or the permissions are bad. I'm running rsync as root. Thank you. - -- Pupeno: [EMAIL PROTECTED] http://www.kde.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U3WeLr8z5XzmSDQRAlB2AJ96h3Br5ByCCnPyA3lJ5n3yI9Ts3gCggDgN s+NuyP84huA/KgkEs143lG4= =keda -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] rsync back up
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 El Lunes Septiembre 1 2003 16:25, Mike Williams escribió: > On Monday 01 September 2003 17:16, Pupeno wrote: > > Hello, > > I'm using a modified script of the one that was posted recently to make > > back ups... sometimes when I do the back up, I get this at the end: > > wrote 112104962 bytes read 202820 bytes 205128.37 bytes/sec > > total size is 41357449389 speedup is 368.25 > > rsync error: some files could not be transferred (code 23) at main.c(620) > > It doesn't say why it couldn't tranfer the files nor which files where > > them... so, I'm kinda lost of how to solve them problem, does anybody > > have an idea ? Thanks. > > Do you have any symlinks out of the are you're backup? Yeah, lot's (I'm backing up the whole HD to make a mirror HD that I can use in case the main one doesn't work). Thanks. - -- Pupeno: [EMAIL PROTECTED] http://www.kde.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U3WJLr8z5XzmSDQRAoVFAKDPyAQzUr8CQ8hG/b83wcB2FVXuMwCg4SnZ amLC5+5T9/YdxznMIf2k1BU= =rF7L -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] problem with iptables.
Pupeno wrote: Hello, When I run "iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE" I get iptables: Invalid argument, it seems I have all the modules loaded (if not, they load automatically): # lsmod | grep ip ipt_MASQUERADE 1336 0 (autoclean) ipt_state568 1 (autoclean) iptable_filter 1740 1 (autoclean) iptable_nat16728 0 (autoclean) [ipt_MASQUERADE] ip_conntrack 19048 2 (autoclean) [ipt_MASQUERADE ipt_state iptable_nat] ip_tables 12448 6 [ipt_MASQUERADE ipt_state iptable_filter iptable_nat] and my current chains are like: iptables -L -v Chain INPUT (policy ACCEPT 5676 packets, 4409K bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 ACCEPT all -- eth1 eth0anywhere anywhere state RELATED,ESTABLISHED 4 246 ACCEPT all -- eth0 eth1anywhere anywhere Chain OUTPUT (policy ACCEPT 5946 packets, 388K bytes) pkts bytes target prot opt in out source destination and # iptables -t nat -L -v Chain PREROUTING (policy ACCEPT 714 packets, 128K bytes) pkts bytes target prot opt in out source destination Chain POSTROUTING (policy ACCEPT 227 packets, 13960 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 225 packets, 13838 bytes) pkts bytes target prot opt in out source destination any idea ? am I missing something ? I think it used to work with gentoo-sources (now using vanilla-sources). Thank you. With netfilter (iptables), I find it easiest to just compile almost everything under Netfilter Configuration into the kernel. There's really no point to making them modules if the rules will always be active. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] rsync back up
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 01 September 2003 15:25, Mike Williams wrote: > On Monday 01 September 2003 17:16, Pupeno wrote: > > Hello, > > I'm using a modified script of the one that was posted recently to make > > back ups... sometimes when I do the back up, I get this at the end: > > wrote 112104962 bytes read 202820 bytes 205128.37 bytes/sec > > total size is 41357449389 speedup is 368.25 > > rsync error: some files could not be transferred (code 23) at main.c(620) > > It doesn't say why it couldn't tranfer the files nor which files where > > them... so, I'm kinda lost of how to solve them problem, does anybody > > have an idea ? Thanks. > > Do you have any symlinks out of the are you're backup? > > -- > Mike Williams Often the ownership or permissions are wrong. For example, if you're running rsync as a regular user and some files/directories are owned by root, or the permissions are bad. -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/U514XVaO67S1rtsRAjVvAKCue/LxZ/uSaYKZp0lH0kx/Mn1TsACg1AXX zHFLwoUmGSY7CvNOuN3rhwc= =yprE -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] xine sticks when playing DVD
Patrick Marquetecken wrote: On Mon, 1 Sep 2003 19:24:08 + "Hemmann, Volker Armin" <[EMAIL PROTECTED]> wrote: On Monday 01 September 2003 16:44, Patrick Marquetecken wrote: On Sun, 31 Aug 2003 21:53:52 + and have you checked that this options are really set/ther after a few seconds of dvd playing? Yes the settings stay ok, do you have xv support in X and mtrr support in your kernel? mtrr is enabled , but where must i see if xvi enabled In a console, under X, type 'xvinfo'. If you get a page or 2 of stuff, Xv is enabled. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] rsync back up
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 01 September 2003 17:16, Pupeno wrote: > Hello, > I'm using a modified script of the one that was posted recently to make > back ups... sometimes when I do the back up, I get this at the end: > wrote 112104962 bytes read 202820 bytes 205128.37 bytes/sec > total size is 41357449389 speedup is 368.25 > rsync error: some files could not be transferred (code 23) at main.c(620) > It doesn't say why it couldn't tranfer the files nor which files where > them... so, I'm kinda lost of how to solve them problem, does anybody have > an idea ? Thanks. Do you have any symlinks out of the are you're backup? - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U50eInuLMrk7bIwRAkj5AJ0TdhSp9p7+Z2kS4q2mhf793lHnkwCgrmlI TCzCYjlWxhs3UTpQ7EsDrVo= =7Ef8 -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
[gentoo-user] Juk 2
Hi I'm trying to emerge Juk 2 beta 1 and it's failing with this:- tagguesserconfigdlg.o(.text+0x109d): In function `TagGuesserConfigDlg::accept()': : undefined reference to `TagGuesser::setSchemeStrings(QStringList const&)' collect2: ld returned 1 exit status Anyone got it working? -- 0 Dave Naylor <|> Linux User #182470 [---] http://caramboo.com -- [EMAIL PROTECTED] mailing list
[gentoo-user] rsync back up
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm using a modified script of the one that was posted recently to make back ups... sometimes when I do the back up, I get this at the end: wrote 112104962 bytes read 202820 bytes 205128.37 bytes/sec total size is 41357449389 speedup is 368.25 rsync error: some files could not be transferred (code 23) at main.c(620) It doesn't say why it couldn't tranfer the files nor which files where them... so, I'm kinda lost of how to solve them problem, does anybody have an idea ? Thanks. - -- Pupeno: [EMAIL PROTECTED] http://www.kde.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U3D8Lr8z5XzmSDQRAqhjAKCcmnMCLhG8VIm2Ms1Ef5KUzLj1dQCg0tEt 8RBkxQkRUw4tcpNKmcPBghE= =kUKO -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
[gentoo-user] problem with iptables.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, When I run "iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE" I get iptables: Invalid argument, it seems I have all the modules loaded (if not, they load automatically): # lsmod | grep ip ipt_MASQUERADE 1336 0 (autoclean) ipt_state568 1 (autoclean) iptable_filter 1740 1 (autoclean) iptable_nat16728 0 (autoclean) [ipt_MASQUERADE] ip_conntrack 19048 2 (autoclean) [ipt_MASQUERADE ipt_state iptable_nat] ip_tables 12448 6 [ipt_MASQUERADE ipt_state iptable_filter iptable_nat] and my current chains are like: iptables -L -v Chain INPUT (policy ACCEPT 5676 packets, 4409K bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 ACCEPT all -- eth1 eth0anywhere anywhere state RELATED,ESTABLISHED 4 246 ACCEPT all -- eth0 eth1anywhere anywhere Chain OUTPUT (policy ACCEPT 5946 packets, 388K bytes) pkts bytes target prot opt in out source destination and # iptables -t nat -L -v Chain PREROUTING (policy ACCEPT 714 packets, 128K bytes) pkts bytes target prot opt in out source destination Chain POSTROUTING (policy ACCEPT 227 packets, 13960 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 225 packets, 13838 bytes) pkts bytes target prot opt in out source destination any idea ? am I missing something ? I think it used to work with gentoo-sources (now using vanilla-sources). Thank you. - -- Pupeno: [EMAIL PROTECTED] http://www.kde.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U3BNLr8z5XzmSDQRAhS0AKCiVYFbs/h1huw2rQ7177XIB02naQCbB1cy TH3SHePo/MhA6CGALvO2j+s= =ER+g -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] xine sticks when playing DVD
On Mon, 1 Sep 2003 19:24:08 + "Hemmann, Volker Armin" <[EMAIL PROTECTED]> wrote: > On Monday 01 September 2003 16:44, Patrick Marquetecken wrote: > > On Sun, 31 Aug 2003 21:53:52 + > > > > and have you checked that this options are really set/ther after a few > > > seconds of dvd playing? > > > > Yes the settings stay > > ok, do you have xv support in X and mtrr support in your kernel? mtrr is enabled , but where must i see if xvi enabled Patrick > > > -- > Conclusions > In a straight-up fight, the Empire squashes the Federation like a bug. Even > with its numerical advantage removed, the Empire would still squash the > Federation like a bug. Accept it. -Michael Wong > > > -- > [EMAIL PROTECTED] mailing list > > > -- "Do you know what a Vulcan mind meld is?" -- Tuvok "It's that thing where you grab someone's head..." -- Crewman Suiter (Meld) PGP Key: http://users.pandora.be/rivendell/marquetp.gpg Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B ICQ# 316932703 Registered Linux User #44550 http://counter.li.org pgp0.pgp Description: PGP signature
Re: [gentoo-user] keyboard from hell (Logitech Elite Duo)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 El Lunes Septiembre 1 2003 15:29, Andrew Gaffney escribió: > Pupeno wrote: > > I was using, both of them, with USB to PS/2 adaptors because I can't type > > on GRUB with an USB keyboard (is that posible ?). > > Some BIOSs have the option to use a USB keyboard, which I believe lets > it emulate a PS/2 keyboard. I don't know if this actually works in GRUB, > but it certaintly can't hurt. I think my BIOS doesn't have that option... (it is an Asus A7N8X Deluxe), maybe I should try updating it to see if it is included. Thanks. - -- Pupeno: [EMAIL PROTECTED] http://www.kde.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U2oBLr8z5XzmSDQRAvSfAJoCZ741khA3PaKnHQGH0eJ+AeMotACgnr44 U2KAlMLHKVFqc0fFamzJL2s= =1aCU -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] multiple snd cards
Am Montag, 1. September 2003 14:07 schrieb Simon Mushi: > On Mon, 1 Sep 2003, Michael Schreckenbauer wrote: > > Am Montag, 1. September 2003 10:52 schrieb Rick [Kitty5]: > > > Simon Mushi wrote: > > > > I am pursuing a dual-sound card setup onmy linux box in hopes of > > > > turning it into a daytime dj practice station. > > > > > > Give it up, it will not work. > > > > Ah yes, would you tell this my pc please? It refuses to stop working with > > my two soundcards (sb16 using ens1371 + EWS88MT using ice1712). Why > > shouldn't this work anyway? > > I'd suggest to use the snd-ens1370-driver for the ens1370-card ;-) > > > > HTH > > Michael > > Michael, > > Thanks for the encouragement! Hi, just for interest: Is it working as expected now? Well, I think so, because of the sound of your post, but I'm not shure ;-) > Simon Bye, Michael -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge wanting to install gentoo-sources-2.4.20-r6
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 01 September 2003 20:26, Ciaran McCreesh wrote: > | For the past couple of days whenever I do an "emerge -Uup --deep > | world", emerge wants to install gentoo-sources-2.4.20-r6. I've already > | got vanilla-sources-2.4.22 installed and injecting > | gentoo-sources-2.4.20-r6 doesn't effect anything. > | > | Any idea why emerge wants to install this package? > > I'm guessing you've emerged gentoo-sources at some time in the past? If so, > emerge wants to install a newer version because of a security flaw in > 2.4.20-r5 and below. emerge isn't smart enough to realise that you're not > actually *using* gentoo-sources -- it just sees that it's been installed at > some point and wants to do the upgrade... You might try checking /var/cache/edb/virtuals. I think I remember having a similar problem, and it turned out that portage, at some point, had left gentoo-sources in virtual/linux-sources. - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U5BSInuLMrk7bIwRApCvAJ4inzU9uvaDYGO0fa3yM3xBNIfHHgCcChMI frEo8OkapaV45zTYY1eF4iQ= =+CSy -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge wanting to installgentoo-sources-2.4.20-r6
On Mon, 1 Sep 2003 19:15:57 +0100 Adam Mercer <[EMAIL PROTECTED]> wrote: | For the past couple of days whenever I do an "emerge -Uup --deep | world", emerge wants to install gentoo-sources-2.4.20-r6. I've already | got vanilla-sources-2.4.22 installed and injecting | gentoo-sources-2.4.20-r6 doesn't effect anything. | | Any idea why emerge wants to install this package? I'm guessing you've emerged gentoo-sources at some time in the past? If so, emerge wants to install a newer version because of a security flaw in 2.4.20-r5 and below. emerge isn't smart enough to realise that you're not actually *using* gentoo-sources -- it just sees that it's been installed at some point and wants to do the upgrade... HTH, -- Ciaran McCreesh mail: ciaranm at firedrop.org.uk -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] keyboard from hell (Logitech Elite Duo)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 01 September 2003 19:29, Andrew Gaffney wrote: > Pupeno wrote: > > I was using, both of them, with USB to PS/2 adaptors because I can't type > > on GRUB with an USB keyboard (is that posible ?). > > Some BIOSs have the option to use a USB keyboard, which I believe lets > it emulate a PS/2 keyboard. I don't know if this actually works in GRUB, > but it certaintly can't hurt. It does. I can work in grub with my USB keyboard (fairly normal keyboard, few extra buttons that don't do anything), with USB mouse plugged into it. The computer turns on and off, runs KDE, logs in and out, and reboots without error. My Mum and brother use it, neither are IT literate and have no problems so it must work well :) Sorry I can't be of any more use. - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U47ZInuLMrk7bIwRAgF1AJ4hP/62h/CbnDVtgfUOshg96GdB0wCeL4Xr Nup48aX3GFs2jbwETH/pjqs= =xgFm -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
[gentoo-user] emerge wanting to install gentoo-sources-2.4.20-r6
Hi For the past couple of days whenever I do an "emerge -Uup --deep world", emerge wants to install gentoo-sources-2.4.20-r6. I've already got vanilla-sources-2.4.22 installed and injecting gentoo-sources-2.4.20-r6 doesn't effect anything. Any idea why emerge wants to install this package? Cheers Adam -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] keyboard from hell (Logitech Elite Duo)
Pupeno wrote: I was using, both of them, with USB to PS/2 adaptors because I can't type on GRUB with an USB keyboard (is that posible ?). Some BIOSs have the option to use a USB keyboard, which I believe lets it emulate a PS/2 keyboard. I don't know if this actually works in GRUB, but it certaintly can't hurt. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] iptables help
gabriel wrote: On September 1, 2003 01:23 pm, Andrew Gaffney wrote: Based on replies on this list and another, I have come up with the following iptables rules that work for me: echo 1 > /proc/sys/net/ipv4/ip_forward iptables -P INPUT ACCEPT iptables -F INPUT iptables -P OUTPUT ACCEPT iptables -F OUTPUT iptables -P FORWARD ACCEPT iptables -F FORWARD iptables -t nat -F iptables -A FORWARD -i ppp0 -o eth0 -j ACCEPT iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A INPUT -s 192.168.254.0/24 -p all -j ACCEPT iptables -A INPUT -p tcp --dport 22 -j ACCEPT iptables -A INPUT -p tcp --dport 25 -j ACCEPT iptables -A INPUT -p tcp --dport 80 -j ACCEPT iptables -P INPUT DROP NO! that will pretty much negate the use of a firewall alltogether! where are you droping/rejecting packets? basically your script says this: accept everything incoming accept everything outgoing accept everything forwarding forward all traffic from ppp0 to eth0 nat your internal lan to eth0 accept all established or related packets accept all incoming packets from the internal lan accept all incoming connections from any ip, on any interface on ports 22, 25, and 80. drop everything else that's incoming. i can't be sure that you can reset the policy like that, but i can assure you that the aboe rules are in now way secure. Here is a little background on my network. ppp0 is NOT an internet connection. It is an incoming dial-up connection used only by ME. I trust myself :) As for the actual internet connection, I have a router with an IP of 192.168.254.1 hooked to a T1 set to forward all incoming traffic to this particular box. This box only acts as a router for my own PPP connection. All boxes in the LAN use the router. So, what I am doing, if I understand iptables half as well as I think I do, is forwarding all traffic from my INTERNAL ppp0 interface out to the LAN/internet, allowing any box inside the LAN to connect to this box on any port, only allowing connections from outside the LAN to be made to ports 22, 25, and 80, and allowing in any traffic from outside the LAN that is part of an already established connection. Am I correct? -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
[gentoo-user] keyboard from hell (Logitech Elite Duo)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Gentooers. I've bought a Logitech Elite Duo which comes with a Logitech Cordless Elite Keyboard and a Logitech Cordless MX700 mouse. It's all USB and they all work with only one USB plug... I've been having crashes and I didn't know what was till today... it was the keyboard/mouse. I was using, both of them, with USB to PS/2 adaptors because I can't type on GRUB with an USB keyboard (is that posible ?). In one of the crashes (it was while running off the computer for the KDE's log out dialog), I unplugged the keyboard and the computer un-freezed and turn off correctly... so, I decided to test it as USB... doing the same, the computer freezed but unplugging the keyboard wasn't enough, I plugged in another keyboard, a (real) PS/2, pressed ctrl+alt+del and it rebooted correctly. Any idea of what might be wrong ? or what may I do ? NOTE: since this keyboard is complex, it sends lot's of weird 'commands', I remember with another distro, the kernel complained about not-handled keyboard keypress number I-don't-remember-the-number or something like that. - -- Pupeno: [EMAIL PROTECTED] http://www.kde.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U2EULr8z5XzmSDQRArASAJ9aJ/8B5xbTDPK2RTrTrVmOYuPYAQCdGWCV RFXuqTGcc8dh4nUBcU6Mrcs= =xx4r -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
[gentoo-user] failed bootstrapping
I was trying to bootstrap YAGS (Yet Another Gentoo System) this morning and I ran across something odd: Calculating dependencies ...done! >>> emerge (1 of 9) sys-devel/gettext-0.12.1 to / >>> md5 src_uri ;-) gettext-0.12.1.tar.gz >>> Unpacking source... >>> Unpacking gettext-0.12.1.tar.gz to /var/tmp/portage/gettext-0.12.1/work >>> Source unpacked. configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu configure: creating ./config.status config.status: creating Makefile configure: configuring in autoconf-lib-link configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--disable-shared' '--with-included-gettext' 'CC=gcc' 'CFLAGS=-march=athlon-tbird -O3 -pipe -fomit-frame-pointer -mmmx -m3dnow' 'CXXFLAGS=-march=athlon-tbird -O3 -pipe -fomit-frame-pointer -mmmx -m3dnow' 'CXX=g++' 'host_alias=i686-pc-linux-gnu' --cache-file=/dev/null --srcdir=. configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking for a BSD-compatible install... /bin/install -c checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/i586-pc-linux-gnu/bin/ld checking if the linker (/usr/i586-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/i586-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for i686-pc-linux-gnu-g++... g++ checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. configure: error: /bin/sh './configure' failed for autoconf-lib-link !!! ERROR: sys-devel/gettext-0.12.1 failed. !!! Function econf, Line 324, Exitcode 1 !!! econf failed I used a known good (worked before) stage1-x86-1.4_rc4.tar.bz2 on a system that I already have Gentoo installed on, just on a separate partition. I took a look at the config.log but it gives me no more information than the above. I've tried it twice with the same results. I had set ACCEPT_KEYWORDS="~x86" in /etc/make.conf when I tried to bootstrap, but I'm currently running that way on my current system with no issues. If I have to, I'll download another Stage 1 tarball, but I'm on a 33.6 dial-up, so I'd prefer not to have to do that. Any suggestions? -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] iptables help
On September 1, 2003 01:23 pm, Andrew Gaffney wrote: > Based on replies on this list and another, I have come up with the > following iptables rules that work for me: > > echo 1 > /proc/sys/net/ipv4/ip_forward > iptables -P INPUT ACCEPT > iptables -F INPUT > iptables -P OUTPUT ACCEPT > iptables -F OUTPUT > iptables -P FORWARD ACCEPT > iptables -F FORWARD > iptables -t nat -F > iptables -A FORWARD -i ppp0 -o eth0 -j ACCEPT > iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE > iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT > iptables -A INPUT -s 192.168.254.0/24 -p all -j ACCEPT > iptables -A INPUT -p tcp --dport 22 -j ACCEPT > iptables -A INPUT -p tcp --dport 25 -j ACCEPT > iptables -A INPUT -p tcp --dport 80 -j ACCEPT > iptables -P INPUT DROP NO! that will pretty much negate the use of a firewall alltogether! where are you droping/rejecting packets? basically your script says this: accept everything incoming accept everything outgoing accept everything forwarding forward all traffic from ppp0 to eth0 nat your internal lan to eth0 accept all established or related packets accept all incoming packets from the internal lan accept all incoming connections from any ip, on any interface on ports 22, 25, and 80. drop everything else that's incoming. i can't be sure that you can reset the policy like that, but i can assure you that the aboe rules are in now way secure. -- in the past we had little to do with other races. evolution teaches us that we must fight that which is different in order secure land, food, and mates for ourselves, but we must reach a point when the nobility of intellect asserts itself and says: no. we need not be afraid of those we are different, we can embrace that difference and learn from it. - g'kar, babylon 5 "the ragged edge" -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] iptables help
Patrick Marquetecken wrote: should this not be the second line line ? first the echo 1 > /proc/sys/net/ipv4/ip_forward then all the drop statements and then the allow rules ? I will probably move the DROP policy line back towards the top. I did it this way so I could be sure I didn't lock myself out before I could ALLOW myself back in. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] imap-pop3 not working
On 30 Aug 2003, at 8:23 am, Daniel Guerrero wrote: ... I can't login to imap/pop3; I have to use pop3 because it seem the firewall of the school don't make me access to the port of imap; I have tried to login with telnet, with the password in the "clear" field of mysql; but I can't login, imap don't say anything, just close the connection; pop3 says can't login; what do you think this could be..? Unfortunately you do not specify explicitly the steps you have taken to install the software, or much of the troubleshooting you have done already. This article is blunt but helpful in these respects: http://www.catb.org/~esr/faqs/smart-questions.html The only think I can think of: have you tried: # /etc/init.d/courier-pop3d start and # /etc/init.d/courier-imapd start on the server..? Alternatively, have you added them to the default run-level. What does # /etc/init.d/courier-pop3d status say..? and last; this is surely a config that I haven't reached, but how could I configure squirrelmail to manage the local user accounts? (I haven't check a lot but it seem to be working the local mail accounts), and could I use squirremail to manage multiple domains, I think the answer is yes... but how. If you search Freshmeat for "courier" you will find a number of web-based front-ends for managing courier-imap (and other mail servers). You'd have to check which of these are in portage. Los grandes espiritus siempre encuentran una violenta oposición en mentes mediocres. A. Einstein I didn't know Einstein spoke Spanish. I guess you learn something new everyday. Stroller. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] grub
Hot Diggety! Ben Anderson was rumored to have written: > These grub commands - are they a one time deal that I can do, or do I have > to do it every time? Can I embed these commands in my grub.conf ? Sure, you can embed them in grub.conf, but first you want to verify to see if they help any. -Dan -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] xine sticks when playing DVD
On Monday 01 September 2003 16:44, Patrick Marquetecken wrote: > On Sun, 31 Aug 2003 21:53:52 + > > and have you checked that this options are really set/ther after a few > > seconds of dvd playing? > > Yes the settings stay ok, do you have xv support in X and mtrr support in your kernel? -- Conclusions In a straight-up fight, the Empire squashes the Federation like a bug. Even with its numerical advantage removed, the Empire would still squash the Federation like a bug. Accept it. -Michael Wong -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] iptables help
should this not be the second line line ? first the echo 1 > /proc/sys/net/ipv4/ip_forward then all the drop statements and then the allow rules ? Patrick On Mon, 01 Sep 2003 12:23:38 -0500 Andrew Gaffney <[EMAIL PROTECTED]> wrote: > iptables -P INPUT DROP -- "Do you know what a Vulcan mind meld is?" -- Tuvok "It's that thing where you grab someone's head..." -- Crewman Suiter (Meld) PGP Key: http://users.pandora.be/rivendell/marquetp.gpg Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B ICQ# 316932703 Registered Linux User #44550 http://counter.li.org pgp0.pgp Description: PGP signature
Re: [gentoo-user] iptables help
Based on replies on this list and another, I have come up with the following iptables rules that work for me: echo 1 > /proc/sys/net/ipv4/ip_forward iptables -P INPUT ACCEPT iptables -F INPUT iptables -P OUTPUT ACCEPT iptables -F OUTPUT iptables -P FORWARD ACCEPT iptables -F FORWARD iptables -t nat -F iptables -A FORWARD -i ppp0 -o eth0 -j ACCEPT iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A INPUT -s 192.168.254.0/24 -p all -j ACCEPT iptables -A INPUT -p tcp --dport 22 -j ACCEPT iptables -A INPUT -p tcp --dport 25 -j ACCEPT iptables -A INPUT -p tcp --dport 80 -j ACCEPT iptables -P INPUT DROP -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
[gentoo-user] Silicon Image SIL680-RAID card
I have a Silicon Image IDE RAID card, model SIL680-RAID. Am about to try bringing up Gentoo for the first time. I will boot from a plain-ordinary IDE drive that is not part of the RAID array. I have 4 identical drives, want to do RAID0+1. Will the RAID card work? Anything non-straightforward that a newbie should be aware of? Thanks. --Erv Young -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] grub
These grub commands - are they a one time deal that I can do, or do I have to do it every time? Can I embed these commands in my grub.conf ? -Ben From: Dan Foster <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] grub Date: Mon, 1 Sep 2003 16:51:57 + Hot Diggety! Ben Anderson was rumored to have written: > > title=Windows XP > root (hd1,0) > chainloader +1 Perhaps try booting to a grub prompt, then do: grub> map (hd0) (hd1) grub> map (hd1) (hd0) grub> unhide (hd0,0) grub> rootnoverify (hd0,0) grub> chainloader +1 grub> makeactive grub> boot See if that works any better? -Dan -- [EMAIL PROTECTED] mailing list _ Get MSN 8 and help protect your children with advanced parental controls. http://join.msn.com/?page=features/parental -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Connecting With BitchX
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On September 1, 2003 04:55 pm, Michael Rasile wrote: > Greetings! > I personally haven't seen this before. I am sure you have tried to > connect using /server irc.freenode.net, for example. Does that fail > to connect also?I don't think that unmerging and reemerging BitchX > will help but It's worth a try. Sorry ,l don't think this helps you > much, but be patient, someone will know. Thanks for the message Michael. You're right, using /server doesn't work, I have tried that a hundred times. :) I have tried unmerging and remerging a couple of times to no avail. Even compiling the source downloaded from www.bitchx.org using the recommended CFLAGS doesn't work. I think I am just out of luck on this one... - -Chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/UyfDmnFyZGkzc+YRArZEAJ9WtCLrfozHcE51XYVwJhWtI3421gCfesV1 ZWV5BXtrpWxqfV3G3SUEP7w= =k/qf -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Connecting With BitchX
On Sun, 31 Aug 2003 22:11:27 +, Chris Spencer wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Hello, > >I have been trying in vain to get BitchX to work but for the life of >me I >can't get it to connect to a server. > >No matter how I configure it, when I run BitchX it tries to connect >to my >specified servers, waits about 1 second, disconnects, and then moves >on to >the next server. It never actually makes a connection - it just >tries and >retries endlessly. > >I have tried specifying ports. I have tried three different methods >of >specifying the server. I have tried downloading and compiling the >source from >the bitchx.org web site - all with the same results. I have turned >down my >compiler optimizations as suggested in the BitchX faq and still >nothing. > >I can connect just fine with all my other irc tools, just not >BitchX. Anyone >seen this problem before and have any suggestions? Thanks... > >- -Chris >-BEGIN PGP SIGNATURE- >Version: GnuPG v1.2.2 (GNU/Linux) > >iD8DBQE/UnKXmnFyZGkzc+YRAiVYAJ4z7abQIiI46UK9HhRCxU9y+VGBZACeOkNP >6aIhaJdYmRuFjXXp/Gd+xZM= >=WRj2 >-END PGP SIGNATURE- > >-- >[EMAIL PROTECTED] mailing list Greetings! I personally haven't seen this before. I am sure you have tried to connect using /server irc.freenode.net, for example. Does that fail to connect also?I don't think that unmerging and reemerging BitchX will help but It's worth a try. Sorry ,l don't think this helps you much, but be patient, someone will know. Regards, Mike -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Connecting With BitchX
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On September 1, 2003 07:11 am, Steven Elling wrote: > It looks like the server is refusing the connection. Is the IRC server > trying to do an ident to your box, failing to get ident info, and then > closing the connection? If so install fakeidentd or oidentd. Yes, thats exactly what it looks like is happening. Except I don't think thats the case. Enabling ident doesn't help, and not surprising since the servers that I'm trying to connect to I can connect with Irssi and my eggdrop without ident being enabled. From all appearances it looks like BitchX isn't waiting long enough to establish the connection before giving up. I have checked the BitchX CONNECT_TIMEOUT variable and its set to 30, but it doesn't wait that long. It disconnects after approximately 1 second. Very strange. For now I have given up on it unless someone can shed some light on this... :) - -Chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/UyUDmnFyZGkzc+YRAndjAJ9ndEbMcZvC5CG0lBhuKtHdpwyJuACgiAh2 R8L/htgmfIFz2A9l+KaCV3o= =PKEk -END PGP SIGNATURE- public_key.asc Description: application/pgp-keys -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] grub
Hot Diggety! Ben Anderson was rumored to have written: > > title=Windows XP > root (hd1,0) > chainloader +1 Perhaps try booting to a grub prompt, then do: grub> map (hd0) (hd1) grub> map (hd1) (hd0) grub> unhide (hd0,0) grub> rootnoverify (hd0,0) grub> chainloader +1 grub> makeactive grub> boot See if that works any better? -Dan -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] xine sticks when playing DVD
On Sat, 30 Aug 2003 15:09:04 -0500 Andrew Gaffney <[EMAIL PROTECTED]> wrote: > Patrick Marquetecken wrote: > > On Sat, 30 Aug 2003 09:39:33 -0500 > > Andrew Gaffney <[EMAIL PROTECTED]> wrote: > > > > > >>Patrick Marquetecken wrote: > >> > >>>when i try to play a dvd in xine the movi and sound sticks (hope i say it wright) > >>>every 2 sec's. I have tried to decrease the buffer but it still happens. > >>>Wat can i do play it non-stop ? > >> > >>What kind of hardware do you have (processor, RAM, etc.)? Are you > >>compiling anything in the background or doing anything else processor > >>intensive? This sounds like what used to happen to me when I tried to > >>play DVDs on a 450Mhz box running Windows. > > > > > > its a laptop with a 2.6 pentium Proc and 512 ram, DVD/CD rewriteble, gnome and > > just running in the background some mail deamons. > > Have you tried playing with MPlayer or ogle? I have now tried ogle with the same result as xine. :-( > > -- > Andrew Gaffney > > > -- > [EMAIL PROTECTED] mailing list > > > -- "Do you know what a Vulcan mind meld is?" -- Tuvok "It's that thing where you grab someone's head..." -- Crewman Suiter (Meld) PGP Key: http://users.pandora.be/rivendell/marquetp.gpg Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B ICQ# 316932703 Registered Linux User #44550 http://counter.li.org pgp0.pgp Description: PGP signature
Re: [gentoo-user] xine sticks when playing DVD
On Sun, 31 Aug 2003 21:53:52 + "Hemmann, Volker Armin" <[EMAIL PROTECTED]> wrote: > Hi, > > On Sunday 31 August 2003 19:03, Patrick Marquetecken wrote: > > > > sounds like dma is missing on your hd/cdrom > > > > i got in /etc/conf.d/hdparm : > > > > all_args="-d1 -A1 -m16 -c3 -u1 -a64 -M128 -B50 -S100" > > > > this should be enough i think > > > and have you checked that this options are really set/ther after a few seconds > of dvd playing? Yes the settings stay > > Glück Auf > Volker > > -- > Conclusions > In a straight-up fight, the Empire squashes the Federation like a bug. Even > with its numerical advantage removed, the Empire would still squash the > Federation like a bug. Accept it. -Michael Wong > > > -- > [EMAIL PROTECTED] mailing list > > > -- "Do you know what a Vulcan mind meld is?" -- Tuvok "It's that thing where you grab someone's head..." -- Crewman Suiter (Meld) PGP Key: http://users.pandora.be/rivendell/marquetp.gpg Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B ICQ# 316932703 Registered Linux User #44550 http://counter.li.org pgp0.pgp Description: PGP signature
[gentoo-user] grub
Hello, My Bios is booting my second hard drive, which is gentoo. My first hard drive contains Windows(ugh), but I can't seem to get grub to boot it. Here's my grub.conf default 0 timeout 30 splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo Linux hdc=ide-scsi root (hd0,0) kernel /boot/bzImage root=/dev/hdb3 title=Windows XP root (hd1,0) chainloader +1 it took me a while to figure out that grub considers my hdb hd0. I thought it would be hd1. So what would that make hda ? I tried hd1 and hd0, but neiter seem to work. I read on grubs' page about this map stuff: map (hd0) (hd1) map (hd1) (hd0) I tried sticking it in there, but it didn't seem to work either. TIA, Ben Anderson _ Get MSN 8 and enjoy automatic e-mail virus protection. http://join.msn.com/?page=features/virus -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] multiple snd cards
On Mon, 1 Sep 2003, Michael Schreckenbauer wrote: > Am Montag, 1. September 2003 10:52 schrieb Rick [Kitty5]: > > Simon Mushi wrote: > > > I am pursuing a dual-sound card setup onmy linux box in hopes of > > > turning it into a daytime dj practice station. > > > > Give it up, it will not work. > > Ah yes, would you tell this my pc please? It refuses to stop working with my > two soundcards (sb16 using ens1371 + EWS88MT using ice1712). Why shouldn't > this work anyway? > I'd suggest to use the snd-ens1370-driver for the ens1370-card ;-) > > HTH > Michael > Michael, Thanks for the encouragement! Simon > > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] multiple snd cards
Hey Rick, Where is your Linux spirit! Where there is a will there is a wayif you have time of course.the alsa documentation explicity talks about having multiple sound cards and multiple dsp devices and so forthanother post to this thread showed how it has worked in practice True that pro-audio support is not mature and that some of the mixing software that you find abound in windoze world is not mirrored in such a polished form in linux ...but a program that I have just begun to use called bpmdj shows some promise in feeding two cards. So all i think i need to do know is hit that ens-137x with the right driver and it should be all good. Cheers will keep y'all posted Simon On Mon, 1 Sep 2003, Rick [Kitty5] wrote: > Simon Mushi wrote: > > I am pursuing a dual-sound card setup onmy linux box in hopes of > > turning it into a daytime dj practice station. > > Give it up, it will not work. > > Typically, if you need more capabilities than your existing sound card > provides, you buy a better card. I think you would be better looking for a > software based solution - but I don't fancy your chances of it being Linux > based, pro audio is another one of those poorly supported areas. > > Rick > > Kitty5 NewMedia http://Kitty5.com > POV-Ray News & Resources http://Povray.co.uk > TEL : +44 (01270) 501101 - ICQ : 15776037 > > PGP Public Key > http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA > > > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] k3b not detecting burner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 01 September 2003 16:58, Adam Dunstan wrote: > k3bsetup is detecting my burner as a Reader, but not as a writer I take it the info it detects from the drive says that it doesn't burn CDs or CD/RWs? If it does, sounds like a bug. You might try something else, like cdbakeoven. > when i changed the lilo conf, k3bsetup dident detect either my dvdrom or > burner as a reader or writer > > also /dev/cdrw doesent exist on my pc... Maybe I added that symlink then, I forget :) - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U29mInuLMrk7bIwRAt9IAJ9eBq7cMvq8unzRV/DzEhWRD+LfPwCePCbD Ki1t6k9KbX+5WFYEU8ZL/kM= =y6Fy -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] k3b not detecting burner
k3bsetup is detecting my burner as a Reader, but not as a writer when i changed the lilo conf, k3bsetup dident detect either my dvdrom or burner as a reader or writer also /dev/cdrw doesent exist on my pc... -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] X terminal
Sylvain wrote: Did you try multi-gnome-terminal ? [EMAIL PROTECTED] sylvain $ emerge -s multi-gnome-terminal Searching... [ Results for search key : multi-gnome-terminal ] [ Applications found : 1 ] * x11-terms/multi-gnome-terminal Latest version available: 1.6.1 Latest version installed: 1.6.1 Size of downloaded files: 1,570 kB Homepage:http://multignometerm.sourceforge.net/ Description: Extended version of the Gnome Terminal. The whole idea behind switching from gnome-terminal was so I didn't have to have a plethora of gnome libs installed, but thanks for the suggestion. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] k3b not detecting burner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 01 September 2003 16:20, Adam Dunstan wrote: > ive added > > append = "hdc=ide-scsi hdd=ide-scsi" > > to my lilo conf and rerun lilo > > now after a reboot k3b wont detect any drive as a reader or wrighter. > > so i think i need to have ide-scsi load automaticaly at boot time, but i > dont know how. man modules.conf is conufusing because i dont realy > understand the modules lingo. > > any help? - From about version 2 of cdrtools there is NO NEED FOR IDE-SCSI EMULATION! I have k3b running on a ~x86 box (cdrtools v2.01_alpha18 verses v2.01_alpha14 for stable). Make sure you've run k3bsetup, then if k3b itself still doesn't detect it add the device manually (find out where /dev/{cdrom,cdrw} points to ultimately, it'll be /dev/ide/...). Sometimes mine will detect it properly, sometimes it won't. But k3bsetup (and cdbakeoven) find it everytime, weird. - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/U2odInuLMrk7bIwRAgEzAJ9XkGaHcZqkk171qPevjmVG/YxBngCfUg+3 0404G4tdn5GC0Ml761kGGWE= =I+8M -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] k3b not detecting burner
ive added append = "hdc=ide-scsi hdd=ide-scsi" to my lilo conf and rerun lilo now after a reboot k3b wont detect any drive as a reader or wrighter. so i think i need to have ide-scsi load automaticaly at boot time, but i dont know how. man modules.conf is conufusing because i dont realy understand the modules lingo. any help? -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] k3b not detecting burner
On September 1, 2003 10:53 am, Adam Dunstan wrote: > ive just emerged k3b and the setup program isn't detecting my burner, it > says I should modprobe ide-scsi, witch I have and still no dice. > > is there any one who can help, I don't even know what info I should include > with this email. if this is the same problem i had, i'll bet you didn't include ide-scsi in your kernel command line in grub: title=gentoo linux 1.4 root (hd0,0) kernel (hd0,1)/boot/bzImage root=/dev/hde4 hda=ide-scsi hdb=ide-scsi on my machine, my dvdrom and cdrw are on hda and hdb. -- war does not determine who is right--only who is left. - bertrand russell -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] handspring visor and kde
On September 1, 2003 10:05 am, Scott Banwart wrote: > On Monday 01 September 2003 05:30 am, gabriel wrote: > > On September 1, 2003 03:15 am, Steven Elling wrote: > > > Whare are the permission on the device file and the usb file system if > > > you're using usb? It's been a while since I got mine working but I > > > think the problem was with the device file or usb. > > > > (~) $ ls -l /dev/usb/tts/ > > total 0 > > crwxrwxrwx1 root root 188, 0 Dec 31 1969 0 > > crwxrwxrwx1 root root 188, 1 Dec 31 1969 1 > > > > "/dev/pilot" and "/dev/palm" both link to "/dev/usb/tts/1" > > > > so given the above permissions, i don't see how that can be the issue... > > What device file is kpilot pointing to? If it's pointing to one of the > above symlinks, try pointing to /dev/usb/tts/1 directly. For some reason, > I've never been able to get kpilot to work with a symlinked USB device. heh, already ahead of you, i tried that too and got the same result. i did however run kpilotDaemon from the command linek, and since i compiled it with debugging on, i found the following in the console: kpilotdaemon: open: Binding to path /dev/usb/tts/1 kpilotdaemon: open: Tried /dev/usb/tts/1 and got No such file or directory kpilotdaemon: open: Binding to path /dev/usb/tts/1 kpilotdaemon: open: Tried /dev/usb/tts/1 and got No such file or directory kpilotdaemon: open: Binding to path /dev/usb/tts/1 kpilotdaemon: open: Tried /dev/usb/tts/1 and got No such file or directory kpilotdaemon: open: Binding to path /dev/usb/tts/1 kpilotdaemon: open: Tried /dev/usb/tts/1 and got No such file or directory kpilotdaemon: open: Binding to path /dev/usb/tts/1 kpilotdaemon: open: Tried /dev/usb/tts/1 and got No such file or directory kpilotdaemon: open: Binding to path /dev/usb/tts/1 kpilotDaemon: statusString (pilotDaemon.cc:470) kpilotDaemon: syncTypeString (pilotDaemon.cc:602) kpilotDaemon: statusString (kpilotlink.cc:684) kpilotDaemon: acceptDevice (kpilotlink.cc:434) kpilotDaemon: statusString (kpilotlink.cc:684) kpilotdaemon: acceptDevice: Current status KPilotDeviceLink=DeviceOpen and master 10 kpilotDaemon: WARNING: pi_accept: Connection timed out kpilotDaemon: logError (pilotDaemon.cc:728) kpilotDaemon: statusString (pilotDaemon.cc:470) kpilotDaemon: syncTypeString (pilotDaemon.cc:602) kpilotDaemon: statusString (kpilotlink.cc:684) kpilotDaemon: close (kpilotlink.cc:139) kpilotdaemon: close: Closing sockets -1 and 10 ...course i have no idea what all that means -- giving it up would mean... it would mean that all along they'd been wrong. it would mean that they'd never known how to rule the world. it would mean... relinquishing their pretensions to godhood. - Daniel Quinn's "ishmael" -- [EMAIL PROTECTED] mailing list
[gentoo-user] k3b not detecting burner
ive just emerged k3b and the setup program isn't detecting my burner, it says I should modprobe ide-scsi, witch I have and still no dice. is there any one who can help, I don't even know what info I should include with this email. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] PERL and 'mail notification'
Well, Background: I'm writing a script to send a notification mail to an e-mail address based on an incoming mail. I'm using procmail to decide which messages should be notified about and to pipe them one by one into said script. [edit]I wish I could perform edits like in the forums ;-)[/edit] Here's what I've got so far. It mostly works but a couple of things left to do. Obviously, I still have to send the notification mail out. I'll try to do that in Perl but will probably end up using mailx so I don't have to bother with the mail headers. I also have to detect whether there are several MIME sections and deal with that - if there's a plain text one grab that else use the html. Those things I should be able to do by myself. #!/usr/bin/perl use Mail::Internet; use HTML::Parser; $mail = Mail::Internet->new(*STDIN); $mail_head = $mail->head(); $msg_date = $mail_head->get("Date"); $msg_from = $mail_head->get("From"); $msg_subj = $mail_head->get("Subject"); $mail->tidy_body(); $mail_body_ref = $mail->body(); @mail_body = @$mail_body_ref; @body_text = ""; $body_pars = HTML::Parser->new( text_h => [sub { $text = shift; if ($text =~ /[0-9a-zA-Z]/) { @body_text = (@body_text, $text); } }, 'dtext']); foreach (@mail_body) { $body_pars->parse("$_\n"); } $body_pars->eof(); $ntfy_head = Mail::Header->new(); $ntfy_head->add("From:", "[EMAIL PROTECTED]"); $ntfy_head->add("To:", "[EMAIL PROTECTED]"); $ntfy_head->add("Subject:", "Mail Notification"); $ntfy = Mail::Internet->new(Header => $ntfy_head); @ntfy_mail = ("Date: $msg_date", "From: $msg_from", "Subject:$msg_subj", "\n", @body_text[1..5], "\n"); $ntfy->body(@ntfy_mail); $ntfy->print(); What I am having problems with is getting around a known bug in HTML::Parser. It doesn't deal with embedded style sheets in HTML (or however they're correctly termed). Does anybody have any suggestions on how I can get around that? The mail I was using to test the script was a "Core Java Technologies Newsletter" but running any mail with embedded HTML that uses an embedded style sheet will show up what I mean. The only other thing which I haven't had time to really check into yet - too much time spent reading man pages! - is that it seems 1 element of @bodytext has more than one line of text; that is to say, each of element of @bodytext has >=1 newline. This results in @bodytext[1..5] returning about 30 lines of text with the test email I was using. How can I use perl to get just 5 (or 10) lines of text? Regards, Jason -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] multiple snd cards
On Mon, 1 Sep 2003, Rick [Kitty5] wrote: > > I am pursuing a dual-sound card setup onmy linux box in hopes of > > turning it into a daytime dj practice station. > > Give it up, it will not work. > > Typically, if you need more capabilities than your existing sound card > provides, you buy a better card. I think you would be better looking for a > software based solution - but I don't fancy your chances of it being Linux > based, pro audio is another one of those poorly supported areas. Recently I had to use a temp motherboard while my real one was getting fixed. It had built-in sound. So, I decided to use built-in sound in addition to my Soundblaster 128. It was quite possible. /dev/dsp referred to the onboard sound, and /dev/dsp1 and /dev/dsp2 referred to the Soundblaster. Of course, the on board sound was so crappy, I stopped using it. I don't know if it's similar under ALSA as it was under OSS, though I've had luck with sending things to /dev/sound/adsp. -- Marshal Newrock, unemployed Linux user in Lansing, MI Caution: Product will be hot after heating -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] handspring visor and kde
On Monday 01 September 2003 05:30 am, gabriel wrote: > On September 1, 2003 03:15 am, Steven Elling wrote: > > Whare are the permission on the device file and the usb file system if > > you're using usb? It's been a while since I got mine working but I think > > the problem was with the device file or usb. > > (~) $ ls -l /dev/usb/tts/ > total 0 > crwxrwxrwx1 root root 188, 0 Dec 31 1969 0 > crwxrwxrwx1 root root 188, 1 Dec 31 1969 1 > > "/dev/pilot" and "/dev/palm" both link to "/dev/usb/tts/1" > > so given the above permissions, i don't see how that can be the issue... What device file is kpilot pointing to? If it's pointing to one of the above symlinks, try pointing to /dev/usb/tts/1 directly. For some reason, I've never been able to get kpilot to work with a symlinked USB device. -- Scott Banwart [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Switching to and from Dvorak keymap?
On 30 Aug 2003, at 10:59 am, Owen Ford wrote: I guess I should have included this very helpful link as well :) http://www.linuxgazette.com/issue33/ayers_kbd.html If you need any more help, feel free to email me off-list. NO! Please keep in ON-list. This is interesting & useful! Stroller. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] X terminal
Did you try multi-gnome-terminal ? [EMAIL PROTECTED] sylvain $ emerge -s multi-gnome-terminal Searching... [ Results for search key : multi-gnome-terminal ] [ Applications found : 1 ] * x11-terms/multi-gnome-terminal Latest version available: 1.6.1 Latest version installed: 1.6.1 Size of downloaded files: 1,570 kB Homepage:http://multignometerm.sourceforge.net/ Description: Extended version of the Gnome Terminal. [EMAIL PROTECTED] sylvain $ regards, sylvain Le Thu, 28 Aug 2003 09:43:08 -0500 Andrew Gaffney <[EMAIL PROTECTED]> a écrit: > Is there an X terminal that matches gnome-terminal for functionality? > Xterm doesn't even come close and Eterm isn't much better. I like the > right-click popup menu, copying and pasting from other X windows, and > open links straight from the terminal. Anyone have any suggestions? > > -- > Andrew Gaffney > > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Test for Memory Leak(s)
В Вск, 31.08.2003, в 16:23, Spider пишет: > begin quote > On Sat, 30 Aug 2003 23:46:02 -0600 > [EMAIL PROTECTED] wrote: > > > Hello All, > > > > Is there a tool or way to test for memory leaks? > > > > > > valgrind > Homepage:http://developer.kde.org/~sewardj > Description: An open-source memory debugger for x86-GNU/Linux > > memprof > Homepage:http://www.gnome.org/projects/memprof/ > Description: MemProf - Profiling and leak detection > > > Here's another tool , not in portage but that probably doesn't deter > you: > > ftp://ftp.perens.com/pub/ElectricFence/ Is it efence package? > > > They have different appliances all of them, I think that memprof is the > simplest + uptodate one, whereas valgrind is far more thorough (make > sure to rebuild libraries with debuginfo and set FEATURES="nostrip" to > get optimal information) > > //Spider -- Makurin Roman <[EMAIL PROTECTED]> lostFPRL -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] VPN
On Monday 01 September 2003 13:34, Patrick Marquetecken wrote: > Hi, > > i need to setup a VPN connection from to my work, what kind of program do i > need to install, on my laptop. At work the network administrator (PC user, > so can't help me) will setup all the rest. > > Patrick You can give a try to OpenVPN. This a very good vpn tools -- _ Philippe Van Hecke NETWORK ENGINEER BELNET Rue de la Science, 4 B-1000 Brussels Belgium Tel: +32 (0) 2790 Fax: +32 (0) 27903335 __ -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] VPN
> the only answer i got was, it must be a client app for checkpoint. That sounds like a proprietary solution. I guess you have to look at their web-site, and order a Linux client... I don't know anything about checkpoint, so I might be wrong here. VPN is really a broad term. Running PPP over SSH also creates a VPN (very simple to set up for point-to-point, an alternative perhaps?). Gwen. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] multiple snd cards
Am Montag, 1. September 2003 10:52 schrieb Rick [Kitty5]: > Simon Mushi wrote: > > I am pursuing a dual-sound card setup onmy linux box in hopes of > > turning it into a daytime dj practice station. > > Give it up, it will not work. Ah yes, would you tell this my pc please? It refuses to stop working with my two soundcards (sb16 using ens1371 + EWS88MT using ice1712). Why shouldn't this work anyway? I'd suggest to use the snd-ens1370-driver for the ens1370-card ;-) HTH Michael -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] VPN
On Mon, 1 Sep 2003 13:45:10 +0200 "Gwendolyn van der Linden" <[EMAIL PROTECTED]> wrote: > > i need to setup a VPN connection from to my work, what kind > > of program do i need to install, on my laptop. > > At work the network administrator (PC user, so can't help > > me) will setup all the rest. > > That depends more on the network you want to connect to than your > laptop. What type of VPN will you be using (IPsec, PPTP, ...)? Or > can you still choose? > > Gwen. > > > -- > [EMAIL PROTECTED] mailing list > > > the only answer i got was, it must be a client app for checkpoint. Patrick -- "Do you know what a Vulcan mind meld is?" -- Tuvok "It's that thing where you grab someone's head..." -- Crewman Suiter (Meld) PGP Key: http://users.pandora.be/rivendell/marquetp.gpg Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B ICQ# 316932703 Registered Linux User #44550 http://counter.li.org pgp0.pgp Description: PGP signature
RE: [gentoo-user] VPN
> i need to setup a VPN connection from to my work, what kind > of program do i need to install, on my laptop. > At work the network administrator (PC user, so can't help > me) will setup all the rest. That depends more on the network you want to connect to than your laptop. What type of VPN will you be using (IPsec, PPTP, ...)? Or can you still choose? Gwen. -- [EMAIL PROTECTED] mailing list
[gentoo-user] VPN
Hi, i need to setup a VPN connection from to my work, what kind of program do i need to install, on my laptop. At work the network administrator (PC user, so can't help me) will setup all the rest. Patrick -- "Do you know what a Vulcan mind meld is?" -- Tuvok "It's that thing where you grab someone's head..." -- Crewman Suiter (Meld) PGP Key: http://users.pandora.be/rivendell/marquetp.gpg Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B ICQ# 316932703 Registered Linux User #44550 http://counter.li.org pgp0.pgp Description: PGP signature
Re: [gentoo-user] handspring visor and kde
On September 1, 2003 03:15 am, Steven Elling wrote: > On Sunday 31 August 2003 23:45, gabriel wrote: > > so i followed the gentoo pda howto and got as far as the end... so this > > command will backup everything on my handspring: > > > > pilot-xfer -p /dev/usb/tts/1 -b /home/username/visor > > > > but kpilot doesn't seem to want to work. i read somewhere (maybe it was > > the howto) that "timing is everything" but no matter what timing i > > choose, i get the following in the kpilot log window: > > > > 00:38:53 HotSyncing. Please press the HotSync button. > > > > and the handspring just says: > > > > connecting with the desktop > > > > that is, until it dies with "connection could not be established"... > > anyone know what i'm missing? > > Whare are the permission on the device file and the usb file system if > you're using usb? It's been a while since I got mine working but I think > the problem was with the device file or usb. (~) $ ls -l /dev/usb/tts/ total 0 crwxrwxrwx1 root root 188, 0 Dec 31 1969 0 crwxrwxrwx1 root root 188, 1 Dec 31 1969 1 "/dev/pilot" and "/dev/palm" both link to "/dev/usb/tts/1" so given the above permissions, i don't see how that can be the issue... -- one dissident anywhere is a threat to tyrants everywhere - ken larsen -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] multiple snd cards
Simon Mushi wrote: > I am pursuing a dual-sound card setup onmy linux box in hopes of > turning it into a daytime dj practice station. Give it up, it will not work. Typically, if you need more capabilities than your existing sound card provides, you buy a better card. I think you would be better looking for a software based solution - but I don't fancy your chances of it being Linux based, pro audio is another one of those poorly supported areas. Rick Kitty5 NewMedia http://Kitty5.com POV-Ray News & Resources http://Povray.co.uk TEL : +44 (01270) 501101 - ICQ : 15776037 PGP Public Key http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Where is sshd?
emerge openssh /etc/init.d/start sshd {to start the daemon} rc-update add sshd default {to add it to your default run level; i.e. start it every time you boot} On Monday 01 September 2003 02:32, Nicholas Pappas wrote: > Hello all. > > At the risk of show off my extreme newbie status -- where can I locate > sshd on Gentoo? I can ssh out of my system, but I need to get it too! :) > Thank you! > > > -- > [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] JFS Performance.
> Just as a matter of intrest, I'm considering using JFS on my next Gentoo > setup I was wondering if anyone has any idea about its performance > compared to say reiserfs or ext3, I want to avoid XFS as it has only IDE > hard disks and no backup power supply. > I read a white paper on the subject a while back, may 4 months or so. Basically it proves that EXT2 is the fastest of all the non-journalling filesystems on linux. As for the best journalling performer, it was EXT3. The differences of all the journalling filesystems were measurable, but not so different that any one single filesystem was useless. The slowest of the bunch, on average, was XFS. Give me a while... I'll try and track donw that paper for you. Thank you, Those results seem quite surprising to me, I would have said the order of performance would be: - XFS - ReiserFS - ext2 - ext3 With JFS sitting some were in the list, it will be interesting to see how performance was tested. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] handspring visor and kde
On Sunday 31 August 2003 23:45, gabriel wrote: > so i followed the gentoo pda howto and got as far as the end... so this > command will backup everything on my handspring: > > pilot-xfer -p /dev/usb/tts/1 -b /home/username/visor > > but kpilot doesn't seem to want to work. i read somewhere (maybe it was > the howto) that "timing is everything" but no matter what timing i > choose, i get the following in the kpilot log window: > > 00:38:53 HotSyncing. Please press the HotSync button. > > and the handspring just says: > > connecting with the desktop > > that is, until it dies with "connection could not be established"... > anyone know what i'm missing? Whare are the permission on the device file and the usb file system if you're using usb? It's been a while since I got mine working but I think the problem was with the device file or usb. -- [EMAIL PROTECTED] mailing list