Re: usb camera on 100% scsi machine

2005-05-19 Thread Eric Gaumer
s > S: Manufacturer=Eastman Kodak Company > S: Product=KODAK EasyShare DX6340 Zoom Digital Camera > I: If#= 0 Alt= 0 #EPs= 3 Cls=06(still) Sub=01 Prot=01 Driver=(none) No driver is loaded for this device. I thinks it's usb_storage.ko. -- Eric Gaumer Debian GNU/Linux PPC [EMAIL PR

Re: selecting which messages to download based on headers

2005-05-08 Thread Eric Gaumer
ed mail that hangs MUA's, that # are too large, or whatever... # # It iterates over the non-retrieved mails, prints # selected elements from the headers and displays # the message number. # # Written by Xavier Defrang <[EMAIL PROTECTED]> # Hacked by Eric Gaumer <[EMAIL PROTECTE

Re: command to send mail

2005-05-07 Thread Eric Gaumer
John Hasler wrote: > Eric Gaumer writes: >> Which is what I stated... providing /dev/null means you provide nothing >> (i.e. there is no input to receive). > > /dev/null provides nulls. That is not the same as no input. /dev/null or the null device is a virtual device t

Re: command to send mail

2005-05-06 Thread Eric Gaumer
s. keeling wrote: > Incoming from Eric Gaumer: >> >> create a file to use. In the case of /dev/null you are just >> telling mutt that there is no input to receive. > > Actually, you're using the device /dev/null to provide stdin, and > /dev/null is the devi

RE: command to send mail

2005-05-06 Thread Eric Gaumer
he easiest is to create a file to use. In the case of /dev/null you are just telling mutt that there is no input to receive. -- Eric Gaumer Debian GNU/Linux PPC [EMAIL PROTECTED] http://egaumer.pagecache.org PGP/GPG Key 0xF15D41E9 pgpIlaSsaDsap.pgp Description: PGP signature

RE: command to send mail

2005-05-06 Thread Eric Gaumer
er prompts are needed, but how does the "email_body" fit into > this? > > If I try Eric's example I'm told: > > -bash: email_body: No such file or directory email_body is the text of the email you want to send (outside the attachment). The redirection operator ( < ) te

Re: command to send mail

2005-05-06 Thread Eric Gaumer
David Roguin wrote: > Hello, > Do you know any command to send a mail with an attached file? mutt [EMAIL PROTECTED] -a -s "Subject of email" < email_body -- Eric Gaumer Debian GNU/Linux PPC [EMAIL PROTECTED] http://egaumer.pagecache.org PGP/GPG Key 0xF15D41E9 pgp3sorHfY

Re: command to send mail

2005-05-06 Thread Eric Gaumer
David Roguin wrote: > Hello, > Do you know any command to send a mail with an attached file? mutt [EMAIL PROTECTED] -a -s "Subject of email" < email_body -- Eric Gaumer Debian GNU/Linux PPC [EMAIL PROTECTED] http://egaumer.pagecache.org PGP/GPG Key 0xF15D41E9 pgpe3khsEW

Re: Compiling Vanilla 2.4.22 Kernel Help Needed

2005-01-04 Thread Eric Gaumer
ilesystem modules directly into the kernel and you wont need an initrd. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Compiling Vanilla 2.4.22 Kernel Help Needed

2005-01-04 Thread Eric Gaumer
printk(KERN_ERR "cramfs: wrong magic\n"); goto out; } } I believe the patch adds magic to the in-memory version of the cramfs superblock for initrd support. Check the Debian 2.4.22 sources for relevant patches (or you could use something other than cramfs in

Re: Kernel 2.6.8 won't boot

2005-01-04 Thread Eric Gaumer
On Tue, 2005-01-04 at 05:19 +0700, Muhammad Reza wrote: > Eric Gaumer wrote: > > >On Tue, 2005-01-04 at 02:16 +0700, Muhammad Reza wrote: > > > > > >>debian:/usr/src/linux# lspci > >>:00:04.1 IDE interface: VIA Technologies, Inc. > >>VT82

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Eric Gaumer
tml Make sure you have sata_via module listed in /etc/mkinitrd/modules and then re-install the 2.6 kernel (this will create a new initrd image). Then at boot time, edit grub so that root=/dev/sda1 I know 2.4 shows the drive as hda but 2.6 will see it as sda because this is how libata works. -- Er

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Eric Gaumer
On Tue, 2005-01-04 at 02:05 +0700, Muhammad Reza wrote: > Eric Gaumer wrote: > >>>>Dear Lists, > >>>> > >>>>I'm stuck with compiling debian kernel-2.6.8 source at Sarge, this is > >>>>what exactly i did... > >>>>

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Eric Gaumer
On Tue, 2005-01-04 at 01:23 +0700, Muhammad Reza wrote: > Eric Gaumer wrote: > > >On Tue, 2005-01-04 at 00:44 +0700, Muhammad Reza wrote: > > > > > >>Dear Lists, > >> > >>I'm stuck with compiling debian kernel-2.6.8 source at Sarge, thi

Re: Kernel 2.6.8 won't boot

2005-01-03 Thread Eric Gaumer
d post the contents of the loadmodules file on the ramdisk itself. You are most likely missing some modules needed to mount the filesystem since (3,1) is hda1. ]$ mount -o loop /boot/initrd-xxx /mnt/tmp ]$ cat /mnt/tmp/loadmodules lspci may also help. What kernel are you currently runnin

Re: acpi errors

2004-12-31 Thread Eric Gaumer
s on the web. > Ta, michael > The message means that the acpi code couldn't find the firmware table. Could hotplug be loading some acpi stuff that should be blacklisted? Is your BIOS blacklisted? You should see some acpi related info when you're booting up. Was this kernel r

Re: How to access external USB hard drive?

2004-12-24 Thread Eric Gaumer
so I'm suspecting that I have a hardware problem. > Oh well. Thanks for your help. Looks like I might be upgrading > soon. :-) > ]$ cat /proc/bus/usb/devices should show what's on the usb bus and what drivers are attached to each device. Post that info and it may help turn

Re: Chaning GNOME Icon Size

2004-12-13 Thread Eric Gaumer
On Mon, 2004-12-13 at 23:31 -0500, Bruce Park wrote: > Eric Gaumer wrote: > > You can adjust the size of icons in the gtkrc file under the theme you > > are currently using and/or the index.theme file under the icon theme > > itself. > > I don't have any fi

Re: iptables string support in Woody?

2004-12-13 Thread Eric Gaumer
> iptables v1.2.6a > The string module is not an official module. You have to download POM from the iptables site and compile it against your kernel. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: need time in nano seconds

2004-12-13 Thread Eric Gaumer
On Mon, 2004-12-13 at 22:21 +0530, Micheal Mukherji wrote: > That was nice programming... > Thanks.. No problem. Hope it helps... > On Mon, 13 Dec 2004 08:46:46 -0800, Eric Gaumer > <[EMAIL PROTECTED]> wrote: > > timer(START) > > my timed code ... &

Re: Chaning GNOME Icon Size

2004-12-13 Thread Eric Gaumer
;d be interested in any feedback from you artists out there. I have packages for both x86 and PPC. GiB is written in GTK# and requires mono. The package should pull down all the required dependencies from Debian mirrors. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: need time in nano seconds

2004-12-13 Thread Eric Gaumer
) action() #endif To use this just compile and link against librt... ]$ gcc main.c -o main -lrt Include this header file and wrap your code in it like such... timer(START) my timed code ... timer(STOP) timer(VALUE) -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: can't initialize iptables table

2004-12-13 Thread Eric Gaumer
l-image-2.6.8-9-em64t-p4-smp. What do i need to do to > > get iptables working here? > > Where did you get that kernel? Does it have support for IPTables? It doesn't appear so. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

changing email address for list

2004-12-09 Thread Eric Gaumer
seem to think our mail is important enough to reroute it. Should I just unsubscribe and resubscribe with a new address or is there a better way? -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Cloning a workstation

2004-12-08 Thread Eric Gaumer
on a regular basis. It's quick and easy. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: visual c++ equivalent

2004-12-08 Thread Eric Gaumer
On Wed, 2004-12-08 at 16:51 +0800, ms linux wrote: > is there a free visual c++ equivalent in linux ? > searching so far I only found IBM XLC, but of course, > it's not free. > > thanks, > > --me-- Anjuta KDevelop Eclipse -- Eric Gaumer <[EMAIL PROTECTED]>

Re: evolution 2.0.2 and news feed

2004-12-02 Thread Eric Gaumer
setup the news/rss feed > reader. Is it removed from the package? If yes, is there any plugin or > alternative? Yes the RSS stuff was removed from evolution 2.0. Some nice stand alone news aggregators exist. o Straw - Written an python o Blam - Written in C#/Mono Both are available via apt -- Er

Re: eclipse install

2004-11-25 Thread Eric Gaumer
x27;s just too new to be useful and even though it supports Mono, monodevelop still has it beat. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: apt pinning

2004-11-25 Thread Eric Gaumer
tic too. > > Could someone help, please. > > Cheers, > Ray > These are considered "trivial" repositories and don't support pinning. That is why you have to add the trailing slash. It's not a release but an actual directory name. You can check the Debian

Re: Search Algorithm

2004-11-15 Thread Eric Gaumer
very fast and probably meets the speeds of a hash in PHP. Don't get me wrong, I'm not bashing PHP. It's just that it wasn't designed for intense algorithmic purposes. The web is very flexible and mixing languages shouldn't be too difficult to do. I know Python does extend

Re: gaim encryption fails to compile

2004-11-08 Thread Eric Gaumer
ed (first use in this function) > ge_blist.c:53: error: `buddy' undeclared (first use in this function) > ge_blist.c:56: warning: implicit declaration of function > `GAIM_BLIST_NODE_IS_BUDDY' > ge_blist.c:56: error: `node' undeclared (first use in this function) > ge_blist.c

Re: Memory Management in Linux

2004-11-05 Thread Eric Gaumer
xists programs that detect memory leaks. Valgrind is the first that comes to mind. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Need help: How to replace NIC card with another brand

2004-10-30 Thread Eric Gaumer
re just upgraded versions? Discover will automatically load the correct module for you and you wont need to add it to /etc/modules. Woody only has the original discover so you can just ignore the stuff about discover vs discover1. Just apt-get discover... -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Subject=Re: cdrecord --scanbus

2004-10-29 Thread Eric Gaumer
On Fri, 2004-10-29 at 17:27 -0400, Tong wrote: > On Thu, 28 Oct 2004 15:02:48 -0700, Eric Gaumer wrote: > > >> # cdrecord -scanbus dev=ATAPI > >> Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg > >> Schilling > >> NOTE: this vers

Re: discover vs. discover1

2004-10-29 Thread Eric Gaumer
On Fri, 2004-10-29 at 11:58 +0100, Joe wrote: > In message <[EMAIL PROTECTED]>, Eric Gaumer > <[EMAIL PROTECTED]> writes > >On Thu, 2004-10-28 at 17:39 -0500, Ron Johnson wrote: > >> On Thu, 2004-10-28 at 13:12 -0700, Eric Gaumer wrote: > >> >

Re: discover vs. discover1 (was Re: Need help: How to replace NIC card with another brand)

2004-10-28 Thread Eric Gaumer
On Thu, 2004-10-28 at 17:39 -0500, Ron Johnson wrote: > On Thu, 2004-10-28 at 13:12 -0700, Eric Gaumer wrote: > > On Thu, 2004-10-28 at 11:52 -0700, Gary wrote: > > [snip] > > > > Make sure discover1 is installed and that will automatically find the > > new car

Re: Subject=Re: cdrecord --scanbus

2004-10-28 Thread Eric Gaumer
> 0,7,0 7) * > # > > In KDE, the CDROM is device /dev/hde, NOT read-only, mount point > /media/cdrom0. > K3B works fine. > > THANKS any further help. - John > There you have it... use dev=ATAPI:0,0,0 in your cdrecord command. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Need help: How to replace NIC card with another brand

2004-10-28 Thread Eric Gaumer
how do I go about it? How do I > configure the NIC for 10 meg speed and half duplex? > System is woody, kernel 2.4. > Make sure discover1 is installed and that will automatically find the new card and load whatever kernel module it needs. You can set speed and duplicity using mii-to

Re: cdrecord --scanbus

2004-10-28 Thread Eric Gaumer
t; The suggestions above don't help. Where to look for problem? Talk newbie > to me please. Thanks! - John > Please post the output of uname -a so we can see what kernel version you are using. Also post the output from: cdrecord dev=ATA: -scanbus -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Gdk-ERROR

2004-10-28 Thread Eric Gaumer
.cgi?bug=234994 Maybe not totally related but your problem obviously has something to do with fonts. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: creating debian "branch"

2004-10-26 Thread Eric Gaumer
trivial one (single architecture) then it's really a breeze. http://www.l0t3k.net/biblio/howto/en/debian-repository-howto/ -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: can anyone explain this?

2004-10-26 Thread Eric Gaumer
'/etc/group' everything seems ok: > > $ cat /etc/group|grep camera > camera:x:1005:root,rhwinter > > so, if anyone can help me sort this out I really appreciate. By the > way, If you answer to this, please CC a copy to me, since I don't > subscribe to the list... > > Thanks a lot!! > > Roberto. > What is the permission set of /root ? -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: esound and alsa not compatible?

2004-10-25 Thread Eric Gaumer
On Mon, 2004-10-25 at 10:54 -0700, John L Fjellstad wrote: > Eric Gaumer <[EMAIL PROTECTED]> writes: > > > Alsa cannot play multiple audio streams simultaneously. From what I > > understand, this is more of a hardware limitation than an alsa > > limitation. They c

Re: esound and alsa not compatible?

2004-10-25 Thread Eric Gaumer
On Sun, 2004-10-24 at 22:10 -0700, John L Fjellstad wrote: > Eric Gaumer <[EMAIL PROTECTED]> writes: > > > I think you are confusing the two. Alsa is a sound architecture but > > esound is a sound daemon. Alsa makes sounds where as esound plays more > > of a traffic

Re: page allocation failure

2004-10-25 Thread Eric Gaumer
On Mon, 2004-10-25 at 07:35 -0500, Hugo Vanwoerkom wrote: > Eric Gaumer wrote: > > On Sun, 2004-10-24 at 15:20 -0500, Hugo Vanwoerkom wrote: > > > >>Hi Debian! > >> > >>In 2.6.9 I am seeing for the first time: > >> > >>debian kerne

Re: Maintaining group ownership of new files

2004-10-25 Thread Eric Gaumer
On Mon, 2004-10-25 at 07:09 +0100, Upayavira wrote: > Eric Gaumer wrote: > > >On Mon, 2004-10-25 at 06:21 +0100, Upayavira wrote: > > > > > >>Hi, > >> > >>I've used a freeBSD server where, when a file is created, that file >

Re: Maintaining group ownership of new files

2004-10-24 Thread Eric Gaumer
e the default umask as well. You could also go the ACL route if you're using 2.6. This will surely give you the flexibility you need. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: page allocation failure

2004-10-24 Thread Eric Gaumer
s relatively safe to say that there is no real harm here. Check yesterdays LKML archives for the full details and/or to post your problem on the correct list. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: esound and alsa not compatible?

2004-10-24 Thread Eric Gaumer
project. > > Conversely, how do I make system sounds of gnome use Alsa instead of > esound? This way I can get rid of esound and keep Alsa. Nope. When you say "use alsa" you are just eliminating the sound daemon but without a sound daemon, only one thing could use the so

Re: esound and alsa not compatible?

2004-10-24 Thread Eric Gaumer
ms... you just need to change the output plugin under settings to use esound. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Memory usage: buffer and cache

2004-10-24 Thread Eric Gaumer
initial disk I/O takes place. The pagecache has shaved nearly 9 seconds off the time which is a big deal. We can also see that as the disk is accessed more and more the pages that once sat in pagecache have been replaced by more recent ones. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Debian on Dell PowerEdge 750

2004-10-24 Thread Eric Gaumer
setup an "Official" Linux Dell page. BTW - I have used SATA with some Dell servers and never had a problem. And no... I don't work for Dell, I'm just a happy customer of about 300 of their servers. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Memory usage: buffer and cache

2004-10-24 Thread Eric Gaumer
the value they offer. Things like processor affinity exist to reduce cache misses (SMP does not necessarily share certain caches). The compiler also plays a major part in CPU cache. Most optimizations exist to increase cache performance on the CPU. This probably more than most of you care to know abou

Re: Modules can't work after recompiling the kernel

2004-10-23 Thread Eric Gaumer
--- > Also got that error message "modprobe: QM_MODULES: Function not > implemented" when trying to use modprobe to enable modules. > I do select "Loadable module support" when compiling the kernel source. > > So what's wrong? > >

Re: SMP settings - Dumb Newbie Question

2004-10-23 Thread Eric Gaumer
On Sat, 2004-10-23 at 21:00 +0100, Stuart Murray wrote: > Ok, So I booted from an image which the author > reckoned had SMP compiled in. How do I actually know > if both processors are being used? > cat /proc/cpuinfo -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Desc

Re: Network driver for Dell PowerEdge 1850

2004-10-23 Thread Eric Gaumer
you have _any_ trouble loading a Dell with Linux then he is the guy you want to ask. Most likely you'll find a solution on his mailing list. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Memory usage: buffer and cache

2004-10-22 Thread Eric Gaumer
On Fri, 2004-10-22 at 20:05, Paul Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Eric Gaumer <[EMAIL PROTECTED]> writes: > > > On Fri, 2004-10-22 at 00:37, Paul Johnson wrote: > > Kernel cache stores cached kernel data structures. So sa

Re: Memory usage: buffer and cache

2004-10-22 Thread Eric Gaumer
cache physical pages). It is pagecache - swapcache > Slab: 203148 kB This shows cache used by the slab layer (i.e. cached data structures). -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Memory usage: buffer and cache

2004-10-22 Thread Eric Gaumer
ou want to add a new node, rather than call malloc() you could just use a pointer from your list or a "cached node". This is the conceptual idea behind kernel cache and the slab layer. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

RE: Kernel 2.6.8.1

2004-10-11 Thread Eric Gaumer
hatever SATA driver you need compiled in. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Kernel 2.6.8.1

2004-10-11 Thread Eric Gaumer
ed SCSI, libata, and a SATA driver compiled in as well. You will also need to change hda to sda in grub because it's now going to be seen as a SCSI device at boot time. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: ssh recovery

2004-10-10 Thread Eric Gaumer
nnect - I can see the old ssh, bash, and editor > processes still running. Is there a way to "recover" or switch to those > processes from my new connection? > > Daniel Use the GNU screen utility and you'll be able to reattach that session. -- Eric Gaumer <[E

Re: input layer of the linux kernel

2004-10-04 Thread Eric Gaumer
ou'll find it useful for what you have to do. http://lxr.linux.no/ -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: How to patch..

2004-10-03 Thread Eric Gaumer
it is not incremental. > > Ok, you give an important detail... > > Suppose the new mm5 patch is released... > how can I reverse before apply the new patch? > Could you suggest me the command? So I have an idea how to do... patch -p1 -R < ../path/to/patch > > > &

Re: How to patch..

2004-10-02 Thread Eric Gaumer
4 patch is against 2.6.8-1. You should not apply mm2, mm3, etc... If mm5 gets released then you reverse the mm4 and apply mm5. The mm patch is always against the base kernel version, it is not incremental. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Two compilation errors

2004-10-01 Thread Eric Gaumer
On Fri, 2004-10-01 at 16:57, Tong wrote: > On Fri, 01 Oct 2004 14:32:13 -0700, Eric Gaumer wrote: > > > On Fri, 2004-10-01 at 14:10, Tong wrote: > >> Hi, > >> > >> I'm trying to compile DWI (a simple system to create data driven > >> applica

Re: Two compilation errors

2004-10-01 Thread Eric Gaumer
b-2.0/include Notice the last two include directories... Are you sure you have all the dev packages you need installed? -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Two compilation errors

2004-10-01 Thread Eric Gaumer
On Fri, 2004-10-01 at 16:57, Tong wrote: > On Fri, 01 Oct 2004 14:32:13 -0700, Eric Gaumer wrote: > > > On Fri, 2004-10-01 at 14:10, Tong wrote: > >> Hi, > >> > >> I'm trying to compile DWI (a simple system to create data driven > >> applica

Re: Two compilation errors

2004-10-01 Thread Eric Gaumer
e header files for -dev packages? > > I kept getting .h not found error and was forced to search those > header files and add their paths manually. Now my configure looks > like this and it is still not enough: > > configure CFLAGS='-I/usr/include/glib-2.0/include -I/usr/i

Re: Run Application?

2004-09-24 Thread Eric Gaumer
I am having trouble finding the name of this program. Just hit Alt-F2 -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: c question

2004-09-22 Thread Eric Gaumer
-mark there) . Ik have tried ("paul",0); but that > doesn´t work. Can anybody help me? > Behind all the convoluted typedefs, WriteTreeSlave() takes a node (at least that's how it's prototyped). You are passing a string literal and never even declare a node. In fact WriteT

Re: Sarge/DAC960/pivot_root

2004-09-21 Thread Eric Gaumer
he loadmodules file and make sure those modules are there. If not, edit /etc/mkinitrd/mkinitrd.conf and add them. Then just reinstall the kernel package and it will generate a new initrd. Mount it again and make sure the modules got included. Now switch back to the installer and hav

Re: Unable to ping gateway

2004-09-20 Thread Eric Gaumer
On Mon, 2004-09-20 at 08:47, Jacob Larsen wrote: > >> I can ping my server, and the gateway from my home pc, but can not > >> ping the gateway nor another server on the same subnet from the server. > >> I use bond0 for eth0 and eth1. > >> When I clear iptables there is no change. > >> > > eth0

Re: Redirect all http requests to a single page?

2004-09-14 Thread Eric Gaumer
On Tue, 2004-09-14 at 07:06, Frederik Dannemare wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tuesday 14 September 2004 03:13, Jimmy Liang wrote: > > Hi All, > > > > I have a Sarge server running only Apache2 and not much else. All it > > does is serving 1 index.html, with a few

Re: kernel compilation on sid

2004-09-14 Thread Eric Gaumer
On Mon, 2004-09-13 at 23:36, Frédéric Dreier wrote: > Hi, > > I re-installed my laptop (dell inspiron 8100) with the new installer > (kernel 2.6). > > Then I apt-get the newer kernel source and compile it (make-kpkg > --initrd kernel_image; dpkg -i kernel-image...). but it hangs randomly > dur

Re: evolution and web-browser ??

2004-09-13 Thread Eric Gaumer
On Mon, 2004-09-13 at 07:42, Richard Palfalvi wrote: > Hi ! > > I would like to no from EVOLUTION-Users where I can change the > default-browser evolution starts when I am clicking on links listed in > emails? > > In my case (sarge/testing-distri) evolution always starts epiphany but > I'd like

Re: who has the file open?

2004-09-12 Thread Eric Gaumer
On Sun, 2004-09-12 at 21:13, Blake Swadling wrote: > I know there is a command out there somewhere that can tell me which > process has opened a particular file but I'm having a senior moment and > I cant remember. Goolgle aint helping either > > Can someone help me out pls > man fuser man lsof

Re: Iptables help ..

2004-08-31 Thread Eric Gaumer
On Tue, 2004-08-31 at 10:21, [EMAIL PROTECTED] wrote: > Hi, > > I am using the following iptables rules for the NAT, but i also want to > block outgoing port 25 traffic from the LAN clients. INAT works fine but > the outgoing port 25 is still open > > /sbin/iptables -F -t nat > /sbin/iptables -

Re: iptables and dnat

2004-08-31 Thread Eric Gaumer
/lib/iptables/active > > What am I doing wrong? > > Anyone? Thanx :) > > Sturla iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 80 -j DNAT --to-destination 192.168.1.2:80 -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: ./configure pb or faulty configure.in?

2004-08-19 Thread Eric Gaumer
On Thu, 2004-08-19 at 14:53, messmate wrote: > On Thu, 19 Aug 2004 10:12:59 -0700 > Eric Gaumer <[EMAIL PROTECTED]> wrote: > >> This seems that xml2-config isn't found ! > >> But it's there : > >> locate xml2-config > >> /usr

Re: Kernel 2.6.8 changes hard drives

2004-08-19 Thread Eric Gaumer
On Thu, 2004-08-19 at 09:46, Scott Thompson wrote: > I also had two hard drives attached to SATA controllers. These drives were > recognized as hdd and hde. After moving to kernel 2.6.8 from 2.6.7, the > SATA drives are recognized as sda and sdb. I corrected the fstab entries > and now they bot

Re: ./configure pb or faulty configure.in?

2004-08-19 Thread Eric Gaumer
On Thu, 2004-08-19 at 08:34, messmate wrote: > Hi, > i've to compile 'gshieldconf-0.40 on my sarge. > On the configure > the following messages appears : > > loading cache ./config.cache > checking for a BSD compatible install... /usr/bin/install -c [snip...] > checking for xml-config... no > che

Re: your mail (Finding Open Files)

2004-08-18 Thread Eric Gaumer
On Wed, 2004-08-18 at 15:17, Paul Stolp wrote: > * junk <[EMAIL PROTECTED]> [2004-08-18 16:10]: > > How do you find a process that is using a file. I am trying to run > > rhythmbox 0.8.5 and I get this error when I try to play a song. > > > > OSS device "/dev/dsp" is already in use by another p

Re: Apache with mod-ssl cannot start ssl

2004-08-18 Thread Eric Gaumer
On Wed, 2004-08-18 at 15:13, Deron Wilkerson wrote: > I'm running Apache 1.3.31 on Sarge with the mod-ssl. I cannot get ssl to work. > when I try apachectl startssl it gives me a list of the options and startssl > is not one of them. Do I need a new apachectl script. And where would I find > one?

Re: iptables not so stateful

2004-08-17 Thread Eric Gaumer
On Tue, 2004-08-17 at 08:06, John L Fjellstad wrote: > Eric Gaumer <[EMAIL PROTECTED]> writes: > > > Then you have a bunch of high end ports open. Connection tracking > > doesn't work with active FTP because it is a server initiated > > connection. > >

Re: iptables not so stateful

2004-08-17 Thread Eric Gaumer
On Tue, 2004-08-17 at 08:06, John L Fjellstad wrote: > Eric Gaumer <[EMAIL PROTECTED]> writes: > Check out the iptables documentation page. > "RELATED > > A packet which is related to, but not part of, an existing > connection, such as an ICMP error, or (with

Re: iptables not so stateful

2004-08-14 Thread Eric Gaumer
On Sat, 2004-08-14 at 01:19, John Summerfield wrote: > >You have to use passive FTP for connection tracking to work. If you use > >active then the connection tracking module wont be able to follow the > >connection. > > > > > > My firewall is a Powermac running Woody plus shorewall. > As you ca

Re: iptables not so stateful

2004-08-13 Thread Eric Gaumer
On Fri, 2004-08-13 at 13:23, s. keeling wrote: > Incoming from Eric Gaumer: > > On Fri, 2004-08-13 at 12:46, s. keeling wrote: > > > > On what FTP client? I have 0.17-12 and passive is not the default mode > > > > > > Good question. > > >

Re: iptables not so stateful

2004-08-13 Thread Eric Gaumer
On Fri, 2004-08-13 at 12:46, s. keeling wrote: > > On what FTP client? I have 0.17-12 and passive is not the default mode > > Good question. > > (0) keeling /home/keeling_ COLUMNS=110 dpkg -l | grep ftp > [snip] > ii lftp 2.4.9-1woody2 Sophisticated command-line FTP/HTTP client programs >

Re: iptables not so stateful

2004-08-13 Thread Eric Gaumer
On Fri, 2004-08-13 at 12:04, s. keeling wrote: > Incoming from Eric Gaumer: > > On Fri, 2004-08-13 at 09:20, Clement wrote: > > > > > > And I cannot do ftp. All the data mode traffic of FTP are blocked. > > > > You have to use passive FTP for connection

Re: iptables not so stateful

2004-08-13 Thread Eric Gaumer
On Fri, 2004-08-13 at 09:20, Clement wrote: > > And I cannot do ftp. All the data mode traffic of FTP are blocked. > Apparently the ESTABLISHED,RELATED specification is not followed. The > module ipt_state is there and executing the above does not show any > error message. I have tried "mod

Re: email questions...

2004-08-04 Thread Eric Gaumer
On Wed, 2004-08-04 at 20:07, Mario Flores wrote: > Hi: > > After some testing, I found that I can send email to some addresses and > cannot do it for others. I get the following error: > > SMTP<< 550 You are not allowed to send mail:sc001pub.verizon.net > > this was when I tried to send a messa

Re: Using a memory stick on Debian 3.0

2004-07-29 Thread Eric Gaumer
On Thu, 2004-07-29 at 14:54, Michael Madden wrote: > > What does 'cat /proc/bus/usb/devices' return? > > > > I use a memory stick on my box... > > Linux debiantosh 2.4.22-ben2 #1 Sun Dec 28 15:18:36 PST 2003 ppc GNU/Linux > > > > What type of reader are you using? The memory stick is generic, it'

Re: Using a memory stick on Debian 3.0

2004-07-29 Thread Eric Gaumer
On Thu, 2004-07-29 at 14:21, Michael Madden wrote: > Has anyone has any success using USB memory > sticks on Debian 3.0? I am using kernel > 2.4.26 with the following needed options > compiled into my kernel, but I cannot see my > memory stick. > I've also loaded the usb-storage module > and moun

Re: Sony DSC P72 Digital Camera on USB port

2004-06-22 Thread Eric Gaumer
e go ahead. Very easy to use. I would upgrade the kernel to a 2.4 series. -- Eric Gaumer <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Mozilla 1.3 and Java plugin

2003-03-28 Thread Eric Gaumer
Sun's Java doesn't work on versions of Mozilla compiled with GCC > 3. http://plugindoc.mozdev.org/whichjava.html http://plugindoc.mozdev.org/linux.html#Java Get the correct version and things will work properly. On Fri, 2003-03-28 at 10:28, Pedro I. Sanchez wrote: > Hello, > > I can't get Mozil