Re: Newbie: Setting up different Window Manager's

2005-06-29 Thread Kent West
[EMAIL PROTECTED] wrote:

>My problem is, how can I from the command line start different window
>managers? 'Cause when I do a 'startx' it only loads
>the default window manager, right? so how can I do it?
>  
>
I suggest creating ~/.xinitrc; the quick and dirty way is to just put a
bunch of window managers/environments in this file, and comment out all
but the one you want. For example:


[EMAIL PROTECTED]:/home/westk> cat .xinitrc
#icewm
#xterm
#wmaker
startkde
#xfce
#gnome-session

Then just "startx".

(This assumes you don't already have an .xinitrc file; if you do, you
might have to get more complex than this to make it all fit together.)

-- 
Kent


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



Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Kent West
Debian User Leonard Chatagnier wrote:

> Kent West wrote:
>
>> Debian User Leonard Chatagnier wrote:
>>
>>> 
>>
>> What are the permissions on "/etc/wvdial.conf"?
>
> ChatagnierL-Home:/etc/ppp/peers# ls -l /etc/wvdial.conf
> -rwxrwxrwt  1 root root 212 Jun 26 11:04 /etc/wvdial.conf
> ChatagnierL-Home:/etc/ppp/peers#
> I changed these from original defaults with chmod a+rwx
> as noted in my post.  The "t" at the end was "T" originally
> and I don't know the meaning of either.

"t" is the "sticky bit". Applied to a file, it makes the file a
"TSR"-type file (Terminate and Stay Resident, from the MS-DOS days); it
keeps the file in memory for faster access. It seems odd that
wvdial.conf would be set this way, but as mentioned earlier, I don't use
it (I don't do dial-up anymore - yea!! :-D ). Applied to a directory it
makes files in that directory deletable only by the owner (such as the
files in /tmp).

>> If all else looks right, rename "/etc/wvdial.conf" and run wvdial again;
>
> Duh.  Little confused here.  I'll let you see that I don't have the
> /.wvdialrc file first and see your reply before I rename /etc/wvdial.conf
> and run wvdial again.  I think that's what you wanted and ment.

Yes, that's what I meant.

> Also,
> what about the other two wvdials in /etc/x11/ and in /home/lchata, rename
> them too?

Depending on the previous test, I'd then rename one of those, test
again, and then again a third time if necessary. All we're doing is
making sure which file(s) that wvdial is trying to read.

-- 
Kent


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



Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Kent West
Debian User Leonard Chatagnier wrote:

> Kent West wrote:
>
>> What are the permissions on "/etc/wvdial.conf"?
>
> ChatagnierL-Home:/etc/ppp/peers# ls -l /etc/wvdial.conf
> -rwxrwxrwt  1 root root 212 Jun 26 11:04 /etc/wvdial.conf

The more I think about it, the less I think these permissions are
correct. For one thing, I'm fairly confident that the group ownership
should be "dialout" instead of "root".

I believe I'd purge and then reinstall wvdial, and maybe.

-- 
Kent


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



Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Kent West
Kent West wrote:

>I believe I'd purge and then reinstall wvdial, and maybe.
>
>  
>
Don't you just love sentence fragments? They're so very.

Seriously, ignore the partial. I was going to say I might would also
purge/reinstall the ppp-related stuff, but then I remembered that wvdial
is more-or-less standalone (I think).

-- 
Kent



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



Re: debian - matlab platform

2005-06-29 Thread roberto
--- "Antonio Rafael C. Paiva" <[EMAIL PROTECTED]> ha scritto: 
> >> Hello
> >> while using matlab 6.0 under debian sarge i receive the following 
> >> message if trying to open the
> >> workspace browser:
> >>
>  workspace
> >>
> >> ??? Error using ==> workspace
> >> The Workspace browser is not supported on this platform.
> >>
> 
> >>
> >> what is it exactly?
> >>
> Can you open other windows? Say, helpbrowser for instance. If you don't, 
> are you running Matlab as the same user that started the X session?
> 
i can open correctly windows for "demo" and "helpwin" but i get the same error 
as above if i try
to open the "helpbrowser" window

perhaps it is related to this warning i get when i start matlab:
~$ matlab
Warning: Failed to start the Java Virtual machine.
Warning: Disabling Java support.

 < M A T L A B >
 Copyright 1984-2001 The MathWorks, Inc.
  Version 6.1.0.450 Release 12.1
   May 18 2001


 To get started, type one of these: helpwin, helpdesk, or demo.
  For product information, visit www.mathworks.com.

>> 


thank you

thanks in advance

Roberto






___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


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



Re: sarge and kvm-switch

2005-06-29 Thread Rudi Starcevic
Hi,

I also had some KVM problems with Sarge.
The only fix I found was to use the latest kernel, which at the time was
2.6.11

Using this kernel make the KVM issue go away.
HTH.

Cheers,
Rudi.


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



Re: sarge and kvm-switch

2005-06-29 Thread Jeroen Geusebroek
On 6/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]
> wrote:


I tried replacing the cable.
If I plug the keyboard in, I hear the sound, which
tells me, that my switch has recognized the presence of the keyboard, but
nothing else happens.

So I guess I have to find out, what the difference
is, between a standard debian sarge install with X and knoppix. Maybe I
have a chance to make it work that way...
 
Try installing a new kernel using apt-get. This might solve your problem.-- Jeroen


Re: [Fwd: Re: Sound problem: apparently I don't have the alsa modules up yet after all

2005-06-29 Thread Jonathan Kaye
En/La Xeno Campanoli ha escrit, a 29/06/05 08:45:



>> Ok, you are making progress. When you ran alsaconf, did you select the
>> intel8x0 card? If yes, did alsaconf complete successfully? It usually
>> says something like "now your driver is installed, enjoy!" Is that what
>> happened?
>>  
>>
> joehill:~# alsaconf
> Unloading ALSA sound driver modules: snd-intel8x0 snd-ac97-codec
> snd-pcm-oss snd-mixer-oss snd-pcm snd-timer snd-page-alloc.
> Building card database...
> 
> 
> Running update-modules...
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.27-2-686/updates/alsa/snd-pdaudiocf.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.27-2-686/updates/alsa/snd-vx-cs.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.27-2-686/updates/alsa/snd-vxp440.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.27-2-686/updates/alsa/snd-vxpocket.o
> Loading driver...
> Setting up ALSA...done.
> Setting default volumes...
> 
> 
> ===
> 
> 
> Now ALSA is ready to use.
> For adjustment of volumes, use your favorite mixer.
> 
> Have a lot of fun!
> 
> ---
> Yeah.  As you can see, it shows some unresolved symbols.  Otherwise, it
> seems to have run well.  I cannot cut and paste the curses windows of
> course, but I think I answered those correctly.
> 
>> Assuming that this is true, you can run alsamixer (no need to be root)
>> and adjust the setting to your taste. Voilà you should have sound.
>>  
>>
> I'm really sorry.  It still behaves the same.  I did run alsamixer, and
> set all the items that moved to the top of their green zones.  I tried
> aplay on some things in the :/usr/share/apps/kolf/sounds# directory. 
> They seem to process, but I get no sound.
> 
>> The easiest way to test this is to type aplay [path to some .wav file]
>> and you should here it. Once you do become root again (su or whatever)
>> and type alsactl store
>> and that's it.
>> Have fun. If you still have problems please be very specific about what
>> they are. Vague statements are very unhelpful.
>>  
>>
> Yeah, I know.  Specifically, I have the same behavior as before.  The
> aplay yields no sound.  The CD player shows it running along songs on a
> Duke Ellington disk, but no sound comes out.  Again I tried my other set
> of speakers and nothing.  All behavior is the same.  No sound.
> 
>> Cheers,
>> Jonathan
>>  
>>
> I still get this output from lsmod:
> 
> joehill:/usr/share/apps/kolf/sounds# lsmod


> I'm going to be for now.  I'll check this stuff tomorrow night.  I was
> tired tonight, so I may have missed something obvious.  Perhaps tomorrow
> I'll have a couple quality hours after work to check things.  Thanks
> again for the feedback.
> 
> Sincerely, Xeno
> 

Ok, Xeno get some rest. You've earned it. Here are some things to try.
1. Reboot and see what the boot up messages are regarding alsa. If it
scrolls by to fast you can see them by typing dmesg at the command line.
Is alsa installing correctly? I would guess not based on the unresolved
symbols msgs you are getting when you run alsaconf.
2. Assuming the worst, i.e. alsa is not installed correctly then get
ready for some fun. In my experience the unresolved symbols msgs result
from the alsa module being out of synch with the kernel you are using.
Even the tiniest change of the kernel will have this effect. I got it
when I went from 2.6.8-15 to 2.6.8-16 (or something like that). You have
to compile the alsa-driver package yourself. But why oh why oh why are
you using the 2.4 kernel? To spare yourself a lot of grief why not just
upgrade your kernel to 2.6.8 (see the list archives for how to do this -
but IT IS EASY - far easier than sticking with your 2.4 kernel) and it
will work.
3. If you really want to go ahead with your 2.4 kernel let us know and
I'll carry on with instructions. When you get up tomorrow you might want
to look at this:
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Intel&card=Soundtrack+Audio+DSP+24.&chip=440MX%2C+i810%2C+i810%2C+i810E%2C+i820%2C+i820&module=intel8x0
Cheers,
Jonathan
-- 
Please don't cc: your posting to my personal address.
Thank you.



signature.asc
Description: OpenPGP digital signature


Re: sarge and kvm-switch

2005-06-29 Thread andreas . sumper

Jeroen Geusebroek <[EMAIL PROTECTED]> wrote
on 29/06/2005 09:44:09 AM:

> On 6/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]
> wrote:
> 

> I tried replacing the cable. 
> If I plug the keyboard in, I hear the sound, which tells me, that
my
> switch has recognized the presence of the keyboard, but nothing else
happens.
> 
> So I guess I have to find out, what the difference is, between a 
> standard debian sarge install with X and knoppix. Maybe I have a 
> chance to make it work that way... 
>  
> 
> Try installing a new kernel using apt-get. This might solve your problem.

what kernel-image should I use?
right now I use 2.6.8-2-386
my cpu is an AMD Athlon

Thanks in Advance!
Bye,
Andy

| Andreas Sumper
| Project Management / Security / Administration
|
| nimbus Development IT Consulting GmbH
| we unleash the power of domino 
| 
| Annenstrasse 30/1
| 8020 Graz
| Tel.: +43 (0) 316 714 255 -> DW 18
| Fax: +43 (0) 316 714 255 -> DW 4
| http://www.nimbus.at/

| sent through Lotus Notes 6.5.1 
| using wine on a linux box



Re: debian hosting service

2005-06-29 Thread fenallen

Jason Edson wrote:


On 6/28/05, John Kelly <[EMAIL PROTECTED]> wrote:
 


On Tue, 28 Jun 2005 09:17:03 -0400, Mark D Hansen <[EMAIL PROTECTED]>
wrote:

   


can anyone recommend a good hosting company
 


I'm considering using http://www.velocityserver.com/ since they offer
a dedicated server for $69.95 monthly and will preinstall debian.

Anybody know much about them?


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


   



I second dreamhost.com they are a good service. Best I've ever used.

 



$70 dollars seems a bit steep.

You could have a look at   http://easyspeedy.com which seems a bit cheaper.

I haven't used them myself but they regularly advertise on 
www.distrowatch.com (highly recommended site) and look like a 
professional outfit.  They also have a whole stack of available distros 
of which debian sarge is the latest addition.


Allen.


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




Re: sarge and kvm-switch

2005-06-29 Thread andreas . sumper

Jeroen Geusebroek <[EMAIL PROTECTED]> wrote
on 29/06/2005 09:44:09 AM:

> On 6/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]
> wrote:
> 

> I tried replacing the cable. 
> If I plug the keyboard in, I hear the sound, which tells me, that
my
> switch has recognized the presence of the keyboard, but nothing else
happens.
> 
> So I guess I have to find out, what the difference is, between a 
> standard debian sarge install with X and knoppix. Maybe I have a 
> chance to make it work that way... 
>  
> 
> Try installing a new kernel using apt-get. This might solve your problem.
> 

So I installed 2.6.11-1-k7 (out of testing), but the
problem still exists!

Maybe something else, I should try...

Bye,
Andy

| Andreas Sumper
| Project Management / Security / Administration
|
| nimbus Development IT Consulting GmbH
| we unleash the power of domino 
| 
| Annenstrasse 30/1
| 8020 Graz
| Tel.: +43 (0) 316 714 255 -> DW 18
| Fax: +43 (0) 316 714 255 -> DW 4
| http://www.nimbus.at/

| sent through Lotus Notes 6.5.1 
| using wine on a linux box


Create manually a database under oracle9i

2005-06-29 Thread nicolas.kosmalski
Hi,

If someone use (or know how to use) Oracle9i, i try to create a Database
with the DBCA (the  assistant to create database easily). But it bug on
my debian (Maybe i need another patch, and people who try to install
oracle9i under debian, know how it's hard to do it!)

If DBCA don't go as well i need, i need to create manually my Database.
So if someone know a good adress to find such informations!! Or know how
to do ...

Or if someone know how to make DBCA don't bug (Error 03113 "end of
communication on the channel" at the creation of instance).

And if my english is horrible, excuse me

Thanks.



Re: Re: phpinfo() reading in as a file, bringing up download prompt.

2005-06-29 Thread satinder
Hi

I did the same i.e. uncommented the LoadModules and added the mime types
... reloaded the apache ... but still the problem persists.

Satinder


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



Re: Create manually a database under oracle9i

2005-06-29 Thread fenallen

As the Oracle advertising claimed ... Oracle 9i - uninstallable.

Or was it unbreakable ?

Try Oracle 10g it is so much easier to install and set up under Linux 
and if you take sarge's default server (if I remember correctly) package 
list it is an absolute doddle.


Allen.


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




installing 'unstable' modules in 3.1

2005-06-29 Thread Maurice O'Regan

What mods need to be made to apt   sources.listto request a module
from  3.1 'unstable' ?

maurice


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




Re: xmms skips all files

2005-06-29 Thread Francisco Borges
» On Tue, Jun 28, 2005 at 10:10:09AM -0400, Carl Fink wrote:

> On Tue, Jun 28, 2005 at 10:08:54AM -0300, Francisco Borges wrote:
> 
> > I would have given up on xmms by now if there was anything actually
> > usefull to replace it...
> 
> What's the advantage of xmms over gmplayer, vlc, gxine, and/or totem? 

Hum, the advantage is that I know about xmms, perhaps...

:-)

Appart form gmplayer I never had heard from any of the suggestions you
gave. Will give them a try.

-- 
  Francisco.
 __o
`\<,
 _(*)/(*)_


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



Re: mdadm: raid not working after stop/reboot

2005-06-29 Thread Clive Menzies
On (29/06/05 08:25), Kristian Rink wrote:
> Hi Mike;
> 
> and, at first, thanks loads for your mail.
> 
> [EMAIL PROTECTED] schrieb:
> 
> > I found it easier not use the mdadm.conf file at all. I simply deleted
> > it.
> > However, without it, your partitions and/or disks that are going to be
> > used in your raid array must be fdisk'd to type "fd" or Linux Raid
> > autodetect.
> >
> Yeah, I read about this and did this,all partitions to be used within
> the array are type "FD". Even though this doesn't seem to change anything.
> 
> > Then create your array, format it, mount it, set it in /etc/fstab and
> > reboot.
> > It should work. Perhaps give us some details of your /proc/mdstat or
> > try hunting through dmesg to see if there any errors when the array is
> > trying to be built upon a boot up.
> 
> I'm hardly able to do any diagnostics on that since the information I
> get is pretty limited. Basically, I created the array, xfs-formatted it,
> put it into fstab and mounted it - worked well. Umounting, remounting
> and everything worked as long as the array was running. After rebooting,
> the array seemed gone. I don't get any useful error messages, just an
> "XFS SB error" when trying to mount the array (which is not running at
> this time), and when I try to start the array (mdadm -R /dev/md0), I
> just get something like "/dev/md0 has no devices" (though the real
> behaviour and message changes differing with the kernel version used).
> 
I had a similar issue a while back and found that I had varying levels
of success with different kernels.  This one works:
2.6.8-2-686  but I recall having trouble with the install i386 kernel.

A long shot but worth trying a different kernel.

Regards


Clive

-- 
www.clivemenzies.co.uk ...
...strategies for business



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



wajig broken in unstable?

2005-06-29 Thread Anthony Campbell
I found that wajig disappeared here after an update to unstable a couple
of days ago and attempts to reintall it are greeted with the message
that it has unmet dependencies and I should file a bug report. However,
bug reporting seems to be failing on Debian at present.

Not sure what is happening here.

AC
-- 
[EMAIL PROTECTED]||  http://www.acampbell.org.uk for
using Linux GNU/Debian ||  blog, book reviews, electronic  
Microsoft-free zone||  books and skeptical articles


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



Find a fuck buddy

2005-06-29 Thread Erin Post
Many people either dont have time for, or dont want a relationship. Thats when 
we come in. Browse our list of profiles for just the type of sex friend your 
searching for. Listings all over the US. Fuck buddys are waiting.

http://tiyzx.pcmagsjell.com/wmld/fbs/


no-lolenews.com/retract/ Hilda elmer antioch sauterne jeremy rendezvous.


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



Re: aptitude synaptic gnome to be removed? [solved]

2005-06-29 Thread Jason Edson
On 6/28/05, Rick Friedman <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Thomas Weinbrenner wrote:
> > I guess that in a few days we will get new versions of aptitude and
> > synaptic which use apt 0.6, so we just have to wait (and use apt-get
> > upgrade instead of dist-upgrade).
> 
> Well, the day has arrived. New packages of synaptic (version 0.57.1-1)
> and aptitude (version 0.2.15.9-3) are now in Sid. I've installed them
> (along with the new apt) and everything is running smoothly so far.
> 
> Rick
> - --
>  "Quotation, n: The act of repeating erroneously the words of another."
> - - Ambrose Pierce
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.1 (GNU/Linux)
> 
> iD8DBQFCwgnDOlHq0MpoXLoRArNdAJ0baEWvRRvRdx3Z4p6fZjAkbKEJgACgqM9z
> zq68vpQi1YMiPq1oxt/JDPA=
> =8u11
> -END PGP SIGNATURE-
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 

Ya, seems to be working for me now too.



Interested in self-improvement?

2005-06-29 Thread Woodrow Collier
Improve yourself and ELIMINATE FEARS: 
http://www.ucanimprove.info/index2.htm

Our exclusive eBook teaches to ELIMINATE:

Phobias / Fear Release Anxiety / Stress Release 

Depression Release/Anger Release 

Entrepreneurial ActivitySales 
Shame Release   Embarrassment Release 
Guilt Release   Addictive Urges 
Fear of Change 

Senior Management Fear 
Fear in the Workplace 
Dealing With Harassment  


This exclusive book is guaranteed to make you a better person or your money 
back.

Ready to learn more? Then visit 
http://www.ucanimprove.info/index2.htm




A w L k E e d E p N m H o A h N x C a E j M t E e N r T z12812592810


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



Plain text mail-merge

2005-06-29 Thread Frank Copeland
I'm looking for a tool that can do the equivalent of the mail-merge
feature found in any decent word processor, but with plain text files.
I'm sure there has to be such a beast but I've apt-search'd and
freshmeat'd with various combinations of "mail merge text substitution"
to no avail. I'm sure an hour or so with perl or python will produce
the goods for my specific case but I find it hard to believe there's no
general purpose tool already available.

-- 
Frank Copeland
Home Page: http://thingy.apana.org.au/~fjc/> 
Not the Scientology Home Page: http://xenu.apana.org.au/ntshp/>

Keep it in Usenet. E-mail replies and 'courtesy' copies are not welcome.
If you're selling, I ain't buying. 


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



Re: wajig broken in unstable?

2005-06-29 Thread Graham Williams
Received Wed 29 Jun 2005  7:39pm +1000 from Anthony Campbell:
> I found that wajig disappeared here after an update to unstable a couple
> of days ago and attempts to reintall it are greeted with the message
> that it has unmet dependencies and I should file a bug report. However,
> bug reporting seems to be failing on Debian at present.
> 
> Not sure what is happening here.

Hi Anthony. Any more specific details? What is it dependent on that is
failing? I presume you might be using sarge (stable) and have upgraded
to unstable? Did you use wajig to do this? 

Regards,
Graham


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



Re: aspell no umlauts

2005-06-29 Thread Brian Nelson
On Tue, Jun 28, 2005 at 01:43:46PM +0200, wegner wrote:
> After upgrading to the latest stable distribution of debian, aspell no longer
> shows german umlauts in the upper window. It uses blanks instead. But it 
> shows 
> umlauts in the lower window with the suggestions.
> I would like to have umlauts in the upper window as well.

What is your LANG set to?  It seems to work fine me as long as you
aren't using LANG=C.  Or maybe "dpkg-reconfigure locales" has something
to do with it.  All that non-English stuff confuses me.  ;)

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


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



Re: xmms skips all files

2005-06-29 Thread Francisco Borges
» On Tue, Jun 28, 2005 at 11:30:47AM -0500, Kent West wrote:

> I think mayhaps you misunderstood me. I didn't mean for you to try a
> different player; I meant for you to try a different (simpler) windowing
> environment than KDE or Gnome. The simpler environments don't have the
> sound daemons that KDE and Gnome use, which might be interfering.

No I hadn't ;-)

logging out is not something I'm willing to do [*], BTW I'm running KDE
here I just meant to tell you that I'm sure artsd is suspended nicely
and is not blocking the way. 

For instance Mplayer works, mpg123 works in the console as well and if I
use this KDE thingy to tell me the state of artsd it will say
"suspended". 

I just tried moving out the whole of mine ~/.xmms and guess what?

It just got worse...

==

After moving out the whole of my personal configuration and having 
this reinstalled:

dpkg -l | grep xmms
ii  xmms   1.2.10+cvs2005 Versatile X audio player that looks
ii  xmms-fmradio   1.5-1  FM Radio input plugin for XMMS
ii  xmms-status-pl 1.0.0-2Status panel applet for XMMS


1. I load 14 files

a) all are local files, that I own and have access to.
b) I've played them before with xmms and I can play them with mplayer or
amaroK.

xmms will skip the first 13 and stop at the 14th and happily play this
one. 

If I try to select any other song, they will all be skipped and xmms
stops at the last song again and plays it.

If I remove the last song, xmms skipps all and now stops at stops at
current last song.

Shuffling the playlist makes xmms stop at the last song in the
playlist...



If I hit the repeat button "REP" (which I had on by default), I get the
behavior I had before: all songs in the list including the one that was
just playing start to be skipped and none will play.

If I use random "RAND", xmms will be flipping songs for some 3 secs and
then will start playing a random song. But I can't select "next". 

If I click on another title, same thing happens, bunch are skipped and
xmms stops at a random one. 

I would guess that it is skipping N-1 out of N songs and stopping at the
last Nth random song since once this song is done with xmms will do all
the jumping and skipping again but it won't actually play the newly
selected song.

Any ideas?

  

At least now I'm sure (?) (no! never sure)... at least now I'm more
confident that this is not my fault ;-)

Cheers,
-- 
  Francisco.
 __o
`\<,
 _(*)/(*)_


[*] I don't want to logout because I'm running some long jobs on tyhe
konsole here and yes I did not use nohup and I am afraid of simply
disowning them.


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



Re: xmms skips all files

2005-06-29 Thread Raymond A. Meijer
On Tuesday 28 June 2005 17:10, Carl Fink wrote:

> What's the advantage of xmms over gmplayer, vlc, gxine, and/or totem?

I've been using XMMS for years now because it looks so much like WinAmp. 
I love(d) WinAmp so I'm looking for an Audio (not with Video support) 
player in Debian that works like XMMS/WinAmp...

What would you suggest? The ones you mentioned are all Video players, 
aren't they?


Ray


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



Re: wajig broken in unstable?

2005-06-29 Thread Anthony Campbell
On 29 Jun 2005, Graham Williams wrote:
> Received Wed 29 Jun 2005  7:39pm +1000 from Anthony Campbell:
> > I found that wajig disappeared here after an update to unstable a couple
> > of days ago and attempts to reintall it are greeted with the message
> > that it has unmet dependencies and I should file a bug report. However,
> > bug reporting seems to be failing on Debian at present.
> > 
> > Not sure what is happening here.
> 
> Hi Anthony. Any more specific details? What is it dependent on that is
> failing? I presume you might be using sarge (stable) and have upgraded
> to unstable? Did you use wajig to do this? 
> 
> Regards,
> Graham
> 

No, I've been following unstable for many months. In fact, I discovered
that synaptic and aptitude had also been removed, but I've reinstalled
those without problems. I've been using wajig routinely for some time.

The message I get now is:


Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  wajig: Depends: python-apt but it is not going to be installed
E: Broken packages


AC
-- 
[EMAIL PROTECTED]||  http://www.acampbell.org.uk for
using Linux GNU/Debian ||  blog, book reviews, electronic  
Microsoft-free zone||  books and skeptical articles


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



Rescue CD blues

2005-06-29 Thread Johann Spies
I want to make a rescue CD which will enable me to quickly rebuild a
server in case of a disaster.  

I have now tried three different methods and all have failed:

1.  dfsbuild:  Builds a CD and when I boot with it, it ends with 

RAMDISK: Loading 1272KiB [1 disk] into ram disk ... done
Kernel panic: not syncing: VFS: unable to mount root fs on
unknown-block(1,0)

2.  bootcd:  Runing "sudo bootcdwrite" ends with:
mkisofs: Permission denied. cannot open

'/sys/devices/pci:00/:00:02.0/:01:00.0/:02:0e.0/host0/target0:2:0/0:2:0:0/delete'
exit=13

A 'ls' of that device shows the permissions as "--w---  1 root
root"

3.  mondo (and I have excluded /var/spool) failed with:

Fatal error. Cannot unmount mountpoint
(/var/spool/squid/tmp.mondo.19434/mindil
Please e-mail a copy of /tmp/mindi.err.30378.tgz to the mailing list.
See http://www.mondorescue.org for more information.
WE CANNOT HELP unless you enclose that file.

Mindi failed to create your boot+data disks.   


I don't really want to subscribe to a different mailing list every
time I want to use a product.


Any other tools I can try?

Regards
Johann
-- 
Johann Spies  Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

 "One thing have I desired of the LORD, that will I seek
  after; that I may dwell in the house of the LORD all
  the days of my life, to behold the beauty of the LORD,
  and to inquire in his temple."
   Psalms 27:4   


Vrywaring:  Jy hoef eintlik net die e-pos self te gelees het. :)
Disclaimer: If you are reading this you are wasting your time :)


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



Re: xmms skips all files

2005-06-29 Thread Carl Fink
On Wed, Jun 29, 2005 at 01:04:15PM +0300, Raymond A. Meijer wrote:
> On Tuesday 28 June 2005 17:10, Carl Fink wrote:
> 
> > What's the advantage of xmms over gmplayer, vlc, gxine, and/or totem?
[snip]

> What would you suggest? The ones you mentioned are all Video players, 
> aren't they?
 
They play audio just fine, though.  I tend to use vlc, but any of them
would do the job.  If you like animated visualizations, totem might be a
choice.
-- 
Carl Fink [EMAIL PROTECTED]
If you attempt to fix something that isn't broken, it will be.
-Bruce Tognazzini


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



Re: xmms skips all files

2005-06-29 Thread Raymond A. Meijer
On Wednesday 29 June 2005 13:13, Carl Fink wrote:

> > What would you suggest? The ones you mentioned are all Video
> > players, aren't they?

> They play audio just fine, though.  I tend to use vlc, but any of
> them would do the job.  If you like animated visualizations, totem
> might be a choice.

I want it to be as minimalistic as possible. Well, not as minimalistic 
as a console program, but you catch my drift ;)

So no video support and no visualisations :)


Ray


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



How to use apt-get through proxy server

2005-06-29 Thread prabusubroto
Dear my friends...

I work at a workstation and my workstation is associated in a LAN. My internet 
connection is only through http proxy server. So if I want to go to internet, I 
have to set my internet browser for the ip number and the port number of the 
proxy server such as http://10.152.16.10:8080.

Now, I have to get and install some softwares from the internet for my debian 
linux. I want to use apt-get (I am tired of dependancy problem) but connected 
to the internet only through proxy server. How can I do that?

I now /etc/apt/sources.list. but there, I can only define the server of 
destination such as ftp://ftp.de.debian.org but I can not define the proxy 
server of our LAN and also its port number.

Please tell me.

Thank you very much. 

Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1



Re: wajig broken in unstable?

2005-06-29 Thread Clive Menzies
On (29/06/05 11:09), Anthony Campbell wrote:
> To: debian-user@lists.debian.org
> From: Anthony Campbell <[EMAIL PROTECTED]>
> Date: Wed, 29 Jun 2005 11:09:18 +0100
> Subject: Re: wajig broken in unstable?
> 
> On 29 Jun 2005, Graham Williams wrote:
> > Received Wed 29 Jun 2005  7:39pm +1000 from Anthony Campbell:
> > > I found that wajig disappeared here after an update to unstable a couple
> > > of days ago and attempts to reintall it are greeted with the message
> > > that it has unmet dependencies and I should file a bug report. However,
> > > bug reporting seems to be failing on Debian at present.
> > > 
> > > Not sure what is happening here.
> > 
> > Hi Anthony. Any more specific details? What is it dependent on that is
> > failing? I presume you might be using sarge (stable) and have upgraded
> > to unstable? Did you use wajig to do this? 
> > 
> > Regards,
> > Graham
> > 
> 
> No, I've been following unstable for many months. In fact, I discovered
> that synaptic and aptitude had also been removed, but I've reinstalled
> those without problems. I've been using wajig routinely for some time.
> 
> The message I get now is:
> 
> 
> Reading package lists... Done
> Building dependency tree... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> 
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>   wajig: Depends: python-apt but it is not going to be installed
> E: Broken packages

I'm coming in late on this.  Aptitude threatened to remove itself here
(sid) during the last couple of upgrades because apt and apt-utils were
being upgraded but aptitude is dependant on the currently installed
version; so I held apt and apt-utils.

I suspect that you're seeing this behaviour because you've upgraded
these to 0.6.38 but synaptic/aptitude depend on 0.5.28.6.

You could downgrade these two packages manually to rectify the problem
perhaps?

Regards

Clive

-- 
www.clivemenzies.co.uk ...
...strategies for business



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



libstdc++ error

2005-06-29 Thread Paolo Pantaleo
while trying to install "Sun Java System Application Server Platform
Edition 8.1 2005Q2 UR2" i get the following error:

[EMAIL PROTECTED]:~/install# ./sjsas_pe-8_1_02_2005Q2-linux.bin
./sjsas_pe-8_1_02_2005Q2-linux.bin: error while loading shared
libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file:
No such file or directory

what does it mean, hoc could i (quickly) solve it?
Sorry but i have no idea

PAolo



Re: xmms skips all files

2005-06-29 Thread Francisco Borges
Hello,

» On Wed, Jun 29, 2005 at 06:13:37AM -0400, Carl Fink wrote:

> On Wed, Jun 29, 2005 at 01:04:15PM +0300, Raymond A. Meijer wrote:
> > > What's the advantage of xmms over gmplayer, vlc, gxine, and/or totem?
> [snip]
> 
> They play audio just fine, though.  I tend to use vlc, but any of them
> would do the job.  If you like animated visualizations, totem might be a
> choice.

I've gave a try to the programs you mention.

I could run all of them except vlc, which crashes here
~ % vlc
VLC media player 0.8.2-svn Janus
libhal.c 767 : org.freedesktop.DBus.Error.ServiceDoesNotExist raised
"Service "org.freedesktop.Hal" does not exist"

Gdk-ERROR **: BadValue (integer parameter out of range for operation)
  serial 255 error_code 2 request_code 45 minor_code 0
  
  
  
I don't fell like using any of them.

The reason is that as far as I could tell (please correct if I missed it),

- none of them allows me to order the files numerically. 

- none of them allows me to select all files in a directory without actually
selecting all of them, 

- none provides a "recursive include all files in dir" function.

They all played the mp3s, but then mpg123 will also do that and there I can,
at least, sort numerally (through the command line arg order). 

(BTW, I do use Mplayer to listen to the radio)

Cheers,
-- 
  Francisco.
 __o
`\<,
 _(*)/(*)_


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



Aw: Re: How to use apt-get through proxy server

2005-06-29 Thread prabusubroto
No, it does not work.
Here is the result: 
mydebby:/etc/apt# apt-get update
E: Type 'Acquire::http::Proxy' is not known on line 1 in source list 
/etc/apt/sources.list
mydebby:/etc/apt# cat sources.list
Acquire::http::Proxy "http://a:[EMAIL PROTECTED]:8080"
deb ftp://ftp.de.debian.org/debian stable main contrib non-free
deb http://http.us.debian.org/debian stable main contrib non-free
mydebby:/etc/apt# 

So how the command should be? if the host of the proxy server is 10.152.16.10, 
the portnumber : 8080 and no username and password needed as authentication for 
the proxy server.

Please tell me
- Original Nachricht 
Von: Kis Bertalan <[EMAIL PROTECTED]>
An:  [EMAIL PROTECTED]
Datum:   29.06.2005 12:52
Betreff: Re: How to use apt-get through proxy server

> [EMAIL PROTECTED] wrote:
> > Dear my friends...
> > 
> > I work at a workstation and my workstation is associated in a LAN. My
> internet connection is only through http proxy server. So if I want to go to
> internet, I have to set my internet browser for the ip number and the port
> number of the proxy server such as http://10.152.16.10:8080.
> > 
> > Now, I have to get and install some softwares from the internet for my
> debian linux. I want to use apt-get (I am tired of dependancy problem) but
> connected to the internet only through proxy server. How can I do that?
> > 
> > I now /etc/apt/sources.list. but there, I can only define the server of
> destination such as ftp://ftp.de.debian.org but I can not define the proxy
> server of our LAN and also its port number.
> > 
> > Please tell me.
> > 
> > Thank you very much. 
> > 
> > Machen Sie aus 14 Cent spielend bis zu 100 Euro!
> > Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
> > http://www.arcor.de/rd/emf-gaming-1
> 
> 
> Try to add the following line to your /etc/apt/apt.conf file:
> 
> Acquire::http::Proxy "http://[[user][:[EMAIL PROTECTED]:port]"
> 
> It should work.
> 
> bye
> 
> 

Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1



Re: How to use apt-get through proxy server

2005-06-29 Thread Kis Bertalan

Please insert that line in the correct file!!!

/etc/apt/apt.conf

bye

[EMAIL PROTECTED] wrote:

No, it does not work.
Here is the result: 
mydebby:/etc/apt# apt-get update

E: Type 'Acquire::http::Proxy' is not known on line 1 in source list 
/etc/apt/sources.list
mydebby:/etc/apt# cat sources.list
Acquire::http::Proxy "http://a:[EMAIL PROTECTED]:8080"
deb ftp://ftp.de.debian.org/debian stable main contrib non-free
deb http://http.us.debian.org/debian stable main contrib non-free
mydebby:/etc/apt# 


So how the command should be? if the host of the proxy server is 10.152.16.10, 
the portnumber : 8080 and no username and password needed as authentication for 
the proxy server.

Please tell me
- Original Nachricht 
Von: Kis Bertalan <[EMAIL PROTECTED]>
An:  [EMAIL PROTECTED]
Datum:   29.06.2005 12:52
Betreff: Re: How to use apt-get through proxy server



[EMAIL PROTECTED] wrote:


Dear my friends...

I work at a workstation and my workstation is associated in a LAN. My


internet connection is only through http proxy server. So if I want to go to
internet, I have to set my internet browser for the ip number and the port
number of the proxy server such as http://10.152.16.10:8080.


Now, I have to get and install some softwares from the internet for my


debian linux. I want to use apt-get (I am tired of dependancy problem) but
connected to the internet only through proxy server. How can I do that?


I now /etc/apt/sources.list. but there, I can only define the server of


destination such as ftp://ftp.de.debian.org but I can not define the proxy
server of our LAN and also its port number.


Please tell me.

Thank you very much. 


Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1



Try to add the following line to your /etc/apt/apt.conf file:

Acquire::http::Proxy "http://[[user][:[EMAIL PROTECTED]:port]"

It should work.

bye





Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1




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




Re: Plain text mail-merge

2005-06-29 Thread Rick Pasotto
On Wed, Jun 29, 2005 at 09:25:00AM +, Frank Copeland wrote:
> I'm looking for a tool that can do the equivalent of the mail-merge
> feature found in any decent word processor, but with plain text files.
> I'm sure there has to be such a beast but I've apt-search'd and
> freshmeat'd with various combinations of "mail merge text
> substitution" to no avail. I'm sure an hour or so with perl or python
> will produce the goods for my specific case but I find it hard to
> believe there's no general purpose tool already available.

'groff' will do it with complete formating capabilities. Unfortunately
the documentation is not readily available.

-- 
I shall allow no man to belittle my soul by making me hate him. -Booker T.
Washington (1856-1915)
Rick Pasotto[EMAIL PROTECTED]http://www.niof.net


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



Re: sarge and kvm-switch

2005-06-29 Thread Tom Allison

On 6/29/2005, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:

>Adam Hardy <[EMAIL PROTECTED]> wrote on 28/06/2005 01:10:05 PM:
>
>> [EMAIL PROTECTED] on 28/06/05 11:12, wrote:
>> > Now I installed sarge on the second box, but from now on, I can no
>> > longer switch from one system to the other, without loosing my
>keyboard.
>> > Whenever I do, I have to reboot the system and leave the switch on
>that
>> > system to make my keyboard work again. But this is not, how I can use
>my
>> > systems.
>>
>> I can't offer you any solutions, but as a work-around, rather than
>> rebooting, have you tried removing the keyboard cable from the KVM and
>> replacing it?
>
>I tried replacing the cable.


I know this used to be a common problem, but I was not aware that newer
KVM systems had this problem.  IIRC from conversations past, you want
electronic KVM switches, not mechanical ones, so they can fake a
keyboard/mouse.

However, I've had not problems with my relatively new KVM switch.  I was
under the impression that these problems have largely gone away over the
years.  But I do get a "lost signal" message a lot, but that's a
power saving "feature" that is remedied by pressing [shift]



Re: wajig broken in unstable?

2005-06-29 Thread Graham Williams
Received Wed 29 Jun 2005  8:43pm +1000 from Clive Menzies:
> On (29/06/05 11:09), Anthony Campbell wrote:
> > To: debian-user@lists.debian.org
> > From: Anthony Campbell <[EMAIL PROTECTED]>
> > Date: Wed, 29 Jun 2005 11:09:18 +0100
> > Subject: Re: wajig broken in unstable?
> > 
> > On 29 Jun 2005, Graham Williams wrote:
> > > Received Wed 29 Jun 2005  7:39pm +1000 from Anthony Campbell:
> > > > I found that wajig disappeared here after an update to unstable a couple
> > > > of days ago and attempts to reintall it are greeted with the message
> > > > that it has unmet dependencies and I should file a bug report. However,
> > > > bug reporting seems to be failing on Debian at present.
> > > > 
> > > > Not sure what is happening here.
> > > 
> > > Hi Anthony. Any more specific details? What is it dependent on that is
> > > failing? I presume you might be using sarge (stable) and have upgraded
> > > to unstable? Did you use wajig to do this? 
> > > 
> > > Regards,
> > > Graham
> > > 
> > 
> > No, I've been following unstable for many months. In fact, I discovered
> > that synaptic and aptitude had also been removed, but I've reinstalled
> > those without problems. I've been using wajig routinely for some time.
> > 
> > The message I get now is:
> > 
> > 
> > Reading package lists... Done
> > Building dependency tree... Done
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > 
> > Since you only requested a single operation it is extremely likely that
> > the package is simply not installable and a bug report against
> > that package should be filed.
> > The following information may help to resolve the situation:
> > 
> > The following packages have unmet dependencies:
> >   wajig: Depends: python-apt but it is not going to be installed
> > E: Broken packages
> 
> I'm coming in late on this.  Aptitude threatened to remove itself here
> (sid) during the last couple of upgrades because apt and apt-utils were
> being upgraded but aptitude is dependant on the currently installed
> version; so I held apt and apt-utils.
> 
> I suspect that you're seeing this behaviour because you've upgraded
> these to 0.6.38 but synaptic/aptitude depend on 0.5.28.6.
> 
> You could downgrade these two packages manually to rectify the problem
> perhaps?
> 
> Regards
> 
> Clive

Thanks for the information.  Looks like the apt upgrade is breaking a
few dependencies.  I am getting the same problem now! I'll have a look
to see what needs to be done for wajig. As suggested, downgrading apt
and apt-util and then putting them on hold might allow wajig to be
reinstalled.

Regards,
Graham


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



dh-make-perl

2005-06-29 Thread Tom Allison

I'm running into some difficulties with dh-make-perl, but right now they
are kind of wishlist issues...  I am wondering if there is some way to
automate the following:

Normally when doing a CPAN install it can be configured to automatically
get additional dependency modules.

using dh-make-perl --build --cpan, is there some way to either:
auto-get/ask these modules to complete the build?
pre-test the installation to find dependencies before the tests fail?

I'm finding it's a very nice tool, but there's some interations that
I'm hoping to avoid.



Aw: Re: How to use apt-get through proxy server

2005-06-29 Thread prabusubroto
It does not work. Please tell me furthermore.

Here is the result:
mydebby:/etc/apt# ls
apt.conf  apt.conf.d  apt-file.conf  sources.list  sources.list~
mydebby:/etc/apt# cat apt.conf
Acquire::http::Proxy http://10.152.16.10:8080
mydebby:/etc/apt# apt-get update
E: Syntax error /etc/apt/apt.conf:2: Extra junk at end of file
mydebby:/etc/apt#   


- Original Nachricht 
Von: Kis Bertalan <[EMAIL PROTECTED]>
An:  debian-user@lists.debian.org
Datum:   29.06.2005 13:13
Betreff: Re: How to use apt-get through proxy server

> Please insert that line in the correct file!!!
> 
> /etc/apt/apt.conf
> 
> bye
> 
> [EMAIL PROTECTED] wrote:
> > No, it does not work.
> > Here is the result: 
> > mydebby:/etc/apt# apt-get update
> > E: Type 'Acquire::http::Proxy' is not known on line 1 in source list
> /etc/apt/sources.list
> > mydebby:/etc/apt# cat sources.list
> > Acquire::http::Proxy "http://a:[EMAIL PROTECTED]:8080"
> > deb ftp://ftp.de.debian.org/debian stable main contrib non-free
> > deb http://http.us.debian.org/debian stable main contrib non-free
> > mydebby:/etc/apt# 
> > 
> > So how the command should be? if the host of the proxy server is
> 10.152.16.10, the portnumber : 8080 and no username and password needed as
> authentication for the proxy server.
> > 
> > Please tell me
> > - Original Nachricht 
> > Von: Kis Bertalan <[EMAIL PROTECTED]>
> > An:  [EMAIL PROTECTED]
> > Datum:   29.06.2005 12:52
> > Betreff: Re: How to use apt-get through proxy server
> > 
> > 
> >>[EMAIL PROTECTED] wrote:
> >>
> >>>Dear my friends...
> >>>
> >>>I work at a workstation and my workstation is associated in a LAN. My
> >>
> >>internet connection is only through http proxy server. So if I want to go
> to
> >>internet, I have to set my internet browser for the ip number and the
> port
> >>number of the proxy server such as http://10.152.16.10:8080.
> >>
> >>>Now, I have to get and install some softwares from the internet for my
> >>
> >>debian linux. I want to use apt-get (I am tired of dependancy problem)
> but
> >>connected to the internet only through proxy server. How can I do that?
> >>
> >>>I now /etc/apt/sources.list. but there, I can only define the server of
> >>
> >>destination such as ftp://ftp.de.debian.org but I can not define the
> proxy
> >>server of our LAN and also its port number.
> >>
> >>>Please tell me.
> >>>
> >>>Thank you very much. 
> >>>
> >>>Machen Sie aus 14 Cent spielend bis zu 100 Euro!
> >>>Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
> >>>http://www.arcor.de/rd/emf-gaming-1
> >>
> >>
> >>Try to add the following line to your /etc/apt/apt.conf file:
> >>
> >>Acquire::http::Proxy "http://[[user][:[EMAIL PROTECTED]:port]"
> >>
> >>It should work.
> >>
> >>bye
> >>
> >>
> > 
> > 
> > Machen Sie aus 14 Cent spielend bis zu 100 Euro!
> > Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
> > http://www.arcor.de/rd/emf-gaming-1
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1



Re: How to use apt-get through proxy server

2005-06-29 Thread Kis Bertalan
I think we missed to put a semicolon (;) at the end of the line. That's 
all! The correct line shoul look like this:


Acquire::http::Proxy "http://[[user][:[EMAIL PROTECTED]:port]";

This must really work!

[EMAIL PROTECTED] wrote:

It does not work. Please tell me furthermore.

Here is the result:
mydebby:/etc/apt# ls
apt.conf  apt.conf.d  apt-file.conf  sources.list  sources.list~
mydebby:/etc/apt# cat apt.conf
Acquire::http::Proxy http://10.152.16.10:8080
mydebby:/etc/apt# apt-get update
E: Syntax error /etc/apt/apt.conf:2: Extra junk at end of file
mydebby:/etc/apt#   




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




Re: degraded array - former device is unavailable

2005-06-29 Thread Philip Ross

Philip Ross wrote:
I'm getting exactly the same problem after upgrading a test system from 
Woody to Sarge. Every time I reboot the md raid1 root device is failing 
to come up with both mirrors (see dmesg output below). When I add the 
missing mirror manually using mdadm everything works fine up until the 
next reboot.


I've fixed the issue now. The problem was that I had removed (with mdadm 
--fail) one of the mirrors prior to doing the upgrade.


When mkinitrd ran as part of installing the new kernel, it didn't detect 
both raid devices and only set up an initial ram disk capable of 
detecting one of the mirrors.


To fix, I added the missing mirror (with mdadm --add), waited for the 
raid device to sync up and then re-ran mkinitrd and lilo.


Phil


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




cupsd - Allow from LAN not working

2005-06-29 Thread Clive Menzies
Hi

I have two servers running cupsd (sarge) and can administer their
printers, locally, as member of the group lpadmin.

For convenience I want to be able to administer both printers from
anywhere on the network.  Historically, I've used ssh/lynx but for
users, I would like to allow them access via http://server:631

I've edited the cupsd.conf file as follows:

## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.*

as per man cupsd.conf but I get:
Forbidden
You don't have permission to access the resource on this server.

I've also tried 192.168.1.0 192.168.1.0/24 without success; I have
restarted cupsys after each edit.

Has anyone got this working or should I report a bug?  of course I
may have missed something blindingly obvious ;)

Regards

Clive

-- 
www.clivemenzies.co.uk ...
...strategies for business



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



Renice cron

2005-06-29 Thread Lars Roland
Hi all

Is it possible to renice a single cronjob from within crontab ?.



Regards.

Lars Roland



Re: libstdc++ error

2005-06-29 Thread Roberto C. Sanchez
On Wed, Jun 29, 2005 at 12:48:23PM +0200, Paolo Pantaleo wrote:
> while trying to install "Sun Java System Application Server Platform
> Edition 8.1 2005Q2 UR2" i get the following error:
> 
> [EMAIL PROTECTED]:~/install# ./sjsas_pe-8_1_02_2005Q2-linux.bin
> ./sjsas_pe-8_1_02_2005Q2-linux.bin: error while loading shared
> libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file:
> No such file or directory
> 
> what does it mean, hoc could i (quickly) solve it?
> Sorry but i have no idea
> 

It means that the file libstdc++-libc6.2-2.so.3 does not exist.  The
Deboan package search page [0] show that the file you want is in the
package libstdc++2.10-glibc2.2.

-Roberto

[0] http://packages.debian.org

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


pgpoQNWKXXum0.pgp
Description: PGP signature


problem with /pen

2005-06-29 Thread roberto
hi

i encounter the following problem when i try to mount my usb pen on debian 
sarge, kernel 2.6.8

~:$ mount /pen
mount: special device /mnt/sda1 does not exist

i attach here also the output in /var/log/messages when i plug in the pen

Jun 29 15:12:32  kernel: usbcore: deregistering driver usb-storage
Jun 29 15:12:35  kernel: Initializing USB Mass Storage driver...
Jun 29 15:12:35  kernel: usbcore: registered new driver usb-storage
Jun 29 15:12:35  kernel: USB Mass Storage support registered.
Jun 29 15:12:50  kernel: ohci_hcd :02:00.0: wakeup
Jun 29 15:12:51  kernel: usb 1-2: new full speed USB device using address 6
Jun 29 15:12:51  kernel: scsi8 : SCSI emulation for USB Mass Storage devices
Jun 29 15:12:51  kernel:   Vendor: LEXAR Model: JUMPDRIVE Rev: 1.30
Jun 29 15:12:51  kernel:   Type:   Direct-Access  ANSI SCSI 
revision: 02
Jun 29 15:12:51  kernel: SCSI device sda: 251904 512-byte hdwr sectors (129 MB)
Jun 29 15:12:51  kernel: sda: assuming Write Enabled
Jun 29 15:12:51  kernel:  /dev/scsi/host8/bus0/target0/lun0: p1
Jun 29 15:12:51  kernel: Attached scsi removable disk sda at scsi8, channel 0, 
id 0, lun 0
Jun 29 15:12:51  scsi.agent[4030]:  sd_mod: loaded sucessfully (for disk)
Jun 29 15:12:51  usb.agent[4056]:  usb-storage: already loaded

please, give me some hint to solve this problem... and tell me if you need some 
more information

than you

Roberto






___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


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



Re: xmms skips all files

2005-06-29 Thread Chris F.A. Johnson
On 2005-06-28, Carl Fink wrote:
> On Tue, Jun 28, 2005 at 10:08:54AM -0300, Francisco Borges wrote:
>
>> I would have given up on xmms by now if there was anything actually
>> usefull to replace it...
>
> What's the advantage of xmms over gmplayer, vlc, gxine, and/or totem?  I
> hate it -- it uses a nonstandard interface requiring incredibly finicky
> mouse control to hit tiny, meaningless graphical buttons.

   One of the nice things about xmms is that it can be controlled from
   the command line or a script, or button in a file manager. The
   xmmsctrl command adds more control that the basic xmms.

-- 
Chris F.A. Johnson 
==
Shell Scripting Recipes: A Problem-Solution Approach, 2005, Apress



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



Re: Howto find and remove unused libraries?

2005-06-29 Thread fraz

Well I now have 1.2 Gigs free on my 3 Gig root partition. Amazing!
I was down to nearly 300 Megs before.

Brian Kimball wrote:


Just so you know, aptitude's fullscreen interface can be heavily 
customized to your liking.  You can decide what information should be
 shown on each line in the package list (name, version, size, 
priority, description, etc).  I've currently got it set to display 
how many reverse dependencies each package has.  This allows me to 
see at a glance which packages are actually needed and which packages

 are just leftover cruft.  Sounds like you would find that useful...

brian



Jochen Schulz wrote:
> I always hated dselect, too. The good thing about aptitude is that
> you can use it much like apt-get, i.e. without the ncurses based
> interface. You can just say 'aptitude install foo' and it will behave
> almost like apt-get. But the ncurses interface can be really useful
> when solving strange dependency issuues.


I tried out aptitude, and I think i'll use that from now on. I'm glad 
its console based, excellent for remote admin. I think I got aptitude 
mixed up with synaptic which I tried a while ago but didn't like.


The reverse dependancy thing would be awsome, since I often think "do i 
really need this, why is it installed?". i'd better rtfm.


I'm liking Debian more and more!! :D



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




Re: problem with /pen

2005-06-29 Thread Roberto C. Sanchez
On Wed, Jun 29, 2005 at 03:19:45PM +0200, roberto wrote:
> hi
> 
> i encounter the following problem when i try to mount my usb pen on debian 
> sarge, kernel 2.6.8
> 
> ~:$ mount /pen
> mount: special device /mnt/sda1 does not exist
> 

With the drive plugged in, what is the output of 'lsusb' (you may need
to install the usbutils package if you don't already have it) and what
is the output of 'fdisk -l /dev/sda'?

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


pgpmo7xlVclZx.pgp
Description: PGP signature


Re: problem with /pen

2005-06-29 Thread roberto

--- "Roberto C. Sanchez" <[EMAIL PROTECTED]> ha scritto: 

> > hi
> > 
> > i encounter the following problem when i try to mount my usb pen on debian 
> > sarge, kernel 2.6.8
> > 
> > ~:$ mount /pen
> > mount: special device /mnt/sda1 does not exist
> > 
> 
> With the drive plugged in, what is the output of 'lsusb' (you may need
> to install the usbutils package if you don't already have it) 
here's the output

~# lsusb
Bus 004 Device 001: ID :
Bus 003 Device 001: ID :
Bus 002 Device 001: ID :
Bus 001 Device 007: ID 05dc:0080 Lexar Media, Inc. Jumpdrive Secure 64MB
Bus 001 Device 001: ID :


>and what
> is the output of 'fdisk -l /dev/sda'?
here's the other one

~# fdisk -l /dev/sda

Disk /dev/sda: 128 MB, 128974848 bytes
8 heads, 32 sectors/track, 984 cylinders
Units = cylinders of 256 * 512 = 131072 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1 979  1252966  FAT16


thanks

Roberto






___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


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



Re: problem with /pen

2005-06-29 Thread Roberto C. Sanchez
On Wed, Jun 29, 2005 at 03:45:31PM +0200, roberto wrote:
> 
> --- "Roberto C. Sanchez" <[EMAIL PROTECTED]> ha scritto: 
> 
> > > hi
> > > 
> > > i encounter the following problem when i try to mount my usb pen on 
> > > debian sarge, kernel 2.6.8
> > > 
> > > ~:$ mount /pen
> > > mount: special device /mnt/sda1 does not exist
> > > 
> > 
> > With the drive plugged in, what is the output of 'lsusb' (you may need
> > to install the usbutils package if you don't already have it) 
> here's the output
> 
> ~# lsusb
> Bus 004 Device 001: ID :
> Bus 003 Device 001: ID :
> Bus 002 Device 001: ID :
> Bus 001 Device 007: ID 05dc:0080 Lexar Media, Inc. Jumpdrive Secure 64MB
> Bus 001 Device 001: ID :
> 
> 
> >and what
> > is the output of 'fdisk -l /dev/sda'?
> here's the other one
> 
> ~# fdisk -l /dev/sda
> 
> Disk /dev/sda: 128 MB, 128974848 bytes
> 8 heads, 32 sectors/track, 984 cylinders
> Units = cylinders of 256 * 512 = 131072 bytes
> 
>Device Boot  Start End  Blocks   Id  System
> /dev/sda1   *   1 979  1252966  FAT16
> 
> 

That is quite strange.  Did you try mounting it and specifying the
filesystem type?  Something like 'mount -t vfat /dev/sda1 /pen' may yield
better results?  You may also want to try fat and msdos as filesystem
types.  Also, make sure that the filesystems, msdos, fat and vfat are
compiled into the kernel or loaded as modules.  You can see a complete
list of the file systems your kernel can handle by running 'cat
/proc/filesystems'.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


pgp6V3skFS20w.pgp
Description: PGP signature


Re: problem with /pen

2005-06-29 Thread Jacob S
On Wed, 29 Jun 2005 15:19:45 +0200 (CEST)
roberto <[EMAIL PROTECTED]> wrote:

> hi
> 
> i encounter the following problem when i try to mount my usb pen on
> debian sarge, kernel 2.6.8
> 
> ~:$ mount /pen
> mount: special device /mnt/sda1 does not exist
> 
> i attach here also the output in /var/log/messages when i plug in the
> pen
> 
> Jun 29 15:12:32  kernel: usbcore: deregistering driver usb-storage
> Jun 29 15:12:35  kernel: Initializing USB Mass Storage driver...
> Jun 29 15:12:35  kernel: usbcore: registered new driver usb-storage
> Jun 29 15:12:35  kernel: USB Mass Storage support registered.
> Jun 29 15:12:50  kernel: ohci_hcd :02:00.0: wakeup
> Jun 29 15:12:51  kernel: usb 1-2: new full speed USB device using
> address 6 Jun 29 15:12:51  kernel: scsi8 : SCSI emulation for USB Mass
> Storage devices Jun 29 15:12:51  kernel:   Vendor: LEXAR Model:
> JUMPDRIVE Rev: 1.30 Jun 29 15:12:51  kernel:   Type:  
> Direct-Access  ANSI SCSI revision: 02 Jun 29
> 15:12:51  kernel: SCSI device sda: 251904 512-byte hdwr sectors (129
> MB) Jun 29 15:12:51  kernel: sda: assuming Write Enabled
> Jun 29 15:12:51  kernel:  /dev/scsi/host8/bus0/target0/lun0: p1
> Jun 29 15:12:51  kernel: Attached scsi removable disk sda at scsi8,
> channel 0, id 0, lun 0 Jun 29 15:12:51  scsi.agent[4030]:  sd_mod:
> loaded sucessfully (for disk) Jun 29 15:12:51  usb.agent[4056]: 
> usb-storage: already loaded
> 
> please, give me some hint to solve this problem... and tell me if you
> need some more information

Can you show us the line for sda1 in your /etc/fstab file? If the mount
point is /pen, it should be trying to mount /dev/sda1, not /mnt/sda1 on
the /pen mount point. 

HTH,
Jacob


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



Re: xmms skips all files

2005-06-29 Thread Andrey Andreev
Raymond A. Meijer wrote:
>>>What would you suggest? The ones you mentioned are all Video
>>>players, aren't they?
[snip]
> I want it to be as minimalistic as possible. Well, not as minimalistic 
> as a console program, but you catch my drift ;)
> 
> So no video support and no visualisations :)

Some time ago I switched (after many years of using xmms) to amaroK.
It's not exactly minimalistic at all, but it is a purpose-built and very
capable audio player. It is the only player that I've tried that fits my
use patterns from xmms and winamp. I recommend you give it a shot.

Andro

-- 
Andrey Andreev
University of Helsinki
Dept. of Computer Science


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



ASUS MB Proactive Premium P5AD2-E

2005-06-29 Thread UlrichBieniek
Sehr geerhte Damen und Herren,

ich habe debian linux gekauft und möchte das auf meinem Rechner installieren.
Der Rechner ist neuester Generation.
Die Installation beginnt auch bleibt dann jedoch nach kurzer Zeit stehen.
Vermutlich fehlt hier ein oder mehrere Treiber, da auch unter XP ein Treiber
für ATA manuell geladen werden muss.
Möglicherweise ist das bei Linux auch.
Können Sie da weiterhelfen?
Vielen Dank im voraus.


Mit freundlichen Grüßen
Ulrich. Bieniek
Tel.: 05244 - 40729 -/- Fax: 0524440742
E-Mail : [EMAIL PROTECTED]




Re: problem with /pen

2005-06-29 Thread Rich Fearn

~:$ mount /pen
mount: special device /mnt/sda1 does not exist


This should be /dev/sda1. Check your /etc/fstab.

Rich


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




Re: problem with /pen

2005-06-29 Thread Martin Dickopp
"Roberto C. Sanchez" <[EMAIL PROTECTED]> writes:

> On Wed, Jun 29, 2005 at 03:45:31PM +0200, roberto wrote:
>> 
>> --- "Roberto C. Sanchez" <[EMAIL PROTECTED]> ha scritto: 
>> 
>> > > i encounter the following problem when i try to mount my usb pen on 
>> > > debian sarge, kernel 2.6.8
>> > > 
>> > > ~:$ mount /pen
>> > > mount: special device /mnt/sda1 does not exist
>> > 
>> > and what is the output of 'fdisk -l /dev/sda'?
>> here's the other one
>> 
>> ~# fdisk -l /dev/sda
>> 
>> Disk /dev/sda: 128 MB, 128974848 bytes
>> 8 heads, 32 sectors/track, 984 cylinders
>> Units = cylinders of 256 * 512 = 131072 bytes
>> 
>>Device Boot  Start End  Blocks   Id  System
>> /dev/sda1   *   1 979  1252966  FAT16
>
> That is quite strange.

Most likely, the partition table of the pen is read when the device is
*accessed* for the first time (by the 'fdisk' command), at which point
/dev/sda1 gets created.

The solution is to access the device first (e.g. by typing 'fdisk -l
/dev/sda' and then mount /dev/sda1.

Martin


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



Re: problem with /pen

2005-06-29 Thread roberto

--- "Roberto C. Sanchez" <[EMAIL PROTECTED]> ha scritto: 
> > > > i encounter the following problem when i try to mount my usb pen on 
> > > > debian sarge, kernel
> 2.6.8
> > > > 
> > > > ~:$ mount /pen
> > > > mount: special device /mnt/sda1 does not exist
> > > > 
> > > 
> > > With the drive plugged in, what is the output of 'lsusb' (you may need
> > > to install the usbutils package if you don't already have it) 
> > here's the output
> > 
> > ~# lsusb
> > Bus 004 Device 001: ID :
> > Bus 003 Device 001: ID :
> > Bus 002 Device 001: ID :
> > Bus 001 Device 007: ID 05dc:0080 Lexar Media, Inc. Jumpdrive Secure 64MB
> > Bus 001 Device 001: ID :
> > 
> > 
> > >and what
> > > is the output of 'fdisk -l /dev/sda'?
> > here's the other one
> > 
> > ~# fdisk -l /dev/sda
> > 
> > Disk /dev/sda: 128 MB, 128974848 bytes
> > 8 heads, 32 sectors/track, 984 cylinders
> > Units = cylinders of 256 * 512 = 131072 bytes
> > 
> >Device Boot  Start End  Blocks   Id  System
> > /dev/sda1   *   1 979  1252966  FAT16
> > 
> > 
> 
> That is quite strange.  Did you try mounting it and specifying the
> filesystem type?  Something like 'mount -t vfat /dev/sda1 /pen' may yield
> better results?  
> You may also want to try fat and msdos as filesystem
> types.  Also, make sure that the filesystems, msdos, fat and vfat are
> compiled into the kernel or loaded as modules.  You can see a complete
> list of the file systems your kernel can handle by running 'cat
> /proc/filesystems'.

here my /proc/filesystems

~# cat /proc/filesystems
nodev   sysfs
nodev   rootfs
nodev   bdev
nodev   proc
nodev   sockfs
nodev   futexfs
nodev   tmpfs
nodev   pipefs
nodev   eventpollfs
nodev   devpts
cramfs
nodev   ramfs
nodev   devfs
nodev   mqueue
ext3
nodev   usbfs
nodev   usbdevfs
iso9660
vfat

and i add here my /etc/fstab too
# /etc/fstab: static file system information.
#
#

/dev/hda3   /   ext3defaults,errors=remount-ro  0   
1
/dev/hda4   /home   ext3defaults0   
2
/dev/hda2   noneswapsw  0   0
proc/proc   procdefaults0   0
/dev/fd0/floppy autodefaults,user,noauto0   0
/dev/cdrom  /cdrom  iso9660 defaults,ro,user,noauto 0   0
/mnt/sda1   /penvfatnoauto,user,async,rw0   0


maybe, should i substitute /mnt/sda1 with /dev/sda1 in /etc/fstab ??



Roberto






___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


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



Re: problem with /pen

2005-06-29 Thread Roberto C. Sanchez
On Wed, Jun 29, 2005 at 04:20:26PM +0200, roberto wrote:
> 
> /mnt/sda1   /penvfatnoauto,user,async,rw0 
>   0
> 
> 
> maybe, should i substitute /mnt/sda1 with /dev/sda1 in /etc/fstab ??
> 
> 

Yes.  Also change vfat to auto, so that if you happen to use a USB drive
that has a filesystem that is not FAT, it will be automatically
recognized.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


pgprRamOsfoZy.pgp
Description: PGP signature


LSI MegaRAID ATA 133

2005-06-29 Thread yoggy

Hello,
I have a Raid Controller: LSI MegaRAID ATA 133.
I'm installing Debian 3.1r0a (Sarge) but Sarge see 2 hard disk (hde and hdg)
and not 1 disk (I configured raid controler for mirroring).
(I tested it with kernel 2.4 and 2.6)
Can you help me please?

-
Etes vous un consom'Acteur ? Toutes les saveurs équitables sont sur 
http://www.epicerie-equitable.com


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



Re: problem with /pen

2005-06-29 Thread roberto
> --- "Roberto C. Sanchez" <[EMAIL PROTECTED]> ha scritto: 
> > > /mnt/sda1   /penvfatnoauto,user,async,rw0 
> > >   0
> > > 
> > > maybe, should i substitute /mnt/sda1 with /dev/sda1 in /etc/fstab ??
> > 
> > Yes.  Also change vfat to auto, so that if you happen to use a USB drive
> > that has a filesystem that is not FAT, it will be automatically
> > recognized.
> 
> Yes! that fixes the problem correctly, using this line:
> /dev/sda1   /penautonoauto,user,async,rw0 
>   0
> 
> thank you all


Roberto






___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


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



apache 1.33 ?

2005-06-29 Thread Brent Clark

Hi List

I have an entry in my apache.conf file like so.

DocumentRoot /var/lib/clamav


Options SymLinksIfOwnerMatch
AllowOverride All



Options Indexes
AllowOverride All
Order allow,deny
Allow from 192.168.111.0/255.255.255.0




 Alias /dspam "/var/www/dspam/html/"


  DocumentRoot "/var/www/dspam/html"
  ServerName dspam.eccotours.co.za
  ServerAdmin [EMAIL PROTECTED]
  ErrorLog /var/log/apache/dspam.eccotours.co.za-error_log
  TransferLog /var/log/apache/dspam.eccotours.co.za-access_log

  User Debian-exim
  Group Debian-exim


  Options FollowSymLinks ExecCGI
  AllowOverride None
  Order deny,allow
  Deny from all
  AuthType Basic
  AuthName "DSPAM Control Center"
  AuthUserFile /var/www/dspam/etc/htpasswd
  Require valid-user
  Satisfy Any
  AuthShadow on



Every Time type in my URL and leave out the alias, the Dspam alias still 
kicks in and for the likes of me, I cant figure it out.


all I want is to have the listing of clamav files, and is I want to see 
my dspam stuff, I will then add the alias.
I have a few other alias that work (for e.g. sarg, squint etc) but as 
soon as I want a directory listing the dspam is displayed.


If anyone has any advice / tips etc, please dont hesistate in contacting me

Kind Regards
Brent Clark


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




Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Gayle Lee Fairless

I'm having some of the same issues that Leonard has.  The wvdial 
doesn't appear to work on 2.6 kernels.  I've scripted the tests as high as 
kernel 2.6.12.  It seems that the connection is immediately lost with only 
0.0 or 0.1 minutes connection time reported.

I am going to use scanModem as he did to see if changing modems 
from my external Hayes to the internal one will work.  Also, the pppd (I 
think) seems to randomly dial up the ISP.  I've gotten errors 1 and 16 on 
different occasions from the pppd daemon as documented in man pppd.  The 
program wvdial (and version, 54 something, I'm doing this off the top of 
the head from work.), same version as Len's, works just fine on kernel 
2.4.18-bf2.4 (the one available in woody).

My box is a Gateway 500 upgraded from woody to sarge.

I'll try to post more information when I get home especially in 
response to questions.  Some of this is a 'work in progrss' so I don't 
have some of the answers (actually many!).  I have yet to try out a script 
in kppp to see if that works.  Both Len and I probably run KDE 3.3 from 
sarge.

-- 
(Mr.) Gayle Lee Fairless
direct email or CC's are fine, but I am subscribed to the digest.



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



Lexmark X125 with CUPS

2005-06-29 Thread Jon Roed
Does anyone know of a printer driver for the Lexmark X125 All-in-one printer 
that will work with CUPS ?  The printer driver from linuxprinting.org 
supposedly only works with LPRng (and i haven't managed to get it to work 
with CUPS).  Would it be worth switching to LPRng ?  I e-mailed Lexmark's 
tech support and they told me to use their Linux Printer Driver Development 
Kit and basically write my own driver (thanks guys, great tech support).  
Anyone with any info, or maybe another driver they written, some help would 
be greatly appreciated.


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



gsview libgs.so

2005-06-29 Thread Ulrich Scholz
Hi,

I try to use gsview.  It compliled fine but it misses the ghostscript
shared library
libgs.so.  I cannot find it as Debian package.

It seems to be necessary to compile it by hand. Can anyone give me a
walk-through? Does it cause problems with the Debian gs-apfl package?

Thanks for your help.

Uli


PS. I know of other gs viewers, like gv.  I'm interested in gsview
because it allows text search of the ps file and displays it as ps.


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



No security updates for sarge ?

2005-06-29 Thread Hannes Mayer
Hi all!

I've been wondering the past few days why there are no updates via
"apt-get update/upgrade" (I have the correct entries in
sources.list!). A few days ago I was reading at heise.de
(http://www.heise.de/newsticker/meldung/61076) that the security team
seems to have "disappeared". In a previous thread I was reading that
some updates are in the queue, but have not been released yet.
I've seen some debian core team members posting on this list, so maybe
someone can clarify what's happening.

Thanks & best regards,
Hannes.



Re: mdadm: raid not working after stop/reboot

2005-06-29 Thread michael

Quoting Kristian Rink <[EMAIL PROTECTED]>:



Hi Mike;

and, at first, thanks loads for your mail.

[EMAIL PROTECTED] schrieb:


I found it easier not use the mdadm.conf file at all. I simply deleted
it.
However, without it, your partitions and/or disks that are going to be
used in your raid array must be fdisk'd to type "fd" or Linux Raid
autodetect.


Yeah, I read about this and did this,all partitions to be used within
the array are type "FD". Even though this doesn't seem to change anything.


Then create your array, format it, mount it, set it in /etc/fstab and
reboot.
It should work. Perhaps give us some details of your /proc/mdstat or
try hunting through dmesg to see if there any errors when the array is
trying to be built upon a boot up.


I'm hardly able to do any diagnostics on that since the information I
get is pretty limited. Basically, I created the array, xfs-formatted it,
put it into fstab and mounted it - worked well. Umounting, remounting
and everything worked as long as the array was running. After rebooting,
the array seemed gone. I don't get any useful error messages, just an
"XFS SB error" when trying to mount the array (which is not running at
this time), and when I try to start the array (mdadm -R /dev/md0), I
just get something like "/dev/md0 has no devices" (though the real
behaviour and message changes differing with the kernel version used).


Have you tried zeroing all the superblocks before you create a new array?
You could even try to dpkg-reconfigure mdadm as well.
What command did you use to build the array? (just curious)
Even without formating it, the array should come up and be syncing
itself after a reboot.

--- Sent via IMP


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




HELP with SQUID and NIS.....

2005-06-29 Thread Sgt Scherolt

Hello My Friends

I need configure squid to *release authentication using NIS.

I try to read something about yp_auth, but i don't have much sucess.

SQUID and **authentication with NIS.

I try to use PAM_AUTH but it did not function with nis users.

HOW TO USE YP_AUTH in SQUID.CONF??

HELP_ME

PS: I don't speek english very well.
*

--

Ronald Emerson Scherolt da Costa - 2º Sgt Art
Centro de Desenvolvimento de Sistemas - CDS
Divisão de Planejamento, Coordenação e Controle
Seção  Suporte Técnico
Fone: (61) 317.3310 - RITEx: 850.3310


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




Re: Chkrootkit reports infection

2005-06-29 Thread Nikita V. Youshchenko


> I've recently updated to sarge.
> 
> When chkrootkit runs daily, I get a (presumed) false positive:
> 
> # chkrootkit -q
> 
> /usr/lib/mindi/rootfs/proc/.keep /usr/lib/mindi/rootfs/root/.profile
> 
> I assume that this is due to the presence of "dotfiles" installed by
> mindi. I've tried suppressing this output using a "grep" statement, but
> chkrootkit returns a non-zero value, and I also get this message daily.
> 
> Is there a way of turning this off without writing a separate shell
> script?

You may stop daily mails by running dpkg-reconfigure chkrootkit and
disabling daily runs.


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



Procedure for upgrading kernel from 2.4 to 2.6

2005-06-29 Thread Tony Terlecki
I've recently installed a new machine using the 'testing' branch and it
came with a stock 2.4.27 kernel. I'd like to move to a custom 2.6 kernel
but I'm not not sure of the procedure.

Is it as simple as installing kernel-package, a 2.6 kernel source
package, running make-kpkg against it then installing the .deb?
Or am I living in a dream world?!

-- 
Tony Terlecki
[EMAIL PROTECTED]


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



Re: Chkrootkit reports infection

2005-06-29 Thread Brad Sawatzky
On Wed, 29 Jun 2005, Nikita V. Youshchenko wrote:

> > I've recently updated to sarge.
> > 
> > When chkrootkit runs daily, I get a (presumed) false positive:
> > 
> > # chkrootkit -q
> > 
> > /usr/lib/mindi/rootfs/proc/.keep /usr/lib/mindi/rootfs/root/.profile
> > 
> > I assume that this is due to the presence of "dotfiles" installed by
> > mindi. I've tried suppressing this output using a "grep" statement, but
> > chkrootkit returns a non-zero value, and I also get this message daily.
> > 
> > Is there a way of turning this off without writing a separate shell
> > script?
> 
> You may stop daily mails by running dpkg-reconfigure chkrootkit and
> disabling daily runs.

Newer versions of chkrootkit (0.45, for example) allow you to run in a
"diff mode" that suppresses day-to-day duplicate hits.  You can turn this
option on with 'dpkg-reconfigure chkrootkit'.

-- Brad


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



Debian Base Install to many un-necessary packages?

2005-06-29 Thread David Nicholls
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I've just downloaded the latest netinst iso of debian.

I usually do not select any packages to install when prompted, and
although the installer still insists on installing a large number of
unneeded files (dictionarys, nano etc) I usually press contol-C to
cancel that and then manually add vim and ssh... which is really all I
ever want, at least initally.

However, on the latest version, the control-C did not actually stop the
installation!

Any ideas on how to stop this?

Thanks

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

iD8DBQFCwr5I62r58u1gKlkRAmkTAJ9H7XIk6LJeHNYTZ5GMbBGVi7II9wCfVvD8
NzUJ+t0f6oLORjdjxaBu1io=
=xWe6
-END PGP SIGNATURE-


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



Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Debian User Leonard Chatagnier

Kent West wrote:


Kent West wrote:

 


I believe I'd purge and then reinstall wvdial, and maybe.



   


Don't you just love sentence fragments? They're so very.

Seriously, ignore the partial. I was going to say I might would also
purge/reinstall the ppp-related stuff, but then I remembered that wvdial
is more-or-less standalone (I think).

 

Well Kent, you were right about everything.  And, I feel mentally 
deprived as I should have tried

a purge/reinstall before posting.
wvdial is now working and I can call it up from $ as user.  I'm going to 
post the wvdial output you
requested, on a working  system, so that anyone having this problem can 
see what should be on a working
wvdial: (Note: still no /.wvdialrc in /home/lchata/) (note2: I still get 
the warning about can't write PAP-secrets
and Chap-secrets-Permission denied, when calling wvdial as user.  I know 
its harmless and I have gotten rid

of it before.  What is the Debian preferred way to do this?)

[EMAIL PROTECTED]:/etc/ppp/peers$ cat /etc/wvdial.conf
[Dialer Defaults]
Phone = 9815666
Username = lchata
Password = ***
New PPPD = yes
Modem = /dev/modem
Baud = 115200
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
[EMAIL PROTECTED]:/etc/ppp/peers$ 


[EMAIL PROTECTED]:/etc/ppp/peers$ ls -l /usr/bin/wvdial
-rwxr-xr-x  1 root root 98408 Jan 21 03:38 /usr/bin/wvdial
[EMAIL PROTECTED]:/etc/ppp/peers$ ls -l /etc/wvdial.conf
-rw-r-  1 root dialout 209 Jun 29 09:12 /etc/wvdial.conf
[EMAIL PROTECTED]:/etc/ppp/peers$ 


Kent, thanks for your great help.

Leonard


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




Re: Lexmark X125 with CUPS

2005-06-29 Thread David Baron
> Does anyone know of a printer driver for the Lexmark X125 All-in-one
> printer that will work with CUPS ?  The printer driver from
> linuxprinting.org supposedly only works with LPRng (and i haven't managed
> to get it to work with CUPS).  Would it be worth switching to LPRng ?  I
> e-mailed Lexmark's tech support and they told me to use their Linux Printer
> Driver Development Kit and basically write my own driver (thanks guys,
> great tech support). Anyone with any info, or maybe another driver they
> written, some help would be greatly appreciated.

I successfully installed a driver for one of their all-in-ones. I never bought 
the unit but the driver installed. There is no support for their scanner 
capability is twain. I did not buy it because I did not want to take a 
chance. Their "development kit" is a misnomer and will not enable you to 
write a driver if you knew how?

Google for the URL of where to get these drivers (they are from Lexmark).

Very strange though--since IBM is in the forfront of Linux development--that 
there is no proper Linux support for their printers!



Re: Debian Base Install to many un-necessary packages?

2005-06-29 Thread Steve Block

On Wed, Jun 29, 2005 at 04:29:12PM +0100, David Nicholls wrote:

I usually do not select any packages to install when prompted, and
although the installer still insists on installing a large number of
unneeded files (dictionarys, nano etc) I usually press contol-C to
cancel that and then manually add vim and ssh... which is really all I
ever want, at least initally.

However, on the latest version, the control-C did not actually stop the
installation!

Any ideas on how to stop this?


Why not let it finish rather than trying to interrupt the process, and
then purge the packages you don't want? Seems a lot less prone to
breakage. The base system installed PPP for me (makes sense to have it
in the base), but I purged it and now it is gone.

If you're installing to a lot of systems, like in a computer lab, then do
it once and clone the drive.

--
Steve Block
http://ev-15.com/
http://steveblock.com/
[EMAIL PROTECTED]


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




Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Kent West
Debian User Leonard Chatagnier wrote:

> I still get the warning about can't write PAP-secrets and
> Chap-secrets-Permission denied, when calling wvdial as user.

> What is the Debian preferred way to do this?

Is your user a member of the dip and dialout groups? If not, then:

adduser lchata dip
adduser lchata dialout

then log out and back in.

-- 
Kent West
Technology Support
/A/bilene /C/hristian /U/niversity


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



security (auth/apache)

2005-06-29 Thread Tom Middleton
Hello,
I am new to this list, so I hope what I am asking
hasn't already been covered. I am wondering how I can
setup my box so that persons trying to login cannot
keep trying from the same IP address, my auth.log is
huge from a couple IPs that have been trying to login
i believe via ssh, its not that I want to lock it out
if they try too many different passwords, its that
they are cycling through user names, also, is there a
way to block ips for a certain amount of time when
they are attempting to get through apache? For
instance trying to use skripts that work on M$ IIS? I
just want to stop useless process time on my machine
by people who aren't going to get anything anyway. I
feel that it is mostly annoying while trying to read
through logs to find legitimate traffic.
Thank you in advance for any assistance,
Tom Middleton

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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



Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Kent West
Debian User Leonard Chatagnier wrote:

> Kent West wrote:
>
>> Debian User Leonard Chatagnier wrote:
>>
>>> I still get the warning about can't write PAP-secrets and
>>> Chap-secrets-Permission denied, when calling wvdial as user.  
>>
>>> What is the Debian preferred way to do this?
>>
>> Is your user a member of the dip and dialout groups?
>
> Yes, they are.  However, I think I may have added my user id my
> editing with nano.  When I use adduser
> it says the user is already in the group.

Adding the user manually is fine.

Since that's not the problem, and since I'm not a user of dialup, I'm
out of ideas. Hopefully others will be able to help.

-- 
Kent West
Technology Support
/A/bilene /C/hristian /U/niversity


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



Re: sarge and software patents

2005-06-29 Thread Guillaume TESSIER

Guillaume TESSIER wrote:

The release of sarge stable just comes up some weeks before European 
Union could vote for extented patentability of software.


I guess a lot of packages from sarge are made from gnu projects that 
could be really endanger.


If some projects are attacked by lawyers and have to close down, what 
happen to the current packages made from these apps?


Does sarge just got released to let people have the last chance to get 
a decent debian distribution?


This sucks

G



The succes of this post is amazing!

This was posted 20 hours ago. And no one replied to it.

Consternation.

"What is this dude doing? politics in a debian mailing list?"
If i had posted something like "kernel panic while rebooting", "VLC 
can't read avi", "xine doesn't work", "samba : how to mount windows 
network share?", "how to mount ntfs ?". I would have had lot's of 
replies..


But patents aren't really about software? Uh?

I guess there is some european debian users here : you're concerned more 
than ever. Your favorite system, your favorite apps, your skills and 
future jobs are in danger.


Why spend time getting more skills on a system which might die?

G


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




Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Debian User Leonard Chatagnier

Gayle Lee Fairless wrote:

	I'm having some of the same issues that Leonard has.  The wvdial 
doesn't appear to work on 2.6 kernels.  I've scripted the tests as high as 
kernel 2.6.12.  It seems that the connection is immediately lost with only 
0.0 or 0.1 minutes connection time reported.


	I am going to use scanModem as he did to see if changing modems 
from my external Hayes to the internal one will work.  Also, the pppd (I 
think) seems to randomly dial up the ISP.  I've gotten errors 1 and 16 on 
different occasions from the pppd daemon as documented in man pppd.  The 
program wvdial (and version, 54 something, I'm doing this off the top of 
the head from work.), same version as Len's, works just fine on kernel 
2.4.18-bf2.4 (the one available in woody).


My box is a Gateway 500 upgraded from woody to sarge.

	I'll try to post more information when I get home especially in 
response to questions.  Some of this is a 'work in progrss' so I don't 
have some of the answers (actually many!).  I have yet to try out a script 
in kppp to see if that works.  Both Len and I probably run KDE 3.3 from 
sarge.


 


Hello Gayle,
Kent West just fixed my wvdial by having me purge/reinstall wvdial.  I had
no dialout group in wvdial.conf only root.  Looks like another faultly 
install.
The reinstall fixed it for me including being able to run it as user.  
Wvdial
definately works on 2.6.* kernels.  However, your problem is slightly 
different

from mine as mine never connected at all.  Are you using demand dialing in
provider or pppd config.  This may account for the random access by wvdial
or pppd.  It does look like you may have pppd configuration issues and a 
purge/
reinstall may cure it.  In many cases it has for me.  I'm no expert, of 
course, and
don't fully understand the pppd error messages, but I do remember 
getting message
nos. 0 and 1 when I first setup kppp.  I fixed it when I discovered 
kppp.options in /etc/ppp,
I think, and it had only one entry "noauth" commented out.  Uncomenting 
it fixed it.
Go ahead and get your onboard modem working if its supported, but I 
don't think it will
fix wvdial.  It's got to be a bad install like mine or a config issue.  
I'd try purge/reinstall first
on wvdial and then on ppp or pppd if wvdial alone didn't fix things.  It 
can't hurt and if your
lucky may fix it all.  Good luck.  One thing I learned, I think, is that 
the default configurations
usually work right out if the box if the original install wasn't faulty 
and a purge/reinstall generally

will fix a faulty initial install.
Leonard


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




Re: xmms skips all files

2005-06-29 Thread Kent West
Francisco Borges wrote:

>» On Tue, Jun 28, 2005 at 11:30:47AM -0500, Kent West wrote:
>
>  
>
>>I think mayhaps you misunderstood me. I didn't mean for you to try a
>>different player; I meant for you to try a different (simpler) windowing
>>environment than KDE or Gnome. The simpler environments don't have the
>>sound daemons that KDE and Gnome use, which might be interfering.
>>
>>
>
>No I hadn't ;-)
>
>logging out is not something I'm willing to do [*],
>
I can understand that, since you've got long-running processing happening.

>BTW I'm running KDE
>here I just meant to tell you that I'm sure artsd is suspended nicely
>and is not blocking the way.
>
This, I'm not so sure of. I've seen some odd stuff with xmms in relation
to sound daemons. I'm sure there's some logical pattern to it, but I've
never been able to entirely discern it. Thus my recommendation to
simplify your environment. Since you can't currently do that at the
moment, I'm not convinced that you'll readily find the solution, but
that's just based on my limited experience, not on any real knowledge.

>For instance Mplayer works, mpg123 works in the console as well and if I
>use this KDE thingy to tell me the state of artsd it will say
>"suspended".
>  
>
Again, it's been my experience that just because one player works, that
doesn't mean another will. I've particularly had difficulty getting
multiple players to play when one of those is xmms, and particularly
when in KDE which tries to keep a sound daemon running.

-- 
Kent West
Technology Support
/A/bilene /C/hristian /U/niversity


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



Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Debian User Leonard Chatagnier

Kent West wrote:


Debian User Leonard Chatagnier wrote:

 


I still get the warning about can't write PAP-secrets and
Chap-secrets-Permission denied, when calling wvdial as user.
   



 


What is the Debian preferred way to do this?
   



Is your user a member of the dip and dialout groups? If not, then:

adduser lchata dip
adduser lchata dialout

then log out and back in.

 

Yes, they are.  However, I think I may have added my user id my editing 
with nano.  When I use adduser

it says the user is already in the group.
Leonard


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




Re: help scp or rsync

2005-06-29 Thread roberto
--- [EMAIL PROTECTED] ha scritto: 
> type the following command:
> 
> rsync -avz -e ssh [EMAIL PROTECTED]:/home/myself /home/
> 
> this will create a directory myself in /home on your current system 
> (should be A)
> 
i tried the command you gave me and i received the following

rsync: relocation error: rsync: symbol __vsnprintf_chk, version GLIBC_2.3.4 not 
defined in file
libc.so.6 with link time reference

but i do not understand almost anything...
i apt-get rsync in my sarge machine A (OK)

and i installed an rpm from the following site
http://rpm.pbone.net/index.php3/stat/4/idpl/1944456/com/rsync-2.6.5-2.i386.rpm.html
 (OK)

in machine B, where i tried the above command

so do you understand the problem?

Roberto






___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


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



Re: help scp or rsync

2005-06-29 Thread Stephen R Laniel
On Wed, Jun 29, 2005 at 07:12:46PM +0200, roberto wrote:
> and i installed an rpm from the following site
> http://rpm.pbone.net/index.php3/stat/4/idpl/1944456/com/rsync-2.6.5-2.i386.rpm.html
>  (OK)
> 
> in machine B, where i tried the above command

It looks like rsync is trying to use a symbol that's defined
in a library that you don't have installed. Presumably you
installed rsync on machine B, but didn't install one of the
packages that rsync depends on. This is called 'dependency
hell.'

I'm more familiar with Debian than with Red Hat, but I did
have some experience with Mandrake. The Mandrake 'urpmi'
command normally resolves dependency problems. It may also
be available under Red Hat proper; I'm not sure.

-- 
Stephen R. Laniel
[EMAIL PROTECTED]
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key


signature.asc
Description: Digital signature


mailscanner got problem ....

2005-06-29 Thread Cheng-Han Tsai
Dear all,

Recently I installed MailScanner + Spamassassin for postfix. MailScanner
works very well for several hours after it startup. However, when time
goes by, MailScanner will just idle, even there are many messages
waiting in the postfix hold queue. The execution result of
"check_mailscanner" told me that it is fine, but actually it just stop
working !!! There is nothing in the log. Does anybody know what happen
?? Thanks.

Cheng-Han


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



Re: sarge and software patents

2005-06-29 Thread Steve Block

On Wed, Jun 29, 2005 at 07:05:33PM +0200, Guillaume TESSIER wrote:

Guillaume TESSIER wrote:

The release of sarge stable just comes up some weeks before European 
Union could vote for extented patentability of software.


I guess a lot of packages from sarge are made from gnu projects that 
could be really endanger.


If some projects are attacked by lawyers and have to close down, what 
happen to the current packages made from these apps?


Does sarge just got released to let people have the last chance to get 
a decent debian distribution?


This sucks

G



The succes of this post is amazing!

This was posted 20 hours ago. And no one replied to it.

Consternation.

"What is this dude doing? politics in a debian mailing list?"
If i had posted something like "kernel panic while rebooting", "VLC 
can't read avi", "xine doesn't work", "samba : how to mount windows 
network share?", "how to mount ntfs ?". I would have had lot's of 
replies..


But patents aren't really about software? Uh?

I guess there is some european debian users here : you're concerned more 
than ever. Your favorite system, your favorite apps, your skills and 
future jobs are in danger.


Why spend time getting more skills on a system which might die?

G


Why be a fear-monger? We have software patents in the US but debian
hums happily along.

Also insulting the list that you want discussion from won't win you many
friends.

--
Steve Block
http://ev-15.com/
http://steveblock.com/
[EMAIL PROTECTED]


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




Re: MythTV

2005-06-29 Thread Matt Price
just curious -- how much do you figure on spending for this project? 
I'm interested in MythTV too, but it seems quite expensive to build 
one's own box compared e.g. to buyint a tivo.  am I wrong about this?


thx ,

matt


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




startx , the command not found

2005-06-29 Thread Khanh Cao Van
I've install debian 3.1 and then use apt to install gnome and
xserverfreex86 . Everything seem to be ok since the system guide me to
config manything such as graphic card , resolusion etc . But when I
type startx , nothing happend except the error the command not found .

How could I do ?
-- 
--
Cao Van Khanh



Re: startx , the command not found

2005-06-29 Thread Stephen R Laniel
On Thu, Jun 30, 2005 at 12:57:12AM +0700, Khanh Cao Van wrote:
> I've install debian 3.1 and then use apt to install gnome and
> xserverfreex86 . Everything seem to be ok since the system guide me to
> config manything such as graphic card , resolusion etc . But when I
> type startx , nothing happend except the error the command not found .

If I had to guess offhand, I'd bet that startx isn't in your
PATH. Which would be odd, given that startx is in /usr/bin.
So try this:

ls -la /usr/bin/startx

at the command line and see what you get.

If nothing is listed there, then ... um ... that's a
problem. We'll cross that bridge etc.

-- 
Stephen R. Laniel
[EMAIL PROTECTED]
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key


signature.asc
Description: Digital signature


routing in debian

2005-06-29 Thread Khanh Cao Van
I have 2 PC A and B  ,

The A has 2 ethernet card call eth0 ( IP 10.0.0.4/24 )  and eth1 (
192.168.60.2/24 ) . I have enable fowarding between those 2 ethernet :
cvkhanh:/etc/network# cat options
ip_forward=yes

The B has one ethernet card eth0 ( 192.168.60.4/24 ) and the default
gateway is 192.168.60.2 ( the eth1 of A ) .

In A I set route table as :

Kernel IP routing table
Destination Gateway GenmaskFlags Metric
RefUse Iface
10.0.0.0 0.0.0.0 255.255.255.0 U0 
00 eth0
192.168.60.0192.168.60.2255.255.255.0   UG  0  0  
 0 eth1
192.168.60.00.0.0.0  255.255.255.0  U0
 00 eth1
default  10.0.0.20.0.0.0   UG
0  00 eth0

But when I tried with A :
ping -I eth0 192.168.60.4 , B not answer .

Tried with B :
ping 10.0.0.4 , it reply immediatly .

I could not find out why ping -I eth0 192.168.60.4 , B not reply ,
please , help me





. 
-- 
--
Cao Van Khanh



Re: startx , the command not found

2005-06-29 Thread Khanh Cao Van
ya , I'm just come back to my debian , go to / and tried find | grep
startx but not found any thing . I came to /usr/bin and looking for
startx but it not there . Thank for your opinion :) . Any sugest ?


On 6/30/05, Stephen R Laniel <[EMAIL PROTECTED]> wrote:
> On Thu, Jun 30, 2005 at 12:57:12AM +0700, Khanh Cao Van wrote:
> > I've install debian 3.1 and then use apt to install gnome and
> > xserverfreex86 . Everything seem to be ok since the system guide me to
> > config manything such as graphic card , resolusion etc . But when I
> > type startx , nothing happend except the error the command not found .
> 
> If I had to guess offhand, I'd bet that startx isn't in your
> PATH. Which would be odd, given that startx is in /usr/bin.
> So try this:
> 
> ls -la /usr/bin/startx
> 
> at the command line and see what you get.
> 
> If nothing is listed there, then ... um ... that's a
> problem. We'll cross that bridge etc.
> 
> --
> Stephen R. Laniel
> [EMAIL PROTECTED]
> +(617) 308-5571
> http://laniels.org/
> PGP key: http://laniels.org/slaniel.key
> 
> 
> BodyID:11343262.2.n.logpart (stored separately)
> 
> 


-- 
--
Cao Van Khanh



Re: startx , the command not found

2005-06-29 Thread Stephen R Laniel
On Thu, Jun 30, 2005 at 01:20:42AM +0700, Khanh Cao Van wrote:
> ya , I'm just come back to my debian , go to / and tried find | grep
> startx but not found any thing . I came to /usr/bin and looking for
> startx but it not there . Thank for your opinion :) . Any sugest ?

Mm ... find |grep startx is a highly inefficient way of
doing what you want to do. That lists every single file on
your hard disk and finds any matching startx. At the very
least, you'd want to just use 'locate startx'. But really
you should just do

ls /usr/bin/startx

That will be the fastest way to do what you want.

You probably don't have X installed. I'm not totally
comfortable with how all the X client and server packages
fit together, but you can use 'dlocate startx' to see that
the package xbase-clients contains 'startx'. So do

sudo apt-get install xbase-clients

There's probably an easy way to add in all the packages that
you need to get a GNOME or KDE desktop running. In fact, I'd
bet that there's one single package you can install which
depends on all the packages you need, hence installs
everything properly. Can someone else on this list point the
gentleman to the proper package(s)?

-- 
Stephen R. Laniel
[EMAIL PROTECTED]
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key


signature.asc
Description: Digital signature


Re: No security updates for sarge ?

2005-06-29 Thread Philip Ross

Hannes Mayer wrote:

I've been wondering the past few days why there are no updates via
"apt-get update/upgrade" (I have the correct entries in
sources.list!). A few days ago I was reading at heise.de
(http://www.heise.de/newsticker/meldung/61076) that the security team
seems to have "disappeared". In a previous thread I was reading that
some updates are in the queue, but have not been released yet.
I've seen some debian core team members posting on this list, so maybe
someone can clarify what's happening.


There's been some discussion about this subject on the Debian Security 
mailing list:


http://lists.debian.org/debian-security/2005/06/threads.html#00142


Phil


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




Re: sarge and software patents

2005-06-29 Thread Tony Godshall
...
> I guess there is some european debian users here : you're concerned more 
> than ever. Your favorite system, your favorite apps, your skills and 
> future jobs are in danger.
> 
> Why spend time getting more skills on a system which might die?
 
Debian and other free software will survive by routing
around threats.

What's your alternative?  Proprietary software?

"Becoming an expert in a proprietary technology is like
becoming a sharecropper in your own mind"  -- unknown

Hey, be my guest.  Lots of people have sold their souls to
Microsoft.


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



Re: startx , the command not found

2005-06-29 Thread Kent West
Stephen R Laniel wrote:

> There's probably an easy way to add in all the packages that
>
>you need to get a GNOME or KDE desktop running. In fact, I'd
>bet that there's one single package you can install which
>depends on all the packages you need, hence installs
>everything properly. Can someone else on this list point the
>gentleman to the proper package(s)?
>
>  
>
You can run "tasksel" I believe and choose "Desktop Environment".

But what I'd do is "aptitude install x-window-system kde gnome".


-- 
Kent West
Technology Support
/A/bilene /C/hristian /U/niversity


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



...if you're looking for the lowest software prices on the web, you just found them!

2005-06-29 Thread Gertrude
Name-brand software at low, low, low, low prices 
http://gsmyxl.5ur28m5ykx5ukon.resmelljm.ws





Union gives strength.  
Fear leads to anger. Anger leads to hate. Hate leads to suffering. 




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




Re: sarge and software patents

2005-06-29 Thread Marty

Guillaume TESSIER wrote:


But patents aren't really about software? Uh?

I guess there is some european debian users here : you're concerned more 
than ever. Your favorite system, your favorite apps, your skills and 
future jobs are in danger.


Why spend time getting more skills on a system which might die?


For one thing, it's not a patent issue, per se at its core, which I
will try to explain below.  For another thing before you can propose
and agree on the best collective response, you have to sort out the
issues connected to the problem and these are very complex, which I
also will try to explain in following paragraphs.  Otherwise you may
end up with some common-denominator response that is sub-optimal or
useless (e.g. an email writing campaign), or worse, fails entirely
to address the root problem.

IMNSHO there will always be some countries that outlaw some kinds of
free software, but it's unlikely that all countries will outlaw any
kinds of free software.  Therefore the obvious answer I think, is to
set up servers in locations that are free of such laws.  And even in
the unlikely event that all countries outlaw some kinds of software
(e.g. via treaties) there have been proposals for dealing with that
as well.  I have read articles about locating certain types of
services on the high seas although I don't know if any of those exist
now.

If my opinion is shared by the majority then it could make sense to
deal with problems like European patent law not primarily by lobbying
or hiring lawyers but by seeking alternative services that provide
some immunity to such problems.  This of course will not solve the
problem of local censorship but at least isolates it to the respective
local areas, which seems like the first priority, and one which may
give the Debian community far more direct control over its own future,
per Euro spent, than lobbying governments around the globe.

So my proposal in a nutshell is that maybe there is more "bank for
the [buck/Euro]" in helping the internet do a better job, compared
to persuading governments to be more free.  The former is a concrete
task, but the latter exists in the realm of hopes and dreams, like
the dream for world peace. Always a goal, but not always a concrete
agenda.

Perhaps a prior, pertinent and more pressing issue is how the Debian
policy handles the issues.  For example, we have the Marillat
repository which seems to be in a kind of limbo -- neither Debian
nor non-Debian.  I'm sure this is all for political and legal reasons,
and has nothing to do with "free software" except perhaps, insofar
as how "free software" is defined with respect to restrictions by
various local ordinances, which of course are the types of censorship
which the internet is designed to circumvent by design.

An example of one of many cans of worms this opens is the well-known
disagreement between the Debian developers (or at least, a large portion
of Debian developers) and the FSF on the definition of "free software,"
that came up in connection with the GFDL which seems to be rooted in
the definition of the word "software" itself.  This illustrates how
the worms in those opened cans include a complex mixture of legal,
political and philosphical issues.

(Furthermore, I don't know why the disagreement is cast in terms of Debian
developers instead of both Debian users *and* developers, as if users are
second class, but I assume that's probably yet another political can of
worms, this one connected to the Debian Constitution.)

I suspect all these issues must be addressed before it's possible to
converge upon an optimal solution.  I also hope that it's possible to
gloss over some of them (i.e. "agree to disagree") because I think some
of them are intractible.  That's another reason why I favor an approach
that favors "putting on our technical hats" and solving the problems as
technical and censorship issues rather than playing armchair politician
and trying to get everyone to agree on other aspects of the problem.


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




question about sarge and Sony Vaio PCG V505 EX

2005-06-29 Thread Marcelo Chiapparini

Hi all,

I want to install sarge in a Sony Vaio PCG V505 EX laptop. I didn't find 
anything about it in the list. Besides, in the site 
http://www.linux-laptop.net/ there is only information about woody and gentoo 
on a Vaio PCG V505 BX...  Does anybody in this list have any experience with 
sarge and PCG V505 EX?


Thanks in advance for any help!

Regards

Marcelo


--
Marcelo Chiapparini
DFT-IF/UERJ
[EMAIL PROTECTED]


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




Re: Getting rid of "holds" on packages

2005-06-29 Thread Maurits van Rees
On Sun, Jun 26, 2005 at 12:56:06PM +0200, Lech Karol Paw?aszek wrote:
> echo $package $state | dpkg --set-selections
> 
> where $package is a package name
> and $state is a new state for a package (like 'hold', 'install', 'purge')

Then it is still handy to know which packages are on hold at the
moment.  I don't seem to have any of those now, so I can't test it
easily, but the following should give a list of packages that are not
in the install state:

dpkg --get-selections | grep -v install

-- 
Maurits van Rees | http://maurits.vanrees.org/ [Dutch/Nederlands] 
Public GnuPG key:  http://maurits.vanrees.org/var/gpgkey.asc
"It can seem like you're doing just fine,
but the creep's creeping into your mind." - Neal Morse


signature.asc
Description: Digital signature


Re: cupsd - Allow from LAN not working

2005-06-29 Thread John Miller
This'll probably tend towards the obvious side, but make sure that you've 
got your LAN's IP range listed in both the

 and 
sections.  Can the workstations submit print jobs and just not access the 
admin stuff, or are they totally CUPS-disabled? 

John 

Clive Menzies writes: 

Hi 


I have two servers running cupsd (sarge) and can administer their
printers, locally, as member of the group lpadmin. 


For convenience I want to be able to administer both printers from
anywhere on the network.  Historically, I've used ssh/lynx but for
users, I would like to allow them access via http://server:631 

I've edited the cupsd.conf file as follows: 


## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.* 


as per man cupsd.conf but I get:
Forbidden
You don't have permission to access the resource on this server. 


I've also tried 192.168.1.0 192.168.1.0/24 without success; I have
restarted cupsys after each edit. 


Has anyone got this working or should I report a bug?  of course I
may have missed something blindingly obvious ;) 

Regards 

Clive 


--
www.clivemenzies.co.uk ...
...strategies for business 

 


--
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]




  1   2   >