Re: "apt-get" says file a bug report - Should I?

2004-07-14 Thread listcomm
> It is a missing dependency problem. > > | and how do I get > | apt-get/dpkg/dselect/whoever to cough up the facts of the case? > > It did! :-). (see the end of the long apt message where it talks > about unmet dependencies) Well, yes and no. It's implying that somehow its inability to reso

Re: Trick to burning a bootable Debian CD?

2004-07-14 Thread Steve Kleiser
The machine boots just fine using a purchased Debian CD in the same drive. The burned (and newer) CD "looks" the same using a windows machine, but I'd like to dig a little deeper. I thought the resulting filesystem might not start at the right sector, and some utilities might be available for use

Re: "apt-get" says file a bug report - Should I?

2004-07-14 Thread listcomm
Oh, fooey. You're corroborating all of my worst suspicions. Oh well... > OK, to make sure I'm understanding you, you're running stable, and you > want to install firestarter out of testing. Is that right? well, the version of Firestarter that supports KDE is *only* available as a "testing" ver

How do Kernel updates work on Woody?

2004-07-14 Thread Didar Hussain
Hi, I'm a new Debian user. I want to know how do kernel updates happen? Let me explain: I've installed "Woody" on my PC. The kernel is the default 2.4.18-bf2.4 There have been certain recent kernel vulnerabilities. I'm sure these got patched. Then why is that when I do a `apt-get upgrade' I do

Re: Debian Hangs

2004-07-14 Thread John Summerfield
Vijaya S wrote: The driver is eepro100. Its taken automatically when rebooted. That's the one that caused me problems. Try the other -- Cheers John -- spambait [EMAIL PROTECTED] [EMAIL PROTECTED] Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/ -- To UNSUBSCRIBE, email

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread Luke A. Kanies
On Wed, 14 Jul 2004, j smith wrote: md5sum checks one file a time. i want a script that recursively check files in a directory.Thanks! PS: the script's application: in DOS 6, there is antivirus program called "msav" that check if executables are changed or infected. such program is no longer availa

Re: Debian Hangs

2004-07-14 Thread John Summerfield
Vijaya S wrote: Host bridge: Intel Corp. 82810E DC-133 GMCH [Graphics Memory Controller Hub] (rev 03) :00:01.0 VGA compatible controller: Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller] (rev 03) :00:1e.0 PCI bridge: Intel Corp. 82801AA PCI Bridge (rev 02) :00:1f.0 ISA bridge

SOLVED Re: How to build alsa-modules from source?

2004-07-14 Thread Arne Götje (高盛華)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Found it myself. Cheers Arne -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA9fw5bp/QbmhdHowRAvtRAJ0TiYstri0u6Vy6cyvEda9ug9GGigCgygJE tt3eigpy/ja6I+WpMDercV4= =nTZw -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [E

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread John Summerfield
Matthias Czapla wrote: On Thu, Jul 15, 2004 at 09:05:54AM +0800, John Summerfield wrote: I don't use -exec on find any more because it's slow. When you pipe the names into xargs as I do, then spaces cause the problem I described. Well, until now I didnt even know about xargs' purpose, tha

Re: dselect alternatives

2004-07-14 Thread ricktaylor
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Yesterday apt-get maliciously lunched my install (okay, okay, I was > trying to upgrade firestarter even though apt-get told me to file a bug > report because it thought the install was impossible... more on that coming > up soon). :} I'd t

Re: cdparanoia rips all zeros

2004-07-14 Thread John Krasnay
Thanks, Greg. cdda2wav is working much better. I'd still be interested if anyone had insight into why cdparanoia would suddenly and permanently stop working, right in the middle of a rip, after months of flawless performance. jk On Wed, 2004-07-14 at 22:17, Greg Folkert wrote: > On Wed, 2004-07-

Re: starting up

2004-07-14 Thread Kent West
Stephen Cradock wrote: But that got me another step forward - I'm writing this in Mozilla with an upgraded XFree86 - 4.3.0, and everything else that goes with it EXCEPT - I lost kdm along the way - debconf just ripped it out, along with all the neat programs that go with it, like Konquero

How to build alsa-modules from source?

2004-07-14 Thread Arne Götje (高盛華)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, how do I build alsa-modules from the alsa-source package the debian way? I have the kernel-headers for 2.4.25 installed, not the kernel-source package. I use the debian stock kernel 2.4.25. The precompiled alsa-modules packge for 2.4.26 is

unsubscribe

2004-07-14 Thread Katie Dixon
unsubscribe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: starting up

2004-07-14 Thread Stephen Cradock
Well, almost :) The line in 70debconf should be APT::Cache-Limit 16777216; That's with a space instead of 'equals', and terminated with a semicolon - otherwise apt-get complains of junk in it's configuration file. But that got me another step forward - I'm writing this in Mozilla with an upgrad

Re: Mozilla Thunderbird wierd .....

2004-07-14 Thread Uwe Dippel
On Wed, 14 Jul 2004 11:30:19 +0200, Alexander Sack wrote: > Quite unlikely ... Firefox and thunderbird don't share a codebase, It looks identical with both. > so maybe you have done too times the same thing Please, don't jump into assumptions ! Just simply apt-get update / upgrade > (e.g. inst

Re: cdparanoia rips all zeros

2004-07-14 Thread Greg Folkert
On Wed, 2004-07-14 at 21:31, John Krasnay wrote: > Howdy folks. > > I'm using Debian/unstable on a Thinkpad T40 with a customized 2.6.6 > kernel. I recently used grip to rip a CD and discovered that while the > first few track ripped fine, the remaining tracks were all silence. Any > subsequent ri

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread Matthias Czapla
On Thu, Jul 15, 2004 at 09:05:54AM +0800, John Summerfield wrote: > I don't use -exec on find any more because it's slow. When you pipe the > names into xargs as I do, then spaces cause the problem I described. Well, until now I didnt even know about xargs' purpose, thanks for the pointer. > Fo

Re: KDE Fonts Too Large

2004-07-14 Thread Ryan Waye
This may already have been posted, but have you tried using the KDE Control Panel? They have an entire section devoted to customizing fonts. On Wed, 14 Jul 2004 21:13:03 +0300, Janjs Jangori <[EMAIL PROTECTED]> wrote: > Many thanks folks on my 'Configuring X-Windows in Woody'. Slowely but surel

cdparanoia rips all zeros

2004-07-14 Thread John Krasnay
Howdy folks. I'm using Debian/unstable on a Thinkpad T40 with a customized 2.6.6 kernel. I recently used grip to rip a CD and discovered that while the first few track ripped fine, the remaining tracks were all silence. Any subsequent rips I tried with any CD turned out to be silence. I even tried

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread John Summerfield
Matthias Czapla wrote: On Thu, Jul 15, 2004 at 07:14:30AM +0800, John Summerfield wrote: find ~ -type f -exec cat {} \; This fails because cat doesn't check anything - it just copies all files to stdout It doesn't handle files whose names contain spaces Hu? I used cat solely

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread Alan Shutko
John Summerfield <[EMAIL PROTECTED]> writes: > Since he specifically said he wants to use mdsum, it's clearer to use > the program he said he wants to use. > > Try it and see what happens. [19:24:27] wesley:~/tmp/t $ ls -l total 4 -rw-r--r--1 ats ats 2344 2004-07-14 19:23 a b c

Re: 2.6.7 questions

2004-07-14 Thread Bradley Alexander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 14 July 2004 05:12, Dave Thayer wrote: > I have a similar set of toys working nicely on 2.6.2 (Hmm, I should > probably update). Did you remember to enable hotplug support > (CONFIG_HOTPLUG=y)? If so what do your logs say. When I plug in

Re: udev question

2004-07-14 Thread John L Fjellstad
Sorry it took so long to get back to you, but I've been somewhat busy. Sam Halliday <[EMAIL PROTECTED]> writes: >> Sam Halliday writes: >> > however... there is one major problem! instead of creating the link to >> > /dev/input/mouseX, it is creating to the link to /dev/input/ts2, which >> > does

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread Matthias Czapla
On Thu, Jul 15, 2004 at 02:21:52AM +0200, Matthias Czapla wrote: > > The problem is that fragments of file names separated by spaces are > > indistinguishable from filenames separated by spaces. > > This is only true when the command line is being split into words, e.g. > by the shell. find's '{}

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread Matthias Czapla
On Thu, Jul 15, 2004 at 07:14:30AM +0800, John Summerfield wrote: > >>>find ~ -type f -exec cat {} \; > >> > >>This fails because > >>cat doesn't check anything - it just copies all files to stdout > >>It doesn't handle files whose names contain spaces > > > >Hu? I used cat solely for the purpose o

Re: DVD Problem

2004-07-14 Thread John Summerfield
Curt Howland wrote: Oh well, it was a good try. I will confess it suggested it more in hope than expectation, but it's an easy thing to try and, at worst, would provide no useful info. OTOH IMV everyone should be using it for all their ATA drives. If you want to know your drive needs to be re

ALSA / C-Media 8738 - module installed twice?

2004-07-14 Thread Martin Seebach
Hi, I'm having trouble getting my C-Media 8738 PCI to work under ALSA. It is working with OSS, but there is a bug in the XMMS OSS/C-Media driver (or some such), making the sound skip. The proposed solution is to switch to ALSA.. After apt-getting alsa, I get this: frasier:~# /etc/init.d/alsa sta

Re: starting up

2004-07-14 Thread Kent West
Stephen Cradock wrote: Thanks, Kent - good to have such specific instructions. Thanks. But, sorry, I don't remember the context of this message, so I can't really address much of it. However, the error E Dynamic MMap ran out of room is common when upgrading from stable to unstable

Re: PHP as script interpretor

2004-07-14 Thread Jacob S.
On Wed, 14 Jul 2004 20:31:01 -0300 The Daemon Balrog <[EMAIL PROTECTED]> wrote: > Hi! > > I want to use PHP as a shell script replacement for some tasks. Which > debian package do I need to install to have PHP at command line? apt-get install php4-cgi. Don't forget to include #!/bin/php on the f

SOLVED Re: apt-get and Mailman

2004-07-14 Thread John Fleming
- Original Message - From: "Antonio Rodriguez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 5:49 PM Subject: Re: apt-get and Mailman > On Wed, Jul 14, 2004 at 05:31:07PM -0500, John Fleming wrote: > > I'm having a problem with Mailman - error below. My lis

Re: DVD Problem

2004-07-14 Thread Curt Howland
Oh well, it was a good try. --- # smartctl -a /dev/hdc smartctl version 5.30 Copyright (C) 2002-4 Bruce Allen Home page is http://smartmontools.sourceforge.net/ === START OF INFORMATION SECTION === Device Model: SONYDVD RW DW-U50A Serial Number:EA21DF5E Fir

[OT] How to set pan's color

2004-07-14 Thread * Tong*
Hi, How do you set pan's color? I want to set it white on black. I can't find where to set pan's color (bg/fg, for its group/header/message window). Moreover, the default Gnome/gtk theme doesn't specify g/fg color setting either. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

Re: Compiling kernel without -O2 flag

2004-07-14 Thread Johan Kullstam
Sorav Bansal <[EMAIL PROTECTED]> writes: > Hi all, > > There is a curious thing that I noticed in the kernel. The kernel does > not compile if you remove the -O2 flag in the Makefile. It gives an error > in an ASM directive mentioning that a register is being spilled. The x86 has a very few reg

PHP as script interpretor

2004-07-14 Thread The Daemon Balrog
Hi! I want to use PHP as a shell script replacement for some tasks. Which debian package do I need to install to have PHP at command line? Thanks! Balrog7 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: courier-imap-ssl "server disconnect" error behind firewall

2004-07-14 Thread Chris
On Tue, 2004-07-13 at 16:33, Vadik wrote: > I use courier-imap-ssl and I have mozilla connection to a few accounts > at the same time, so my MAXPERIP=40. With this setup I have absolutely > no problem from home, but from the work I often get "server disconnect" > error. I think that firewall a

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread John Summerfield
Matthias Czapla wrote: On Thu, Jul 15, 2004 at 06:06:26AM +0800, John Summerfield wrote: find ~ -type f -exec cat {} \; This fails because cat doesn't check anything - it just copies all files to stdout It doesn't handle files whose names contain spaces Hu? I used cat solely for the

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread John Summerfield
Matthias Czapla wrote: On Thu, Jul 15, 2004 at 06:07:26AM +0800, John Summerfield wrote: Matthias Czapla wrote: On Wed, Jul 14, 2004 at 02:31:10PM -0700, j smith wrote: Thank you! Windows has folder names that include space, Example:"Program Files" Will that cause trouble for your so

Re: Can anyone print to an HP inkjet after Cups upgrade? (libcupsys2-gnutls10)

2004-07-14 Thread John Summerfield
Joe Potter wrote: Hello all, The above says it all. If I am to keep Sarge upgraded, I will have to accept libcupsys2-gnutls10. :-( This makes my HP 920c print graphics only. I lose text printing. I do not print many photos however. I do like to print a little text once in a while! Any workaroun

Re: Mozilla/Firefox "PostScript/default" security problems

2004-07-14 Thread Dale Amon
On Sat, Jul 10, 2004 at 05:21:31PM -0500, Reid Priedhorsky wrote: > On Sat, 10 Jul 2004 12:00:07 +0200, Dale Amon wrote: > > > > I'd like a black and white clarification of the impact > > of the change so I know for certain whether to be > > incredibly pissed off at the packager or not: > > > >

Re: apt-get and Mailman

2004-07-14 Thread Antonio Rodriguez
On Wed, Jul 14, 2004 at 05:31:07PM -0500, John Fleming wrote: > I'm having a problem with Mailman - error below. My lists work, but I can't > view any of the pertinent web pages (like to create a new list or any other > admin task). There seems to be at least one error with > /var/lib/mailman/log

Re: Playing around with exec sample

2004-07-14 Thread Derrick 'dman' Hudson
On Wed, Jul 14, 2004 at 05:40:07PM +0200, Otto Wyss wrote: | > On Tue, Jul 13, 2004 at 10:06:05PM +0200, Otto Wyss wrote: | > | I want to start a process in my app and capture its output and error | > | messages. Therefore I played a little with the exec sample under Windows | > | but I wasn't able

Re: Can anyone print to an HP inkjet after Cups upgrade? (libcupsys2-gnutls10)

2004-07-14 Thread Gail LaForest
On Wednesday 14 July 2004 03:01 pm, Jacob S. wrote: > On Wed, 14 Jul 2004 14:47:14 -0400 > > Joe Potter <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > The above says it all. > > > > If I am to keep Sarge upgraded, I will have to accept > > libcupsys2-gnutls10. :-( > > > > This makes my HP 920c p

apt-get and Mailman

2004-07-14 Thread John Fleming
I'm having a problem with Mailman - error below. My lists work, but I can't view any of the pertinent web pages (like to create a new list or any other admin task). There seems to be at least one error with /var/lib/mailman/logs. This file is apparently a link to a nonexistent file. It appears

Re: Can anyone print to an HP inkjet after Cups upgrade? (libcupsys2-gnutls10)

2004-07-14 Thread anlace
On Wednesday 14 July 2004 03:01 pm, Jacob S. wrote: > On Wed, 14 Jul 2004 14:47:14 -0400 > > Joe Potter <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > The above says it all. > > > > If I am to keep Sarge upgraded, I will have to accept > > libcupsys2-gnutls10. :-( > > > > This makes my HP 920c p

Re: "apt-get" says file a bug report - Should I?

2004-07-14 Thread Derrick 'dman' Hudson
On Wed, Jul 14, 2004 at 02:05:35PM -0700, [EMAIL PROTECTED] wrote: | Here's the transaction... | |floozy:~# apt-get install firestarter [...] |Sorry, but the following packages have unmet dependencies: | firestarter: Depends: libbonoboui2-0 (>= 2.5.4) but it is not going to be instal

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread Matthias Czapla
On Thu, Jul 15, 2004 at 06:07:26AM +0800, John Summerfield wrote: > Matthias Czapla wrote: > >On Wed, Jul 14, 2004 at 02:31:10PM -0700, j smith wrote: > >>Thank you! > >> > >>Windows has folder names that include space, > >>Example:"Program Files" > >> > >>Will that cause trouble for your solution?

Re: "apt-get" says file a bug report - Should I?

2004-07-14 Thread Chris Metzler
On Wed, 14 Jul 2004 14:05:35 -0700 [EMAIL PROTECTED] wrote: > > Here's the transaction... > >floozy:~# apt-get install firestarter [ snip ] >Sorry, but the following packages have unmet dependencies: > firestarter: Depends: libbonoboui2-0 (>= 2.5.4) but it is not going

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread Matthias Czapla
On Thu, Jul 15, 2004 at 06:06:26AM +0800, John Summerfield wrote: > > > >find ~ -type f -exec cat {} \; > > > > > This fails because > cat doesn't check anything - it just copies all files to stdout > It doesn't handle files whose names contain spaces Hu? I used cat solely for the purpose of show

Re: Debian policy and security fixes (Was: Re: Debian i386 binaries for Mozilla 1.7 with PostScript available)

2004-07-14 Thread John Summerfield
Jacob S. wrote: On Wed, 14 Jul 2004 15:07:13 +0200 Paul Dwerryhouse <[EMAIL PROTECTED]> wrote: On Tue, Jul 13, 2004 at 11:26:53PM +0200, Paul Seelig wrote: Hopefully PostScript will soon be enabled in the official Debian packages again. It appears that it will be re-enabled in 1.7.1:

Re: a policy question about stable

2004-07-14 Thread John Summerfield
Ritesh Raj Sarraf wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Users, I'm using Sarge and installed "gaim" to log on to MSN, Yahoo messengers. I wasn't able to log on to Yahoo. Looking up at Gaim's IRC channel, I found that the problem had been fixed in

Re: DVD Problem

2004-07-14 Thread John Summerfield
Curt Howland wrote: Martin, I'm getting exactly the same kind of errors, and the Sony drive I have is not a cheap one. Unfortunately, the warrentee is voided if I return it to Office Depot with Linux installed instead of XP, so I've been putting off letting them have it for fixing. Check with

Re: DVD Problem

2004-07-14 Thread John Summerfield
martin f krafft wrote: also sprach Martin Fluch <[EMAIL PROTECTED]> [2004.07.14.1710 +0200]: hdc: packet command error: status=0x51 { DriveReady SeekComplete Error } hdc: packet command error: error=0x50 hdc: packet command error: status=0x51 { DriveReady SeekComplete Error } hdc: packet

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread John Summerfield
Matthias Czapla wrote: On Wed, Jul 14, 2004 at 02:31:10PM -0700, j smith wrote: Thank you! Windows has folder names that include space, Example:"Program Files" Will that cause trouble for your solution? If the command after the -exec is a "real" program and not a shell script or something e

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread John Summerfield
Matthias Czapla wrote: On Wed, Jul 14, 2004 at 10:09:18AM -0700, j smith wrote: md5sum checks one file a time. i want a script that recursively check files in a directory.Thanks! PS: the script's application: in DOS 6, there is antivirus program called "msav" that check if executables are change

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread John Summerfield
j smith wrote: md5sum checks one file a time. i want a script that recursively check files in a directory.Thanks! PS: the script's application: in DOS 6, there is antivirus program called "msav" that check if executables are changed or infected. such program is no longer available is Windows, so i

Re: Can anyone print to an HP inkjet after Cups upgrade? (libcupsys2-gnutls10)

2004-07-14 Thread Jacob S.
On Wed, 14 Jul 2004 14:47:14 -0400 Joe Potter <[EMAIL PROTECTED]> wrote: > Hello all, > > The above says it all. > > If I am to keep Sarge upgraded, I will have to accept > libcupsys2-gnutls10. :-( > > This makes my HP 920c print graphics only. I lose text printing. I do > not print many photo

Re: Modem not recognized?

2004-07-14 Thread Gary Parker
Robert William Hutton helms-deep.cable.nu> writes: > > Gary Parker wrote: > > I am running a new installation of Sid and can't seem to get the modem up. > [snip] > > I tried setserial as follows: > > setserial /dev/ttyS4 uart 16550A port 0xdfe0 irq 22 autoconfig > > ln -sf /dev/ttyS4 /dev/mode

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread Matthias Czapla
On Wed, Jul 14, 2004 at 02:31:10PM -0700, j smith wrote: > Thank you! > > Windows has folder names that include space, > Example:"Program Files" > > Will that cause trouble for your solution? If the command after the -exec is a "real" program and not a shell script or something else that interpr

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread j smith
Thank you! Windows has folder names that include space, Example:"Program Files" Will that cause trouble for your solution? --- Matthias Czapla <[EMAIL PROTECTED]> wrote: > On Wed, Jul 14, 2004 at 10:09:18AM -0700, j smith > wrote: > > md5sum checks one file a time. i want a script > that > > rec

Re: sarge, ethereal, tcpdump

2004-07-14 Thread W. Borgert
On Wed, Jul 14, 2004 at 12:42:04PM -0700, Freddy Freeloader wrote: > Just what .config file are you referring to? There are a whole lot of > .conf files on my machine. If you are running the stock kernel, forget it - I meant the configuration of your kernel :-) A stock kernel should be perfect

"apt-get" says file a bug report - Should I?

2004-07-14 Thread listcomm
Here's the transaction... floozy:~# apt-get install firestarter Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that so

Re: Using dd to copy a cd. Accuracy of the obtained image.

2004-07-14 Thread Antonio Rodriguez
On Tue, Jul 13, 2004 at 03:10:50PM -0400, * Tong* wrote: > On Tue, 13 Jul 2004 12:55:00 -0400, Antonio Rodriguez wrote: > > > Does anyone have anything to add to this (pointers, howtos, etc)? ... > > You may have known, the normal tool is cdrdao. > > # to make a bin/cue image > cdrdao read-cd --

re: starting up

2004-07-14 Thread Stephen Cradock
Thanks, Kent - good to have such specific instructions. BUT item 1) works - can edit the sources.list; then 2) apt-get update gets a great list of package lists and settles down to parse them, but it fails with an E Dynamic MMap ran out of room It was apparently working on one

Re: How I re-niced Kirk.

2004-07-14 Thread Greg Folkert
On Wed, 2004-07-14 at 14:11, s. keeling wrote: > Incoming from Greg Folkert: > > > > /me might be changing said opinion about someone being nice... > > dict nice: > > Nice \Nice\ (n[imac]s), a. [Compar. {Nicer} (n[imac]"s[~e]r); > superl. {Nicest}.] [OE., foolish, fr. OF. nice ignorant, >

Re: The procurator doesn't like

2004-07-14 Thread Brett
R at es - are rising! Act now and lock in these  l ow   rat e s.C a sh   out 10o % of your home. Quickly get   c a sh in 5 days. Zero income documentation and No   F IC0 scoring. Take advantagHe today P ifcaip? mjrddzg wavxzvtl? Ohccdb nvvnswa, ngbbft zyreh Ukpmfb qgjqwya - xiyug ofctbx? pnrvu

Re: courier-imap-ssl "server disconnect" error behind firewall

2004-07-14 Thread Greg Folkert
On Wed, 2004-07-14 at 12:33, vadik wrote: > Greg Folkert wrote: > > I use courier-imap-ssl and I have mozilla connection to a few accounts > at the same time, so my MAXPERIP=40. With this setup I have absolutely > no problem from home, but from the work I often get "server disconnec

re: Report to Recipient(s)

2004-07-14 Thread Stephen Cradock
Funny that - my original message has no attachments, but when I try to reply to any message, including my original AND this one there is a 0K attachment that I can't remove in Hotmail. Is this a lists security feature? I have active Virusscan checking incoming and outgoing files and email, and

setup euro symbol problems

2004-07-14 Thread Koos Vriezen
I hope this isn't posted twice .. - Forwarded message from Koos Vriezen <[EMAIL PROTECTED]> - Date: Wed, 14 Jul 2004 20:03:33 +0200 From: Koos Vriezen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: setup euro symbol problems Hi, I'm having some trouble getting the euro symbol, mainl

Re: Debian policy and security fixes (Was: Re: Debian i386 binaries for Mozilla 1.7 with PostScript available)

2004-07-14 Thread Jacob S.
On Wed, 14 Jul 2004 15:07:13 +0200 Paul Dwerryhouse <[EMAIL PROTECTED]> wrote: > On Tue, Jul 13, 2004 at 11:26:53PM +0200, Paul Seelig wrote: > > Hopefully PostScript will soon be enabled in the official Debian > > packages again. > > It appears that it will be re-enabled in 1.7.1: > > http://bu

(no subject)

2004-07-14 Thread Yvonnex1x
my id is [limhelpdesk#1654]

(no subject)

2004-07-14 Thread Yvonnex1x
i cant get on to your web site and i need to get on it to see my e-mails iv not been able to get on for 4 days i need ur help plz because your web site is then best one iv been on so plz help me my nickname is wondanoknicks my e-mail address is [EMAIL PROTECTED] plz get me back on ur web site tha

Re: sarge, ethereal, tcpdump

2004-07-14 Thread Tony Godshall
According to Freddy Freeloader, > W. Borgert wrote: > > >Quoting Freddy Freeloader <[EMAIL PROTECTED]>: > > > > > >>connection errors. Since I've upgraded to sarge I get the following > >>error when attempting to use tcpdump: get i f addrs: connection refused. > >> > >>I have what I'm assuming

Re: sarge, ethereal, tcpdump

2004-07-14 Thread Freddy Freeloader
W. Borgert wrote: Quoting Freddy Freeloader <[EMAIL PROTECTED]>: connection errors. Since I've upgraded to sarge I get the following error when attempting to use tcpdump: get i f addrs: connection refused. I have what I'm assuming to be is related in ethereal too. When attempting to do a p

Re: apt-get install = remove?

2004-07-14 Thread Henrik Christian Grove
Greg Folkert <[EMAIL PROTECTED]> writes: > upgrade == basically upgrade anything capable of being upgraded without > removing anything. or installing new packages. I've often needed an option to upgrade anything that could be upgraded without removing packages but might need some new package. .

Re: DVD Problem

2004-07-14 Thread Curt Howland
Martin, I'm getting exactly the same kind of errors, and the Sony drive I have is not a cheap one. Unfortunately, the warrentee is voided if I return it to Office Depot with Linux installed instead of XP, so I've been putting off letting them have it for fixing. However, it's good to know that

KDE Fonts Too Large

2004-07-14 Thread Janjs Jangori
Many thanks folks on my 'Configuring X-Windows in Woody'. Slowely but surely am becoming a Debianologist but I have a long way to go. Through your help I have seen my first KDE desktop and was able to click through. Apart from the little blurring(I might have to putup with this until I learn so

autodetecting raid arrays on Alpha

2004-07-14 Thread J. Dub
Hi, I have a problem autodetecting raid arrays on Debian Alpha. 1. I can start raid by using raidtools and /etc/raidtab 2. I see superblocks are in place (by mdadm -E) 3. Kernel (2.4.26) is compiled with the following parameters CONFIG_MD=y CONFIG_BLK_DEV_MD=y CONFIG_MD_RAID0=y CONFIG_MD_RAID1=y 4

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread Andreas Janssen
Hello j smith (<[EMAIL PROTECTED]>) wrote: > md5sum checks one file a time. i want a script that > recursively check files in a directory.Thanks! Something like find /usr -xdev -type f -name "*" -printf "\"%p\" \n" | xargs md5sum >\ usr.md5 or (untested) find /usr -xdev -type f -print0 | xarg

Can anyone print to an HP inkjet after Cups upgrade? (libcupsys2-gnutls10)

2004-07-14 Thread Joe Potter
Hello all, The above says it all. If I am to keep Sarge upgraded, I will have to accept libcupsys2-gnutls10. :-( This makes my HP 920c print graphics only. I lose text printing. I do not print many photos however. I do like to print a little text once in a while! Any workarounds? Regards, Jo

PAM logins

2004-07-14 Thread Scott Henson
I would like to use pam to deny logins to all users who are not part of a certain group. My setup is that I am using ldap to manage the accounts across many computers and on many of the computers the normal users are supposed to be able to login, but we want a few to be staff member logins only.

Re: Trick to burning a bootable Debian CD?

2004-07-14 Thread Tony Godshall
Actually, there's According to Steve Kleiser, > Greetings, > > What freeware utilities are available that could be used to check the boot > sector/MBR of a Debian boot CD using a Windows machine? This is probably the wrong place to ask about DOS/Windows utils, but you could do this: 1. get

Re: How I killed^Wdecided Kirk is a good guy.

2004-07-14 Thread s. keeling
Incoming from Greg Folkert: > > /me might be changing said opinion about someone being nice... dict nice: Nice \Nice\ (n[imac]s), a. [Compar. {Nicer} (n[imac]"s[~e]r); superl. {Nicest}.] [OE., foolish, fr. OF. nice ignorant, fool, fr. L. nescius ignorant; ne not + scius knowing, scir

Re: The making of the DVD "Sarge": Directed by Micheal Moore

2004-07-14 Thread C. Tresenriter
On Tue, 13 Jul 2004 19:45:48 -0400 Greg Folkert <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:greg]$ apt-cache show dvdrtools > Package: dvdrtools ~*~*~*~*~*~*~snip*~*~*~*~*~*~*~*~ Unfortunately I'll be doing the burning under Mandrake 10.0 A search only turns up an RPM and it's for SUSE. Than

Re: a policy question about stable

2004-07-14 Thread Adam Aube
Ritesh Raj Sarraf wrote: > I know testing(sarge) has delayed updates than stable/sid. My > question is when sarge gets into stable and such problems occur, > how do things get accomplished ? > Does packages like gaim and others remain unusable or their > versions are increased or they are patched

Re: Trick to burning a bootable Debian CD?

2004-07-14 Thread Steve Kleiser
Greetings,     What freeware utilities are available that could be used to check the boot sector/MBR of a Debian boot CD using a Windows machine? After burning the CD the directory structure looks the way it should, but I'd like to verify the correct location and content (maybe via a checksum

Re: Playing around with exec sample

2004-07-14 Thread Otto Wyss
> On Tue, Jul 13, 2004 at 10:06:05PM +0200, Otto Wyss wrote: > | I want to start a process in my app and capture its output and error > | messages. Therefore I played a little with the exec sample under Windows > | but I wasn't able to capture any process output, the window of the exec > | sample a

Re: dselect alternatives

2004-07-14 Thread listcomm
> What are you thinking dselect does for you that apt-get doesn't? well, this is just an anecdote (the singular of data...), but - Yesterday apt-get maliciously lunched my install(okay, okay, I was trying to upgrade firestarter even though apt-get told me to file a bug report because it though

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread Matthias Czapla
On Wed, Jul 14, 2004 at 10:09:18AM -0700, j smith wrote: > md5sum checks one file a time. i want a script that > recursively check files in a directory.Thanks! > > PS: the script's application: in DOS 6, there is > antivirus program called "msav" that check if > executables are changed or infected

Re: Postfix from source: changing the MTA

2004-07-14 Thread Derrick 'dman' Hudson
On Wed, Jul 14, 2004 at 08:32:47AM +0200, Benedict Verheyen wrote: | > $ apt-cache show equivs | > Package: equivs | > Description: Circumventing Debian package dependencies | > This is a dummy package which can be used to create Debian | > packages, which only contain dependency information. |

Re: sarge, ethereal, tcpdump

2004-07-14 Thread W. Borgert
Quoting Freddy Freeloader <[EMAIL PROTECTED]>: > connection errors. Since I've upgraded to sarge I get the following > error when attempting to use tcpdump: get i f addrs: connection refused. > > I have what I'm assuming to be is related in ethereal too. When > attempting to do a packet captu

Re: how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread LeVA
2004. július 14. 19:09, j smith <[EMAIL PROTECTED]> -> [EMAIL PROTECTED]: > md5sum checks one file a time. i want a script that > recursively check files in a directory.Thanks! > > PS: the script's application: in DOS 6, there is > antivirus program called "msav" that check if > executables are ch

sarge, ethereal, tcpdump

2004-07-14 Thread Freddy Freeloader
A Debian and Linux newbie here. I first installed woody and found it be a very nice distro. I like it. It's fast, stable, etc As a new convert from Windows I've found the transition to be fairly intuitive. However, I upgraded my distro to sarge last night and since then I've run into qu

how to write a script that recursively check files in a directory with md5sum

2004-07-14 Thread j smith
md5sum checks one file a time. i want a script that recursively check files in a directory.Thanks! PS: the script's application: in DOS 6, there is antivirus program called "msav" that check if executables are changed or infected. such program is no longer available is Windows, so i want a script

Re: DVD Problem

2004-07-14 Thread martin f krafft
also sprach Martin Fluch <[EMAIL PROTECTED]> [2004.07.14.1710 +0200]: >hdc: packet command error: status=0x51 { DriveReady SeekComplete Error } >hdc: packet command error: error=0x50 >hdc: packet command error: status=0x51 { DriveReady SeekComplete Error } >hdc: packet command error

Re: courier-imap-ssl "server disconnect" error behind firewall

2004-07-14 Thread vadik
Greg Folkert wrote: I use courier-imap-ssl and I have mozilla connection to a few accounts at the same time, so my MAXPERIP=40. With this setup I have absolutely no problem from home, but from the work I often get "server disconnect" error. I think that firewall at my work is a problem, but is

Re: make gconfig (was: make xconfig not working)

2004-07-14 Thread Goedson Paixao
On Wed, 14 Jul 2004 08:56:28 -0600, Marvin Gerardo Aguero Salazar <[EMAIL PROTECTED]> wrote: > Well, giving up on make xconfig. Going for make gconfig now. > > What packages do I need to install gtk? libgtk2.0-dev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: make gconfig (was: make xconfig not working)

2004-07-14 Thread Robert William Hutton
Marvin Gerardo Aguero Salazar wrote: Well, giving up on make xconfig. Going for make gconfig now. What packages do I need to install gtk? I've been trying apt-get install gtk, gtk+ and other variants to no avail. Makefile:437: .config: No such file or directory make[1]: Nothing to be done for `Make

Re: network using processes

2004-07-14 Thread Robert William Hutton
John Summerfield wrote: Someone the other day remarked how terrrific strace is. tcpdump and ethereal are the network equivalents. Ethereal prettier to look at is more instructive, but needs a GUI environment. Or you can use the command line version, which is "tethereal". Not quite as nice as th

DVD Problem

2004-07-14 Thread Martin Fluch
Hi! I have a small problem with my newly aquired DVD/CDRW combo drive. I tried to google for it already but despite getting lots of hits I did not find any usefull answer sofar. Reading/writing CD's works fine, but as soon as I insert a DVD into the drive, the kernel starts right away (even wit

  1   2   >