Re: jackd won't start in X

2009-09-04 Thread Ron Johnson
On 2009-09-05 01:09, tomdeb wrote: Hello, I am trying to migrate away from pulseaudio and currently testing out jack-audio-connection-kit Do you *need* jack? I.e., are you doing sound mixing, editing, etc? For some unknown weird reason jackd won't start if I launch it via an X terminal. I g

Re: apt-get error message seems contradictory

2009-09-04 Thread Ron Johnson
On 2009-09-04 23:03, Gero Putzar wrote: Hi, I get the following error message from apt-get: ---snip--- The following packages have unmet dependencies: libc6-i386: Breaks: lib32asound2 (<= 1.0.20-2) but 1.0.16-2 is to be installed Breaks: lib32gcc1 (<= 1:4.4.0-6) but 1:4.3.2-1.1

Re: apt-get error message seems contradictory

2009-09-04 Thread Brian Marshall
On Sat, Sep 05, 2009 at 12:03:37PM +0800, Gero Putzar wrote: > Hi, > > I get the following error message from apt-get: > > ---snip--- > The following packages have unmet dependencies: > libc6-i386: Breaks: lib32asound2 (<= 1.0.20-2) but 1.0.16-2 is to be > installed > Breaks: lib3

jackd won't start in X

2009-09-04 Thread tomdeb
Hello, I am trying to migrate away from pulseaudio and currently testing out jack-audio-connection-kit For some unknown weird reason jackd won't start if I launch it via an X terminal. I get the following: ~ > /usr/bin/jackd -R -dalsa -r48000 -p1024 JACK is

On boot - firewall warning.......

2009-09-04 Thread Charlie
Get this after booting the system /etc/rc.firewall: line 394: warning: setlocale: LC_ALL: cannot change locale (US) /etc/rc.firewall: line 466: warning: setlocale: LC_ALL: cannot change locale (US) /etc/rc.firewall: line 510: warning: setlocale: LC_ALL: cannot change locale (US) This is guardd

apt-get error message seems contradictory

2009-09-04 Thread Gero Putzar
Hi, I get the following error message from apt-get: ---snip--- The following packages have unmet dependencies: libc6-i386: Breaks: lib32asound2 (<= 1.0.20-2) but 1.0.16-2 is to be installed Breaks: lib32gcc1 (<= 1:4.4.0-6) but 1:4.3.2-1.1 is to be installed ---snap--- I don't und

Re: how to set up iceweasel 3.5 to use mutt as mailer for "link sendto"

2009-09-04 Thread Osamu Aoki
On Fri, Sep 04, 2009 at 03:00:13PM +0200, Elimar Riesebieter wrote: > I've tried settings -> apps -> mailto -> shellscript > > Shellscript: > > #!/bin/sh > exec xterm -e mutt "$@" > > The xterm only pops up for 1 second. I use following in lenny and works fine: -- #!/bin/sh gnome-terminal -e "m

Re: dpkg broken because of scilab-sivp

2009-09-04 Thread Mike P
>> $ apt-get remove scilab-sivp >> ... >> dpkg: error processing sivp (--configure): >> subprocess post-installation script returned error exit status 1 > > However, in general, you can bypass this error--"subprocess post-installation > script returned error"--by removing /var/lib/dpkg/info/$packa

Re: Fast booting for a Debian system - and suggestions for said system

2009-09-04 Thread Charles Kroeger
> I used to run IceWm...but recently I have become a convert to > Fluxbox. It's even lighter than Icewm...and I think more versatile but I might as well weigh in here in the spirit of Debian and just say that I've never used Ice but I have used Fluxbox for a time after using Blackbox and thought

RE: Initial Installation -- Unknown Mode H 74.9KHZ V 59.9HZ Going to Sleep

2009-09-04 Thread Kevin Ross
> From: Spam Catcher [mailto:spamcatc...@ureach.com] > Sent: Friday, September 04, 2009 2:01 AM > > Version: Debian 5.0.2a-i386 > > The Bug: Computer goes to sleep during the boot process. > > During the initial boot, after the setup text has scrolled down the > screen and just before the logon

Re: how to set up iceweasel 3.5 to use mutt as mailer for "link sendto"

2009-09-04 Thread Elimar Riesebieter
* Clive Standbridge [090904 16:47 +0100] > > I've tried settings -> apps -> mailto -> shellscript > > > > Shellscript: > > > > #!/bin/sh > > exec xterm -e mutt "$@" > > > > The xterm only pops up for 1 second. > > That's very close to the script that is working for me (using > Iceweasel 3.0.6 o

Re: how to set up iceweasel 3.5 to use mutt as mailer for "link sendto"

2009-09-04 Thread Clive Standbridge
> I've tried settings -> apps -> mailto -> shellscript > > Shellscript: > > #!/bin/sh > exec xterm -e mutt "$@" > > The xterm only pops up for 1 second. That's very close to the script that is working for me (using Iceweasel 3.0.6 on Lenny): #!/bin/sh prefixWords= if

Re: Initial Installation -- Unknown Mode H 74.9KHZ V 59.9HZ Going to Sleep

2009-09-04 Thread Andrew Sackville-West
On Fri, Sep 04, 2009 at 05:01:16AM -0400, Spam Catcher wrote: > Version: Debian 5.0.2a-i386 > > The Bug: Computer goes to sleep during the boot process. > > During the initial boot, after the setup text has scrolled down the screen > and just before the logon > screen should appear, I receive th

Re: Mail server recommendation

2009-09-04 Thread Michael Ekstrand
Jesus arteche wrote: > I have to build a mail server in my enterprise, what the solutions do > you recomend zimbra, Qmail, Postfix... I've had good success with Postfix (SMTP) + Dovecot (IMAP/POP3) + SpamAssassin (spam filtering) on my personal server, using Dovecot's deliver with the Sieve plugin

Re: how to set up iceweasel 3.5 to use mutt as mailer for "link sendto"

2009-09-04 Thread Chris Jackson
Elimar Riesebieter wrote: I've tried settings -> apps -> mailto -> shellscript Shellscript: #!/bin/sh exec xterm -e mutt "$@" I'm guessing mutt can't parse the mailto: line given out by iceweasel. Here's a very quick and very dirty bit of perl I knocked up; I'm not suggesting it's right, b

Re: dpkg broken because of scilab-sivp

2009-09-04 Thread Boyd Stephen Smith Jr.
On Friday 04 September 2009 09:03:34 Mike P wrote: > $ apt-get remove scilab-sivp > ... > dpkg: error processing sivp (--configure): > subprocess post-installation script returned error exit status 1 This error is because of something that happened before it, that usually generates some output.

Re: Mail server recommendation

2009-09-04 Thread Michelle Konzack
Am 2009-09-04 11:02:57, schrieb Jesus arteche: > Hey, > > I have to build a mail server in my enterprise, what the solutions do you > recomend zimbra, Qmail, Postfix... Supporting only SMTP or IMAP too? I suggest you to use the courier suite because it is secure from scratch and it just works if

Re: How to save live video (mms) ?

2009-09-04 Thread a dehqan
In The Name Of God Thanks for your attention ; good day everybody , how is possible to dump seekable mms URL ? this command used but dumped with not seek ... vlc --intf dummy "mms://217.219.38.131/taban tv" :demux=dump :demuxdump-file="1.asf" vlc:quit Regards dehqan On Fri, Sep 4, 2009 at 11:

dpkg broken because of scilab-sivp

2009-09-04 Thread Mike P
Hi, After dist-upgrade I am left with the package scilab-sivp which refuses to be removed and also precludes me from installing anything else. It seems that scilab-sivp depends on sivp package, but since sivp is not installed dpkg fails. I can't either install sivp or uninstall scilab-sivp. Is the

Re: problem installing new packages

2009-09-04 Thread Florian Kulzer
On Fri, Sep 04, 2009 at 13:11:09 +0200, Bernard wrote: > Florian Kulzer wrote: > >On Thu, Sep 03, 2009 at 19:06:41 +0200, Bernard wrote: > >>Florian Kulzer wrote: > >>>On Thu, Sep 03, 2009 at 00:09:07 +0200, Bernard wrote: > Florian Kulzer wrote: > >On Wed, Sep 02, 2009 at 20:26:06 +0200, B

Re: Nvidia binary driver installation

2009-09-04 Thread thveillon.debian
>o...@larstennstedt.de wrote: > >Hello, > >I have a question about the installation of the binary nvidia driver. >It is a time ago that I used Debian and at that time you could install >the driver with apt-get directly from the non-free repository. I >installed testing/squeeze and sid in virtual ma

how to set up iceweasel 3.5 to use mutt as mailer for "link sendto"

2009-09-04 Thread Elimar Riesebieter
I've tried settings -> apps -> mailto -> shellscript Shellscript: #!/bin/sh exec xterm -e mutt "$@" The xterm only pops up for 1 second. Any hints? Thanks Elimar -- It's a good thing we don't get all the government we pay for. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.d

Re: lenny & VPN (ncsvc juniper netscreen)

2009-09-04 Thread Jerome BENOIT
Alex Huth wrote: OK, i see now a little bit more: Very Good ! 20090904134653.678992 ncsvc[7837] ncsvc.info New ncsvc log level set to 5 (nccommon.cpp:75) 20090904134653.681107 ncsvc[7837] ncsvc.info Connecting to .xx.xxx.xxx:443 (ncsvc.cpp:461) 20090904134653.686965 ncsvc[7837] dsclient.

Re: Linksys USB200M adapter failing under wicd

2009-09-04 Thread thveillon.debian
Peter Crawford wrote: > Tom, > >> Date: Fri, 28 Aug 2009 12:19:40 +0200 >> From: thveillon.deb...@googlemail.com wrote, >> relates to the default "lastused = True" in wired-settings.conf, if >> there is no "lastused" settings it fails instead of using default >> profile (would look like a bug...).

static ip address is being reset constantly

2009-09-04 Thread John O Laoi
> Verify that no dhcp process is running in the background. If there is none > remove the network manager. > Thanks Frank. Indeed there was DHCP processes running: # ps aux | grep dhc root 3650 0.0 0.0 0 0 ?Z08:31 0:00 [dhclient] root 4044 0.0 0.0 2204 6

Re: lenny & VPN (ncsvc juniper netscreen)

2009-09-04 Thread Alex Huth
OK, i see now a little bit more: 20090904134653.678992 ncsvc[7837] ncsvc.info New ncsvc log level set to 5 (nccommon.cpp:75) 20090904134653.681107 ncsvc[7837] ncsvc.info Connecting to .xx.xxx.xxx:443 (ncsvc.cpp:461) 20090904134653.686965 ncsvc[7837] dsclient.para DSClient::authenticate(): user

Re: Nvidia binary driver installation

2009-09-04 Thread Sjoerd Hardeman
o...@larstennstedt.de schreef: Hello, Hello, Next time, begin a new message and don't reply to a message already in the list. Now your message appears as a reply to "Re: ssh hardly usable after login", which probably causes many people not to read your mail. I have a question about the inst

Re: Mail server recommendation

2009-09-04 Thread frank
On Fri, 2009-09-04 at 11:02 +0200, Jesus arteche wrote: > I have to build a mail server in my enterprise, what the solutions do > you recomend zimbra, Qmail, Postfix... Depends on your needs. I like sendmail, postfix and qmail (the bad, the weird and the ugly ;) Frank -- To UNSUBSCRIBE, email

Re: problem installing new packages

2009-09-04 Thread Bernard
Florian Kulzer wrote: On Thu, Sep 03, 2009 at 19:06:41 +0200, Bernard wrote: Florian Kulzer wrote: On Thu, Sep 03, 2009 at 00:09:07 +0200, Bernard wrote: Florian Kulzer wrote: On Wed, Sep 02, 2009 at 20:26:06 +0200, Bernard wrote: Before the end of install

Re: static ip address is being reset constantly

2009-09-04 Thread frank
On Fri, 2009-09-04 at 11:51 +0100, John O Laoi wrote: > Some daemon is resetting the NIC address to null. Verify that no dhcp process is running in the background. If there is none remove the network manager. Cheers frank -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

Re: problem installing new packages

2009-09-04 Thread Bernard
Florian Kulzer wrote: On Thu, Sep 03, 2009 at 19:06:41 +0200, Bernard wrote: Florian Kulzer wrote: On Thu, Sep 03, 2009 at 00:09:07 +0200, Bernard wrote: Florian Kulzer wrote: On Wed, Sep 02, 2009 at 20:26:06 +0200, Bernard wrote: Before the end of install

static ip address is being reset constantly

2009-09-04 Thread John O Laoi
Hello, A question for networking gurus: My ip address keeps on being set to null at my workplace. I use my laptop at home and work. At home, I use DHCP to get an ip address from my ISP. No problems. At work, when I use #dhclient eth0 it looks for DHCP leases but finds none. So, I have a little s

Re: Fwd: Nvidia binary driver installation

2009-09-04 Thread Jerome BENOIT
Hello ! o...@larstennstedt.de wrote: Hello again, sorry but I forgot to mention that I want to install the nvidia-driver from Sid in my testing/squeeze installation. Maybe "apt-pinning" was a hint. Bye, Lars Tennstedt -- Ursprüngliche Nachricht -- Von: "o...@larstenn

Re: lenny & VPN (ncsvc juniper netscreen)

2009-09-04 Thread Jerome BENOIT
Alex Huth wrote: Hi Jerome! Oh, yes that's what i meant with solved the library problem: sudo ldd /home/ahuth/.juniper_networks/network_connect/ncsvc linux-gate.so.1 => (0xf7f16000) libdl.so.2 => /lib32/libdl.so.2 (0xf7f04000) libz.so.1 => /usr/lib32/libz.so.1 (0xf7ee

Re: Que servidor de correo recomendais

2009-09-04 Thread Nuno Magalhães
Hola, Exim4 vienne con Debian, pero no uso servidores de correo. Puedes (e debes ;) enviar un mensage en otra lista: http://lists.debian.org/debian-user-spanish/ Por cierto te ajudaram mui mejor. Perdoname mi portuñol ;) Nuno Magalhães -- () ascii-rubanda kampajno - kontraŭ html-a retpoŝto /\

Re: lenny & VPN (ncsvc juniper netscreen)

2009-09-04 Thread Alex Huth
Hi Jerome! Oh, yes that's what i meant with solved the library problem: sudo ldd /home/ahuth/.juniper_networks/network_connect/ncsvc linux-gate.so.1 => (0xf7f16000) libdl.so.2 => /lib32/libdl.so.2 (0xf7f04000) libz.so.1 => /usr/lib32/libz.so.1 (0xf7eef000) libpthr

Re: Mail server recommendation

2009-09-04 Thread Jochen Schulz
Jesus arteche: > > I have to build a mail server in my enterprise, what the solutions do you > recomend zimbra, Qmail, Postfix... What exactly do you need? If all you need is an MTA, I propose Postfix or Exim. But since you brought Zimbra into play I suspect you need more than plain mail delivery

[SOLVED] Lenny Backports problem

2009-09-04 Thread Dale
Hi All, Sorry, I worked out the problem. I had testing and backports in my sources.list running both at the sametime. As soon as I commented out testing I got the network-manager stuff from backports correctly. TY for your time, Regards Dale 2009/9/4 Juha Tuuna : > Dale wrote: >> ... >> The fol

Re: Mail server recommendation

2009-09-04 Thread Florian Kriener
On Friday 04 September 2009 11:02:57 Jesus arteche wrote: > I have to build a mail server in my enterprise, what the solutions do > you recomend zimbra, Qmail, Postfix... I had good experiences with Postfix and bad experiences with Qmail and I don't like Sendmail. But it boils down to this: What

Re: lenny & VPN (ncsvc juniper netscreen)

2009-09-04 Thread Jerome BENOIT
Hello Alex ! Alex Huth wrote: Hi! I have Debian Lenny installed on a AMD64bit laptop. Unfortunately i can't get a vpn connect to my companys juniper netscreen. Not via browser (Iceweasel) and not manually. I have already solved the library problem and used the wrapper script jnc. When trying to

Re: Mail server recommendation

2009-09-04 Thread Jerome BENOIT
Jesus arteche wrote: Hey, I have to build a mail server in my enterprise, what the solutions do you recomend zimbra, Qmail, Postfix... exim ? Thanks -- Jerome BENOIT jgmbenoit_at_mailsnare_dot_net -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "un

Fwd: Nvidia binary driver installation

2009-09-04 Thread o...@larstennstedt.de
Hello again, sorry but I forgot to mention that I want to install the nvidia-driver from Sid in my testing/squeeze installation. Maybe "apt-pinning" was a hint.   Bye, Lars Tennstedt -- Ursprüngliche Nachricht -- Von: "o...@larstennstedt.de" An: debian-user@lists.debian.org Da

Initial Installation -- Unknown Mode H 74.9KHZ V 59.9HZ Going to Sleep

2009-09-04 Thread Spam Catcher
Version: Debian 5.0.2a-i386 The Bug: Computer goes to sleep during the boot process. During the initial boot, after the setup text has scrolled down the screen and just before the logon screen should appear, I receive the message: UNKNOWN MODE H 74.9KHZ V 59.9HZ GOING TO SLEEP After the messag

Nvidia binary driver installation

2009-09-04 Thread o...@larstennstedt.de
Hello, I have a question about the installation of the binary nvidia driver. It is a time ago that I used Debian and at that time you could install the driver with apt-get directly from the non-free repository. I installed testing/squeeze and sid in virtual machines and was surprised that I was fo

Re: Segfaults on apt-get update

2009-09-04 Thread Jesse Sheidlower
On Fri, Sep 04, 2009 at 11:01:10AM +0200, Sven Joachim wrote: > On 2009-09-04 10:33 +0200, Jesse Sheidlower wrote: > > > I'm running Sid. At some point in the last few days, I lost > > the ability to update my packages; Synaptic, which I normally > > use, crashes silently (even when run from the c

Re: Websites which insist upon Adobe Acrobat

2009-09-04 Thread Brad Rogers
On Thu, 03 Sep 2009 16:31:44 -0500 Ron Johnson wrote: Hello Ron, > That's the USA. Well yes, there it's explicitly stated. However, it's the principle that democracies are _supposed_ to be based on. > Canada is "let's all be nice and do what the gov't tells us...". Unfortunately, true for m

Que servidor de correo recomendais

2009-09-04 Thread Jesus arteche
Hola, Tengo que montar un servidor de correo bajo Debian en mi empresa, que solución es la mejor para una mediana empresa, zimbra, Postfix, Qmail...Cual recomendais? Gracias

Mail server recommendation

2009-09-04 Thread Jesus arteche
Hey, I have to build a mail server in my enterprise, what the solutions do you recomend zimbra, Qmail, Postfix... Thanks

Re: Segfaults on apt-get update

2009-09-04 Thread Sven Joachim
On 2009-09-04 10:33 +0200, Jesse Sheidlower wrote: > I'm running Sid. At some point in the last few days, I lost > the ability to update my packages; Synaptic, which I normally > use, crashes silently (even when run from the commandline), > and "apt-get update" segfaults midway through downloading

Re: problem installing new packages

2009-09-04 Thread Florian Kulzer
On Thu, Sep 03, 2009 at 19:06:41 +0200, Bernard wrote: > Florian Kulzer wrote: > >On Thu, Sep 03, 2009 at 00:09:07 +0200, Bernard wrote: > >>Florian Kulzer wrote: > >>>On Wed, Sep 02, 2009 at 20:26:06 +0200, Bernard wrote: > Before the end of install process, I got > this message : > >

lenny & VPN (ncsvc juniper netscreen)

2009-09-04 Thread Alex Huth
Hi! I have Debian Lenny installed on a AMD64bit laptop. Unfortunately i can't get a vpn connect to my companys juniper netscreen. Not via browser (Iceweasel) and not manually. I have already solved the library problem and used the wrapper script jnc. When trying to execute manually i get the error

Segfaults on apt-get update

2009-09-04 Thread Jesse Sheidlower
I'm running Sid. At some point in the last few days, I lost the ability to update my packages; Synaptic, which I normally use, crashes silently (even when run from the commandline), and "apt-get update" segfaults midway through downloading packages. I Googled around for similar problems, and I tr

SOLVED: Re: VMI support in lenny kernel 2.6.26-2-686

2009-09-04 Thread Justin The Cynical
Justin The Cynical wrote: Short version: Does a stock 2.6.26-2-686 32-bit lenny kernel have vmi support compiled in? *snip* Figured this out today. Apparently VMWare, in their infinite wisdom, made VMI support depend on the guest OS selection. As etch (the latest supported debian version)

Re: dpkg sees packages that don't exist

2009-09-04 Thread Sven Joachim
On 2009-09-02 22:25 +0200, Todd A. Jacobs wrote: > I have the following output from dpkg: > > $ dpkg --get-selections ia32-cross\* > ia32-crossover-games-demo install > ia32-crossover-gamesdemodeinstall > ia32-crossover-pro