How do I use ksim?

2006-06-06 Thread Edward C. Jones
I use up-to-date Debian unstable, i386 port, on a PC with an AMD Athlon64 3500+ chip. There is a package on my system called ksim. How do I use ksim? How do I find out which processes are accessing my hard drive or the Internet? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Caught half-way through xorg 7 upgrade, errors in installation of x11-common

2006-06-06 Thread Henk Boom
I've been trying to upgrade to xorg 7 for a few days now, and have managed to get just far enough through that the old X won't work anymore, but not far enough that the new one will =(. Everything is hinging on the upgrade of x11-common, which I've heard is the hardest part of this upgrade. The i

Re: Debian stable & SATA drive

2006-06-06 Thread Owen Heisler
On Tue, 2006-06-06 at 09:43 +0100, George Borisov wrote: > Owen Heisler wrote: > > > > Why doesn't Debian detect the drive? More importantly, what can I do to > > make it detect it? I have tried all (only two) of the parameters for > > the sata_via (or via_sata) module. > > Did you use "linux26

Re: upgrade kills windowmaker

2006-06-06 Thread cga2000
On Tue, Jun 06, 2006 at 12:39:42AM EDT, Rodney D. Myers wrote: > On Mon, 05 Jun 2006 20:16:12 -0400 > cga2000 <[EMAIL PROTECTED]> wrote: > > > I would create a test userid.. su to root.. useradd.. passwd.. etc. > > login as this new user and if your manage to start wmaker this would > > confirm yo

Re: Proxy examle code needed

2006-06-06 Thread Roberto C. Sanchez
Arafangion wrote: > Roberto C. Sanchez wrote: > > >>Dirk wrote: >> >> >> >>>Where do I find an example proxy code in C, with less than 100 lines and >>>no dependencies? >>> >>> > > Here's an int proxy: > > // .c file > int f; > void setTheInt(int foo) { > f = foo; > } > int getTheInt()

Re: Proxy examle code needed

2006-06-06 Thread Arafangion
Roberto C. Sanchez wrote: >Dirk wrote: > > >>Where do I find an example proxy code in C, with less than 100 lines and >>no dependencies? >> >> Here's an int proxy: // .c file int f; void setTheInt(int foo) { f = foo; } int getTheInt() { return f; } // .h file void setTheInt(int foo)

Dlink DWL510 ver C

2006-06-06 Thread Thierry Chatelet
I have a wireless card Dlink DWG 510 PCI card. lspci gives: RaLink RT2561/RT61 rev B 802.11g I tried to use google to find some help to get it to work, but I did not find anything I can use. Most of the help I found was for other distro, not Debian, and I was not able to sort it out for my machi

Re: Proxy examle code needed

2006-06-06 Thread Roberto C. Sanchez
Dirk wrote: > Where do I find an example proxy code in C, with less than 100 lines and > no dependencies? > > I mean C. C is nothing different than C. > > Thank you! > > Proxy for what? -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto signature.asc Description: OpenPGP di

Re: VMware free server beta

2006-06-06 Thread Linas Žvirblis
David Baron wrote: >> "elevator=cfq" >> >> These things are probably case-sensitive. :-$ > > What is this? This sets a default I/O scheduler (a driver that organizes reads and writes to a disk in a certain way) to CFQ. It should improve interactivity, but can sometimes degrade performance. I did

Re: (Solved, I think) apt, dpkg and dependancies

2006-06-06 Thread Marc Shapiro
Marc Shapiro wrote: I have been trying to install OOo2 on Sarge from backports.org but OOo-base insists that it wants j2re1.4 | java-gcj-compat | java2-runtime, none of which are in Sarge, or backports. I have the j2re1.4 and jdk1.5 from Sun installed, so I installed the package with 'dpkg -

Re: Hints on module handling.

2006-06-06 Thread Linas Žvirblis
Dan Serban wrote: > Sorry for the confusing post, I was asking for a specific method on how > to supply options for modules. So thanks, though I was more talking > about the confusion I was facing since I used to just load modules in > /etc/modules and add lines such as bttv tuner=2 etc. Adding

Re: upgrade kills windowmaker

2006-06-06 Thread Rodney D. Myers
On Tue, 6 Jun 2006 13:42:21 -0700 Derek <[EMAIL PROTECTED]> wrote: > Yey did that a few days ago. > > On 6/6/06, Rodney D. Myers <[EMAIL PROTECTED]> wrote: > > > > On Tue, 6 Jun 2006 02:24:18 -0700 > > Derek <[EMAIL PROTECTED]> wrote: > > > > > wmaker is working fine for me on etch. > > > > > > O

Re: upgrade kills windowmaker

2006-06-06 Thread Derek
Yey did that a few days ago.On 6/6/06, Rodney D. Myers <[EMAIL PROTECTED]> wrote: On Tue, 6 Jun 2006 02:24:18 -0700Derek <[EMAIL PROTECTED]> wrote:> wmaker is working fine for me on etch.>> On 6/5/06, Rodney D. Myers < [EMAIL PROTECTED]> wrote:> >> > On Mon, 05 Jun 2006 20:16:12 -0400> > cga2000 <[

Re: VMware free server beta

2006-06-06 Thread David Baron
On Tuesday 06 June 2006 19:20, George Borisov wrote: > George Borisov wrote: > > Plenty of memory and fast disks also helps. ;-) As does adding > > "elevator=CFQ" to the kernel options in the boot loader. > > "elevator=cfq" > > These things are probably case-sensitive. :-$ What is this? I am runn

Re: Hints on module handling.

2006-06-06 Thread Dan Serban
Linas Žvirblis wrote: > Dan Serban wrote: > >> Now that 2.6 is running rampant and has been for some good time... I'm >> curious how the current correct way to set module parameters is in a >> udev environment. > > [...] > >> The list goes on and on, and I'm confused. Someone, please point me

Re: Hints on module handling.

2006-06-06 Thread Linas Žvirblis
Dan Serban wrote: > Now that 2.6 is running rampant and has been for some good time... I'm > curious how the current correct way to set module parameters is in a > udev environment. [...] > The list goes on and on, and I'm confused. Someone, please point me to > some sane debian documentation

Hints on module handling.

2006-06-06 Thread Dan Serban
Now that 2.6 is running rampant and has been for some good time... I'm curious how the current correct way to set module parameters is in a udev environment. modutils module-init-tools depmod modprobe.d modules.conf etc..etc... The list goes on and on, and I'm confused. Someone, please point m

Re: apache2 - restrict download with password

2006-06-06 Thread Csanyi Pal
> Date: Sun, 04 Jun 2006 17:38:50 +0200 > From: "Martin A. Brooks" <[EMAIL PROTECTED]> > To: Csanyi Pal <[EMAIL PROTECTED]>, > Debian-User > Subject: Re: apache2 - restrict download with password > > Csanyi Pal wrote: > > > > Here lies your problem. This needs to be the _virtual_ location

apt, dpkg and dependancies

2006-06-06 Thread Marc Shapiro
I have been trying to install OOo2 on Sarge from backports.org but OOo-base insists that it wants j2re1.4 | java-gcj-compat | java2-runtime, none of which are in Sarge, or backports. I have the j2re1.4 and jdk1.5 from Sun installed, so I installed the package with 'dpkg --ignore-depends=j2re1.

/var/mail/ permissions are messed up in newly installed Etch

2006-06-06 Thread H.S.
Hi, I reinstalled Etch yesterday and today when I started mutt I got: /var/mail/user1: Permission denied (errno = 13) where user1 is my username. The permissions in /var/mail are: > ls -l /var/mail total 0 -- 1 root mail 0 2006-06-05 14:25 Debian-exim -- 1 root mail 0 2006-06-05

Re: OT: ogg player

2006-06-06 Thread Steve Lamb
Kelly Clowers wrote: > I don't know what fits your specific requirements, but here is a list of > portable players that support vorbis (some do flac as well) : > http://wiki.xiph.org/index.php/PortablePlayers Rats, I've been using my old PJB100 but after reading the above it looks like it's ti

XvMC on an i915 with X.Org 7.0

2006-06-06 Thread Mark Zimmerman
Greetings: I am trying to get XvMC working on a Dell GX280 with integrated intel i915 graphics. This is a system running etch and the upgrade to X.Org 7.0 seems to be working fine in all other respects. Xorg.0.log has this entry: "(II) Loading extension XVideo-MotionCompensation" but xdpyinfo does

Has anyone successfully used apt-get w/ ssh?

2006-06-06 Thread Michael S. Peek
Hello again gurus, I'm working on an automated installation and thought I would give the ssh access method a whirl with apt-get for installing my custom packages. My problem is that I can't seem to get the options that I need passed to ssh's command line by apt. The man page for apt-get hin

Re: New DVD+-R/RW/RAM drive

2006-06-06 Thread Wackojacko
Jeffrey B. Green wrote: Curt Howland wrote: On Sunday 04 June 2006 12:25, "Jeffrey B. Green" <[EMAIL PROTECTED]> was heard to say: I'll be getting a new Sony DRX 820UL/T drive in within the next week. Does anyone here have any experience getting it to work (obviously I mean with debian)?

Proxy examle code needed

2006-06-06 Thread Dirk
Where do I find an example proxy code in C, with less than 100 lines and no dependencies? I mean C. C is nothing different than C. Thank you! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Amavis not adding SPAM headers

2006-06-06 Thread Frank Niedermann
Hi, I'm using Amavis with SpamAssassin on Debian/Testing and Amavis is configured to add SPAM headers to every mail: $sa_tag_level_deflt = -999; # add spam info headers if at, or above that level But I don't see any SPAM headers at all in my mails, all I see is this: X-Virus-Scanned: Debian a

Re: VMware free server beta

2006-06-06 Thread George Borisov
George Borisov wrote: > > Plenty of memory and fast disks also helps. ;-) As does adding > "elevator=CFQ" to the kernel options in the boot loader. "elevator=cfq" These things are probably case-sensitive. :-$ -- George Borisov DXSolutions Ltd signature.asc Description: OpenPGP digital sig

Re: VMware free server beta

2006-06-06 Thread George Borisov
Hugo Vanwoerkom wrote: > > And you need at least a 3GHz processor to have it run halfway decent. Plenty of memory and fast disks also helps. ;-) As does adding "elevator=CFQ" to the kernel options in the boot loader. Hope this helps, -- George Borisov DXSolutions Ltd signature.asc Descrip

apt-ftparchive error in sid, bug or feature?

2006-06-06 Thread Hugo Vanwoerkom
Hi, Generating a local repository and using apt-ftparchive (apt-utils 0.6.44.1 in sid), produces an error: E: DB format is invalid. If you upgraded from a older version of apt, please remove and re-create the database. Doing as it says produces the same error always. Going to a sarge insta

Re: VMware free server beta

2006-06-06 Thread Rick Reynolds
And you need at least a 3GHz processor to have it run halfway decent. I don't know if you're using a bit of hyperbole, or if there is a big performance difference between the free server and the commercial "VMWare Workstation" product that I use, but it runs very snappily on my Intel Penti

Re: VMware free server beta

2006-06-06 Thread Hugo Vanwoerkom
David Baron wrote: Installed this without a hitch. On next reboot, bootup hung up on or after "registering" ppp. Logchecks for the reboot showed ppp successfully registered and no indication of what died. VMware does set up a network "device" of its own. Anyware, booted the Knoppix CD, chroo

Re: fsck on ext3, lost files

2006-06-06 Thread Linas Žvirblis
Gary Parker wrote: > Some of the jpg files are corrupted. Interestingly gimp displays a preview of > the images in the open dialog box, but won't open them. Any ides on how to > salvage corrupt jpg images? Thumbnail can be saved inside JPEG file as Exif data, so GIMP is probably displaying it,

Re: X applications won't run after xorg upgrade

2006-06-06 Thread [EMAIL PROTECTED]
Hey, I already installed the latest nvidia drivers Sincerely, -- [EMAIL PROTECTED] <[EMAIL PROTECTED]> --- Begin Message --- On Tue, 2006-06-06 at 00:40 +0300, [EMAIL PROTECTED] wrote: > Hello, > I'm on testing, after an upgrade for xorg and all xserver dependencies > some applications such as rd

Re: Debian stable & SATA drive

2006-06-06 Thread Owen Heisler
On Mon, 2006-06-05 at 22:41 +0800, Nay Oo wrote: > Owen Heisler wrote: > > Why doesn't Debian detect the drive? More importantly, what can I do to > > make it detect it? I have tried all (only two) of the parameters for > > the sata_via (or via_sata) module. > > > I happened to install Debian

More xorg problems

2006-06-06 Thread Wayne Topa
It seems that there are a varity of xorg problems being reported with the new testing upgrades. I am _not_ having the same problems as others so thought I would report them here. 1. startx, as root, works as it should 2. startx as any other user: When I first tried I kept getting this error

Re: Debian stable & SATA drive

2006-06-06 Thread Owen Heisler
On Tue, 2006-06-06 at 00:10 -0400, Prepaid wrote: > On 6/5/06, Owen Heisler <[EMAIL PROTECTED]> wrote: > I have an Abit AX8 motherboard, specifications here: > > http://www.abit-usa.com/products/mb/techspec.php?categories=1&model=215 > with Athlon 64 3000+. > I hav

Re: DSA 1073-1

2006-06-06 Thread Jon Dowland
At 1149609423 past the epoch, Jon Dowland wrote: > Dropped on request of maintainer as it has been superseded by 5.*. And here's the bug number I forgot to quote: -- Jon Dowland http://alcopop.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Re: DSA 1073-1

2006-06-06 Thread Jon Dowland
At 1149609251 past the epoch, Jon Dowland wrote: > Good question. I don't know, but investigating suggests that it has > been removed from testing anyway, due to not being present in > unstable: > > > Further investigation

Re: X applications won't run after xorg upgrade

2006-06-06 Thread Owen Heisler
On Tue, 2006-06-06 at 00:40 +0300, [EMAIL PROTECTED] wrote: > Hello, > I'm on testing, after an upgrade for xorg and all xserver dependencies > some applications such as rdesktop/Xnest/ppracer don't seem to work > anymore. > i made sure that all dependencies are well installed, it turned out that

Re: DSA 1073-1

2006-06-06 Thread Jon Dowland
At 1149578122 past the epoch, Wakko Warner wrote: > Is package mysql-server-4.1 4.1.15-1 vulnerable? Good question. I don't know, but investigating suggests that it has been removed from testing anyway, due to not being present in unstable:

Re: Debian stable & SATA drive

2006-06-06 Thread Owen Heisler
On Tue, 2006-06-06 at 15:24 +0200, Michele Della Marina wrote: > Try this: > http://kmuto.jp/debian/d-i/2.6.15/sarge-custom-0206.iso > > A custom Sarge ISO CD. > I've solved the same problem on a server with SATA controller. > > > On 6/6/06, George Borisov <[EMAIL PROTECTED]> wrote: > > Owen Hei

Re: OT: ogg player

2006-06-06 Thread Digby Tarvin
On Tue, Jun 06, 2006 at 02:51:42PM +0100, Digby Tarvin wrote: > I bought an IFP-395T, no removeable media and only 512K of storage, > but it supports ogg/vorbis and connection as a UMS disk, and runs for > 24 hours continuous on a single AA battery, which is pretty good. Oops - that should, of cou

Re: Printer setup!

2006-06-06 Thread Nyizsnyik Ferenc
On Tue, 2006-06-06 at 14:32 +0200, Rodolfo Medina wrote: > I did: `# apt-get install cupsys'. Then, in my system, at: > > /usr/share/doc/cupsys/online-docs > > I found a useful document. The first step there described is: > > # lpinfo -v > > , but my system does not find the command `lpinfo'

Re: Debian stable & SATA drive

2006-06-06 Thread Owen Heisler
On Tue, 2006-06-06 at 09:43 +0100, George Borisov wrote: > Owen Heisler wrote: > > > > Why doesn't Debian detect the drive? More importantly, what can I do to > > make it detect it? I have tried all (only two) of the parameters for > > the sata_via (or via_sata) module. > > Did you use "linux26

Re: Debian stable & SATA drive

2006-06-06 Thread Nay Oo
Owen Heisler wrote: I have an Abit AX8 motherboard, specifications here: http://www.abit-usa.com/products/mb/techspec.php?categories=1&model=215 with Athlon 64 3000+. I have tried both 3.1r2 i386 stable and 3.1r0a amd64 stable. The motherboard has four SATA ports. I want to use three of these p

Re: OT:ogg player

2006-06-06 Thread Gnu-Raiz
I have had great success with the Iriver brand, I have one of their IFP 795 players, which is good. Their new players are Umass storage capable which is nice. Most good players are Umass storage supported. Otherwise you will be stuck with, closed drivers and the like. My player is old but su

Re: OT: ogg player

2006-06-06 Thread Digby Tarvin
On Mon, Jun 05, 2006 at 07:07:02PM -1000, Javier-Elias Vasquez-Vivas wrote: > I've been looking for a portable ogg player which would work with > removable batteries or plug to an outlet, that is mass storage > compliant (that works nice under debian-linux), that would use flash > memory cards inst

Re: upgrade kills windowmaker

2006-06-06 Thread Rodney D. Myers
On Tue, 6 Jun 2006 02:24:18 -0700 Derek <[EMAIL PROTECTED]> wrote: > wmaker is working fine for me on etch. > > On 6/5/06, Rodney D. Myers <[EMAIL PROTECTED]> wrote: > > > > On Mon, 05 Jun 2006 20:16:12 -0400 > > cga2000 <[EMAIL PROTECTED]> wrote: > > > > > I would create a test userid.. su to ro

Re: How do I get cups to monitor on port 721?

2006-06-06 Thread Ralph Katz
On 06/06/2006 08:50 AM, [EMAIL PROTECTED] wrote: > How do I get cups to monitor on port 721? > > I am trying to get a remote connection from IBM/VM that says it needs port > 721 to print to connect to my Debian Linu$ > > I have added the following lines (in various combinations) to my > /etc/cu

Re: More Details about OOo install from backports (WAS:Re: switching OOo2 from upstream to backports)

2006-06-06 Thread Ralph Katz
On 06/05/2006 06:50 PM, Marc Shapiro wrote: > Marc Shapiro wrote: > >> Is the backport for OOo broken? >> Is there a problem with openoffice.org-base? >> >> I just did: >> >>apt-get -u -t sarge-backports install openoffice.org >> >> and got the following results: >> >> Reading Package Lists...

Re: hard drive repair problem

2006-06-06 Thread Marty Landman
Here's what I got from TestDisk, can anyone help me interpret and go on from here? TestDisk 5.5, Data Recovery Utility, November 2004 Christophe GRENIER <[EMAIL PROTECTED]> http://www.cgsecurity.org Disk /dev/hdb - CHS 30515 255 63 - 239366 MB Partition StartEndSi

Re: VMware free server beta

2006-06-06 Thread George Borisov
David Baron wrote: > > Anyone had success with the WMware beta? Better than really opensource Qemu > (with non-free but free) kqemu (the VMware install built such a driver for > WMware)? Using it here on a few machines and it works fine. -- George Borisov DXSolutions Ltd signature.asc De

Re: Debian stable & SATA drive

2006-06-06 Thread Michele Della Marina
Try this: http://kmuto.jp/debian/d-i/2.6.15/sarge-custom-0206.iso A custom Sarge ISO CD. I've solved the same problem on a server with SATA controller. On 6/6/06, George Borisov <[EMAIL PROTECTED]> wrote: Owen Heisler wrote: > > Why doesn't Debian detect the drive? More importantly, what can

Re: X applications won't run after xorg upgrade

2006-06-06 Thread Thomas H. George
On Tue, Jun 06, 2006 at 12:40:03AM +0300, [EMAIL PROTECTED] wrote: > Hello, > I'm on testing, after an upgrade for xorg and all xserver dependencies > some applications such as rdesktop/Xnest/ppracer don't seem to work > anymore. > i made sure that all dependencies are well installed, it turned ou

Re: Printer setup!

2006-06-06 Thread Clive Menzies
On (06/06/06 14:32), Rodolfo Medina wrote: > I did: `# apt-get install cupsys'. Then, in my system, at: > > /usr/share/doc/cupsys/online-docs > > I found a useful document. The first step there described is: > > # lpinfo -v > > , but my system does not find the command `lpinfo' > nor will it

VMware free server beta

2006-06-06 Thread David Baron
Installed this without a hitch. On next reboot, bootup hung up on or after "registering" ppp. Logchecks for the reboot showed ppp successfully registered and no indication of what died. VMware does set up a network "device" of its own. Anyware, booted the Knoppix CD, chroot and uninstalled the

Re: xdm/gdm failure after dist-upgrade

2006-06-06 Thread Thomas H. George
On Mon, Jun 05, 2006 at 01:16:09PM -0700, Derek wrote: > Try running dexconf first,then dpkg-reconfigure xserver-xorg.That should do > it No, dexconf - whatever it is - had no effect. There is no man page, dpkg and apt-cache search know nothing about it but it is in /usr/bin so I just entered the

Re: fsck on ext3, lost files

2006-06-06 Thread Gary Parker
Linas Žvirblis <0x0007 gmail.com> writes: > You did mount it read-only as in... >mount -o ro /dev/disk /mnt/location > ...did not you? I didn't think of that. I had a line in fstab to mount the partition automatically with defaults. I have since removed that line. > The "testdisk" package,

Re: Printer setup!

2006-06-06 Thread Rodolfo Medina
I did: `# apt-get install cupsys'. Then, in my system, at: /usr/share/doc/cupsys/online-docs I found a useful document. The first step there described is: # lpinfo -v , but my system does not find the command `lpinfo' nor will it install it with: `# apt-get install lpinfo': W: Unable to loc

How do I get cups to monitor on port 721?

2006-06-06 Thread chouck
How do I get cups to monitor on port 721? I am trying to get a remote connection from IBM/VM that says it needs port 721 to print to connect to my Debian Linu$ I have added the following lines (in various combinations) to my /etc/cupts/cups.conf file. #Listen 128.226.30.57:721 #Listen 127.0.0.

Re: Boot from SATA drive--module or built-in?

2006-06-06 Thread Albert Dengg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jun 06, 2006 at 04:42:07AM -0700, Brian C wrote: > Hi, > > This is a kernel-related question to which I cannot find a definitive answer. > > If I am not going to use an initrd image, and I want to boot Debian from an > SATA drive (in a syste

Re: Boot from SATA drive--module or built-in?

2006-06-06 Thread Ronny Aasen
On Tue, 2006-06-06 at 04:42 -0700, Brian C wrote: > Hi, > > This is a kernel-related question to which I cannot find a > definitive answer. > > If I am not going to use an initrd image, and I want to > boot Debian from an SATA drive (in a system with no PATA > drives and all SATA drives) using

Boot from SATA drive--module or built-in?

2006-06-06 Thread Brian C
Hi, This is a kernel-related question to which I cannot find a definitive answer. If I am not going to use an initrd image, and I want to boot Debian from an SATA drive (in a system with no PATA drives and all SATA drives) using a 2.6 kernel, then is it necessary to compile-in the specific

Re: Problems with SkyStar 2 DVB-S card

2006-06-06 Thread Dominique Dumont
Vladi Lemurov <[EMAIL PROTECTED]> writes: > But when we do "dvbtraffic" we see no output, as usual (there were > some digits, frequencies, bandwidths or something else). We tried to > change upgrade the kernel (at the time we use 2.6.12) to 2.6.15, no > help. So we are stuck, no more ideas left ex

Re: hard drive repair problem

2006-06-06 Thread Marty Landman
At 01:20 PM 6/5/2006, Florian Kulzer wrote: Modern hard drives have a built-in self-diagnosis system called SMART. The corresponding Debian package is called "smartmontools". You can install this package (or boot from a suitable live CD) and run smartctl -a /dev/hdb | less to retrieve the stor

Re: Printer setup!

2006-06-06 Thread Rodolfo Medina
Clive Menzies <[EMAIL PROTECTED]> writes: >>>From a webbrowser go to: localhost:631 Rodolfo Medina wrote: > Thanks, I did so but cannot get in: it asks for a password > that I don't know, or it says: > > The connection was refused when attempting to contact localhost:631 > > What then? At: h

RE: PHP Warning: mime_magic:

2006-06-06 Thread Jerry DuVal
>-Original Message- >From: Brent Clark [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 06, 2006 3:35 AM >To: debian-user@lists.debian.org >Subject: PHP Warning: mime_magic: > >Hi all > >Im not sure if this is a type or bug, but for sometime I have been seeing >the following. > >PHP Warning

Re: Printer setup!

2006-06-06 Thread Rodolfo Medina
Rodolfo Medina wrote: >> I'm new with Debian, I've only been using it for a few weeks now. >> MandrakeLinux would immediately recognize and set up my >> Epson Stylus C20UX printer, whereas Debian Sarge does not >> seem to see it. >> I could not get any help googling around. >> Please a suggestion?

DSA 1073-1

2006-06-06 Thread Wakko Warner
Is package mysql-server-4.1 4.1.15-1 vulnerable? -- Lab tests show that use of micro$oft causes cancer in lab animals Got Gas??? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Syslog monitor

2006-06-06 Thread MiTo
On Tue, 6 Jun 2006 00:27:45 +0200 "Michele Della Marina" <[EMAIL PROTECTED]> wrote: > Yes, thank you, I know apt-cache search... but I'm searching a > web-based monitor tool (not awstats) > :) > Have you thought of replacing syslog with syslog-ng and configuring it to filter out just the things

Re: upgrade kills windowmaker

2006-06-06 Thread Derek
wmaker is working fine for me on etch.On 6/5/06, Rodney D. Myers <[EMAIL PROTECTED]> wrote: On Mon, 05 Jun 2006 20:16:12 -0400cga2000 <[EMAIL PROTECTED]> wrote:> I would create a test userid.. su to root.. useradd.. passwd.. etc.> login as this new user and if your manage to start wmaker this would

Re: Can wine use cdrom image instead of real cdrom

2006-06-06 Thread Nyizsnyik Ferenc
On Mon, 2006-06-05 at 15:18 +0200, [EMAIL PROTECTED] wrote: > I know that Wine Is Not Emulator but I will ask anyway: I have copied > whole cdrom to hard disk which can be noew mounted with loop device. > Now I want to know if I can make wine to use this image instead of > real cdrom drive? > Juro

Re: Debian stable & SATA drive

2006-06-06 Thread George Borisov
Owen Heisler wrote: > > Why doesn't Debian detect the drive? More importantly, what can I do to > make it detect it? I have tried all (only two) of the parameters for > the sata_via (or via_sata) module. Did you use "linux26" when installing? If so, you might need to use the Etch (testing) ins

RE : Problem with PowerEdge SC420 NIC card

2006-06-06 Thread Florent BERANGER
Solved :)Was a router hardware problem.    Best regardsFlorent BERANGER <[EMAIL PROTECTED]> a écrit :   Hello,I encounter a problem with installing Debian stable (Sarge) or testing (Etch) to a Dell PowerEdge SC420 server.The embedded NIC card is found ( ifconfig show it as eth0 with a MAC adress an

Re: [Telnet]Permanent stop

2006-06-06 Thread Florian Kulzer
On Tue, Jun 06, 2006 at 05:58:20 +0200, JB MORLA wrote: > Hi, > > I've installed sshd and putty, I'd like to stop telnet permanently without > removing it. > > Here is a Fedora command: > > [EMAIL PROTECTED] tmp]# chkconfig telnet off > > Is there a similar one under Debian? The generic Debian

Re: USB Mp3 player problems

2006-06-06 Thread Florian Kulzer
On Mon, Jun 05, 2006 at 23:51:13 -0400, Mike Polyakov wrote: > Derek, that did it! Thank you. However, when I reboot I have to type > in those lines again. Is it possible to have usb-storage module be > loaded at boot time? You can add it to /etc/modules. The comments in that file explain it in mo

PHP Warning: mime_magic:

2006-06-06 Thread Brent Clark
Hi all Im not sure if this is a type or bug, but for sometime I have been seeing the following. PHP Warning: mime_magic: type regexBEGIN[[:space:]]*[{] application/x-awk invalid in Unknown on line 0 I initially thought it was just my machine, but looking on my other debian ma

Re: Is there a mailling list for package maintainers/developers?

2006-06-06 Thread Magnus Therning
On Tue, Jun 06, 2006 at 01:40:57 -0400, Kevin Mark wrote: >On Mon, Jun 05, 2006 at 10:04:13PM +0100, Magnus Therning wrote: >> On Mon, Jun 05, 2006 at 17:45:09 -0300, Gustavo Franco wrote: >> >On 6/5/06, Redefined Horizons <[EMAIL PROTECTED]> wrote: >> >> >> >>Is there a separate mailing list for D