On 21.5.2004 0:58 Henrique de Moraes Holschuh wrote:
On Thu, 20 May 2004, Andrei Badea wrote:
just upgraded to the 2.6 kernel (2.6.6) and when I reboot, the hard
drives are turned off. They are then powered on during the boot
Kernel bug. I hope it will be fixed in 2.6.7.
Thank you, it seems that
I have few ugly shell scripts which do a lot of WHOIS queries, which
I've found are prone to hang for a long time. The simple thing to do is
to hunt for whois queries, then, and periodically kill them:
while sleep 600
do
ps aux | awk '/[w]hois/ {print $2}' | xargs kill
done
O
I have a printer that hooks up to my USB port. If I do a 'echo "OK" >
/dev/usb/lp0' I don't get any output. Is there something I need to do
to get the right device?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Fri, 21 May 2004, Silvan wrote:
> On Wednesday 19 May 2004 07:20 pm, Doug MacFarlane wrote:
..
> > Any suggestions? Just exactly how would one tar one filesystem to another,
> > without the intermediate tar file?
mount /new-disk /mnt/new
-- abort -- abort if failed
tar cf - /home /var /what
Hi,
I log in with root to gdm and lots of windows pop up, including many mozilla, some
info windows said that some applications not properly closed, if I'd close them.
I've checked /root/.* folders, but did not find such applications to load when
startup. I think it might be some zombies
On Thursday 20 May 2004 06:58 pm, Henrique de Moraes Holschuh wrote:
> On Thu, 20 May 2004, Andrei Badea wrote:
> > just upgraded to the 2.6 kernel (2.6.6) and when I reboot, the hard
> > drives are turned off. They are then powered on during the boot
>
> Kernel bug. I hope it will be fixed in 2.6
On Wednesday 19 May 2004 07:20 pm, Doug MacFarlane wrote:
> Team:
>
> I will shortly need to copy about 100 gb of data from one filesystem to
> another. While cp would probably do fine, others have suggested using tar
> or some other tool that is more robust for performing the copy.
>
> Any sugges
goZing Surveys tiene el agrado de invitarte a participar en un pequeno estudio de
mercado. Tu opinion es importante, y nos ayudara a disenar mejores productos para el
mercado Chileno. Si completas una pequena encuesta recibiras una comision de US$2, que
se pagaran a traves de una cuenta Paypal
You have now unsubscribed and no more messages will be sent.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Thu, 20 May 2004, Kent West wrote:
> I'm afraid you haven't given us enough info to diagnose the problem.
Very sorry... just tired, I imagine. I should have known much better than
that.
In any event, the problem is solved. The first three chars from #!/bin/sh
in my firewall script were lost
Randy Orrison wrote:
Keith Nasman wrote:
I was thinking it would be really nice if it also showed some package
notes for this particular build. This would be of particular interest
for security patches. i.e. "This build incorporates bigfixes fixing
vulnerability blah. See for more info". Or,
it co
Hello.
I would like to know how to mount more than 8 loop devices (if this is
permited by the kernel).
I have 13 iso images from sarge and would like to make its contents
available via ftp with something like
mount -o loop $i.iso /mnt/ftp/$i
Why are there only 8 /dev/loop? devices (0-7).
Than
[EMAIL PROTECTED] wrote:
Hello,
I had a box that today experienced a power failure. When I rebooted, it
wasn't even pingable. I brought it upstairs (no minotor in the basement)
and noticed that I was always pausing during the boot sequence at a root
prompt. Seems to have just brought the network
Hello,
I had a box that today experienced a power failure. When I rebooted, it
wasn't even pingable. I brought it upstairs (no minotor in the basement)
and noticed that I was always pausing during the boot sequence at a root
prompt. Seems to have just brought the network up and then stopped at
What all dose AOL art do? How do I remove AOL art and what is the reason for having it in the first place if there is no reason for it on the computer? Our AOL keeps giving us a popup saying that we need to remove it.
Thank you,
Hi!
I'm about to install a Debian Woody Router which will be doing MASQUERADE
with iptables, and bandwidth-control with HTB, going out to internet through
an ADSL connection.
The clients behind the router will be using MSN, netmeeting, etc
I've searched a lot, but couldn't find much information o
At 02:27 PM 5/20/04, Paul Johnson wrote:
Support <[EMAIL PROTECTED]> writes:
> Can debian support dynamic dns ? Where can I find the info and how to
> configure it ?
If we're talking about dyndns.org's services, I would suggest
http://www.dyndns.org/ or nntp://news.dyndns.org/dyndns.general for
mor
On Mon, May 17, 2004 at 03:38:37AM -0700, Karsten M. Self wrote:
> I'm using Samba as a PDC on a domain with ten WinXP Pro clients, on
> Debian testing/unstable.
>
> Basic shares work great.
>
> Getting the domain stuff set up was a bit trickier, but the OS News
> article[1] and (once I realize
For those with a Dell GX270 who are having video issues with X . . . .
The A03 BIOS misreports the amount of video ram given to the integrated
Intel 845, which is why you can't get decent resolution/color depth. On
the older GX270s you can downgrade the BIOS to A01 which will solve the
problem,
also sprach Martin McCormick <[EMAIL PROTECTED]> [2004.05.20.2126 +0200]:
> Is it just more efficient in resources to use plain #! /bin/sh
> rather than bash?
surely not. /bin/sh is generally linked to bash (... by default,
that is).
--
Please do not CC me when replying to lists; I read th
Michael D Schleif <[EMAIL PROTECTED]> writes:
> * Paul Johnson <[EMAIL PROTECTED]> [2004:03:18:20:05:40-0800] scribed:
>
>
>> Not particularly. I've never downgraded libc successfully on a
>> machine across major version changes without having to reinstall.
>> Your best bet if you don't want to
On Thu, 20 May 2004, Andrei Badea wrote:
> just upgraded to the 2.6 kernel (2.6.6) and when I reboot, the hard
> drives are turned off. They are then powered on during the boot
Kernel bug. I hope it will be fixed in 2.6.7.
--
"One disk to rule them all, One disk to find them. One disk to br
Norman wrote:
> After an upgrade last week (on unstable), remote control no longer
> works.
> I can start firefox just fine, but if I attempt to load another
> window, nothing happens. A little debugging revealed that the remote
> control app doesn't know that there's an instance running. In fact,
Cameron Hutchison wrote:
Once upon a time Doug MacFarlane said...
I will shortly need to copy about 100 gb of data from one filesystem to
another. [...]
Any suggestions? Just exactly how would one tar one filesystem to another,
without the intermediate tar file?
I've done it using cpio(1), since
* Brian Nelson <[EMAIL PROTECTED]> [2004:03:18:22:58:47-0800] scribed:
> My opinion is that testing should not be publicly available until it is
> in the "release candidate" or "beta" stage, or whatever you want to call
> it. Up until that point, it should be a virtual distribution only
> existi
* Paul Johnson <[EMAIL PROTECTED]> [2004:03:18:20:05:40-0800] scribed:
> Not particularly. I've never downgraded libc successfully on a
> machine across major version changes without having to reinstall.
> Your best bet if you don't want to reinstall is watch closely after
> sarge goes stable fo
On Wednesday 19 May 2004 17:05, Bojan Baros wrote:
> Link: http://antispam.yahoo.com/domainkeys
>
> So, what's everyone take on this?
>
Another software patent. Any really good idea that is to become the
new standard _has_ to be released open source and copyleft.
--
richard
--
To UNSUBSCRIB
On Thu, May 20, 2004 at 05:25:24PM -0400, Bojan Baros wrote:
> > Bojan wrote:
> >>
> >> 0.5 FORGED_YAHOO_RCVD 'From' yahoo.com does not match 'Received'
> >> headers
> >> 0.8 PRIORITY_NO_NAME Message has priority setting, but no
> >> X-Mailer
> >> 4.3 CONFIRMED_FORGED Received
Hi again.
I sent you an email 2 days ago and I want to confirm everything now. Please read info
below
and let me know if you have any questions. We are accepting your mo rtgage
application. If you
have bad cr.edit, it is ok. Appr oval process will take 1 minute. Just visit link
below and fi
> Bojan wrote:
>>
>> 0.5 FORGED_YAHOO_RCVD 'From' yahoo.com does not match 'Received'
>> headers
>> 0.8 PRIORITY_NO_NAME Message has priority setting, but no
>> X-Mailer
>> 4.3 CONFIRMED_FORGED Received headers are forged
>>
>
> Ahh the irony. You forge your From address and t
Hello all,
I just finished downloading the necessary packages for my mirror, I did
this with the "apt-move mirror" command.
The problem I'm having is using the "apt-move move" command to move the
files from /var/cache/apt/archives to /local/debian/cache/apt/archives.
The man pages indicates th
hi ya
On Thu, 20 May 2004, Adam Aube wrote:
> > The card is the Netgear WG311 which uses the Prism chipset (I think).
some might be ..
the netgear wg311 uses the madwifi drivers ( i have it working - sorta )
howtos - see NetGear WG311 and madwifi stuff
http://www.Linux-Sec.ne
Hello. I'm trying to be able to remotely graphically control my PC
through a web browser, so I tried to configure tightvnc server on
display :1
Everything works OK when I try in tha same machine (I connect and
control my :1 desktop from Mozilla), but if try the same from another PC
the browser com
On Thu, 2004-05-20 at 13:23, Greg Folkert wrote:
> On Thu, 2004-05-20 at 01:40, cwinl wrote:
> > what's the standard?
>
> Wait 'til Herbert Xu^W^H^Wsomeone from the new Debian Kernel Team
> uploads a newer version.
>
> Or D/L the new source, use make-kpkg (not with the initrd option though
> as i
Greg Folkert wrote:
On Thu, 2004-05-20 at 01:40, cwinl wrote:
what's the standard?
Wait 'til Herbert Xu^W^H^Wsomeone from the new Debian Kernel Team
uploads a newer version.
right now, it is available in the Sid distribution
Or D/L the new source, use make-kpkg (not with the initrd option though
august macbeth wrote:
how would it be possible to monitor traffic for say eth0, eth0:1 eth0:2
and eth0:3? i've heard that snmp can't pull traffic stats from virtual
interfaces, how else would it be possible?
thanks,
august
If you have iptables (netfilter) you can `apt-get install ipac-ng` or i
Adam Aube wrote:
Stalks wrote:
Recently a new cron error has been showing up during the daily logrotate
session.
/etc/cron.daily/logrotate:
error running postrotate script
run-parts: /etc/cron.daily/logrotate exited with return code 1
The logrotate.conf as follows,
include /etc/logrotate.d
Wi
Hello,
just upgraded to the 2.6 kernel (2.6.6) and when I reboot, the hard
drives are turned off. They are then powered on during the boot
sequence. I'm using APM loaded as a module. I've been running 2.4.25
before without ever experiencing this problem.
I'll be grateful for any help. Thanks in
On Thu, 2004-05-20 at 01:40, cwinl wrote:
> what's the standard?
Wait 'til Herbert Xu^W^H^Wsomeone from the new Debian Kernel Team
uploads a newer version.
Or D/L the new source, use make-kpkg (not with the initrd option though
as it requires the cramfs patch and a few other things) and install t
how would it be possible to monitor traffic for say eth0, eth0:1 eth0:2
and eth0:3? i've heard that snmp can't pull traffic stats from virtual
interfaces, how else would it be possible?
thanks,
august
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Con
I will be out of the office until 5/24/04. If you need imediate help, please
send email to [EMAIL PROTECTED]
Beat regards,
Christina Oberle
HCM Media, Inc
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hey all,
I don't think I've ever seen this before, which doesn't necessarily
mean something, but still -- I can't seem to find something relevant
with Google either (except for the source of zsoelim, containing the
error message itself :-/), so I'm a tad worried.
I first noticed "man pkg-config"
A response to another poster peaked my curiosity.
> Incidentally, there is no reason to make it a bash
> script rather than vanilla sh, and you can simplify the script by using
> exec:
I have been writing shell scripts for a bit over fourteen
years so I am not new to this, but I u
Bojan wrote:
>
> 0.5 FORGED_YAHOO_RCVD 'From' yahoo.com does not match 'Received'
> headers
> 0.8 PRIORITY_NO_NAME Message has priority setting, but no
> X-Mailer
> 4.3 CONFIRMED_FORGED Received headers are forged
>
Ahh the irony. You forge your From address and that's exact
Oh this is nuts!
I set the ip address for one of our severs to the wrong address, but
had a debian box ping the address while it was still set to the wrong
address. Now, I have changed the address on the dns server to the
right address, but the debian box still has the old address cached.
How
Hi, all.
I want to reset protocol statistics displayed by netestat -s.
netstat seem to have no option that reset protocol statistics
information shown by netstat -s. (*BSD does(-z option), though)
According to netstat(8), netstat, when invoked with -s option,
uses /proc/net/snmp as the source.
So
This is an autoresponder. I'll never see your message.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hi,
Can you please tell me the drive size limitation of debian Linux. We have a
customer who create
a 2.8 TB logical drive, but the debian Linux host only see 0.34TB.
Thank you.
Ken
Thomas Adam said:
> Why don't you run it, and see?
duh, just needed the -m switch, did a
man start-stop-deamon and finally saw the -m switch.
I'm configuring all my service to be monitored by monit.
--
--Luke CS Sysadmin, Montana State University-Bozeman
--
To UNSUBSCRIBE, email to [EMAIL PR
--- Lucas Albers <[EMAIL PROTECTED]> wrote:
> Does this syntax look correct, I just need to add in a --pidfie to
> start-stop-deamon to have a pidfile written for the process, correct?
> Assuming I have defined LOCKDPID and STATDPID.
Why don't you run it, and see?
-- Thomas Adam
=
"The Li
I am running nfs-common from woody.
I was trying to modify the /etc/init.d/nfs-common script to write the pid
file of statd/lockd on startup.
Does this syntax look correct, I just need to add in a --pidfie to
start-stop-deamon to have a pidfile written for the process, correct?
Assuming I have de
Stalks wrote:
> Recently a new cron error has been showing up during the daily logrotate
> session.
> /etc/cron.daily/logrotate:
> error running postrotate script
> run-parts: /etc/cron.daily/logrotate exited with return code 1
> The logrotate.conf as follows,
> include /etc/logrotate.d
> Wi
[EMAIL PROTECTED] wrote:
> Does anyone know how things are going in terms of an R3 release for
> Woody? I remember seeing info on its progress, but nothing lately. Has
> it been halted due to the recent Social Contract GR?
Periodic announcements have been posted to the Debian devel-announce lis
Andrew M.A. Cater wrote:
> The card is the Netgear WG311 which uses the Prism chipset (I think).
> Using kernel 2.6.5 here and unstable - insmodding the prism54 prism.ko
> module results in a complaint about request_firmware or some such.
Try using modprobe instead of insmod - modprobe will reso
Does anyone have a RAID system running with udev? If
so, how do you get /dev/md0 to show up on reboot?
Running Sarge w/ 2.6.5, my /dev/md0 is wiped and not
restored on reboot. Any help appreciated. Thanks,
Richard
__
Do you Yahoo!?
Yahoo!
On Thu, May 20, 2004 at 04:58:52PM +0100, Colin Watson wrote:
> > mpg123 -s $i | sox -t raw -r 44100 -s -w -c 1 - \
> > -t wav -r 8000 -w -c 1 "`echo $i | sed -e 's/mp3$/wav/'`"
>
> Quoted correctly:
>
> "`echo "$i" | sed -e 's/mp3$/wav/'`"
>
> A much simpler version of that if you know that $i
clydew wrote:
I haven't been able to get KDE to run under Woody rev 1. It starts ok,
but about the third or fourth item in its initialization it goes back to
the gnome signon screen. I did read a bug error saying KDE and Gnome
couldn't be installed together...tried many reinstalls with verios
Thx, ill talk to them, sorry for the delay in the answer,
i just had some things to do.
Cheers,
rak
On Wed, May 12, 2004 at 05:23:05PM +0200, LeVA wrote:
> Maybe the guys at [EMAIL PROTECTED] could help you.
>
> Best wishes,
>
> Daniel
>
> --
> LeVA
>
--
To UNSUBSCRIBE, email to
Katipo, et al --
...and then Katipo said...
%
% I think I heard at one stage that they were owned by Amazon, of 'one
% click' patent fame.
Nope. They were private, and now are owned by ebay. The original owner
was purportedly pretty zealous about protecting others' privacy, but I
think that
On Thursday 20 May 2004 11:09 am, s. keeling wrote:
>Incoming from Jeff Elkins:
>> I'm trying to automate this:
>>
>> #!/bin/sh
>>
>> for i in *; do
>> if test -f $i; then
>> mpg123 -s $i | sox -t raw -r 44100 -s -w -c 1 - -t wav -r 8000 -w -c 1
>> $i.wav
>>
>> fi
>> done
>>
>> which wo
On Thu, May 20, 2004 at 04:25:34PM +0200, Matthias Czapla wrote:
> On Thu, May 20, 2004 at 10:02:00AM -0400, Jeff Elkins wrote:
> > I'm trying to automate this:
> >
> > #!/bin/sh
> >
> > for i in *; do
> > if test -f $i; then
> >
> > fi
> > done
> >
> > which works, but gives me: fi
> Try to stay on topic on the list?
>
> The kernel maintainer walked because of political issues in Debian.
>
Yes, I must apologise to the list because of this (and those people I
unfairly flamed). I didn't mean to come across with zealotry which is
what someone suggested it looked like. I'll
>> If I understand this correctly, users of 'testing' (currently
>> 'sarge') can do *nothing* when new security problems arise? They
>> must wait for the fix in 'unstable' to make it into testing.
pj> You knew going in that the only "safe" path is stable, you were
pj> warned!
Certainly
Jonathan Dowland wrote:
On Wed, May 19, 2004 at 05:56:05PM +1000, James Buchanan wrote:
Thanks, but just because we are debian users, it does not make us a
willing party or lobbyist group.
Take your arguments elsewhere.
Thanks, but if you don't want to play you don't have to, kid.
Take y
Katipo <[EMAIL PROTECTED]> writes:
> I think I heard at one stage that they were owned by Amazon, of 'one
> click' patent fame.
I do not believe that was ever the case. It's not the case now.
(They're owned by eBay.)
--
Alan Shutko <[EMAIL PROTECTED]> - I am the rocks.
When in doubt, lead tru
Dr.-Ing. Christof Hurschler wrote:
try loading the scanner module with the manufacturer and product numbers of
your scanner (I think you can find those on the sane page, or try looking
in /proc/bus/usb/devices).
Chris
Thank you! I've tried it - no success. Other ideas?
Michael
--
To UNSUBSCRIB
Incoming from Jeff Elkins:
>
> I'm trying to automate this:
>
> #!/bin/sh
>
> for i in *; do
> if test -f $i; then
> mpg123 -s $i | sox -t raw -r 44100 -s -w -c 1 - -t wav -r 8000 -w -c 1 $i.wav
>
> fi
> done
>
> which works, but gives me: filename.mp3.wav - anyway to end up with
> Hi all
> Please advise , I'm running squid and using sarg to generate
> reports, but
> recently sarg started giving the following error,
> "segmentation fault" and
> dies without generating a report..
I was just looking at sarg today and discovered the same thing! (self built
from the source a
On Wed, May 19, 2004 at 05:05:18PM -0400, Bojan Baros wrote:
> Link: http://antispam.yahoo.com/domainkeys
>
> So, what's everyone take on this?
Yahoo has less than zero credibility when it comes to spam.
1. They host spammer web sites.
2. They host spammer dropboxes.
3. They host spammer mailing
Hi all
Please advise , I'm running squid and using sarg to generate reports, but
recently sarg started giving the following error, "segmentation fault" and
dies without generating a report..
My squid log file is about 200 Mb, is this the problem ?? if so how do
high volume proxies generate daily/w
Thank you Joris and Adam for your help!
I'd solved the problem
With your instructions I can downgrade to Wine version 20031212 and the
attachments works fine, but the accents hangs Lotus Notes.
Finally I install the new version of Wine 20040505 that's in sid
sources, and all the problems are so
On Thu, May 20, 2004 at 10:02:00AM -0400, Jeff Elkins wrote:
> I'm trying to automate this:
>
> #!/bin/sh
>
> for i in *; do
> if test -f $i; then
>
> fi
> done
>
> which works, but gives me: filename.mp3.wav - anyway to end up with
> filename.wav?
Yes:
mpg123 -s $i | sox -t raw
Dave Howorth wrote:
In my personal experience, Paypal has a long history of not delivering
for non-US people, including not accepting accounts at all, mandating
transfers into US dollars, unhelpful customer service attitudes etc.
Don't know what they're like now because I long ago took the decis
5FOn Thu, 20 May 2004, Bill Moseley wrote:
> People I work with have Macs and use iChat AV. It seems to work quite
> well.
>
> Do I have any workable options for connecting with them running Debian?
>
> Second, any suggestions for doing video conferences between Linux and
> Windows machines?
>
>
People I work with have Macs and use iChat AV. It seems to work quite
well.
Do I have any workable options for connecting with them running Debian?
Second, any suggestions for doing video conferences between Linux and
Windows machines?
Thanks,
--
Bill Moseley
[EMAIL PROTECTED]
--
To UNSUB
On Thursday 20 May 2004 08:34 am, Matthias Czapla wrote:
>On Thu, May 20, 2004 at 04:43:48AM -0400, Jeff Elkins wrote:
>> I need to convert a mess of mp3 files into PCM 8000 kHz, 16 Bit, Mono wav
>> format. I tried using mpg123 and sox :
>>
>> mpg123 -b 1 -s test.mp3 | sox -t raw -r 8000 -s -w
On Wed, 19 May 2004 17:56:05 +1000
James Buchanan <[EMAIL PROTECTED]> wrote:
> Thanks, but if you don't want to play you don't have to, kid.
>
> Take your poo-poos elsewhere.
And why do you think that this kind of attitude will help you or your
cause in gaining acceptance in an unsuitable forum?
At 2004-05-19T02:20:56Z, Dan Jacobson <[EMAIL PROTECTED]> writes:
> Here is a simpleminded listing of packages in the GNU directory but not in
> Debian yet.
As others have pointed out, many (most?) of those are in Debian already.
Furthermore, Debian is not a product of GNU, and is under no obliga
At the very least,
On Wed, May 19, 2004 at 10:20:56AM +0800, Dan Jacobson wrote:
> gdbm ghostscript glib glibc prolog gnutls midnightcommander smalltalk
> parted windowmaker gnuclasspath osip
... are in debian, so your script is faulty.
> xnee
... is still alpha quality.
I'm impressed that as
On Wed, May 19, 2004 at 05:56:05PM +1000, James Buchanan wrote:
>
> > Thanks, but just because we are debian users, it does not make us a
> > willing party or lobbyist group.
> >
> > Take your arguments elsewhere.
>
> Thanks, but if you don't want to play you don't have to, kid.
>
> Take your
I recently gave up on uw-imapd for a variety of reasons and switched to
mailutils-imap4d.
Two problems for which I can't find any documentation:
- It doesn't appear to support TLS/SSL. Although apparently it is built
with --enable-tls, I don't see TLS advertised by the server, and can't
conn
After an upgrade last week (on unstable), remote control no longer works.
I can start firefox just fine, but if I attempt to load another window,
nothing happens. A little debugging revealed that the remote control app
doesn't know that there's an instance running. In fact, if I dig my way
through
I'm running unstable and after some upgrade a few weeks ago, I noticed that
Ctrl+Alt+F1 will no longer get me to the console if I'm logged in (it will
From the GDM login screen).
Do I have to frob some setting in Gnome or something?
Be seeing you,
Emma Jane Hogbin wrote:
I should have been more specific. What are the alternatives to PayPal
which do not require US/[insert other country name here] bank accounts.
Because PayPal is credit card based there's far less hassle for both those
paying and those receiving money. And as far as I know, Pa
Endianto wrote:
Just installed Woody 'succesfully', but couldn't find KDE which is
already setted up as kdm.
Are you saying that KDM (the graphical login window) is starting up, but
that KDE is not in the list of available environments? If so, that's
odd, as KDM is usually installed as pa
On Thu, May 20, 2004 at 04:43:48AM -0400, Jeff Elkins wrote:
> I need to convert a mess of mp3 files into PCM 8000 kHz, 16 Bit, Mono wav
> format. I tried using mpg123 and sox :
>
> mpg123 -b 1 -s test.mp3 | sox -t raw -r 8000 -s -w -c 2 - test.wav
>
> w/o success. The resulting wav file is
On (20/05/04 16:28), Endianto wrote:
> Just installed Woody 'succesfully', but couldn't find KDE which is already setted
> up as kdm.
Hi Edianto
Not sure what you mean by this. Are you using tasksel, dselect or aptitude to
install packages? Or maybe you are just doing apt-get install package?
Keith Nasman wrote:
I was thinking it would be really nice if it also showed some package
notes for this particular build. This would be of particular interest
for security patches. i.e. "This build incorporates bigfixes fixing
vulnerability blah. See for more info". Or,
it could even list out the
Antonio, et al --
...and then Antonio Rodriguez said...
%
% On Wed, May 19, 2004 at 03:36:50PM -0400, Emma Jane Hogbin wrote:
% > On Wed, May 19, 2004 at 10:41:22AM -0700, Brian Nelson wrote:
% > > Has there ever been a reason to *not* boycott paypal?
% >
% > What are the alternatives to PayPal?
Bob --
...and then Bob Proulx said...
%
% Hi David!
Hi! Small world :-) [Say, did you ever see my packet-radio-question
email?]
%
% I know that Colin Watson gave you expert advice and it seems like you
That, indeed, and I hope I am.
% are now moving forward. But I wanted to shift gears a
Colin, et al --
...and then Colin Watson said...
%
% On Wed, May 19, 2004 at 08:56:37PM -0400, David T-G wrote:
% >
% > What's the minimum set that I need for, say, sarge? I don't want to have
% > to download 8G of mirror just to use 1/3 of it.
%
% You can probably use debootstrap --download-o
I forbindelse med integrering med Nettbuss får vi nye mailadresser. Mailen som du har
sendt blir videre sendt til min nye adresse som er [EMAIL PROTECTED]
Med vennlig hilsen
Karstein Nilsen
Original Message
> See the attached file for details.
>
--
To UNSUBSCRIBE, email t
john gennard wrote:
Katipo wrote:
john gennard wrote:
steel,
I did nothing to 'avoid' the option, quite simply it was not made
available to me.
I'm not sure whether the DVD contains beta4 - the write up merely
says " taken
the latest Debian DVD build made with the jigdo tool"
At the end of the
Hi !
What is the best between `ddclient' and `ipcheck' ?
Thanks,
Jerome
Colin Docherty wrote:
On Thu, May 20, 2004 at 09:23:25AM +0800, Support wrote:
Hi!
Can debian support dynamic dns ? Where can I find the info and how to
configure it ?
Have you checked tried "apt-get install ipcheck"?
I've be
Just installed Woody 'succesfully', but couldn't find KDE
which is already setted up as kdm.
Failed to install it manually, since when I go to
# /etc/apt/sources.list then found a message bash:
/etc/apt/sources.list : Permission denied
My kernel version is 2.4.18-bf2.4
Any
Sender Note - Inbound Virus Found
Attention: "Isle of Wight Council" detected a virus in a message you
recently sent to our location. The infected message was Deleted and
will not be delivered to the recipients at this organization. Please
run an antivirus program immediately to scan your deskto
I need to convert a mess of mp3 files into PCM 8000 kHz, 16 Bit, Mono wav
format. I tried using mpg123 and sox :
mpg123 -b 1 -s test.mp3 | sox -t raw -r 8000 -s -w -c 2 - test.wav
w/o success. The resulting wav file is molasses slow.
Any help appreciated. thanks!
Jeff Elkins
--
To UNSU
On Thu, May 20, 2004 at 09:23:25AM +0800, Support wrote:
> Hi!
>
> Can debian support dynamic dns ? Where can I find the info and how to
> configure it ?
Have you checked tried "apt-get install ipcheck"?
I've been using this for a while and it works quite well for me. It also
works from behind
Due to recent regulations we will soon be closing. :(
We have the highest quality, and now, lowest priced prescription drugs online.
Buy something while you still can!
VIAGR9A Ciali(s VALI|UM XAhttp://manz45a1.com/gp/default.asp?id=gm03
committable whatever hoagland twitsilkworm tularemia tamp
c
Katipo wrote:
john gennard wrote:
steel,
I did nothing to 'avoid' the option, quite simply it was not made
available to me.
I'm not sure whether the DVD contains beta4 - the write up merely
says " taken
the latest Debian DVD build made with the jigdo tool"
At the end of the base install, I was
1 - 100 of 107 matches
Mail list logo