Re: download speeds on console

2004-09-08 Thread Mitar
Hi!

On Wed, 08 Sep 2004 08:06:03 +0300, Vin Jacob <[EMAIL PROTECTED]> wrote:
> What is best app to get eth and ppp upload and download rates in a console.

bwm (BandWidth Monitor)


Mitar


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: firewall/router configuration

2004-09-08 Thread John Summerfield
James LeClair wrote:
My router is a dual-homed P1 box that runs Woody. I would like to do a 
clean install in the near future. After it is all set up, and before I 
take it online for the first time, what steps are involved to slimming 
it down and securing it?
Maybe a few tips or linkage to good docs on the topic would be very 
appreciated.
Heretical, I know, but consider something prepackaged for the job such as ipcop.

--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: rm difficult filename

2004-09-08 Thread John Summerfield
Cameron Hutchison wrote:
Once upon a time Antonio Rodriguez said...
 

When capturing a file from an url with the command
mplayer -dumpstream -dumpfile archive.rm -playlist url
and other variants, by misplacing the option -rtsp-stream-over-tcp a
file was created with this name, i.e.,
-rtsp-stream-over-tcp is the filename.
   

Two common ways:
rm -- -rtsp-stream-over-tcp
or
rm ./-rtsp-stream-over-tcp
In the first case, the -- tells rm to stop processing options, in the
second case you're finding a way to refer to the same file in such a way
that it does not start with -.
 

Often, too, you can use the TAB key to advance over problematic 
characters, a "?" to represent one of them and "*" to represent any 
number of them. So

rm ?rtsp-stream-over-tcp
rm *over-tcp
Sometimes, what prints as a space is actually something else. That can 
be particularly confusing.

--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: HD Patch for badsectors?

2004-09-08 Thread John Summerfield
Louie Miranda wrote:
I have a really big problem.
I have a remote server, and some sectors on that drive is not
functioning well. it has badsectors..

end_request: I/O error, dev 03:03 (hda), sector 7372776
end_request: I/O error, dev 03:03 (hda), sector 7372776
end_request: I/O error, dev 03:03 (hda), sector 7372776
end_request: I/O error, dev 03:03 (hda), sector 7372776
end_request: I/O error, dev 03:03 (hda), sector 7372776
What commands, can i type? to patch everything and just make it active
so i could re-do my backup. common commands like ls, cp, mv, scp, tar
are not working.
common errors are.. "Bus error" and "input/output" errors.
 

It might not be the disk drive: I have seen a bad mobo do that sort of 
thing.  "Bus error" doesn't really apply to PC hardware (I note you 
didn't say what your hardware is) and the fact you're getting them 
suggests  you're running corrupted code; I'm not sure I'd trust a backup 
from that machine at all.

If at all possible, put that drive in a known good machine running a 
known good copy of Debian (or, at a pinch anything that can read your 
disk). Use that to copy your data; if that works you can figure the 
existing server is untrustworthy.

Even if it works, it does not mean your  files are good, it is quite 
possible the same hardware errors giving you bus errors also cause you 
to write bad data.

:( my server has been hurt pretty bad.
 

It has,

--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Stopping kernel 2.6/discover loading Alsa and OSS

2004-09-08 Thread Mark Cooke
Hi,
I just upgraded from 2.4.26 to 2.6.8 from unstable, in the process I 
upgraded hotplug, alsa, and discover to version 2, everyhing is 
generally fine, apart from when I run the gnome-mixer, it shows a 
sigmatel soundcard?? and my SB live (alsa).

I have no alsa configuration files in /etc/alsa any more, as I moved 
these to a tmp location, to avoid problems, the problem is discover has 
changed the way they handle the config, it's xml based, and I cannot see 
(even after googling), what I need to put in there to avoid running oss 
drivers ( yes I know I can not build them in the kernel, but this kernel 
will be used in my dads machine, which alsa does not support).

I've tried converting the old discover.conf to the the discover 
configuration, as this was suggested, and nothing, it just moans, about 
invalid config options.

Is there a way I can only load one or the other?
Thanks
Mark

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



USB network

2004-09-08 Thread Lauri Tischler
Not really debian question,
does any kernel support USB network devices, ethernet or wlan ?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Sendmail: Deferred: Name server: : host name lookup failure

2004-09-08 Thread Robert S
I realise that this must be one of the most commonly asked questions on the
net, but haven't found an answer despite extensive googling.  I assume that
my DNS is screwed.

I have set up a mail server using sendmail and debian 3.0.  I am using an
D-Link ADSL ethernet router, which acts as a name server.  My outgoing
messages don't get sent and I get this in the mail log (for a message to a
hypothetcial recipient.com.au.  My server has the name myserver.net.au -
also hypothetical):

Sep  8 18:04:36 debian sm-mta[3550]: i8883aUu003545:
to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> (1000/1000), delay=0
0:00:40, xdelay=00:00:40, mailer=esmtp, pri=120440, relay=recipient.com.au.,
dsn=4.0.0, stat=Deferred: Name server: recipient.co
m.au.: host name lookup failure

My /etc/mail/sendmail.mc:

divert(-1)dnl
divert(0)dnl
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail.mc, v 8.12.3-6.6 2003-09-17 18:35:09 cowboy Exp $')
OSTYPE(`debian')dnl
DOMAIN(`debian-mta')dnl
LOCAL_CONFIG
FEATURE(`masquerade_envelope')dnl
LOCAL_CONFIG
Cwmydomain.net.au
FEATURE(`use_cw_file')dnl
FEATURE(`use_ct_file')dnl
FEATURE(`smrsh')dnl
LOCAL_CONFIG
FEATURE(`access_db', hash -T /etc/mail/access)dnl
FEATURE(`dnsbl', `sbl.spamhaus.org', `550 Mail rejected - your mail server
is blacklisted: See http://www.spamhaus.org')dnl
FEATURE(`dnsbl', `relays.ordb.org',  `550 Mail rejected - your mail server
is blacklisted: See http://www.ordb.org/faq/\#why_rejected')dnl
FEATURE(`dnsbl', `list.dsbl.org',`550 Mail rejected - your mail server
is blacklisted: See http://dsbl.org/main')dnl
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clamav-milter.ctl,F=,
T=S:4m;R:4m')dnl
define(`confINPUT_MAIL_FILTERS', `clmilter')dnl
define(`LOCAL_MAILER_PATH', `/usr/bin/procmail')dnl
FEATURE(`local_procmail')dnl
FEATURE(nodns)dnl
MAILER_DEFINITIONS
MAILER(`procmail')dnl
MAILER(local)dnl
MAILER(smtp)dnl

My /etc/resolv.conf:

domain mydomain.net.au
nameserver 192.168.0.1

My /etc/hosts:

### etherconf DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT BEFORE IT.

127.0.0.1   localhost
::1 localhost   ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

192.168.0.33debian.mydomain.net.audebian

### END OF DEBCONF AREA.  PLACE YOUR EDITS BELOW; THEY WILL BE PRESERVED.

Output of  nslookup ozemail.com.au
Server: 192.168.0.1
Address:192.168.0.1#53

Non-authoritative answer:
Name:   ozemail.com.au





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: rm difficult filename

2004-09-08 Thread Tim Connors
Cameron Hutchison <[EMAIL PROTECTED]> said on Wed, 8 Sep 2004 15:24:56 +1000:
> Once upon a time Antonio Rodriguez said...
> > When capturing a file from an url with the command
> > mplayer -dumpstream -dumpfile archive.rm -playlist url
> > and other variants, by misplacing the option -rtsp-stream-over-tcp a
> > file was created with this name, i.e.,
> > -rtsp-stream-over-tcp is the filename.
> 
> Two common ways:
> 
> rm -- -rtsp-stream-over-tcp
> 
> or
> 
> rm ./-rtsp-stream-over-tcp
> 
> 
> In the first case, the -- tells rm to stop processing options, in the
> second case you're finding a way to refer to the same file in such a way
> that it does not start with -.

It should be noted this comes in useful for all gnu commands.

grep -i -- -CaSe-InSenSeTive-Regexp-With-A-Dash-At-Start -filename-with-a-dash-at-start

And if you get a filename with non-printable garbage in it, then you
can say

rm -i ?rtsp-str??m-over-t??

Use rm -i though, otherwise the first time you try this, you will make
a mistake :)

-- 
TimC -- http://astronomy.swin.edu.au/staff/tconnors/
Disclaimer: Due to feline interference, this post may contain typographical
errors.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB network

2004-09-08 Thread David Goodenough
On Wednesday 08 September 2004 10:18, Lauri Tischler wrote:
> Not really debian question,
> does any kernel support USB network devices, ethernet or wlan ?

lots (almost all) and some respectively.

David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[no subject]

2004-09-08 Thread demirbeye



I have adaptec 29160 scsi hosyt adapter and  
severel scsi hdd ultra scsi, scsi3 wect  when runing with winxp will not 
run outlook express and internet explorer smoothly starts okay and then slows 
down and will not loadd pages will I be ab;e to use those hdd 
likeide


Re: postfix vs. exim, mailscanner vs. amavis, clamav, IMAP server thoughts?

2004-09-08 Thread Paul Gear
John Summerfield wrote:
> ...
>> - procmail's configuration is almost as hideous as sendmail's, and i'd
>> rather not use it if i don't have to.  The only local delivery feature i
>> really need is server-side filters, and i'd like them to be maintainable
>> from a web page or mail client if possible, but this isn't essential.
> 
> Take it slowly, bit by bit. You can do lots with simple regular
> expressions.

I don't want to do lots with simple regular expressions, i want to do a
little, without procmail if possible.

> ...
>> - I've also heard good things about MailScanner as a virus/spam filter
>> (certainly it seems to be more polished than amavisd).  However,
>> MailScanner in woody doesn't seem to support postfix or ClamAV, and
>> requires exim.  This doesn't seem to be a general limitation with the
>> products, but simply with the woody versions of them.  With sarge, the
>> situation seems better, and both postfix and ClamAV are supported by
>> MailScanner.
>>
>>  
>>
> At this time I'd be installing Sarge. I would not be seeking to do an
> upgrade any time soon.

Except that until sarge is released, it doesn't get priority security
updates.

-- 
Paul

--
Did you know?  Email addresses can be forged easily.  This message is
signed with GNU Privacy Guard  and Enigmail
 so you can be sure it comes from me.


signature.asc
Description: OpenPGP digital signature


Re: gnumeric or oocalc

2004-09-08 Thread Paul Gear
Richard Lyons wrote:
> On Monday 06 September 2004 21:43, Paul Gear wrote:
> [...]
> 
>>I have another criteria which you may or may not find relevant: is it
>>cross-platform.  This is a critical issue to me, because i need to be
>>able to recommend the tool to the end users i support, and most of them
>>still use Windows or Mac.  Therefore, if there is a cross-platform
>>solution that works (i.e. OpenOffice.org), i recommend it.  I do the
>>same with browsers and email (Mozilla/Firefox/Thunderbird).
> 
> 
> But gnumeric can read and write excel format files, so less of a problem...

That's not the point.  Gnumeric isn't natively cross-platform.  OOo and
the Mozilla suite are.

-- 
Paul

--
Did you know?  Email is not private and can be viewed by your ISP, the
recipient's ISP, and possibly other parties.  You can make sure your
emails are private by using GNU Privacy Guard  and
an email plug-in like Enigmail .


signature.asc
Description: OpenPGP digital signature


Re: Sendmail: Deferred: Name server: : host name lookup failure

2004-09-08 Thread Diesis
Robert S wrote:
Sep  8 18:04:36 debian sm-mta[3550]: i8883aUu003545:
to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> (1000/1000), delay=0
0:00:40, xdelay=00:00:40, mailer=esmtp, pri=120440, relay=recipient.com.au.,
dsn=4.0.0, stat=Deferred: Name server: recipient.co
m.au.: host name lookup failure
Do you send these message from the host itself ?
What are the error messages sent back to you ?
It seems to me that you need genericstable and generics-domain-file.
See this: ctladdr=<[EMAIL PROTECTED]>
--
Diesis
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: First general purpose unmoderated newsgroup for Debian

2004-09-08 Thread Thomas Stivers
On Sat, Sep 04 2004 at 05:54:24PM -0700, Paul Johnson wrote:
> <#secure method=pgp mode=sign>

Just out of curiosity what is the purpose of the line above? I have seen
it only on Paul's messages and it seems unnecessary.

-- 
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan

Thomas Stivers  e-mail: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: rm difficult filename

2004-09-08 Thread John Summerfield
Tim Connors wrote:
And if you get a filename with non-printable garbage in it, then you
can say
rm -i ?rtsp-str??m-over-t??
Use rm -i though, otherwise the first time you try this, you will make
a mistake :)
 

To see what it might do:
echo rm  ?rtsp-str??m-over-t??
If you like what you see
echo rm  ?rtsp-str??m-over-t?? | bash -x
--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: postfix vs. exim, mailscanner vs. amavis, clamav, IMAP server thoughts?

2004-09-08 Thread John Summerfield
Paul Gear wrote:
At this time I'd be installing Sarge. I would not be seeking to do an
upgrade any time soon.
   

Except that until sarge is released, it doesn't get priority security
updates.
 

Does Debian have more than one grade of security update? I assumed when 
Sarge started getting security ipdates it was placed on an equal footing 
with Woody.

--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: rm difficult filename

2004-09-08 Thread Kevin B. McCarty
John Summerfield wrote:

> Often, too, you can use the TAB key to advance over problematic characters, a "?" to 
> represent one of them and "*" to represent any number of them. So
> 
> rm ?rtsp-stream-over-tcp
> rm *over-tcp

Sometimes, but in this case it wouldn't work.  Using a * or ? will help
with characters that the shell wants to mess with, but - generally has
no special meaning to the shell. [1]

So "rm *over-tcp" will be globbed by the shell and passed to rm as
"rm -rtsp-stream-over-tcp".  This doesn't help because the first - is
interpreted by rm itself as an indication that the argument is a flag
instead of a file.

Some people take advantage of this behavior by creating a file called
"-i" in important directories, so "rm *" will turn into "rm -i ..."
causing rm to ask for confirmation before deleting.


[1] Yes, I'm aware of "cd -" and there are probably other special cases.

regards,

-- 
Kevin B. McCarty <[EMAIL PROTECTED]>   Physics Department
WWW: http://www.princeton.edu/~kmccarty/Princeton University
GPG public key ID: 4F83C751 Princeton, NJ 08544


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: download speeds on console

2004-09-08 Thread Johann Koenig
On Wednesday September  8 at 08:06am
Vin Jacob <[EMAIL PROTECTED]> wrote:

> What is best app to get eth and ppp upload and download rates in a
> console.

iptraf gives lots of information, including source and destination
host/port. It also has a mode that shows total rates and whatnot.
-- 
-johann koenig
Now Playing: The Bedrockers - Breakdown : Punk Vs. Emo (Disc 1 - Punk)
Today is Sweetmorn, the 32nd day of Bureaucracy in the YOLD 3170
My public pgp key: http://mental-graffiti.com/pgp/


pgpMJmMj52vKL.pgp
Description: PGP signature


FreeBSD or DEBIAN for remotely administered internet server

2004-09-08 Thread Peter Gutbrod
Please no discussion about different licensing and other fundamentals, this
has been discussed over and over again.

Just some comments (ideally backed by practical experience), which one is
easier to keep up-to-date remotely via ssh, mainly in request to security.
So no fancy X-Windows stuff, no cutting edge beta apps, just stable
standards like apache, bind, MySQL, Qmail, Courier, Proftpd etc. (so the
advantage of FreeBSD's ports to be some times more current than DEBIAN's
packages shouldn't count very much, as long as both come up with important
security updates just in time). Some, like apache/PHP are likely to need
installation from source, due to the great number of options, most could
just be installed as binaries.

In case someone hosting a headless remote server and used both, DEBIAN and
FreeBSD, I'd like to hear the reasons why you prefer the one (expect to be
DEBIAN on this list ;-) over the other.

Thanks for your comments

Peter

PS: Posted this as well to  to collect arguments
from FreeBSD evangelists, just in case you are interested



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: download speeds on console

2004-09-08 Thread Johann Koenig
On Wednesday September  8 at 08:34am
Johann Koenig <[EMAIL PROTECTED]> wrote:

> On Wednesday September  8 at 08:06am
> Vin Jacob <[EMAIL PROTECTED]> wrote:
> 
> > What is best app to get eth and ppp upload and download rates in a
> > console.
> 
> iptraf gives lots of information, including source and destination
> host/port. It also has a mode that shows total rates and whatnot.

Ooops, forgot:
nail provides very nice graphs of incoming and outgoing over time. As
for as I know, iptraf will only display the current rate.
-- 
-johann koenig
Now Playing: Between The Buried And Me - Camilla Rhodes : Victory
Records Compilation
Today is Sweetmorn, the 32nd day of Bureaucracy in the YOLD 3170
My public pgp key: http://mental-graffiti.com/pgp/


pgpUK72vmEP5q.pgp
Description: PGP signature


Re: cannot install xfree86-common via apt

2004-09-08 Thread Kevin B. McCarty
You wrote:

> I did upgrade with apt-get upgrade,
> but i got error that i cant install xfree86-common, i try apt-get -f install and it 
> install the other packages except xfree86-common, the error is:
> 
> 
> Preparing to replace xfree86-common 4.3.0.dfsg.1-6 (using 
> .../xfree86-common_4.3.0.dfsg.1-7_all.deb) ...
> Document `debian-x-faq' is not installed, cannot remove.
> Unpacking replacement xfree86-common ...
> dpkg: error processing /var/cache/apt/archives/xfree86-common_4.3.0.dfsg.1-7_all.deb 
> (--unpack):
> trying to overwrite `/usr/lib/X11', which is also in package t1-cyrillic

This was mentioned on the debian-x list and seems to be a bug in the
t1-cyrillic package.  See http://bugs.debian.org/270346 .

As a workaround (note: not tested personally), you can probably
temporarily uninstall t1-cyrillic, install xfree86-common, and then
reinstall t1-cyrillic:

# dpkg --purge t1-cyrillic
# apt-get install xfree86-common
# apt-get install t1-cyrillic

This should work since /usr/lib/X11 is shipped as a symlink in
xfree86-common and as a directory (the bug) in t1-cyrillic.

Good luck,

-- 
Kevin B. McCarty <[EMAIL PROTECTED]>   Physics Department
WWW: http://www.princeton.edu/~kmccarty/Princeton University
GPG public key ID: 4F83C751 Princeton, NJ 08544


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Alejandro Matos
Hi there, I'm still trying to get dvd's to play in Debian. Has anyone
of you experience in that area? The think is I've managed to use
everything i need in Debian, and I don't want to install Windows in
the other partition just to see DVD's

Hope you can help

Alejandro


On Tue, 7 Sep 2004 21:51:05 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> Ok, let's see:
> 
> $ ls -l /dev/hdd
> brw-rw  1 root cdrom 22, 64 2004-07-22 22:54 /dev/hdd
> 
> $ ls -l /dev/dvd
> lrwxrwxrwx  1 root root 8 2004-09-07 14:22 /dev/dvd -> /dev/hdd
> 
> $ groups
> alejandro dialout cdrom floppy audio video
> 
> Well, i could see a dvd for only 24 secs and nothing more, no audio.
> Then i changed the dvd and i can't see it anymore, the message is
> this:
> 
> "couldn't open /dev/dvd"
> 
> Hope that someone can help :)
> 
> Thanks
> 
> Alejandro
> 
> 
> 
> 
> On Tue, 7 Sep 2004 14:51:18 +0100, Steven Satelle <[EMAIL PROTECTED]> wrote:
> > On Tue, 7 Sep 2004 15:32:28 +0200, Philippe Marzouk
> > <[EMAIL PROTECTED]> wrote:
> > > On Tue, Sep 07, 2004 at 04:14:12PM +0300, Alejandro Matos wrote:
> > > > I tried with xine but it says something about "dvd:/" don't understand
> > > > that :-\
> > > >
> > >
> > > Do you have a /dev/dvd link to the device of your dvd drive ?
> > >
> > > You can verify with
> > > ls -l /dev/dvd
> > >
> > > If it does not exist you can create it (as root)
> > > cd /dev
> > > ln -s hdc dvd
> > > (replace hdc with the actual device of your dvd drive, hdc is for
> > > secondary master).
> > >
> > > Philippe
> > >
> > >
> > dont forget to change the group of the link. by default it will be
> > root change it to cdrom or video, and make sure you are a member of
> > the needed group. If it still wont work change the group on the device
> > - /dev/hdc or whatever it is to video (or cdrom)
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



KDevelop 3.1 anytime soon?

2004-09-08 Thread Nicos Gollan
Hi,

I know this is a touchy subject, and Debian freezes seem oddly
coincident with KDE releases. So let's be civil ;-)

Is there anything known about KDevelop 3.1 coming to unstable anytime
soon? A large part of KDE 3.3 seems to have made it there already.

-- 
Got Backup?

Jabber: Shadowdancer at jabber.fsinf.de


pgpcQihkjqgHL.pgp
Description: PGP signature


Re: Using DVD

2004-09-08 Thread Johann Koenig
On Wednesday September  8 at 03:53pm
Alejandro Matos <[EMAIL PROTECTED]> wrote:

> Hi there, I'm still trying to get dvd's to play in Debian. Has anyone
> of you experience in that area? The think is I've managed to use
> everything i need in Debian, and I don't want to install Windows in
> the other partition just to see DVD's

Might want to check this out:
[EMAIL PROTECTED]:~$ apt-cache show libdvdcss2
Package: libdvdcss2
Priority: optional
Section: libs
Installed-Size: 104
Maintainer: Christian Marillat <[EMAIL PROTECTED]>
Architecture: i386
Source: libdvdcss
Version: 1.2.8-0.0
Replaces: libdvdcss-dev (<= 0.0.3-3), libdvdcss0 (<= 1.0.0-0.0)
Provides: libdvdcss
Depends: libc6 (>= 2.3.2.ds1-4)
Filename: dists/unstable/main/binary-i386/libdvdcss2_1.2.8-0.0_i386.deb
Size: 26694
MD5sum: 2b9946540b33d8d2d61dcec70a64a204
Description: Simple foundation for reading DVDs - runtime libraries
 To allow applications to access some of the more advanced features
 of the DVD format.

[EMAIL PROTECTED]:~$ 

Also, I think I remember having better luck with VLC or Mplayer, rather
than Xine. It's been a while since I've had to play a DVD, so I can't
quite remember properly.
-- 
-johann koenig
Now Playing: Divit - No Regrets : Punk Vs. Emo (Disc 1 - Punk)
Today is Sweetmorn, the 32nd day of Bureaucracy in the YOLD 3170
My public pgp key: http://mental-graffiti.com/pgp/


pgpbSPxPbZ3NO.pgp
Description: PGP signature


Re: Using DVD

2004-09-08 Thread Michael Marsh
On Wed, 8 Sep 2004 15:53:06 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> Hi there, I'm still trying to get dvd's to play in Debian. Has anyone
> of you experience in that area? The think is I've managed to use
> everything i need in Debian, and I don't want to install Windows in
> the other partition just to see DVD's

If this is a movie DVD, have you installed libdvdcss2?  Note that this
is technically not
legal in the U.S.  Once that's installed, "xine dvd:/" should do the
trick, assuming you've
installed the codec for unencrypted DVDs.

-- 
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Kent West
Alejandro Matos wrote:
Hi there, I'm still trying to get dvd's to play in Debian. Has anyone
of you experience in that area? The think is I've managed to use
everything i need in Debian, and I don't want to install Windows in
the other partition just to see DVD's
 

You may not have the appropriate decss codecs installed. Take a look at 
"/usr/share/doc/libdvdread3/README.Debian".

--
Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Johann Koenig
On Wednesday September  8 at 09:00am
Johann Koenig <[EMAIL PROTECTED]> wrote:

> Maintainer: Christian Marillat <[EMAIL PROTECTED]>

Forgot to mention that Christian maintains his own archive of .deb's:

deb ftp://ftp.nerim.net/debian-marillat/ unstable main

Stick that in /etc/apt/sources.list and do apt-get update.
-- 
-johann koenig
Now Playing: Seether - Gasoline : X Games VIII Sampler
Today is Sweetmorn, the 32nd day of Bureaucracy in the YOLD 3170
My public pgp key: http://mental-graffiti.com/pgp/


pgpx85O2nkwTH.pgp
Description: PGP signature


Re: HP DeskJet 895C

2004-09-08 Thread nx13372
Freddy Freeloader wrote:
Wayne Topa wrote:
Freddy Freeloader([EMAIL PROTECTED]) is reported to have said:
 

Hi All,
I'm having problems with getting my HP DeskJet 895C printer to 
work.  It is connected with a usb cable.  I have, I think anyway, 
all the appropriate usb modules (ehci, uhci, usblp, and usbcore) 
loaded in the 2.6.8 kernel I'm using, and I'm running sarge(upgrade 
from woody).  I also have CUPS and the HP drivers "hpijs" and "hpoj" 
installed.  I can log onto the CUPS admin page and work with it so 
CUPS seems to be installed correctly.  However, I cannot get the 
computer to find the printer.   I know the printer works as I just 
unplugged it from another computer and used the same usb cable for 
both hookups.
Anyone have any good ideas for troubleshooting this?  Being a newbie 
to Linux I'm at the end of my own ideas as to where to go from 
here.  I have run the "/etc/init.d/hpoj setup" command and it scans 
for, but does not find the printer.  I have the .ppd file for the 
printer installed in the /usr/share/cups/model/ directory.  The 
/proc/bus/usb/ directory is empty.   When I tell CUPS to look to usb 
interfaces for the printer, no matter what usb interface # I have 
used, the error log tells me the device can't be found.  When I run 
"gs -h" the "ijs" device is listed in the output.   

Try installing hotplug
Description: Linux Hotplug Scripts
This package contains the scripts necessary for hotplug Linux support,
and lets you plug in new devices and use them immediately.
It includes support for PCI, Cardbus (PCMCIA), USB and Firewire devices
and can automatically configure network interfaces.
wt
 

Wayne,
I installed the hotplug module in the kernel as you suggested.   I 
even rebooted afterwards, but still no joy.


Move to tty1 then remove and insert the usb cable and check if the 
printer is claimed or not.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: file/dir rights management

2004-09-08 Thread Kevin B. McCarty
Martin Henne wrote:

> On my system I want to keep users from
> browsing the '/home' directory. Unfortunately,
> when I do a 'chmod o-r /home', the user 
> can't login via ftp anymore.

Hi Martin (I'm BCC-ing you since your email was anti-spam munged),

Stefan already addressed your main question, so this is a little
off-topic.  But if you are concerned about security, you should be much
more worried about the fact that you are permitting user logins by FTP
than that the users can read some files in /etc.  Are you aware that FTP
transmits passwords over the 'net without encryption, so anyone snooping
on the connection could steal them?

I suggest SFTP as an alternative -- it unfortunately isn't as featureful
as some FTP clients, but at least it will encrypt passwords.

[If you are only using FTP on a closed trusted LAN, of course, I
withdraw the comment.]

-- 
Kevin B. McCarty <[EMAIL PROTECTED]>   Physics Department
WWW: http://www.princeton.edu/~kmccarty/Princeton University
GPG public key ID: 4F83C751 Princeton, NJ 08544


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread nx13372
Alejandro Matos wrote:
Hi there, I'm still trying to get dvd's to play in Debian. Has anyone
of you experience in that area? The think is I've managed to use
everything i need in Debian, and I don't want to install Windows in
the other partition just to see DVD's
Hope you can help
Alejandro
On Tue, 7 Sep 2004 21:51:05 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
 

Ok, let's see:
$ ls -l /dev/hdd
brw-rw  1 root cdrom 22, 64 2004-07-22 22:54 /dev/hdd
$ ls -l /dev/dvd
lrwxrwxrwx  1 root root 8 2004-09-07 14:22 /dev/dvd -> /dev/hdd
$ groups
alejandro dialout cdrom floppy audio video
Well, i could see a dvd for only 24 secs and nothing more, no audio.
Then i changed the dvd and i can't see it anymore, the message is
this:
"couldn't open /dev/dvd"
Hope that someone can help :)
Thanks
Alejandro

On Tue, 7 Sep 2004 14:51:18 +0100, Steven Satelle <[EMAIL PROTECTED]> wrote:
   

On Tue, 7 Sep 2004 15:32:28 +0200, Philippe Marzouk
<[EMAIL PROTECTED]> wrote:
 

On Tue, Sep 07, 2004 at 04:14:12PM +0300, Alejandro Matos wrote:
   

I tried with xine but it says something about "dvd:/" don't understand
that :-\
 

Do you have a /dev/dvd link to the device of your dvd drive ?
You can verify with
ls -l /dev/dvd
If it does not exist you can create it (as root)
cd /dev
ln -s hdc dvd
(replace hdc with the actual device of your dvd drive, hdc is for
secondary master).
Philippe
   

dont forget to change the group of the link. by default it will be
root change it to cdrom or video, and make sure you are a member of
the needed group. If it still wont work change the group on the device
- /dev/hdc or whatever it is to video (or cdrom)
 


 

Do you mount the dvd like:
#mount /dev/hdd /cdrom1
Or are you using automount?

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [survey] TERM=rxvt-unicode as package default

2004-09-08 Thread Thomas Dickey
Eduard Bloch <[EMAIL PROTECTED]> wrote:
> Hello,

> I am the maintainer of rxvt-unicode and wish to get more user comments
> on the recent change in the package. Nowadays, it uses "rxvt-unicode" as
> the TERM setting which makes curses-based applications use the new
> terminfo file which is slightly different than the one from rxvt (more
> and better colors, italic fonts, and should fix some rxvt bugs). That is
> the setting prefered by the upstream author.

"some rxvt bugs" is vague.  rxvt-unicode's changelog is equally vague.
Perhaps the maintainers could devote a few minutes to rectifying this.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



FreeBSD or DEBIAN for remotely administered internet server

2004-09-08 Thread Peter Gutbrod
Please no discussion about different licensing and other fundamentals, this
has been discussed over and over again.

Just some comments (ideally backed by practical experience), which one is
easier to keep up-to-date remotely via ssh, mainly in request to security.
So no fancy X-Windows stuff, no cutting edge beta apps, just stable
standards like apache, bind, MySQL, Qmail, Courier, Proftpd etc. (so the
advantage of FreeBSD's ports to be some times more current than DEBIAN's
packages shouldn't count very much, as long as both come up with important
security updates just in time). Some, like apache/PHP are likely to need
installation from source, due to the great number of options, most could
just be installed as binaries.

In case someone hosting a headless remote server and used both, DEBIAN and
FreeBSD, I'd like to hear the reasons why you prefer the one (expect to be
DEBIAN on this list ;-) over the other.

Thanks for your comments

Peter

PS: Posted this as well to  to collect arguments
from FreeBSD evangelists. just in case you are interested


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



FreeBSD or DEBIAN for remotely administered internet server

2004-09-08 Thread Peter Gutbrod
Please no discussion about different licensing and other fundamentals, this
has been discussed over and over again.

Just some comments (ideally backed by practical experience), which one is
easier to keep up-to-date remotely via ssh, mainly in request to security.
So no fancy X-Windows stuff, no cutting edge beta apps, just stable
standards like apache, bind, MySQL, Qmail, Courier, Proftpd etc. (so the
advantage of FreeBSD's ports to be some times more current than DEBIAN's
packages shouldn't count very much, as long as both come up with important
security updates just in time). Some, like apache/PHP are likely to need
installation from source, due to the great number of options, most could
just be installed as binaries.

In case someone hosting a headless remote server and used both, DEBIAN and
FreeBSD, I'd like to hear the reasons why you prefer the one (expect to be
DEBIAN on this list ;-) over the other.

Thanks for your comments

Peter

PS: Posted this as well to  to collect arguments
from FreeBSD evangelists. just in case you are interested


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Stopping kernel 2.6/discover loading Alsa and OSS

2004-09-08 Thread John M Flinchbaugh
On Wed, Sep 08, 2004 at 10:06:05AM +0100, Mark Cooke wrote:
> I just upgraded from 2.4.26 to 2.6.8 from unstable, in the process I 
> upgraded hotplug, alsa, and discover to version 2, everyhing is 
> generally fine, apart from when I run the gnome-mixer, it shows a 
> sigmatel soundcard?? and my SB live (alsa).
> 
> Is there a way I can only load one or the other?

i've not used discover, but hotplug may be what's loading your sound
drivers by their pci device.  you may need to blacklist the one you
don't want automatically loaded by creating a file in
/etc/hotplug/blacklist.d/ and listing the modules you want ignored.

my system seems to have a /etc/hotplug/blacklist.d/alsa_base file which
lists all the oss drivers to keep them from loading.  maybe you can
install the alsa-base package and get your system to use alsa (and oss
emulation) only.
-- 
}John Flinchbaugh{__
| [EMAIL PROTECTED] http://www.hjsoft.com/~glynis/ |
~~Powered by Linux: Reboots are for hardware upgrades only~~


signature.asc
Description: Digital signature


Re: Sendmail: Deferred: Name server: : host name lookup failure

2004-09-08 Thread Robert S
> Do you send these message from the host itself ?

These were sent from within the local network, not from the host itself

I've just tried sending a message from the host itself (using the mail
command) and get the same result

> What are the error messages sent back to you ?

The original message was received at Mon, 6 Sep 2004 16:00:29 +1000
from robert [192.168.0.7]

   - The following addresses had permanent fatal errors -
<[EMAIL PROTECTED]>

   - Transcript of session follows -
<[EMAIL PROTECTED]>... Deferred: Name server: emailme.net.au.: host
name
lookup failure
Message could not be delivered for 1 minute
Message will be deleted from queue

> It seems to me that you need genericstable and generics-domain-file.> See
this: [EMAIL PROTECTED]

That's a hangover from when we only used this for local delivery.  I've
fixed this by changing the sender of messages to "[EMAIL PROTECTED]".
Still no joy.

If this is of any help:  I have set up DNS hosting with EveryDNS.net.  Here
is my entry (as per their instructions):

Current Records:  HostTypeValueMX
TTL
mail.mydomain.net.auAxxx.xxx.xxx.xxxN/A
86400
mydomain.net.au   Axxx.xxx.xxx.xxxN/A
86400
mydomain.net.au   MXmail.mydomain.net.au1086400
www.mydomain.net.au  A   xxx.xxx.xxx.xxx N/A
86400

Is this set up properly??  I am a complete n00b when it comes to this!




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Alejandro Matos
As I know, there is no need to mount the dvd...

well, this is the error I have
$ xine dvd:/
This is xine (X11 gui) - a free video player v0.99.1.
(c) 2000-2003 The xine Team.
libdvdnav: Using dvdnav version 1-rc3c from http://xine.sf.net
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
libdvdnav: vm: faild to open/read the DVD

Another error i get is this one:
#error
xine: found demuxer plugin: Elementary MPEG stream demux plugin
xine: found input plugin: file input plugin 
xine: cannot find plugin for MRL [dvd:/]
xine: input plugin cannot open MRL [dvd:/]
xine: found input plugin: DVD navegator
xine: found demuxer plugin: Elementary MPEG stream demux plugin
xine: found input plugin: file input plugin 

>>>Check if another program already uses MRL<<<
snd_pcm_open() failed:-2: no such file or directory
##error##

Any ideas?

PS: libdvdcss2 (1.2.8-sarge0.0)


On Wed, 08 Sep 2004 14:16:07 +0100, nx13372 <[EMAIL PROTECTED]> wrote:
> 
> 
> Alejandro Matos wrote:
> 
> >Hi there, I'm still trying to get dvd's to play in Debian. Has anyone
> >of you experience in that area? The think is I've managed to use
> >everything i need in Debian, and I don't want to install Windows in
> >the other partition just to see DVD's
> >
> >Hope you can help
> >
> >Alejandro
> >
> >
> >On Tue, 7 Sep 2004 21:51:05 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> >
> >
> >>Ok, let's see:
> >>
> >>$ ls -l /dev/hdd
> >>brw-rw  1 root cdrom 22, 64 2004-07-22 22:54 /dev/hdd
> >>
> >>$ ls -l /dev/dvd
> >>lrwxrwxrwx  1 root root 8 2004-09-07 14:22 /dev/dvd -> /dev/hdd
> >>
> >>$ groups
> >>alejandro dialout cdrom floppy audio video
> >>
> >>Well, i could see a dvd for only 24 secs and nothing more, no audio.
> >>Then i changed the dvd and i can't see it anymore, the message is
> >>this:
> >>
> >>"couldn't open /dev/dvd"
> >>
> >>Hope that someone can help :)
> >>
> >>Thanks
> >>
> >>Alejandro
> >>
> >>
> >>
> >>
> >>On Tue, 7 Sep 2004 14:51:18 +0100, Steven Satelle <[EMAIL PROTECTED]> wrote:
> >>
> >>
> >>>On Tue, 7 Sep 2004 15:32:28 +0200, Philippe Marzouk
> >>><[EMAIL PROTECTED]> wrote:
> >>>
> >>>
> On Tue, Sep 07, 2004 at 04:14:12PM +0300, Alejandro Matos wrote:
> 
> 
> >I tried with xine but it says something about "dvd:/" don't understand
> >that :-\
> >
> >
> >
> Do you have a /dev/dvd link to the device of your dvd drive ?
> 
> You can verify with
> ls -l /dev/dvd
> 
> If it does not exist you can create it (as root)
> cd /dev
> ln -s hdc dvd
> (replace hdc with the actual device of your dvd drive, hdc is for
> secondary master).
> 
> Philippe
> 
> 
> 
> 
> >>>dont forget to change the group of the link. by default it will be
> >>>root change it to cdrom or video, and make sure you are a member of
> >>>the needed group. If it still wont work change the group on the device
> >>>- /dev/hdc or whatever it is to video (or cdrom)
> >>>
> >>>
> >
> >
> >

> >
> Do you mount the dvd like:
> #mount /dev/hdd /cdrom1
> Or are you using automount?
> 
> 
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



eht0, wlan0: bridge, ifplugd, waproamd

2004-09-08 Thread Jerome BENOIT
Hello List,
on my laptop I have both a wireless card and an ethernet card
which wok fine separately:
I would like to create a bridge br0 which contains eth0 and wlan0:
does anyone kown if it is possible ?
and how we can do that (the Debian way or not) ?
Thanks in advance,
Jerome
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Christophe Broult

--- Alejandro Matos <[EMAIL PROTECTED]> wrote:

> As I know, there is no need to mount the dvd...
> 
> well, this is the error I have
> $ xine dvd:/

Have you tried to run the following command?

$ xine-check




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



D-Link DFM-562E Modem

2004-09-08 Thread Christopher Bragg



Greetings from Australia
 
I have spent several nights on your web site, and 
others
I have a new copy of Debian that I wish to 
instal.
My problem is a modem. 
 
Is the above External 
modem suitable with Debian
 
The only modems that I have found to be available here are 

        :-- Swann, Netcomm 
and D-Link
 
Christopher


Re: First general purpose unmoderated newsgroup for Debian

2004-09-08 Thread Raphaël Berbain
Thomas Stivers <[EMAIL PROTECTED]> writes:

> On Sat, Sep 04 2004 at 05:54:24PM -0700, Paul Johnson wrote:
>> <#secure method=pgp mode=sign>
>
> Just out of curiosity what is the purpose of the line above? I have seen
> it only on Paul's messages and it seems unnecessary.

It's an mml (MIME Meta Language) tag.  Paul uses Gnus, which in turn
uses Emacs' Message mode to compose messages.  mml is a tagging
language mecanism used by Emacs' message mode to convey
meta-information internally to the MUA, mainly to compose mime
messages.  AFAICT, it shouldn't actually appear in the resulting
message, instead it should be rewritten as some MIME stanzas - or, in
this case, as an inline PGP sig I guess.

To give you an idea of what use they are, if I want to encrypt a
message I add an mml tag to it.  The message only actually gets
encrypted at the time I send it.  This way, I can edit it without
breaking the crypto.  You can see it as a way to say "hey, MUA -
remember to encrypt just before sending - but not now, it is too
early".  Signing, encrypting, attaching some file work this way in
Gnus world.

So what you see in Paul's messages looks to me like a leftover of a
Gnus missetup[1].

Paul:  You might want to investigate that.  There are two issues that
I can see: First, this mml tag shouldn't end up in the final message,
should it ?  Second, ISTR that PGP/MIME is recommended over inline
PGP.  The reason is that mail systems can handle reliably &
automatically PGP/MIME signatures (handling being verify, strip,
whatever).  OTOH, they cannot with inline PGP.

Regards,

Footnotes: 
[1] Or, maybe, just maybe, some bug in Gnus.  But as we all know, this
fine piece of software is bug free, isn't it ?[2] 
[2] But then, with Gnus the difference between core Gnus code and
personal configuration sometimes dims.  That's half the fun with
this MUA.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Problem installing Windows 2000 in Bochs

2004-09-08 Thread Oleg
Dear all,
I am trying to install Win 2000 in Bochs 2.1.1. using image of w2k 
installation CD and flat HD image of 1 GB. At the point when w2k setup 
says "Setup starts Windows 2000" Bochs simulation stops (message box: 
"Bochs simulation has stopped"). Is there some explanations on how to 
install w2k in Bochs?

My .bochsrc file:
config_interface: wx
display_library: wx
romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xf
megs: 128
vgaromimage: file=/usr/share/vgabios/vgabios.bin
floppya: 1_44=/dev/fd0, status=inserted
floppyb: 1_44=b.img, status=inserted
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata1: enabled=0, ioaddr1=0x170, ioaddr2=0x370, irq=15
ata2: enabled=0, ioaddr1=0x1e8, ioaddr2=0x3e0, irq=11
ata3: enabled=0, ioaddr1=0x168, ioaddr2=0x360, irq=9
diskc: file="/var/lib/postgres/win2000/c.img", cyl=2031, heads=16, spt=63
cdromd: dev=/var/lib/postgres/win2000/win2000.iso, status=inserted
newharddrivesupport: enabled=1
boot: cdrom
ips: 1000
floppy_bootsig_check: disabled=0
log: /dev/stdout
panic: action=ask
error: action=report
info: action=report
debug: action=ignore
debugger_log: -
vga_update_interval: 30
keyboard_serial_delay: 250
keyboard_paste_delay: 10
floppy_command_delay: 500
mouse: enabled=0
private_colormap: enabled=0
usb1: enabled=1, ioaddr=0xFF80, irq=10
Thanks a lot in advance
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Michael Marsh
On Wed, 8 Sep 2004 16:55:54 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> As I know, there is no need to mount the dvd...

Correct.  That might in fact confuse xine.

> well, this is the error I have
> $ xine dvd:/
> This is xine (X11 gui) - a free video player v0.99.1.
> (c) 2000-2003 The xine Team.
> libdvdnav: Using dvdnav version 1-rc3c from http://xine.sf.net
> libdvdread: Using libdvdcss version 1.2.8 for DVD access
> libdvdread: Could not open /dev/dvd with libdvdcss.
> libdvdread: Can't open /dev/dvd for reading
> libdvdnav: vm: faild to open/read the DVD
> 
> Another error i get is this one:
> #error
> xine: found demuxer plugin: Elementary MPEG stream demux plugin
> xine: found input plugin: file input plugin
> xine: cannot find plugin for MRL [dvd:/]
> xine: input plugin cannot open MRL [dvd:/]
> xine: found input plugin: DVD navegator
> xine: found demuxer plugin: Elementary MPEG stream demux plugin
> xine: found input plugin: file input plugin
> 
> >>>Check if another program already uses MRL<<<
> snd_pcm_open() failed:-2: no such file or directory
> ##error##
> 
> Any ideas?

Do you get both of these errors each time, or are they from different attempts?
Do you have something set up to try to automount CDs?  From an earlier
message, it seems that you have the softlinks and permissions set up properly,
so presumably that's not the problem.

Have you tried softlinking /dev/dvd to /dev/cdrom rather than
/dev/hdd?  There might
be an emulation layer between the raw IDE device and what xine wants
to see.  For
example, on my machine at work (RedHat, so I don't know how it differs) I have
/dev/cdrom -> /dev/scd0
and the ide-scsi module installed.
 
-- 
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



upgraded libraries

2004-09-08 Thread Wayne Ayotte



I have installed debian 3.0r2. I would like to 
install aspell and a few other packages. They all report dependencies such as; 
libc6 2.3.2.ds1-4 and telling me I have 2.2.5-11.5.  I take it I need to 
upgrade my c libraries. I have tried using apt-get install, but it tells me I 
have the latest version??, rather confusing. The best I can come to is that I 
have the latest version for the distro. Can I still upgrade or will I break 
everything if I even attempt to? Try as I might, I can't find any 
tutorials/discussions on upgrading on the net. Any hints would be 
appreciated.
 
Wayne


Re: FreeBSD or DEBIAN for remotely administered internet server

2004-09-08 Thread Peter Gutbrod
Sorry for the tripple posting :-(

Send it first through usenet and it didn't show up there.

Peter



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: eht0, wlan0: bridge, ifplugd, waproamd

2004-09-08 Thread Ronny Aasen
On Wed, 2004-09-08 at 14:19, Jerome BENOIT wrote:
> Hello List,
> 
> on my laptop I have both a wireless card and an ethernet card
> which wok fine separately:
> I would like to create a bridge br0 which contains eth0 and wlan0:
> does anyone kown if it is possible ?
> and how we can do that (the Debian way or not) ?
> 
> Thanks in advance,
> Jerome

you need to apt-get install bridge-utils
and read /usr/src/doc/bridge-utils/HOWTO


i did belive you could add the br0 settings into you'r
/etc/network/interfaces file to make it easier to get to start at boot,
but it's a while since i'v been doing this.

good luck

-- 
Ronny Aasen <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Alejandro Matos
[OUCH!!] There are no input plugins.
 xine needs at least one input plugin, but none is installed.
 You should probably reinstall xine-lib...
 press  to continue...

# apt-cache search xine-lib
quark - music player daemon controlled from the gnome panel or cli
totem - A simple media player for the Gnome desktop (dummy package)
totem-xine - A simple media player for the Gnome desktop based on xine

So, it has some errors like that one, but the only one it might be
correct is libxine1 wich I already have...
??

Alejandro


On Wed, 8 Sep 2004 07:05:29 -0700 (PDT), Christophe Broult
<[EMAIL PROTECTED]> wrote:
> 
> --- Alejandro Matos <[EMAIL PROTECTED]> wrote:
> 
> > As I know, there is no need to mount the dvd...
> >
> > well, this is the error I have
> > $ xine dvd:/
> 
> Have you tried to run the following command?
> 
> $ xine-check
> 
> 
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Alejandro Matos
wich mplayer:

$ gmplayer
MPlayer 1.0pre5-3.3.4 (C) 2000-2004 MPlayer Team

CPU: Advanced Micro Devices Athlon MP/XP Thoroughbred 2001 MHz
(Family: 6, Stepping: 1)
Detected cache-line size is 64 bytes
MMX2 supported but disabled
SSE supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX

Reading config file /etc/mplayer/mplayer.conf
Reading config file /home/alejandro/.mplayer/config
[cfg] read config file: /home/alejandro/.mplayer/gui.conf
Reading config file /home/alejandro/.mplayer/gui.conf
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
Reading /home/alejandro/.mplayer/codecs.conf: 73 audio & 180 video codecs
font: can't open file: /home/alejandro/.mplayer/font/font.desc
Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
Using usleep() timing
Input config file /home/alejandro/.mplayer/input.conf parsed: 53 binds

Gtk-WARNING **: Impossible to lfind loadable module inmodule_path:
"libindustrial.so",
SKIN dir 1: '/home/alejandro/.mplayer/Skin'
SKIN dir 2: '/usr/share/mplayer/Skin'

Playing dvd://1.
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.

So, i don't know what is wrong :(

Alejandro




On Wed, 8 Sep 2004 17:14:06 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> [OUCH!!] There are no input plugins.
>  xine needs at least one input plugin, but none is installed.
>  You should probably reinstall xine-lib...
>  press  to continue...
> 
> # apt-cache search xine-lib
> quark - music player daemon controlled from the gnome panel or cli
> totem - A simple media player for the Gnome desktop (dummy package)
> totem-xine - A simple media player for the Gnome desktop based on xine
> 
> So, it has some errors like that one, but the only one it might be
> correct is libxine1 wich I already have...
> ??
> 
> Alejandro
> 
> 
> 
> 
> On Wed, 8 Sep 2004 07:05:29 -0700 (PDT), Christophe Broult
> <[EMAIL PROTECTED]> wrote:
> >
> > --- Alejandro Matos <[EMAIL PROTECTED]> wrote:
> >
> > > As I know, there is no need to mount the dvd...
> > >
> > > well, this is the error I have
> > > $ xine dvd:/
> >
> > Have you tried to run the following command?
> >
> > $ xine-check
> >
> >
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> >
> >
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Alejandro Matos
Hi, one of the error comes in the console, the other one (the one with
"xine:" at the beginning) is from the xine gui...

I think i don't have any scsi module installed, don' know, i use the
2.6.7-1-k7 kernel image from debianso...i don't really know :$

Alejandro


On Wed, 8 Sep 2004 10:08:38 -0400, Michael Marsh
<[EMAIL PROTECTED]> wrote:
> On Wed, 8 Sep 2004 16:55:54 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> > As I know, there is no need to mount the dvd...
> 
> Correct.  That might in fact confuse xine.
> 
> > well, this is the error I have
> > $ xine dvd:/
> > This is xine (X11 gui) - a free video player v0.99.1.
> > (c) 2000-2003 The xine Team.
> > libdvdnav: Using dvdnav version 1-rc3c from http://xine.sf.net
> > libdvdread: Using libdvdcss version 1.2.8 for DVD access
> > libdvdread: Could not open /dev/dvd with libdvdcss.
> > libdvdread: Can't open /dev/dvd for reading
> > libdvdnav: vm: faild to open/read the DVD
> >
> > Another error i get is this one:
> > #error
> > xine: found demuxer plugin: Elementary MPEG stream demux plugin
> > xine: found input plugin: file input plugin
> > xine: cannot find plugin for MRL [dvd:/]
> > xine: input plugin cannot open MRL [dvd:/]
> > xine: found input plugin: DVD navegator
> > xine: found demuxer plugin: Elementary MPEG stream demux plugin
> > xine: found input plugin: file input plugin
> >
> > >>>Check if another program already uses MRL<<<
> > snd_pcm_open() failed:-2: no such file or directory
> > ##error##
> >
> > Any ideas?
> 
> Do you get both of these errors each time, or are they from different attempts?
> Do you have something set up to try to automount CDs?  From an earlier
> message, it seems that you have the softlinks and permissions set up properly,
> so presumably that's not the problem.
> 
> Have you tried softlinking /dev/dvd to /dev/cdrom rather than
> /dev/hdd?  There might
> be an emulation layer between the raw IDE device and what xine wants
> to see.  For
> example, on my machine at work (RedHat, so I don't know how it differs) I have
> /dev/cdrom -> /dev/scd0
> and the ide-scsi module installed.
> 
> 
> 
> --
> Michael A. Marsh
> http://www.umiacs.umd.edu/~mmarsh
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: rm difficult filename

2004-09-08 Thread Christophe Broult
"Kevin B. McCarty" <[EMAIL PROTECTED]> (Wed, 08 Sep 2004 08:31:39 -0400) writes:

> John Summerfield wrote:
>
>> Often, too, you can use the TAB key to advance over problematic characters, a "?" 
>> to represent one of them and "*" to represent any number of them. So
>> 
>> rm ?rtsp-stream-over-tcp
>> rm *over-tcp
>
> Sometimes, but in this case it wouldn't work.  Using a * or ? will help
> with characters that the shell wants to mess with, but - generally has
> no special meaning to the shell. [1]
>
> So "rm *over-tcp" will be globbed by the shell and passed to rm as
> "rm -rtsp-stream-over-tcp".  This doesn't help because the first - is
> interpreted by rm itself as an indication that the argument is a flag
> instead of a file.

One solution here is to just prefix the file name with a directory
name. For example:

$ rm ./-xfff
works without a problem.

>
> Some people take advantage of this behavior by creating a file called
> "-i" in important directories, so "rm *" will turn into "rm -i ..."
> causing rm to ask for confirmation before deleting.
>
>
> [1] Yes, I'm aware of "cd -" and there are probably other special cases.
>
> regards,
>
> -- 
> Kevin B. McCarty <[EMAIL PROTECTED]>   Physics Department
> WWW: http://www.princeton.edu/~kmccarty/Princeton University
> GPG public key ID: 4F83C751 Princeton, NJ 08544

-- 
"Man is distinguished from all other creatures by
the faculty of laughter."
- Joseph Addison


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Dual Boot Problem

2004-09-08 Thread Patrick Moroney
I'm trying to install Debian Sarge stable as a second operating 
system on a 200 gig drive and not having a lot of success.  The 
installation goes fine; I install Lilo in the MBR, the system 
goes for a reboot and then I get the following errors upon reboot:

request_module[block-major-3]: Root fs not mounted
VFS: Cannot open root device "302" or 03:02
Please append a correct "root=" boot option
Kernel panic: VFS Unable to mount root fs on 03:02
Please note, the reboot is unsuccessful, I never get to the step 
where it asks to set up mail or create a root password.  I just 
get the above message.  I can't scroll up to see any of the other 
messages.

To recover and make the system so that I can at least boot back 
into windows is using a dos boot disk, do a "fdisk /mbr" - clear 
out the MBR, and then using debian's fdisk, blow away debian 
partions, and mark the windows NTFS as bootable.  This has worked 
many times being as I've tried Lilo, Grub, and GAG as boot 
loaders - all successful.

The machine is x86 box with ASUS motherboard, AMD 1800 CPU, gig 
of RAM, ATI video card, and Audigy sound card.  Windows occupies 
the first 35 gig of the 200 gig board.

Should I make the system so that it will only boot into debian 
with a floppy?  Any suggestions would be greatly appreciated.

Also note, I'm running Woody at work no problem, but when I try 
to install Woody at home, the natsumi driver does not work for my 
Netgear ethernet card - and therefore cannot complete the 
installation.

patrick-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Stopping kernel 2.6/discover loading Alsa and OSS

2004-09-08 Thread Mark Cooke
John M Flinchbaugh wrote:
i've not used discover, but hotplug may be what's loading your sound
drivers by their pci device.  you may need to blacklist the one you
don't want automatically loaded by creating a file in
/etc/hotplug/blacklist.d/ and listing the modules you want ignored.
Ok, will do, I always figured that hotplug, is only responsable for USB 
devices and not hardware detection.

my system seems to have a /etc/hotplug/blacklist.d/alsa_base file which
lists all the oss drivers to keep them from loading.  maybe you can
install the alsa-base package and get your system to use alsa (and oss
emulation) only.
I have alsa-base installed, but will check the blacklist directory and 
disable discover, if hotplug now does hardware detection.

Mark
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: First general purpose unmoderated newsgroup for Debian

2004-09-08 Thread Thomas Stivers
On Wed, Sep 08 2004 at 02:42:24PM +0200, Raphaël Berbain wrote:
> It's an mml (MIME Meta Language) tag.  Paul uses Gnus, which in turn
> uses Emacs' Message mode to compose messages.  mml is a tagging
> language mecanism used by Emacs' message mode to convey
> meta-information internally to the MUA, mainly to compose mime
> messages.  AFAICT, it shouldn't actually appear in the resulting
> message, instead it should be rewritten as some MIME stanzas - or, in
> this case, as an inline PGP sig I guess.

Thanks for the info. All I know is once I tried gnus and it told me "No
gnus is good gnus." and I went back to mutt. :)

> Paul:  You might want to investigate that.  There are two issues that
> I can see: First, this mml tag shouldn't end up in the final message,
> should it ?  Second, ISTR that PGP/MIME is recommended over inline
> PGP.  The reason is that mail systems can handle reliably &
> automatically PGP/MIME signatures (handling being verify, strip,
> whatever).  OTOH, they cannot with inline PGP.

Yay pgp/mime, but it still seems to befuddle some poorly designed but
widely used MUA's.

-- 
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan

Thomas Stivers  e-mail: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: problems in stalling 2.6.5 kernel

2004-09-08 Thread Hervé Cochet


Hi,
I 'va got the same problem with the aic7xxx scsi driver and the 2.6.5
kernel which did appear with the older 2.4 kernel version.
I finally resolved this problem by performing two steps:
1/ unactivate the acpi with the following line in /etc/grub.conf
title Red Hat Enterprise Linux AS (2.6.5SMP)
    root (hd0,0)
    kernel /vmlinuz-2.6.5SMP
ro root=LABEL=/1 acpi=off
    initrd /initrd-2.6.5SMP.img
2/ use module-init-tools 3.0 instead of modutils
Hervé
 


ressurecting a failed attempt to upgrade to sarge, w/out tossing /home

2004-09-08 Thread matthew bradley
Hi All,

I'm in a slightly frustrating situation due, primarily, to two things: my
relative amateur use of Linux, and this particular problem happening on a
Debian Linux box that I didn't originally setup. I'm particularly new to
Debian, and new to having to handle many things with linux.

I have a Dell PowerEdge 600SC, 2.4Ghz PIV, 80GB hard drive. It was running
Woody.

At someone's suggestion, I edited my /etc/apt/sources.list to update
essentially to sarge (he had done it, he's vastly more experienced, I was
trusting, and then he became unavailable -- traveling, I should have
waited). I seemed to go through the process just fine, got asked some config
questions, I believe I answered them correctly and before I knew it, it was
over and I had a couple of errors about a couple of things that didn't
totally install (don't remember what they were, but I think I know what they
weren't -- didn't say anything LILO for example, that I saw).

Anyway, I rebooted to see how everything worked. And all I got was a black
screen with some text that spit back my processor speed, cache size, bus
speed, etc. And then, on a new line the character "LI" and a blinking cursor
after that.

Someone suggested that maybe LILO got screwed up or mis-installed. They said
I could possibly re-install LILO, from say a net-install CD that I had. I am
not sure how to buck the regular install process. When I try, I get pulled
into the disk partition tool. I am not sure what I need to do.

My goal is to resurrect this system without killing the data in /home. 

The partition layout looks like, as displayed by the Sarge installer's
interface to the partition tool, including a couple of odd little icons:

IDE1 master (hda) - 80.0GB WDC WD800BB-75FRA0
#1 primary 57.5MB fat16
#2 primary 509.9MB swap (odd little smiley next to this)
#3 primary 79.4GB ext2 (odd little lightning bold/crooked arrow next
to this)

Any suggestions, particularly any detailed steps -- the hardest thing to
find -- would be very welcome.

Best regards,
Matt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Michael Marsh
On Wed, 8 Sep 2004 17:14:06 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> [OUCH!!] There are no input plugins.
>  xine needs at least one input plugin, but none is installed.
>  You should probably reinstall xine-lib...
>  press  to continue...

libxine1 should install files like
/usr/lib/xine/plugins/1.0.0/xineplug_inp_dvd.so
If not, try xine-check's advice of reinstalling it.

Since mplayer isn't having any better luck, I'd still suggest trying
other softlinks.
You can see if scsi emulation is present by trying:

/sbin/lsmod | grep ide-scsi

If it shows up, try

cdrecord -scanbus

to see what scsi devices appear.  Other than that, maybe it's a kernel
issue.  I'm
still using the 2.4 series.

-- 
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: HP DeskJet 895C

2004-09-08 Thread Wayne Topa
Freddy Freeloader([EMAIL PROTECTED]) is reported to have said:
> Wayne Topa wrote:
> 
> >Freddy Freeloader([EMAIL PROTECTED]) is reported to have said:
> > 
> >
> >>Hi All,
> >>
> >>I'm having problems with getting my HP DeskJet 895C printer to work.  It 
> >>is connected with a usb cable.  I have, I think anyway, all the 
> >>appropriate usb modules (ehci, uhci, usblp, and usbcore) loaded in the 
> >>2.6.8 kernel I'm using, and I'm running sarge(upgrade from woody).  I 
> >>also have CUPS and the HP drivers "hpijs" and "hpoj" installed.  I can 
> >>log onto the CUPS admin page and work with it so CUPS seems to be 
> >>installed correctly.  However, I cannot get the computer to find the 
> >>printer.   I know the printer works as I just unplugged it from another 
> >>computer and used the same usb cable for both hookups. 
> >>
> >>Anyone have any good ideas for troubleshooting this?  Being a newbie to 
> >>Linux I'm at the end of my own ideas as to where to go from here.  I 
> >>have run the "/etc/init.d/hpoj setup" command and it scans for, but does 
> >>not find the printer.  I have the .ppd file for the printer installed in 
> >>the /usr/share/cups/model/ directory.  The /proc/bus/usb/ directory is 
> >>empty.   When I tell CUPS to look to usb interfaces for the printer, no 
> >>matter what usb interface # I have used, the error log tells me the 
> >>device can't be found.  When I run "gs -h" the "ijs" device is listed in 
> >>the output. 

Did you install the hotplug package? apt-get install hotplug.

If you have set up hotplug correctly, you can check the syslog to see
if the printer is being picked up.

In a console, F1-F6, run this
tail -f /var/log/syslog

watch the output as you plug/unplug the usb cable to the printer.  If
you have it set up correctly you will see something like this: NOTE
this is for my usb camera as I don't have a usb printer.

Sep  8 10:32:08 buddy kernel: uhci_hcd :00:07.2: port 1 portsc 0093
Sep  8 10:32:08 buddy kernel: hub 1-0:1.0: port 1, status 0101, change 0001, 12 Mb/s
Sep  8 10:32:08 buddy kernel: uhci_hcd :00:07.2: wakeup_hc
Sep  8 10:32:08 buddy kernel: hub 1-0:1.0: debounce: port 1: delay 100ms stable 4 
status 0x101
Sep  8 10:32:08 buddy kernel: usb 1-1: new full speed USB device using address 2
Sep  8 10:32:08 buddy kernel: usb 1-1: new device strings: Mfr=1, Product=2, 
SerialNumber=3
Sep  8 10:32:08 buddy kernel: usb 1-1: default language 0x0409
Sep  8 10:32:08 buddy kernel: usb 1-1: Product: KODAK EasyShare CX4230 Zoom Digital 
Camera
Sep  8 10:32:08 buddy kernel: usb 1-1: Manufacturer: Eastman Kodak Company
Sep  8 10:32:08 buddy kernel: usb 1-1: SerialNumber: CX42300353680
Sep  8 10:32:08 buddy kernel: usb 1-1: hotplug
Sep  8 10:32:08 buddy kernel: usb 1-1: adding 1-1:1.0 (config #1, interface 0)
Sep  8 10:32:08 buddy kernel: usb 1-1:1.0: hotplug
Sep  8 10:32:09 buddy usb.agent[7618]:  usbcam: loaded successfully

HTH=Hope This Helps, YMMV=Your Mileage May Vary, HAND=Have A Nice Day

wt
-- 
Just about every computer on the market today runs Unix, except the Mac
(and nobody cares about it).
-- Bill Joy 6/21/85
___


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



debian-user@lists.debian.org

2004-09-08 Thread dv-virus
GROUP securiQ.Watchdog
Server: MDCA1
---

Your mail contained attachments which were denied by size or type.
---

Mail-Info

From:  [EMAIL PROTECTED]
To:[EMAIL PROTECTED]
Rec.: [EMAIL PROTECTED]
Date:  08.09.2004 16:29:12
Subject:   Spamed?

---
file is denied: list_ed.txt
.pif







-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Alejandro Matos
The folder  /usr/lib/xine/plugins/1.0.0/ is full with files (plugins right?) 

i did:

apt-get remove libxine1
apt-get clean
apt-get install xine-ui

but the "ouch" from xine-check are still there, also, a reinstallation
didn't helped :-\

Ideas please :(

Alejandro


On Wed, 8 Sep 2004 10:36:37 -0400, Michael Marsh
<[EMAIL PROTECTED]> wrote:
> On Wed, 8 Sep 2004 17:14:06 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> > [OUCH!!] There are no input plugins.
> >  xine needs at least one input plugin, but none is installed.
> >  You should probably reinstall xine-lib...
> >  press  to continue...
> 
> libxine1 should install files like
> /usr/lib/xine/plugins/1.0.0/xineplug_inp_dvd.so
> If not, try xine-check's advice of reinstalling it.
> 
> Since mplayer isn't having any better luck, I'd still suggest trying
> other softlinks.
> You can see if scsi emulation is present by trying:
> 
> /sbin/lsmod | grep ide-scsi
> 
> If it shows up, try
> 
> cdrecord -scanbus
> 
> to see what scsi devices appear.  Other than that, maybe it's a kernel
> issue.  I'm
> still using the 2.4 series.
> 
> 
> 
> --
> Michael A. Marsh
> http://www.umiacs.umd.edu/~mmarsh
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Alejandro Matos
By the way: lsmod | grep ide-scsi doesnt gives me any result...


On Wed, 8 Sep 2004 18:06:18 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> The folder  /usr/lib/xine/plugins/1.0.0/ is full with files (plugins right?)
> 
> i did:
> 
> apt-get remove libxine1
> apt-get clean
> apt-get install xine-ui
> 
> but the "ouch" from xine-check are still there, also, a reinstallation
> didn't helped :-\
> 
> Ideas please :(
> 
> Alejandro
> 
> 
> 
> 
> On Wed, 8 Sep 2004 10:36:37 -0400, Michael Marsh
> <[EMAIL PROTECTED]> wrote:
> > On Wed, 8 Sep 2004 17:14:06 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> > > [OUCH!!] There are no input plugins.
> > >  xine needs at least one input plugin, but none is installed.
> > >  You should probably reinstall xine-lib...
> > >  press  to continue...
> >
> > libxine1 should install files like
> > /usr/lib/xine/plugins/1.0.0/xineplug_inp_dvd.so
> > If not, try xine-check's advice of reinstalling it.
> >
> > Since mplayer isn't having any better luck, I'd still suggest trying
> > other softlinks.
> > You can see if scsi emulation is present by trying:
> >
> > /sbin/lsmod | grep ide-scsi
> >
> > If it shows up, try
> >
> > cdrecord -scanbus
> >
> > to see what scsi devices appear.  Other than that, maybe it's a kernel
> > issue.  I'm
> > still using the 2.4 series.
> >
> >
> >
> > --
> > Michael A. Marsh
> > http://www.umiacs.umd.edu/~mmarsh
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> >
> >
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Some question on source.list.

2004-09-08 Thread Spencer
Hi,

If one is going to upgrade to sarge do you need
the security pointers?
Here is my current sources.list file from installing woody.

deb http://ftp.us.debian.org/debian/ stable main
deb-src http://ftp.us.debian.org/debian/ stable main
deb http://non-us.debian.org/debian-non-US stable/non-US main
deb-src http://non-us.debian.org/debian-non-US stable/non-US main

deb http://security.debian.org/ stable/updates main

I want to change it to this.
deb http://ftp.us.debian.org/debian/  unstable main
#deb-src http://ftp.us.debian.org/debian/ stable main
deb http://non-us.debian.org/debian-non-US  unstable/non-US main
#deb-src http://non-us.debian.org/debian-non-US stable/non-US main

#deb http://security.debian.org/ stable/updates main

My first attemp kept giving me warning that apt-get
couldn't stat  the security files. So on this attempt
I thought I would comment them out and the source
files..

On another related note, how do I know if the install
went well? I read that one may need to run 
apt-get install severals time for all the dependencies
to be satisfiled.
TIA
Wayne


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: eht0, wlan0: bridge, ifplugd, waproamd

2004-09-08 Thread Jerome BENOIT
Thanks for the quick reply,
Ronny Aasen wrote:
On Wed, 2004-09-08 at 14:19, Jerome BENOIT wrote:
Hello List,
on my laptop I have both a wireless card and an ethernet card
which wok fine separately:
I would like to create a bridge br0 which contains eth0 and wlan0:
does anyone kown if it is possible ?
and how we can do that (the Debian way or not) ?
Thanks in advance,
Jerome

you need to apt-get install bridge-utils
and read /usr/src/doc/bridge-utils/HOWTO
I did it and I tried but I got into troubles as the waproamd and plugd 
packages seem not ready to deals with bridges:
hence my request on the list.

no more idea ?
i did belive you could add the br0 settings into you'r
/etc/network/interfaces file to make it easier to get to start at boot,
but it's a while since i'v been doing this.
good luck

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ressurecting a failed attempt to upgrade to sarge, w/out tossing /home

2004-09-08 Thread RRPotratz
matthew bradley wrote:
Hi All,
I'm in a slightly frustrating situation due, primarily, to two things: my
relative amateur use of Linux, and this particular problem happening on a
Debian Linux box that I didn't originally setup. I'm particularly new to
Debian, and new to having to handle many things with linux.
I have a Dell PowerEdge 600SC, 2.4Ghz PIV, 80GB hard drive. It was running
Woody.
At someone's suggestion, I edited my /etc/apt/sources.list to update
essentially to sarge (he had done it, he's vastly more experienced, I was
trusting, and then he became unavailable -- traveling, I should have
waited). I seemed to go through the process just fine, got asked some config
questions, I believe I answered them correctly and before I knew it, it was
over and I had a couple of errors about a couple of things that didn't
totally install (don't remember what they were, but I think I know what they
weren't -- didn't say anything LILO for example, that I saw).
Anyway, I rebooted to see how everything worked. And all I got was a black
screen with some text that spit back my processor speed, cache size, bus
speed, etc. And then, on a new line the character "LI" and a blinking cursor
after that.
Someone suggested that maybe LILO got screwed up or mis-installed. They said
I could possibly re-install LILO, from say a net-install CD that I had. I am
not sure how to buck the regular install process. When I try, I get pulled
into the disk partition tool. I am not sure what I need to do.
My goal is to resurrect this system without killing the data in /home. 

The partition layout looks like, as displayed by the Sarge installer's
interface to the partition tool, including a couple of odd little icons:
IDE1 master (hda) - 80.0GB WDC WD800BB-75FRA0
#1 primary 57.5MB fat16
#2 primary 509.9MB swap (odd little smiley next to this)
#3 primary 79.4GB ext2 (odd little lightning bold/crooked arrow next
to this)
Any suggestions, particularly any detailed steps -- the hardest thing to
find -- would be very welcome.
Best regards,
Matt
 

You didn't say for sure, but is home part of partition 3 or is it 
mounted on partition1?  Also is this a dual boot system with windoze?

RRP
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: pureftpd (testing) size breaks files under subdirs > 2.1gbs

2004-09-08 Thread Ralph Crongeyer
Hi Justin,
I had this problem also.
In /etc/pure-ftpd/conf/ create a file called "LimitRecursion" and inside put:
5 500
'ls' recursion limits. The first argument is the maximum number of
files to be displayed. The second one is the max subdirectories depth.
That should hold you over for a while.  :-) 

And then restart pure-ftpd (/etc/init.d/pure-ftpd restart).
Thanks
Ralph
Justin Cunningham wrote:
Pureftpd uploads a file within it's subdir.
It starts the upload and creates .pureftpd files.
Once it gets to 2.1GBs it does a size on the file under the dir.
The dir has not been created by pureftpd.  The dir is still a .pureftpd
file.
So pureftpd restarts the transfer and I get a bunch of .pureftpd files
and no file in a sub dir greater than 2.1gbs.
Is there an option I am not aware of here?
Start line:
/usr/sbin/pure-ftpd -l puredb:/etc/pure-ftpd/pureftpd.pdb -l pam -u 1000
-E -A -Y 2 -R -O clf:/var/log/pure-ftpd/transfer.log -c 10 -C 5 -p
6:61000 -j -K -L 400:4 -d -F /usr/share/games/fortunes/science -G -k
95 -H -I 1440 -B
Logs:
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [INFO] New
connection from 172.16.1.12
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[auth] [TLS]
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [INFO] SSL/TLS:
Enabled TLSv1/SSLv3 with AES256-SHA, 256 secret bits cipher
Sep  7 14:21:48 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[pbsz] [0]
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[user] [jc]
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[pass] [<*>]
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [INFO] jc is now
logged in
Sep  7 14:21:48 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[pwd] []
Sep  7 14:22:26 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[cwd] [/data/storage/filedir]
Sep  7 14:22:26 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[type] [I]
Sep  7 14:22:26 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[size] [file.ISO] /* file > 4GBs */
Sep  7 14:22:26 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[cwd] [/data/storage/filedir/file.I
SO]
Sep  7 14:22:26 localhost pure-ftpd: ([EMAIL PROTECTED]) [INFO] Can't
change directory to /data/storage/filedir/file.ISO: No such file or
directory
Sep  7 14:22:30 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[cwd] [/data/storage/filedir]
Sep  7 14:22:27 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[pbsz] [0]
Sep  7 14:22:27 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[prot] [C]
Sep  7 14:22:30 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[pasv] []
Sep  7 14:22:27 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[rest] [0]
Sep  7 14:22:27 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[stor] [file.ISO]
Sep  7 14:23:41 localhost pure-ftpd: ([EMAIL PROTECTED]) [NOTICE]
/raid//data/storage/filedir/file.ISO uploa
ded  (80183296 bytes, 1100.34KB/sec)
Looking at /storage/filedir you see:
-rw-r--r--   1 jc jc 2147483647 Sep  7 10:43
.pureftpd-upload.413deccc.15.2049.a3079f35
-rw-r--r--   1 jc jc 2147483647 Sep  7 11:11
.pureftpd-upload.413df361.15.2057.854f5f57
-rw-r--r--   1 jc jc 2147483647 Sep  7 11:39
.pureftpd-upload.413df9ef.15.2061.8cdfca5
-rw-r--r--   1 jc jc 2147483647 Sep  7 12:07
.pureftpd-upload.413e0093.15.206c.c0272aa5
-rw-r--r--   1 jc jc 2147483647 Sep  7 12:36
.pureftpd-upload.413e0724.15.2075.2955a3ad
-rw-r--r--   1 jc jc 2147483647 Sep  7 13:04
.pureftpd-upload.413e0dc2.15.207f.6fa296ab
-rw-r--r--   1 jc jc 2147483647 Sep  7 13:32
.pureftpd-upload.413e1461.15.2088.11b36ad0
-rw-r--r--   1 jc jc 2147483647 Sep  7 14:00
.pureftpd-upload.413e1b01.15.2095.173aed6


 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: ressurecting a failed attempt to upgrade to sarge, w/out tossing /home

2004-09-08 Thread matthew bradley


> -Original Message-
> From: RRPotratz [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 08, 2004 11:18 AM
> To: matthew bradley
> Cc: [EMAIL PROTECTED]
> Subject: Re: ressurecting a failed attempt to upgrade to sarge, w/out
> tossing /home
> 
> >
> You didn't say for sure, but is home part of partition 3 or is it
> mounted on partition1?  Also is this a dual boot system with windoze?
> 

Home is part of partition 3 and it is not a dual boot system. Thanks.

Matt




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Boot Problem

2004-09-08 Thread RRPotratz
Patrick Moroney wrote:
I'm trying to install Debian Sarge stable as a second operating system 
on a 200 gig drive and not having a lot of success.  The installation 
goes fine; I install Lilo in the MBR, the system goes for a reboot and 
then I get the following errors upon reboot:

request_module[block-major-3]: Root fs not mounted
VFS: Cannot open root device "302" or 03:02
Please append a correct "root=" boot option
Kernel panic: VFS Unable to mount root fs on 03:02
Please note, the reboot is unsuccessful, I never get to the step where 
it asks to set up mail or create a root password.  I just get the 
above message.  I can't scroll up to see any of the other messages.

To recover and make the system so that I can at least boot back into 
windows is using a dos boot disk, do a "fdisk /mbr" - clear out the 
MBR, and then using debian's fdisk, blow away debian partions, and 
mark the windows NTFS as bootable.  This has worked many times being 
as I've tried Lilo, Grub, and GAG as boot loaders - all successful.

The machine is x86 box with ASUS motherboard, AMD 1800 CPU, gig of 
RAM, ATI video card, and Audigy sound card.  Windows occupies the 
first 35 gig of the 200 gig board.

Should I make the system so that it will only boot into debian with a 
floppy?  Any suggestions would be greatly appreciated.

Also note, I'm running Woody at work no problem, but when I try to 
install Woody at home, the natsumi driver does not work for my Netgear 
ethernet card - and therefore cannot complete the installation.

patrick-

What version of windoze?  What does the rest of the partion table look 
like?  How have you tried to setup the linux partitions?

RRP
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Boot Problem

2004-09-08 Thread Patrick Moroney
Partition 1: 35g - Windows XP (ick - for my wife & kids)
Partition 2: 1g - /
Partition 3: 1g - Swap
Partition 4: 500m - /tmp
Partition 5: 5g - /var
Partition 6: 75g - /usr
Partition 7: 20g - /home

RRPotratz wrote:
Patrick Moroney wrote:
I'm trying to install Debian Sarge stable as a second operating system 
on a 200 gig drive and not having a lot of success.  The installation 
goes fine; I install Lilo in the MBR, the system goes for a reboot and 
then I get the following errors upon reboot:

request_module[block-major-3]: Root fs not mounted
VFS: Cannot open root device "302" or 03:02
Please append a correct "root=" boot option
Kernel panic: VFS Unable to mount root fs on 03:02
Please note, the reboot is unsuccessful, I never get to the step where 
it asks to set up mail or create a root password.  I just get the 
above message.  I can't scroll up to see any of the other messages.

To recover and make the system so that I can at least boot back into 
windows is using a dos boot disk, do a "fdisk /mbr" - clear out the 
MBR, and then using debian's fdisk, blow away debian partions, and 
mark the windows NTFS as bootable.  This has worked many times being 
as I've tried Lilo, Grub, and GAG as boot loaders - all successful.

The machine is x86 box with ASUS motherboard, AMD 1800 CPU, gig of 
RAM, ATI video card, and Audigy sound card.  Windows occupies the 
first 35 gig of the 200 gig board.

Should I make the system so that it will only boot into debian with a 
floppy?  Any suggestions would be greatly appreciated.

Also note, I'm running Woody at work no problem, but when I try to 
install Woody at home, the natsumi driver does not work for my Netgear 
ethernet card - and therefore cannot complete the installation.

patrick-

What version of windoze?  What does the rest of the partion table look 
like?  How have you tried to setup the linux partitions?

RRP

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ressurecting a failed attempt to upgrade to sarge, w/out tossing /home

2004-09-08 Thread Paul E Condon
On Wed, Sep 08, 2004 at 11:23:56AM -0400, matthew bradley wrote:
> 
> 
> > -Original Message-
> > From: RRPotratz [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, September 08, 2004 11:18 AM
> > To: matthew bradley
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: ressurecting a failed attempt to upgrade to sarge, w/out
> > tossing /home
> > 
> > >
> > You didn't say for sure, but is home part of partition 3 or is it
> > mounted on partition1?  Also is this a dual boot system with windoze?
> > 
> 
> Home is part of partition 3 and it is not a dual boot system. Thanks.
> 
> Matt
> 

Suggestion: (But I may be mistaken about what is available on Sarge
netinstall)

Boot from Sarge netinstall, but do -not- press return.

Instead, press F1 to see a list of stuff on the CD. Take note of stuff
that sounds useful.

Then press F3 to see a list of optional ways to use the CD. There is,
I hope, a 'rescue' option.

Note any description as to how to use rescue. They might give better
instructions than I can give from memory.

Using rescue option you can gain access to hda and look at /etc/lilo.conf
Check for misconfiguration of lilo.conf
If you are lucky, you will see what is wrong. Fix it, with whatever 
editor is available under rescue. And then run lilo again. Watch the
screen output from lilo. You should see some confirmation that lilo has
installed good stuff on hda. You may have to retry a few times, if you
are new to doing lilo.conf

If this doesn't work, consider getting another HD. Install new drive as
hda, and move the present hda to hdb. Install whole new system on hda.
During install, using netinstall, you can arrange to mount hdb with its
data and file system preserved. Select mount points for the 3 partitions
in /mnt. When new system is running, copy data that you want to save to
new HD. Rearrange the furniture in your new, bigger home.

HTH

-- 
Paul E Condon   
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Some question on source.list.

2004-09-08 Thread Jason Rennie
On Wed, Sep 08, 2004 at 07:10:38AM -0400, Spencer wrote:
> If one is going to upgrade to sarge do you need
> the security pointers?
> Here is my current sources.list file from installing woody.

The security pointers are useless until sarge becomes 'stable'.  Once
sarge becomes stable, they will provide security updates.

> deb http://ftp.us.debian.org/debian/  unstable main
> #deb-src http://ftp.us.debian.org/debian/ stable main
> deb http://non-us.debian.org/debian-non-US  unstable/non-US main
> #deb-src http://non-us.debian.org/debian-non-US stable/non-US main
>
> #deb http://security.debian.org/ stable/updates main

These will give you sid (unstable) not sarge (testing).  To upgrade to
sarge, you want something like this:

deb http://security.debian.org/ sarge/updates main
deb http://http.us.debian.org/debian sarge main contrib non-free
deb http://non-us.debian.org/debian-non-US sarge/non-US main contrib non-free

Jason


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ressurecting a failed attempt to upgrade to sarge, w/out tossing /home

2004-09-08 Thread RRPotratz
matthew bradley wrote:
 

-Original Message-
From: RRPotratz [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 08, 2004 11:18 AM
To: matthew bradley
Cc: [EMAIL PROTECTED]
Subject: Re: ressurecting a failed attempt to upgrade to sarge, w/out
tossing /home
   

You didn't say for sure, but is home part of partition 3 or is it
mounted on partition1?  Also is this a dual boot system with windoze?
   

Home is part of partition 3 and it is not a dual boot system. Thanks.
Matt

 

Well,  if you had 'doze on partition 1 you could use the utility found 
at the link below to get the data off partition 3 assuming it is indeed 
ext2.

http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm
Baring installing windoze on a linux box to do that, the best bet it to 
get lilo fixed.  Hopefully someone will have some titbits for you on 
that one.

Somethings to chew on:
http://www.preggers.easynet.be/lilo.html
http://tux.oclug.on.ca/pipermail/oclug/2001-January/001175.html
http://freshmeat.net/projects/lilo/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



$BL$(J$B>5(J$BBz(J$B9-(J$B9p(J$B"((J5 000$B1_(J$B$G(J$B3+(J$B6H(J$B

2004-09-08 Thread redriver007jp
 $BL$>5Bz9-9p"((J 
$Bhttp://yamashigure.yi.org/scripts/deleteform.html $B!!(J
$B!!(Jhttp://akatukinotume.minidns.net/scripts/deleteform.html
(B $BHNGd5~6h2r#1#0#0!]#1(J
(B $BEEOC(J0774-52-5634
(B
(B[EMAIL PROTECTED](J
$B$b$C$HHtLv$7$?$$J}!"(J
$BFHN)$7$?$$?M!">!$AAH$_$K$J$j$?$$J}(J
$BB(6b$N%S%8%M%9$G$9!#(J
(B[EMAIL PROTECTED];[EMAIL PROTECTED];$s$+!#(J
(B
(B   
(B   http://yamashigure.yi.org/
(B   
(B   http://akatukinotume.minidns.net/
$B!!(J
(B
(B
(B-- 
(BTo UNSUBSCRIBE, email to [EMAIL PROTECTED] 
(Bwith a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: rm difficult filename

2004-09-08 Thread Jason Rennie
On Wed, Sep 08, 2004 at 04:21:12PM +0800, John Summerfield wrote:
> Often, too, you can use the TAB key to advance over problematic 
> characters, a "?" to represent one of them and "*" to represent any 
> number of them. So
> 
> rm ?rtsp-stream-over-tcp
> rm *over-tcp

Hmm... I don't think this works since the shell will expand to
"rm -rtsp-stream-over-tcp".  rm will still see the file name as an
option.

[EMAIL PROTECTED]:~$ cat > -foo
foo
[EMAIL PROTECTED]:~$ rm -foo
rm: invalid option -- o
Try `rm --help' for more information.
[EMAIL PROTECTED]:~$ rm ?foo
rm: invalid option -- o
Try `rm --help' for more information.
[EMAIL PROTECTED]:~$ rm *foo
rm: invalid option -- o
Try `rm --help' for more information.
[EMAIL PROTECTED]:~$ rm -- -foo
rm: remove regular file `-foo'? y
[EMAIL PROTECTED]:~$ 

Jason


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Boot Problem

2004-09-08 Thread RRPotratz
The strange one about this is that to restore the mbr in xp you are 
supposed to boot from the xp intallation cd, select recovery console and 
then run fix mbr and fix boot (might be fixmbr and fixboot, with no 
spaces)  I wonder what fdisk /mbr did? 
Is partion 1 Fat32 or ntfs?

RRP
Patrick Moroney wrote:
Partition 1: 35g - Windows XP (ick - for my wife & kids)
Partition 2: 1g - /
Partition 3: 1g - Swap
Partition 4: 500m - /tmp
Partition 5: 5g - /var
Partition 6: 75g - /usr
Partition 7: 20g - /home

RRPotratz wrote:
Patrick Moroney wrote:
I'm trying to install Debian Sarge stable as a second operating 
system on a 200 gig drive and not having a lot of success.  The 
installation goes fine; I install Lilo in the MBR, the system goes 
for a reboot and then I get the following errors upon reboot:

request_module[block-major-3]: Root fs not mounted
VFS: Cannot open root device "302" or 03:02
Please append a correct "root=" boot option
Kernel panic: VFS Unable to mount root fs on 03:02
Please note, the reboot is unsuccessful, I never get to the step 
where it asks to set up mail or create a root password.  I just get 
the above message.  I can't scroll up to see any of the other messages.

To recover and make the system so that I can at least boot back into 
windows is using a dos boot disk, do a "fdisk /mbr" - clear out the 
MBR, and then using debian's fdisk, blow away debian partions, and 
mark the windows NTFS as bootable.  This has worked many times being 
as I've tried Lilo, Grub, and GAG as boot loaders - all successful.

The machine is x86 box with ASUS motherboard, AMD 1800 CPU, gig of 
RAM, ATI video card, and Audigy sound card.  Windows occupies the 
first 35 gig of the 200 gig board.

Should I make the system so that it will only boot into debian with 
a floppy?  Any suggestions would be greatly appreciated.

Also note, I'm running Woody at work no problem, but when I try to 
install Woody at home, the natsumi driver does not work for my 
Netgear ethernet card - and therefore cannot complete the installation.

patrick-

What version of windoze?  What does the rest of the partion table 
look like?  How have you tried to setup the linux partitions?

RRP



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ressurecting a failed attempt to upgrade to sarge, w/out tossing /home

2004-09-08 Thread RRPotratz
This is good advice!
Paul E Condon wrote:
On Wed, Sep 08, 2004 at 11:23:56AM -0400, matthew bradley wrote:
 

   

-Original Message-
From: RRPotratz [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 08, 2004 11:18 AM
To: matthew bradley
Cc: [EMAIL PROTECTED]
Subject: Re: ressurecting a failed attempt to upgrade to sarge, w/out
tossing /home
 

You didn't say for sure, but is home part of partition 3 or is it
mounted on partition1?  Also is this a dual boot system with windoze?
 

Home is part of partition 3 and it is not a dual boot system. Thanks.
Matt
   

Suggestion: (But I may be mistaken about what is available on Sarge
netinstall)
Boot from Sarge netinstall, but do -not- press return.
Instead, press F1 to see a list of stuff on the CD. Take note of stuff
that sounds useful.
Then press F3 to see a list of optional ways to use the CD. There is,
I hope, a 'rescue' option.
Note any description as to how to use rescue. They might give better
instructions than I can give from memory.
Using rescue option you can gain access to hda and look at /etc/lilo.conf
Check for misconfiguration of lilo.conf
If you are lucky, you will see what is wrong. Fix it, with whatever 
editor is available under rescue. And then run lilo again. Watch the
screen output from lilo. You should see some confirmation that lilo has
installed good stuff on hda. You may have to retry a few times, if you
are new to doing lilo.conf

If this doesn't work, consider getting another HD. Install new drive as
hda, and move the present hda to hdb. Install whole new system on hda.
During install, using netinstall, you can arrange to mount hdb with its
data and file system preserved. Select mount points for the 3 partitions
in /mnt. When new system is running, copy data that you want to save to
new HD. Rearrange the furniture in your new, bigger home.
HTH
 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using DVD

2004-09-08 Thread Brian Pack
On Wed, 2004-09-08 at 11:07, Alejandro Matos wrote:
> By the way: lsmod | grep ide-scsi doesnt gives me any result...
> 
> 
> On Wed, 8 Sep 2004 18:06:18 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> > The folder  /usr/lib/xine/plugins/1.0.0/ is full with files (plugins right?)
> > 
> > i did:
> > 
> > apt-get remove libxine1
> > apt-get clean
> > apt-get install xine-ui
> > 
> > but the "ouch" from xine-check are still there, also, a reinstallation
> > didn't helped :-\

> > On Wed, 8 Sep 2004 10:36:37 -0400, Michael Marsh
> > <[EMAIL PROTECTED]> wrote:
> > > On Wed, 8 Sep 2004 17:14:06 +0300, Alejandro Matos <[EMAIL PROTECTED]> wrote:
> > > > [OUCH!!] There are no input plugins.
> > > >  xine needs at least one input plugin, but none is installed.
> > > >  You should probably reinstall xine-lib...
> > > >  press  to continue...
> > >
> > > libxine1 should install files like
> > > /usr/lib/xine/plugins/1.0.0/xineplug_inp_dvd.so
> > > If not, try xine-check's advice of reinstalling it.
> > >

I ran xine-check after reading this thread and got a few [OUCH!!]'s of
my own. I installed libxine-dev and they went away.

I've also been using libdvdcss2 instead of libdvdcss.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Boot Problem

2004-09-08 Thread Patrick Moroney
After wiping out the debian partitions with debian's fdisk, I tried the 
XP installation cd - followed it's instructions, it failed & I lost 
everything on the harddrive.  Using debians fdisk to mark the windows 
partition as bootable got the thing going again.  Partition 1 is ntfs.  
fdisk /mbr clears the boot loader off the mbr.

This one definitely has me scratching my head . . .

RRPotratz wrote:
The strange one about this is that to restore the mbr in xp you are 
supposed to boot from the xp intallation cd, select recovery console 
and then run fix mbr and fix boot (might be fixmbr and fixboot, with 
no spaces)  I wonder what fdisk /mbr did? Is partion 1 Fat32 or ntfs?

RRP
Patrick Moroney wrote:
Partition 1: 35g - Windows XP (ick - for my wife & kids)
Partition 2: 1g - /
Partition 3: 1g - Swap
Partition 4: 500m - /tmp
Partition 5: 5g - /var
Partition 6: 75g - /usr
Partition 7: 20g - /home

RRPotratz wrote:
Patrick Moroney wrote:
I'm trying to install Debian Sarge stable as a second operating 
system on a 200 gig drive and not having a lot of success.  The 
installation goes fine; I install Lilo in the MBR, the system goes 
for a reboot and then I get the following errors upon reboot:

request_module[block-major-3]: Root fs not mounted
VFS: Cannot open root device "302" or 03:02
Please append a correct "root=" boot option
Kernel panic: VFS Unable to mount root fs on 03:02
Please note, the reboot is unsuccessful, I never get to the step 
where it asks to set up mail or create a root password.  I just get 
the above message.  I can't scroll up to see any of the other 
messages.

To recover and make the system so that I can at least boot back 
into windows is using a dos boot disk, do a "fdisk /mbr" - clear 
out the MBR, and then using debian's fdisk, blow away debian 
partions, and mark the windows NTFS as bootable.  This has worked 
many times being as I've tried Lilo, Grub, and GAG as boot loaders 
- all successful.

The machine is x86 box with ASUS motherboard, AMD 1800 CPU, gig of 
RAM, ATI video card, and Audigy sound card.  Windows occupies the 
first 35 gig of the 200 gig board.

Should I make the system so that it will only boot into debian with 
a floppy?  Any suggestions would be greatly appreciated.

Also note, I'm running Woody at work no problem, but when I try to 
install Woody at home, the natsumi driver does not work for my 
Netgear ethernet card - and therefore cannot complete the 
installation.

patrick-

What version of windoze?  What does the rest of the partion table 
look like?  How have you tried to setup the linux partitions?

RRP




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Boot Problem

2004-09-08 Thread RRPotratz
http://kerneltrap.org/node/view/970
Has a good discussion about this with some possible fixes.  It would be 
intresting to learn what ends up working.

If that doesn't work?
http://marc.free.net.ph/message/20040428.024535.b600e7e7.html
RRP
Patrick Moroney wrote:
After wiping out the debian partitions with debian's fdisk, I tried 
the XP installation cd - followed it's instructions, it failed & I 
lost everything on the harddrive.  Using debians fdisk to mark the 
windows partition as bootable got the thing going again.  Partition 1 
is ntfs.  fdisk /mbr clears the boot loader off the mbr.

This one definitely has me scratching my head . . .

RRPotratz wrote:
The strange one about this is that to restore the mbr in xp you are 
supposed to boot from the xp intallation cd, select recovery console 
and then run fix mbr and fix boot (might be fixmbr and fixboot, with 
no spaces)  I wonder what fdisk /mbr did? Is partion 1 Fat32 or ntfs?

RRP
Patrick Moroney wrote:
Partition 1: 35g - Windows XP (ick - for my wife & kids)
Partition 2: 1g - /
Partition 3: 1g - Swap
Partition 4: 500m - /tmp
Partition 5: 5g - /var
Partition 6: 75g - /usr
Partition 7: 20g - /home

RRPotratz wrote:
Patrick Moroney wrote:
I'm trying to install Debian Sarge stable as a second operating 
system on a 200 gig drive and not having a lot of success.  The 
installation goes fine; I install Lilo in the MBR, the system goes 
for a reboot and then I get the following errors upon reboot:

request_module[block-major-3]: Root fs not mounted
VFS: Cannot open root device "302" or 03:02
Please append a correct "root=" boot option
Kernel panic: VFS Unable to mount root fs on 03:02
Please note, the reboot is unsuccessful, I never get to the step 
where it asks to set up mail or create a root password.  I just 
get the above message.  I can't scroll up to see any of the other 
messages.

To recover and make the system so that I can at least boot back 
into windows is using a dos boot disk, do a "fdisk /mbr" - clear 
out the MBR, and then using debian's fdisk, blow away debian 
partions, and mark the windows NTFS as bootable.  This has worked 
many times being as I've tried Lilo, Grub, and GAG as boot loaders 
- all successful.

The machine is x86 box with ASUS motherboard, AMD 1800 CPU, gig of 
RAM, ATI video card, and Audigy sound card.  Windows occupies the 
first 35 gig of the 200 gig board.

Should I make the system so that it will only boot into debian 
with a floppy?  Any suggestions would be greatly appreciated.

Also note, I'm running Woody at work no problem, but when I try to 
install Woody at home, the natsumi driver does not work for my 
Netgear ethernet card - and therefore cannot complete the 
installation.

patrick-

What version of windoze?  What does the rest of the partion table 
look like?  How have you tried to setup the linux partitions?

RRP






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



wireless lan

2004-09-08 Thread john gennard
I want to connect to a neighbour's network to use his adsl connection
for large downloads.
I have a Usb Belkin Adaptor (F5D6050) which works fine in W2000,
but I need it in Sarge with a 2.4 kernel that I shall some change to 2.6
one, and also in Sid with a 2.6.7 kernel.
I've been unable to find a newbie type howto showing, what are the kernel
requirements, what to put into /etc/networks/ and so on. At the moment I
seem unable to get either installation to recognize that the Adaptor is 
there
at all. 'wireless-tools' is installed but 'iwconfig'  says no wireless 
extensions.

Both kernels are those with the installs (ie I've not yet done any 
recompile -
am waiting to see what is required).  It does seem, however, that 
everything
except the kitchen sink is selected as a module. 

I've spent hours in googling - there's a mass of information, but nothing at
elementary level where I need to start. I think the driver I may require is
the atmel at76c503 unless there's one already available in the kernels.
I've ploughed through Jean Touttilhes' vast output and understand some
of it, but not exactly where to start. There's much more,  but no overall
step by step.
A LUG group I often attend started to give me help, but that's  now  gone
quiet.
Would someone please assist me if they have the time.
Thanks,John.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



refubished mobile phone

2004-09-08 Thread Smith
hi debian-user

How are you? We now can supply the following refubished mobile phones. 
The price is FOB Shenzhen(USD) and this price doesn't include the accessories.
There will be an extra fee USD3 for the whole set accessory including 1pc battery,1pc 
charger,1pc box and 1pc manual.
 
2004.09.08  

Nokia   
110057
210057
310094
3120100
3200176
321023
331041
351040
361047
511021
521056
6100115
611020
615020
6220143
6230351
631064
6310i   109
6610115
7200339
7210115
7250157
7250i   163
821047

Motorola
T19031
T19133
T2688   22
V300188
V600241
C550100

S.Ericsson
T20 21
T28 19
T29 21
T39 35

Panasonic
GD3524
GD7544
GD9025
GD9239
GD9335

Ericsson
T630194
T68 56
T68i56

Samsung 
V200206
N62071
R22054
C100107
X100127
X600188
T100127
T500139

Siemens 
A35 21
A50 29
C25 16
C35 22
C45 28
C55 54
S45i41
Me4547
M50 29
S45 42
M35 23
S35 23

There are 500pcs each model available for the above phones.The minimum quantity order 
is 50pcs for each model.We can ship it to you via TNT or EMS.

If you are interested in it,pls contact us a.s.a.p.

Smith Z
YeeFaa Group Mobile Dep. (Shenzhen China )
[EMAIL PROTECTED] 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



BitTorrent Clients

2004-09-08 Thread Brad Camroux
Hello all,

I am trying to get started using BitTorrent on my system (Deb. Woody).  But I seem to 
be
having some troubles getting the client installed.  Specifically, I would like to use
Azureus, but have no luck so far.  Has anyone got this working on Woody without having 
to
"upgrade" to testing?  I think the main problem is that I don't have gtk2 installed, 
but
when I 

  #> apt-get -s install libgtk2.0-0

I get a long list of new installs, upgrades, and removes.  I don't have the time or 
desire
to sit for hours configuring what would basically be a new system at this point.  Does
anyone have any suggestions for getting a bittorrent client on Woody?  I really wish I 
had
a testing machine that I could fiddle with and not worry about breaking things, but 
this is
my "production" system, and it's my only system at this point.

Thanks,

-- 
+--+---+
|Brad Camroux  | === http://www.debian.org === |
|Student   | = |
|Geophysics & Applied Math | Proud admin and user of Debian|
|University of Calgary | since 2003... because Red Hat |
|Calgary, AB, Canada   | just didn't cut it|
+--+---+


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: HP DeskJet 895C

2004-09-08 Thread Freddy Freeloader
Wayne Topa wrote:

>Freddy Freeloader([EMAIL PROTECTED]) is reported to have said:
>  
>
>>Wayne Topa wrote:
>>
>>
>>
>>>Freddy Freeloader([EMAIL PROTECTED]) is reported to have said:
>>>
>>>
>>>  
>>>
Hi All,

I'm having problems with getting my HP DeskJet 895C printer to work.  It 
is connected with a usb cable.  I have, I think anyway, all the 
appropriate usb modules (ehci, uhci, usblp, and usbcore) loaded in the 
2.6.8 kernel I'm using, and I'm running sarge(upgrade from woody).  I 
also have CUPS and the HP drivers "hpijs" and "hpoj" installed.  I can 
log onto the CUPS admin page and work with it so CUPS seems to be 
installed correctly.  However, I cannot get the computer to find the 
printer.   I know the printer works as I just unplugged it from another 
computer and used the same usb cable for both hookups. 

Anyone have any good ideas for troubleshooting this?  Being a newbie to 
Linux I'm at the end of my own ideas as to where to go from here.  I 
have run the "/etc/init.d/hpoj setup" command and it scans for, but does 
not find the printer.  I have the .ppd file for the printer installed in 
the /usr/share/cups/model/ directory.  The /proc/bus/usb/ directory is 
empty.   When I tell CUPS to look to usb interfaces for the printer, no 
matter what usb interface # I have used, the error log tells me the 
device can't be found.  When I run "gs -h" the "ijs" device is listed in 
the output. 


>
>Did you install the hotplug package? apt-get install hotplug.
>
>If you have set up hotplug correctly, you can check the syslog to see
>if the printer is being picked up.
>
>In a console, F1-F6, run this
>tail -f /var/log/syslog
>
>watch the output as you plug/unplug the usb cable to the printer.  If
>you have it set up correctly you will see something like this: NOTE
>this is for my usb camera as I don't have a usb printer.
>
>Sep  8 10:32:08 buddy kernel: uhci_hcd :00:07.2: port 1 portsc 0093
>Sep  8 10:32:08 buddy kernel: hub 1-0:1.0: port 1, status 0101, change 0001, 12 Mb/s
>Sep  8 10:32:08 buddy kernel: uhci_hcd :00:07.2: wakeup_hc
>Sep  8 10:32:08 buddy kernel: hub 1-0:1.0: debounce: port 1: delay 100ms stable 4 
>status 0x101
>Sep  8 10:32:08 buddy kernel: usb 1-1: new full speed USB device using address 2
>Sep  8 10:32:08 buddy kernel: usb 1-1: new device strings: Mfr=1, Product=2, 
>SerialNumber=3
>Sep  8 10:32:08 buddy kernel: usb 1-1: default language 0x0409
>Sep  8 10:32:08 buddy kernel: usb 1-1: Product: KODAK EasyShare CX4230 Zoom Digital 
>Camera
>Sep  8 10:32:08 buddy kernel: usb 1-1: Manufacturer: Eastman Kodak Company
>Sep  8 10:32:08 buddy kernel: usb 1-1: SerialNumber: CX42300353680
>Sep  8 10:32:08 buddy kernel: usb 1-1: hotplug
>Sep  8 10:32:08 buddy kernel: usb 1-1: adding 1-1:1.0 (config #1, interface 0)
>Sep  8 10:32:08 buddy kernel: usb 1-1:1.0: hotplug
>Sep  8 10:32:09 buddy usb.agent[7618]:  usbcam: loaded successfully
>
>HTH=Hope This Helps, YMMV=Your Mileage May Vary, HAND=Have A Nice Day
>
>wt
>  
>
Wayne,

That did the trick. I had seen the hotplug module when I built my
kernel, but had never seen the hotplug (utility?) that is installable
using apt-get. Thanks for your help. I appreciate it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Boot Problem

2004-09-08 Thread CW Harris
On Wed, Sep 08, 2004 at 10:18:45AM -0400, Patrick Moroney wrote:
> I'm trying to install Debian Sarge stable as a second operating 

Sarge is not yet "stable"---still "testing"

> system on a 200 gig drive and not having a lot of success.  The 
> installation goes fine; I install Lilo in the MBR, the system 
> goes for a reboot and then I get the following errors upon reboot:
> 
> 
> request_module[block-major-3]: Root fs not mounted
> VFS: Cannot open root device "302" or 03:02
> Please append a correct "root=" boot option
> Kernel panic: VFS Unable to mount root fs on 03:02

What kernel?
Self compiled or from installation?
What are your lilo/grub lines to the kernel?

> 
> 
> Please note, the reboot is unsuccessful, I never get to the step 
> where it asks to set up mail or create a root password.  I just 
> get the above message.  I can't scroll up to see any of the other 
> messages.
> 
> To recover and make the system so that I can at least boot back 
> into windows is using a dos boot disk, do a "fdisk /mbr" - clear 
> out the MBR, and then using debian's fdisk, blow away debian 
  
Ok, I understand fixing the MBR to boot XP again, but why rm debian?
I don't understand this problem.  It is sufficient to just restore the
MBR and mark windows as bootable.

> partions, and mark the windows NTFS as bootable.  This has worked 
> many times being as I've tried Lilo, Grub, and GAG as boot 
> loaders - all successful.
> 
> The machine is x86 box with ASUS motherboard, AMD 1800 CPU, gig 
> of RAM, ATI video card, and Audigy sound card.  Windows occupies 
> the first 35 gig of the 200 gig board.
> 
> Should I make the system so that it will only boot into debian 
> with a floppy?  Any suggestions would be greatly appreciated.

Why not just boot from a rescue disk (I think most/all install disks can
be used as rescue disks also--check the boot options) and fix the lilo
install so you can boot windows also?  This at least fixes your boot
options until you figure out the debian install problem.

Alternately, I think XP allows you to create a boot menu that will boot
another OS in its own partition (never tried this so can't vouch for how
well it works).

HTH

-- 
Chris Harris <[EMAIL PROTECTED]>
---
GNU/Linux --- The best things in life are free.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



"ics" attachment handlers?

2004-09-08 Thread Robert Harris
  I'm going to be using a new Calendar system at work and unless I
want to run Outlook or some such I need a way of letting
Mutt/Pine/Kmail, etc handle "ics" attachments for the free/busy and
schedule aspects.  The server software in question is "CommuniGatePro"
from Stalker.

  Anyone have any ideas?

Robert
-- 

:wq!
---
Robert L. Harris
  
DISCLAIMER:
  These are MY OPINIONS With Dreams To Be A King,
   ALONE.  I speak for  First One Should Be A Man
   no-one else.   - Manowar


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: First general purpose unmoderated newsgroup for Debian

2004-09-08 Thread Paul Johnson
<#secure method=pgp mode=sign>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thomas Stivers <[EMAIL PROTECTED]> writes:

> On Sat, Sep 04 2004 at 05:54:24PM -0700, Paul Johnson wrote:
>> <#secure method=pgp mode=sign>
>
> Just out of curiosity what is the purpose of the line above? I have seen
> it only on Paul's messages and it seems unnecessary.

It tells gnus that the message should be signed.  Normally, it is
removed automagically, but lately it has not been.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBPzEiUzgNqloQMwcRAnXtAJ9Yp79eU3GTfUHihfx0wDiVTXhP7ACfQ6eD
B6GCxsHhng7SnjYyek8MDRs=
=G154
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: First general purpose unmoderated newsgroup for Debian

2004-09-08 Thread Paul Johnson
<#secure method=pgp mode=sign>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] (Raphaël Berbain) writes:

> Paul:  You might want to investigate that.  There are two issues that
> I can see: First, this mml tag shouldn't end up in the final message,
> should it ?

No, it shouldn't.  Not sure what is causing that.

> Second, ISTR that PGP/MIME is recommended over inline PGP.

Unfortunately, Outlook Express doesn't handle MIME properly, so
PGP/MIME is out unless I can get gnus to automatically sign messages
- From more clueful venues differently.

> The reason is that mail systems can handle reliably & automatically
> PGP/MIME signatures (handling being verify, strip, whatever).  OTOH,
> they cannot with inline PGP.

I've yet to see a PGP-aware MUA that didn't recognize both on sight.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBPzHnUzgNqloQMwcRAnmWAJwKWzVNXu/Zrm700udPG/T9spkndACgzjBe
hE0GZFPJk1P2XEp7WY2KoqU=
=DtVO
-END PGP SIGNATURE-



Re: libGL

2004-09-08 Thread Pene Chamuscado del Caballo
> 
> That's strange, most of the lines about dri and drm are OK (begin with
> "(II)"). But there is only one failure in XFree86.1.log :
> 
> (==) R128(0): Write-combining range (0xe400,0x100)
> (II) R128(0): [drm] drmSetBusid failed (6, PCI:1:0:0)
> 
> (EE) R128(0): [dri] DRIScreenInit failed.  Disabling DRI.

Yes, this means that DRI and DRM are not being initialized. I had the
same problem, but I can't remember the exact steps I took to resolve
it. I beleive you need to load the module 'agpgart' if it is not
already built into the kernel, and then load your agp chipset module
'via-agp' if that is the correct one.

> 
> The chipset driver wasn't loaded (I thought that CONFIG_KMOD=1
> automatically loads needed modules in the kernel).
> 

I'm not sure :) But make sure you did a make modules_install as root,
that should set up the module dependencies properly.

> So I loaded the module via-agp (I've got a VIA apollo KT266 series
> mainboard, so I guess it's the right module) with insmod (modprobe
> surprisingly doesn't work with the kernel 2.6.8), restarted the X server.
> But the error persists.
> 
> I also tried amd-k7-agp and ati-agp modules.
> 

After you have loaded the module, check the output of  dmesg to see if
it successfully detected your chipset. I get something like:

agpgart: Detected AMD Irongate chipset
agpgart: Maximum main memory to use for agp memory: 176M
agpgart: AGP aperture is 64M @ 0xe800
...
agpgart: Found an AGP 1.0 compliant device at :00:00.0.
agpgart: Putting AGP V2 device at :00:00.0 into 1x mode
agpgart: Putting AGP V2 device at :01:05.0 into 1x mode


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: IRC connection

2004-09-08 Thread Pene Chamuscado del Caballo
I can connect fine. 


On Tue, 7 Sep 2004 13:08:22 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
> I tried the IRC, but it can not connect to the irc.debian.org. It always
> says time out.
> Can anyone give me some information how to set it up?
> 
> Thanks
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gtk package

2004-09-08 Thread Paul Akkermans



Hi Everyone,
 
I am trying to install a structure editor in my 
debian system. When I am trying to configure this tool I get the following 
message:
 
.
checking for pkg-config... 
/usr/bin/pkg-configchecking for gtk+-2.0 >= 2.0.0... Package gtk+-2.0 was 
not found in the pkg-config search path.Perhaps you should add the directory 
containing `gtk+-2.0.pc'to the PKG_CONFIG_PATH environment variableNo 
package 'gtk+-2.0' found
 
configure: error: Library requirements (gtk+-2.0 
>= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment 
variable if your libraries are in a nonstandard prefix so pkg-config can find 
them.
I do not know how to do this. What does "Perhaps 
you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH 
environment variable" mean? And how do I do this?
 
I am hoping somebody does know how to solve this 
problem
 
Thanks in advance,
 
paul Akkermans


Re: gtk package

2004-09-08 Thread Mark C
Paul Akkermans wrote:
configure: error: Library requirements (gtk+-2.0 >= 2.0.0) not met; 
consider adjusting the PKG_CONFIG_PATH environment variable if your 
libraries are in a nonstandard prefix so pkg-config can find them.
I do not know how to do this. What does "Perhaps you should add the 
directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment 
variable" mean? And how do I do this?
It's basically looking for the development packages, the *.pc files are 
usually packaged with them, so just install libgtk 2.0 dev.

apt-get install libgtk2.0-dev
Hope that helps
Mark
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: gtk package

2004-09-08 Thread Pene Chamuscado del Caballo
> Hi Everyone, 
  
> I am trying to install a structure editor in my debian system. When I am trying to 
> configure this tool I get the following message: 
  
>From what you have mentioned, it sounds like you are actually trying
to compile the editor, and you ran ./configure which gave the
mentioned errors? If so, try installing the GTK+ development library:

apt-get install libgtk2.0-0

And then try to ./configure again.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Boot Problem

2004-09-08 Thread Patrick Moroney
CW Harris wrote:
On Wed, Sep 08, 2004 at 10:18:45AM -0400, Patrick Moroney wrote:
 

I'm trying to install Debian Sarge stable as a second operating 
   

Sarge is not yet "stable"---still "testing"
 

--Understood - but I've successfully installed other machines.
system on a 200 gig drive and not having a lot of success.  The 
installation goes fine; I install Lilo in the MBR, the system 
goes for a reboot and then I get the following errors upon reboot:

request_module[block-major-3]: Root fs not mounted
VFS: Cannot open root device "302" or 03:02
Please append a correct "root=" boot option
Kernel panic: VFS Unable to mount root fs on 03:02
   

What kernel?
Self compiled or from installation?
What are your lilo/grub lines to the kernel?
 

--Whatever kernel with Sarge stable.
--The kernel is from the installation - no customization
--As far as lilo lines, I never get to boot into linux to see the lilo 
lines.  I really don't want to use grub.

Please note, the reboot is unsuccessful, I never get to the step 
where it asks to set up mail or create a root password.  I just 
get the above message.  I can't scroll up to see any of the other 
messages.

To recover and make the system so that I can at least boot back 
into windows is using a dos boot disk, do a "fdisk /mbr" - clear 
out the MBR, and then using debian's fdisk, blow away debian 
   

 
Ok, I understand fixing the MBR to boot XP again, but why rm debian?
I don't understand this problem.  It is sufficient to just restore the
MBR and mark windows as bootable.
 

--I remove debian for 2 reasons - to restore the PC to at least a 
functional windoze box.  Also, I figure I did something wrong - maybe a 
fresh install will help - the whole process only takes 20 minutes - 
better safe than sorry.

partions, and mark the windows NTFS as bootable.  This has worked 
many times being as I've tried Lilo, Grub, and GAG as boot 
loaders - all successful.

The machine is x86 box with ASUS motherboard, AMD 1800 CPU, gig 
of RAM, ATI video card, and Audigy sound card.  Windows occupies 
the first 35 gig of the 200 gig board.

Should I make the system so that it will only boot into debian 
with a floppy?  Any suggestions would be greatly appreciated.
   

Why not just boot from a rescue disk (I think most/all install disks can
be used as rescue disks also--check the boot options) and fix the lilo
install so you can boot windows also?  This at least fixes your boot
options until you figure out the debian install problem.
 

--Will do with regard to the rescue option  - I'll look at the boot 
options.  But pretty sure I tried this . . .

Alternately, I think XP allows you to create a boot menu that will boot
another OS in its own partition (never tried this so can't vouch for how
well it works).
 

--I basically would trust anything windoze - I'd rather Lilo control the 
booting.

--pm
HTH
 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Boot Problem

2004-09-08 Thread Patrick Moroney

Patrick Moroney wrote:
CW Harris wrote:
On Wed, Sep 08, 2004 at 10:18:45AM -0400, Patrick Moroney wrote:
 

I'm trying to install Debian Sarge stable as a second operating   

Sarge is not yet "stable"---still "testing"
 

--Understood - but I've successfully installed other machines.
system on a 200 gig drive and not having a lot of success.  The 
installation goes fine; I install Lilo in the MBR, the system goes 
for a reboot and then I get the following errors upon reboot:

request_module[block-major-3]: Root fs not mounted
VFS: Cannot open root device "302" or 03:02
Please append a correct "root=" boot option
Kernel panic: VFS Unable to mount root fs on 03:02
  

What kernel?
Self compiled or from installation?
What are your lilo/grub lines to the kernel?
 

--Whatever kernel with Sarge stable.
--The kernel is from the installation - no customization
--As far as lilo lines, I never get to boot into linux to see the lilo 
lines.  I really don't want to use grub.

Please note, the reboot is unsuccessful, I never get to the step 
where it asks to set up mail or create a root password.  I just get 
the above message.  I can't scroll up to see any of the other messages.

To recover and make the system so that I can at least boot back into 
windows is using a dos boot disk, do a "fdisk /mbr" - clear out the 
MBR, and then using debian's fdisk, blow away debian   
 
Ok, I understand fixing the MBR to boot XP again, but why rm debian?
I don't understand this problem.  It is sufficient to just restore the
MBR and mark windows as bootable.
 

--I remove debian for 2 reasons - to restore the PC to at least a 
functional windoze box.  Also, I figure I did something wrong - maybe 
a fresh install will help - the whole process only takes 20 minutes - 
better safe than sorry.

partions, and mark the windows NTFS as bootable.  This has worked 
many times being as I've tried Lilo, Grub, and GAG as boot loaders - 
all successful.

The machine is x86 box with ASUS motherboard, AMD 1800 CPU, gig of 
RAM, ATI video card, and Audigy sound card.  Windows occupies the 
first 35 gig of the 200 gig board.

Should I make the system so that it will only boot into debian with 
a floppy?  Any suggestions would be greatly appreciated.
  

Why not just boot from a rescue disk (I think most/all install disks can
be used as rescue disks also--check the boot options) and fix the lilo
install so you can boot windows also?  This at least fixes your boot
options until you figure out the debian install problem.
 

--Will do with regard to the rescue option  - I'll look at the boot 
options.  But pretty sure I tried this . . .

Alternately, I think XP allows you to create a boot menu that will boot
another OS in its own partition (never tried this so can't vouch for how
well it works).
 

--I basically wouldn't trust anything windoze - I'd rather Lilo 
control the booting.

--pm
HTH
 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Trouble mounting floppy with 2.4.27

2004-09-08 Thread Eric Dickner
I didn't have any trouble mounting my floppy drive as
file system type "auto" with 2.2.x, but since my
upgrade "mount" insists that I provide a file system
type.  I tried "msdos" but it tells me the kernel
doesn't support that type.

What might be going on?



__
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Mouse Wheel not working.

2004-09-08 Thread Eric Dickner
I am using XFree86, but I'm not sure if the problem
isn't with the Debian (2.4.27) configuration.

Or is it a problem with how I've configured XFree? 
The KDE control center seems to think that the wheel
is there and working fine.



___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: gtk package

2004-09-08 Thread Kevin B. McCarty
Pene Chamuscado del Caballo wrote:

> From what you have mentioned, it sounds like you are actually trying
> to compile the editor, and you ran ./configure which gave the
> mentioned errors? If so, try installing the GTK+ development library:
> 
> apt-get install libgtk2.0-0

I think you need "apt-get install libgtk2.0-dev"
in order to get the pkg-config file, .so symlinks, etc.

regards,

-- 
Kevin B. McCarty <[EMAIL PROTECTED]>   Physics Department
WWW: http://www.princeton.edu/~kmccarty/Princeton University
GPG public key ID: 4F83C751 Princeton, NJ 08544


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: gtk package

2004-09-08 Thread Andreas Janssen
Hello

Paul Akkermans (<[EMAIL PROTECTED]>) wrote:

> I am trying to install a structure editor in my debian system. When I
> am trying to configure this tool I get the following message:
> 
> .
> checking for pkg-config... /usr/bin/pkg-config
> checking for gtk+-2.0 >= 2.0.0... Package gtk+-2.0 was not found in
> the pkg-config search path. Perhaps you should add the directory
> containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable
> No package 'gtk+-2.0' found
> 
> configure: error: Library requirements (gtk+-2.0 >= 2.0.0) not met;
> consider adjusting the PKG_CONFIG_PATH environment variable if your
> libraries are in a nonstandard prefix so pkg-config can find them.

apt-get install pkg-config libgtk2.0-dev libgtk2.0-0

and try again.

best regards
Andreas Janssen

-- 
Andreas Janssen <[EMAIL PROTECTED]>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Printing From Browser Uses Ugly Font

2004-09-08 Thread Jacob S.
I'm not exactly sure when this started, as I've done a couple of
updates recently. This is on a box running all of the latest updates to
Sarge.

Whenever I print from Mozilla, Firefox or Galeon, all using the
'Postscript/default' printer option, the html is printed using a really
ugly font nothing at all like what I see on the screen. The font looks
like it's supposed to be some sort of fancy script font, but it just
doesn't look right having a page full of text written in a font that big
and gaudy. 

E-mails still print fine, but html pages printed from a web browser
don't. I'm using cups + hpijs to print to a HP Officejet G85. Any
suggestions where I could look to change this printing problem?

TIA,
Jacob

-- 
GnuPG Key: 1024D/16377135

Random .signature #24:
September 11th, 2001
The proudest day for gun control and central
planning advocates in American history



pgplAvABPurwL.pgp
Description: PGP signature


Re: Dual Boot Problem

2004-09-08 Thread CW Harris
On Wed, Sep 08, 2004 at 01:28:14PM -0400, Patrick Moroney wrote:
> CW Harris wrote:
> >On Wed, Sep 08, 2004 at 10:18:45AM -0400, Patrick Moroney wrote:
> >>I'm trying to install Debian Sarge stable as a second operating 
> >>   
> >Sarge is not yet "stable"---still "testing"
> >
> 
> --Understood - but I've successfully installed other machines.

Not what I meant.  At the moment, stable = Woody, testing = Sarge, so I
still don't know what you mean by "Sarge stable."  Do you mean you are
using the new Sarge netinstall CD to install "stable?"

> >>system on a 200 gig drive and not having a lot of success.  The 
> >>installation goes fine; I install Lilo in the MBR, the system 
> >>goes for a reboot and then I get the following errors upon reboot:
> >>
> >>
> >>request_module[block-major-3]: Root fs not mounted
> >>VFS: Cannot open root device "302" or 03:02
> >>Please append a correct "root=" boot option
> >>Kernel panic: VFS Unable to mount root fs on 03:02
> >>   
> >>
> >
> >What kernel?
> >Self compiled or from installation?
> >What are your lilo/grub lines to the kernel?
> >
> > 
> >
> --Whatever kernel with Sarge stable.

What exactly are you using to install Sarge? CD from ??? Sarge
netinstall CD (and what date)?

> --The kernel is from the installation - no customization
> --As far as lilo lines, I never get to boot into linux to see the lilo 
> lines.  I really don't want to use grub.

Why not?  Although grub is strange to use at first (if you are already
used to linux device names and lilo), it does have the advantage that
you can dynamically change what it is doing at boot time.  This can be
convenient to fix some boot problems.

Anyway, that is not really the topic, but it might be something nice to
play around with later.

[...]
> >>Should I make the system so that it will only boot into debian 
> >>with a floppy?  Any suggestions would be greatly appreciated.

It is sounding like a boot floppy might at least help you boot into
debian to finish the installation, but I wouldn't make that a permanent
situation.  The booting problems can be fixed.

> >
> >Why not just boot from a rescue disk (I think most/all install disks can
> >be used as rescue disks also--check the boot options) and fix the lilo
> >install so you can boot windows also?  This at least fixes your boot
> >options until you figure out the debian install problem.
> > 
> >
> 
> --Will do with regard to the rescue option  - I'll look at the boot 
> options.  But pretty sure I tried this . . .
> 
> >Alternately, I think XP allows you to create a boot menu that will boot
> >another OS in its own partition (never tried this so can't vouch for how
> >well it works).
> >
> > 
> >
> --I basically would trust anything windoze - I'd rather Lilo control the 
> booting.
> 
:> I second that. Although I have set up dual boot where windows has
control of the MBR and installed lilo to my / partition (marking it as
the bootable partition) to avoid having windows trash my lilo
installation when it crashed/fixed things or upgraded (I never bothered
to figure out what circumstances lead windows to re-write the mbr
).  Rescue CD/boot floppy works just as well.

P.S. No need to CC me, I read the list.

-- 
Chris Harris <[EMAIL PROTECTED]>
---
GNU/Linux --- The best things in life are free.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



expat.h

2004-09-08 Thread Paul Akkermans



Hi everyone,
 
Indeed I am trying to compile my structure editor, 
but I have one more failure and then in works. Now during make I get the message 
that I have not got expat.h. I believe that this is a Debian library file? If so 
(or not) how can I get this file?
 
kind regards 
 
Paul Akkermans


Re: rm difficult filename

2004-09-08 Thread Antonio Rodriguez
Thanks to all that helped. What worked was 
rm -- filename


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: clearing out old /dev/* nodes

2004-09-08 Thread John L Fjellstad
David Leggett <[EMAIL PROTECTED]> writes:

> I have been running old style legacy /dev/ system for a while and i recently 
> installed udev.
> After having read the udev documentation i realised that my system shouldnt 
> have 1600 files in /dev, i am wondering how i can safely remove all files 
> in /dev which dont correspond to devices that actually exist.

Probably what is happening is that you run udev on /dev without doing
anything to /dev (the debian bootup scripts should have fixed this).
Check to make sure that /dev if mounted as tmpfs.  You might have to
enable tmpfs in the kernel.

-- 
John L. Fjellstad
web: http://www.fjellstad.org/  Quis custodiet ipsos custodes


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



  1   2   >