Re: iptables and kvm

2013-01-25 Thread Sthu Deus
Good time of the day, Craig.


Please, do not write to me directly, but through the list.

You wrote:

> I'm afraid I wasn't clear in what I was asking for. I am fairly
> familiar with iptables and how to enable my own rules at start up. I
> am just curious to know where the existing rules came from. Something

Oh, I got it now. But I'm sorry, I do not know the answer on Your
question. :o)

If I had a newly installed system - I would search for the
answer in /etc/network dir. OR iptables package files.

> I installed created a set of rules for the virtual network, and I
> would like to know what caused that and what causes them to be
> enabled.
> 
> $ sudo iptables -L -n --line-numbers
> Chain INPUT (policy ACCEPT)
> num  target   prot opt source destination 
> 1ACCEPT   udp  --  0.0.0.0/0  0.0.0.0/0 udp dpt:53
> 2ACCEPT   tcp  --  0.0.0.0/0  0.0.0.0/0 tcp dpt:53
> 3ACCEPT   udp  --  0.0.0.0/0  0.0.0.0/0 udp dpt:67
> 4ACCEPT   tcp  --  0.0.0.0/0  0.0.0.0/0 tcp dpt:67
> 
> Chain FORWARD (policy ACCEPT)
> num  target   prot opt source destination
> 1ACCEPT   all  --  0.0.0.0/0  192.168.221.0/24  state
> RELATED,ESTABLISHED 2ACCEPT   all  --  192.168.221.0/24
> 0.0.0.0/0 3ACCEPT   all  --  0.0.0.0/0  0.0.0.0/0
> 4REJECT   all  --  0.0.0.0/0  0.0.0.0/0
> reject-with icmp-port-unreachable 5REJECT   all  --
> 0.0.0.0/0  0.0.0.0/0 reject-with icmp-port-unreachable
> 
> Chain OUTPUT (policy ACCEPT)
> num  target prot opt source   destination

Wow. Interesting. It seems that the software that changes Your iptables
rules awaits that the machine will serve domain and boot requests. May
You will check who listens (processes and hence exetubales/packages if
any) on those ports?


Sthu.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51038bea.652e700a.1b25.4...@mx.google.com



Debian Unstable now has FVWM 2.6.5

2013-01-25 Thread Chris Bannister
Hi,

http://www.mail-archive.com/fvwm@lists.math.uh.edu/msg16819.html

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130126042856.GC31444@tal



Re: [APT] how to debug "Hash Sum mismatch"?

2013-01-25 Thread Chris Bannister
On Fri, Jan 25, 2013 at 10:54:16PM -0500, Tom Roche wrote:
> did `sudo aptitude update`, and got
> 
> > W: Failed to fetch 
> > bzip2:/var/lib/apt/lists/partial/watson.nci.nih.gov_cran%5fmirror_bin_linux_debian_squeeze-cran_Packages:
> >  Hash Sum mismatch
> 
> So I changed my sources.list
> 
> - deb http://lib.stat.cmu.edu/R/CRAN/bin/linux/debian squeeze-cran/
> - deb http://watson.nci.nih.gov/cran_mirror/bin/linux/debian squeeze-cran/
> + deb http://mirrors.nics.utk.edu/cran/bin/linux/debian squeeze-cran/
> 
> did `sudo aptitude update`, and got
> 
> > W: Failed to fetch 
> > bzip2:/var/lib/apt/lists/partial/mirrors.nics.utk.edu_cran_bin_linux_debian_squeeze-cran_Packages:
> >  Hash Sum mismatch

Without knowing all your details, I'd probably:

rm /var/lib/apt/lists/*

rm /var/lib/apt/lists/partial/*

then try updating again.

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130126042549.GB31444@tal



Re: init.d script works well, but won't start at boot

2013-01-25 Thread chris
Did you run update-rc.d to update the symlinks in each run level
On Jan 25, 2013 8:11 PM, "Benin Technologies" 
wrote:

> hi,
>
> thanks for your reply
>
> That's what I thought too, but I don't think it has something to do with
> dependencies. Below some commands I run once Debian is up and running, and
> once I'm already logged in :
>
> # /etc/init.d/slapd start
> Starting OpenLDAP: slapd   (just to check that my
> init.d/slapd script works)
>
> # /etc/init.d/slapd stop
> Stopping OpenLDAP: slapd
>
> # service slapd start
> Starting OpenLDAP: failed==> so I'm unable to run
> slapd with service
>
> # /etc/init.d/slapd
> Starting OpenLDAP: slapd
>
> # service slapd stop
> Stopping OpenLDAP: slapd==> but it can be stopped with
> service
>
>
> I can start slapd with my init.d script, but I'm unable to start it with
> the service command
>
>
>
>
>
>
>
>
>
>
> Le 26/01/2013 01:19, berenger.mo...@neutralite.org a écrit :
>
>> Le 25.01.2013 23:16, Benin Technologies a écrit :
>>
>>> Hi,
>>>
>>> Running Debian 6.0.4
>>>
>>> Does anybody have an idea why a program wouldn't start at boot, while
>>> it's init.d script works fine ?
>>>
>>> I experience the problem with OpenLDAP 2.4.33, when compiled with
>>> back-sql :
>>>
>>> /etc/init.d/slapd startWORKS FINE
>>> # update rc.d slapd defaults
>>>
>>> At boot, I got "Starting OpenLDAP: slapd failed!"
>>>
>>
>> Maybe init try to start slapd when one of it's dependencies is not
>> started yet? I think you can check that by looking into /etc/rc.X, where X
>> is your current runlevel. IIRC, having a "file" (a symlink in fact) named
>> with K means disabled, and S means enable. The file name represent the
>> priority.
>>
>> I might be totally wrong, so please wait for confirmation or do some
>> researches about init before playing with that stuff ;)
>>
>>
>>
>
> --
> To UNSUBSCRIBE, email to 
> debian-user-REQUEST@lists.**debian.orgwith
>  a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: 
> http://lists.debian.org/**51032d20.3030...@yahoo.fr
>
>


[APT] how to debug "Hash Sum mismatch"?

2013-01-25 Thread Tom Roche

I'm trying to update debian packages for R, for which the recommended
mirrors are listed @

http://cran.r-project.org/mirrors.html

My sources.list formerly contained

deb http://lib.stat.cmu.edu/R/CRAN/bin/linux/debian squeeze-cran/

with which I was able to keep up-to-date for many months. But tonight I'm 
getting

> E: Failed to fetch 
> http://lib.stat.cmu.edu/R/CRAN/bin/linux/debian/squeeze-cran/r-base-core_2.15.2-1~squeezecran.0_amd64.deb:
>  Hash Sum mismatch

So I changed my sources.list

- deb http://lib.stat.cmu.edu/R/CRAN/bin/linux/debian squeeze-cran/
+ deb http://watson.nci.nih.gov/cran_mirror/bin/linux/debian squeeze-cran/

did `sudo aptitude update`, and got

> W: Failed to fetch 
> bzip2:/var/lib/apt/lists/partial/watson.nci.nih.gov_cran%5fmirror_bin_linux_debian_squeeze-cran_Packages:
>  Hash Sum mismatch

So I changed my sources.list

- deb http://lib.stat.cmu.edu/R/CRAN/bin/linux/debian squeeze-cran/
- deb http://watson.nci.nih.gov/cran_mirror/bin/linux/debian squeeze-cran/
+ deb http://mirrors.nics.utk.edu/cran/bin/linux/debian squeeze-cran/

did `sudo aptitude update`, and got

> W: Failed to fetch 
> bzip2:/var/lib/apt/lists/partial/mirrors.nics.utk.edu_cran_bin_linux_debian_squeeze-cran_Packages:
>  Hash Sum mismatch

Given that CRAN is a fairly reliable organization, and I have just
failed with 3 recommended mirrors, I'm wondering if something is wrong
on my end. How to debug?

TIA, Tom Roche 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87zjzwk39z@pobox.com



Para seus Eventos: Artistas, Palestrantes, Shows, Cantores

2013-01-25 Thread Shows para Eventos
Queridos Amigos, 


Meu nome é Cesar e gostaria de que você cotasse comigo algumas das melhores 
atrações especiais para seus próximos eventos:
Show com as músicas de Frank Sinatra 
Musical sobre a vida de Elvis Presley 
Show Música Francesa 
Palestrantes e Consultores de Nível Internacional 
Show SOB-MEDIDA para sua empresa e evento 
Outras atrações: Celebridades, DJs, VIPs, Cantora cover Liza Minnelli, Cantor e 
Dançarino Cover Michael Jackson, Shows de Rock N´ Roll (anos 60), Dança do 
Ventre, Bossa Nova, Gospel Americano, Sertanejo Americano, Tango, Fado, Jazz, 
Música Italiana, etc.
Aguardo seu breve contato,


Cesar
The-Number-One Divulgação de Talentos
i...@the-number-one.org 
(21) 2548-3508, (21) 9617-6886 (tim), (21) 8881-4565 (oi)


Re: init.d script works well, but won't start at boot

2013-01-25 Thread Benin Technologies

yes I did
#update-rc.d slapd defaults

Basically, the problem seems to be that
service slapd startDOESN'T WORK, while
/etc/init.d/slapd start WORKS FINE

I know exactly WHERE the problem comes from, but I have no idea how to 
fix it


The problem comes from my configuration options when I installed OpenLDAP
#./configure --with-sql

When I install OpenLDAP without that "--with-sql" flag, everything works 
fine and #service slapd start works fine


Le 26/01/2013 02:53, chris a écrit :


Did you run update-rc.d to update the symlinks in each run level

On Jan 25, 2013 8:11 PM, "Benin Technologies" 
mailto:benintechnolog...@yahoo.fr>> wrote:


hi,

thanks for your reply

That's what I thought too, but I don't think it has something to
do with dependencies. Below some commands I run once Debian is up
and running, and once I'm already logged in :

# /etc/init.d/slapd start
Starting OpenLDAP: slapd   (just to check that
my init.d/slapd script works)

# /etc/init.d/slapd stop
Stopping OpenLDAP: slapd

# service slapd start
Starting OpenLDAP: failed==> so I'm unable to
run slapd with service

# /etc/init.d/slapd
Starting OpenLDAP: slapd

# service slapd stop
Stopping OpenLDAP: slapd==> but it can be stopped
with service


I can start slapd with my init.d script, but I'm unable to start
it with the service command










Le 26/01/2013 01:19, berenger.mo...@neutralite.org
 a écrit :

Le 25.01.2013 23:16, Benin Technologies a écrit :

Hi,

Running Debian 6.0.4

Does anybody have an idea why a program wouldn't start at
boot, while
it's init.d script works fine ?

I experience the problem with OpenLDAP 2.4.33, when
compiled with back-sql :

/etc/init.d/slapd startWORKS FINE
# update rc.d slapd defaults

At boot, I got "Starting OpenLDAP: slapd failed!"


Maybe init try to start slapd when one of it's dependencies is
not started yet? I think you can check that by looking into
/etc/rc.X, where X is your current runlevel. IIRC, having a
"file" (a symlink in fact) named with K means disabled, and S
means enable. The file name represent the priority.

I might be totally wrong, so please wait for confirmation or
do some researches about init before playing with that stuff ;)




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

 with a subject of
"unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51032d20.3030...@yahoo.fr





Re: init.d script works well, but won't start at boot

2013-01-25 Thread Benin Technologies

yes I did
#update-rc.d slapd defaults

Basically, the problem seems to be that
service slapd startDOESN'T WORK, while
/etc/init.d/slapd start WORKS FINE

I know exactly WHERE the problem comes from, but I have no idea how to 
fix it


The problem comes from my configuration options when I installed OpenLDAP
#./configure --with-sql

When I install OpenLDAP without that "--with-sql" flag, everything works 
fine and #service slapd start works fine





Le 26/01/2013 02:53, chris a écrit :


Did you run update-rc.d to update the symlinks in each run level

On Jan 25, 2013 8:11 PM, "Benin Technologies" 
mailto:benintechnolog...@yahoo.fr>> wrote:


hi,

thanks for your reply

That's what I thought too, but I don't think it has something to
do with dependencies. Below some commands I run once Debian is up
and running, and once I'm already logged in :

# /etc/init.d/slapd start
Starting OpenLDAP: slapd   (just to check that
my init.d/slapd script works)

# /etc/init.d/slapd stop
Stopping OpenLDAP: slapd

# service slapd start
Starting OpenLDAP: failed==> so I'm unable to
run slapd with service

# /etc/init.d/slapd
Starting OpenLDAP: slapd

# service slapd stop
Stopping OpenLDAP: slapd==> but it can be stopped
with service


I can start slapd with my init.d script, but I'm unable to start
it with the service command










Le 26/01/2013 01:19, berenger.mo...@neutralite.org
 a écrit :

Le 25.01.2013 23:16, Benin Technologies a écrit :

Hi,

Running Debian 6.0.4

Does anybody have an idea why a program wouldn't start at
boot, while
it's init.d script works fine ?

I experience the problem with OpenLDAP 2.4.33, when
compiled with back-sql :

/etc/init.d/slapd startWORKS FINE
# update rc.d slapd defaults

At boot, I got "Starting OpenLDAP: slapd failed!"


Maybe init try to start slapd when one of it's dependencies is
not started yet? I think you can check that by looking into
/etc/rc.X, where X is your current runlevel. IIRC, having a
"file" (a symlink in fact) named with K means disabled, and S
means enable. The file name represent the priority.

I might be totally wrong, so please wait for confirmation or
do some researches about init before playing with that stuff ;)




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

 with a subject of
"unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51032d20.3030...@yahoo.fr





service not working

2013-01-25 Thread Benin Technologies

Hi

what could be the reason of a service not working, while it's init.d 
script works ?


I have


NOT WORKING :
# service slapd start
Starting OpenLDAP: slapd failed!

WORKING :
# /etc/init.d/slapd start
Starting OpenLDAP: slapd

what could be the reason of the service failure ?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/510338b0.4070...@yahoo.fr



Re: init.d script works well, but won't start at boot

2013-01-25 Thread Benin Technologies

hi,

thanks for your reply

That's what I thought too, but I don't think it has something to do with 
dependencies. Below some commands I run once Debian is up and running, 
and once I'm already logged in :


# /etc/init.d/slapd start
Starting OpenLDAP: slapd   (just to check that my 
init.d/slapd script works)


# /etc/init.d/slapd stop
Stopping OpenLDAP: slapd

# service slapd start
Starting OpenLDAP: failed==> so I'm unable to run 
slapd with service


# /etc/init.d/slapd
Starting OpenLDAP: slapd

# service slapd stop
Stopping OpenLDAP: slapd==> but it can be stopped with 
service



I can start slapd with my init.d script, but I'm unable to start it with 
the service command











Le 26/01/2013 01:19, berenger.mo...@neutralite.org a écrit :

Le 25.01.2013 23:16, Benin Technologies a écrit :

Hi,

Running Debian 6.0.4

Does anybody have an idea why a program wouldn't start at boot, while
it's init.d script works fine ?

I experience the problem with OpenLDAP 2.4.33, when compiled with 
back-sql :


/etc/init.d/slapd startWORKS FINE
# update rc.d slapd defaults

At boot, I got "Starting OpenLDAP: slapd failed!"


Maybe init try to start slapd when one of it's dependencies is not 
started yet? I think you can check that by looking into /etc/rc.X, 
where X is your current runlevel. IIRC, having a "file" (a symlink in 
fact) named with K means disabled, and S means enable. The file name 
represent the priority.


I might be totally wrong, so please wait for confirmation or do some 
researches about init before playing with that stuff ;)






--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51032d20.3030...@yahoo.fr



Re: init.d script works well, but won't start at boot

2013-01-25 Thread Benin Technologies

hi,

thanks for your reply

That's what I thought too, but it's definitely not that. Below some 
commands I run once Debian is up and running, and once I'm already 
logged in :


# /etc/init.d/slapd start
Starting OpenLDAP: slapd   (just to check that my 
init.d/slapd script works)


# /etc/init.d/slapd stop
Stopping OpenLDAP: slapd

# service slapd start
Starting OpenLDAP: failed==> so I'm unable to run 
slapd with service


# /etc/init.d/slapd
Starting OpenLDAP: slapd

# service slapd stop
Stopping OpenLDAP: slapd==> but it can be stopped with 
service



I can start slapd with my init.d script, but I'm unable to start it with 
the service command











Le 26/01/2013 01:19, berenger.mo...@neutralite.org a écrit :

Le 25.01.2013 23:16, Benin Technologies a écrit :

Hi,

Running Debian 6.0.4

Does anybody have an idea why a program wouldn't start at boot, while
it's init.d script works fine ?

I experience the problem with OpenLDAP 2.4.33, when compiled with 
back-sql :


/etc/init.d/slapd startWORKS FINE
# update rc.d slapd defaults

At boot, I got "Starting OpenLDAP: slapd failed!"


Maybe init try to start slapd when one of it's dependencies is not 
started yet? I think you can check that by looking into /etc/rc.X, 
where X is your current runlevel. IIRC, having a "file" (a symlink in 
fact) named with K means disabled, and S means enable. The file name 
represent the priority.


I might be totally wrong, so please wait for confirmation or do some 
researches about init before playing with that stuff ;)






--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51032cfd.9090...@yahoo.fr



Re: moving from Kubuntu 10.4 to squeeze

2013-01-25 Thread Mike McGinn

On Friday, January 25, 2013 19:13:45 berenger.mo...@neutralite.org wrote:
> Le 24.01.2013 18:06, Mike McGinn a écrit :
> > On Thursday, January 24, 2013 11:54:40 Ralf Mardorf wrote:
> >> -Original Message-

> 
> and what about #service mysql restart?
> I'm starting to think using directly the script is too slow to type,
> unlike services, which sounds to do exactly same thing?

that is upstart.

-- 
Mike McGinn KD2CNU
Ex Uno Plurima
No electrons were harmed in sending this message, some were inconvenienced.
** Registered Linux User 377849


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201301251939.50415.mikemcg...@mcginnweb.net



Re: init.d script works well, but won't start at boot

2013-01-25 Thread berenger . morel

Le 25.01.2013 23:16, Benin Technologies a écrit :

Hi,

Running Debian 6.0.4

Does anybody have an idea why a program wouldn't start at boot, while
it's init.d script works fine ?

I experience the problem with OpenLDAP 2.4.33, when compiled with 
back-sql :


/etc/init.d/slapd startWORKS FINE
# update rc.d slapd defaults

At boot, I got "Starting OpenLDAP: slapd failed!"


Maybe init try to start slapd when one of it's dependencies is not 
started yet? I think you can check that by looking into /etc/rc.X, where 
X is your current runlevel. IIRC, having a "file" (a symlink in fact) 
named with K means disabled, and S means enable. The file name represent 
the priority.


I might be totally wrong, so please wait for confirmation or do some 
researches about init before playing with that stuff ;)



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1ec081d85d2b17f65c0a82ef5108c...@neutralite.org



Re: moving from Kubuntu 10.4 to squeeze

2013-01-25 Thread berenger . morel

Le 24.01.2013 18:06, Mike McGinn a écrit :

On Thursday, January 24, 2013 11:54:40 Ralf Mardorf wrote:

-Original Message-
From: Mark Allums
Sent: Thu 1/24/2013 17:34

> The most noticeable difference to me has been the lack of drivers.

Debian does not use http://upstart.ubuntu.com/ .


Not an issue. I prefer typing:
"/etc/init.d/mysql restart" as an example


and what about #service mysql restart?
I'm starting to think using directly the script is too slow to type, 
unlike services, which sounds to do exactly same thing?



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/bcd28b6be344b548b91586bd5b148...@neutralite.org



Re: moving from Kubuntu 10.4 to squeeze

2013-01-25 Thread Lisi Reisz
On Friday 25 January 2013 17:20:18 Tom H wrote:
> Unless you're doing an LTS-to-LTS upgrade, an Ubuntu upgrade's more
> likely to succeed than a Debian one because only six months'll have
> passed between versions.

Problems seem mostly only to occur when people haven't read the release notes.

Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201301252231.25714.lisi.re...@gmail.com



init.d script works well, but won't start at boot

2013-01-25 Thread Benin Technologies

Hi,

Running Debian 6.0.4

Does anybody have an idea why a program wouldn't start at boot, while 
it's init.d script works fine ?


I experience the problem with OpenLDAP 2.4.33, when compiled with back-sql :

/etc/init.d/slapd startWORKS FINE
# update rc.d slapd defaults

At boot, I got "Starting OpenLDAP: slapd failed!"


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51030431.9050...@yahoo.fr



Re: Grub gone nuts after recent dist-upgrade in unstable

2013-01-25 Thread Charles Kroeger
> Is "os-prober" still installed? Does "/etc/grub.d/30_os-prober" exist?
 
Yes it does

-- 
CK 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/amg37lfl5k...@mid.individual.net



Re: moving from Kubuntu 10.4 to squeeze

2013-01-25 Thread Tom H
On Thu, Jan 24, 2013 at 3:54 PM, Andrei POPESCU
 wrote:
> On Jo, 24 ian 13, 10:34:08, Mark Allums wrote:
>>
>> Upgrades from release to release are more tricky than Ubuntu.  It is
>> sometimes easiest to just install the new version "clean".
>
> I'm not familiar with Ubuntu, but Debian upgrades have always worked
> fine for me.

Unless you're doing an LTS-to-LTS upgrade, an Ubuntu upgrade's more
likely to succeed than a Debian one because only six months'll have
passed between versions.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOdo=Sx7=Pm_gOO_JJMZgb7hbLevQQbqzvXZcYX2=nwsbbk...@mail.gmail.com



Re: iptables and kvm

2013-01-25 Thread Tom H
On Fri, Jan 25, 2013 at 7:37 AM, Rob Owens  wrote:
> On Fri, Jan 25, 2013 at 12:55:13PM +0700, Sthu Deus wrote:
>>>
>>> I am running Debian Wheezy, and have installed kvm. When I list my
>>> iptables rules there are a set of default rules defined, and
>>> forwarding is set up for my virtual network. For the life of me I can
>>> not figure out where these rules are defined, and I would like to
>>> make some changes that I want to be permanent. Would anyone mind
>>> enlightening me as where I can find the source of those rules?
>>>
>>> grep -RIil iptables /etc/* returns nothing.
>>
>> If You want to set Your own rules, You can write it to a file where You
>> want to hold it, then You can put a script w/ execution bit set in
>>
>> /etc/network/if-pre-up.d
>>
>> that will read those files.
>>
>> As soon as the interface comes up, Your rules will come up too (in case
>> it is correct - otherwise the defaults will be used).
>
> I haven't had very good luck putting iptables rules in
> /etc/network/if-pre-up.d while using network-manager. Last I read,
> there's a bug/feature in network-manager that ignores if-pre-up.d.
> Instead, I have to use the iptables-persistent package.

Out of the box, the NM dispatcher script runs scripts in "if-up.d" and
not in "if-pre-up.d".

To the OP: AFAIK, if you set up a nat-based VM, libvirt/qemu'll set up
the rules that you're seeing. If they're in a grepable form, there'll
probably be under "/usr".


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOdo=sytwsvlni8-vta3hd9xsu3mnacb1xarxydeqexatby...@mail.gmail.com



Xmonad usage.

2013-01-25 Thread peasthope
*   From: Bob Proulx 
*   Date: Thu, 12 Jul 2012 22:57:03 -0600
> So the priority doesn't matter and the "best" doesn't matter.
> ... you successfully switched the symlink.

I've added instructions about alternative window managers to 
http://wiki.debian.org/Xmonad .

> When doing things like that with the window manager I usually start a
> terminal first.  I like xterm.  Then in xterm I would kill the
> previous window manager and then start the second.

Switching the WM with update-alternatives struck me as better 
for a novice reading http://wiki.debian.org/Xmonad .

>   $ ps -e | grep openbox
>   $ kill $OPENBOXPID
>   $ nohup xmonad ~/.xsession-errors 2>&1 &

That gave an xmonad process and killed the terminal window; 
but no response to ++.

>   $ disown

With the terminal gone I didn't pursue that.

I'm interested in criticism of http://wiki.debian.org/Xmonad 
and won't complain if someone improves my addition.

Regards,   ... Peter E.

-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +13606390202  Bcc: peasthope at shaw.ca  http://carnot.yi.org/  
"http://members.shaw.ca/peasthope/index.html#Itinerary "


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/171057913.36550.25272@cantor.invalid



[no subject]

2013-01-25 Thread Кирилл Фролов
debian 5.0.1 netinst
http://downloads.sourceforge.net/project/evogrid/evogrid-debian-install-cd.iso
какие мне использовать репозитории


Re: Debian Wheezy is not booting after install

2013-01-25 Thread Steve Dierker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello List,

I found and fixed the problem.
Apparently the SiliconImage Sil 3114 has problems with grub if it is
not running the latest BIOS, which is version 5.5.
So, after using FreeDos to update the BIOS on the controller to the
latest version everything is running fine again.

bests,
Steve
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJRAqNXAAoJEODOuUG9dv6UGdMQALZKHWLFc++bmN+ivgelDXfq
9FobN+LAwaWSc//hWw14/5/N7Ac5KOoWI/htw6iBvIcnjk71crpEtDKyoVGx9lWV
XMEw1zpAeQDbjM9mB+igMX4/4yi0AIoFXNCJAk8I5/c/5kGFKQ4PWN/CJPtWJtdM
gFlI/VjVMr8drp9f5w65o7Px9oYnDQeo6hffL13GujZr9pXeFY6Fe4ZRF4MJu4bw
3rWwzGGLl8o4wUZGfVrLmo33VhF2YdhSXkJKpoeyYMdxcG4NZz90RQRM0kkDK6bZ
kk0fQLpxQhnpZx4U4FGDJO60PnF5VnIkCw444wbIfcRnVrzPzm4jKCrNW+5aPY/F
HZgdeu8xiCHt/tfByaK3GHPQOt84lVwrwDxOzFb0ioQTm/ETW9YyXvl6qCqPR8K7
y9x+B748PjOOSOTwnKzihf8P4gtNLKwQKDCIIUTnhSasHgiRGbgoSU3MXcYUrquE
8ECNEijLIChyGskNPgUei/OoSHujD22w+6Q5JPPk7a4rO+inu91VuiDyWTPGN8Ji
Y9QEr3Wmm3ZQC7+gqqdYpy6Jg4P8EWC497//bOKYoah5OCjywCnOpw6Ex6bgnH+2
4PqcJTVHxyZTJrd99Jfw/MiFxXMTowShDZH+KTJkK3CvNqlC/D4GeXlXZ0pkFy99
u40ShSPup7HSx3EpV7+J
=03sP
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5102a357.7060...@obstkiste.org



Re: bnx2 netboot FW problem

2013-01-25 Thread Luis

I found the solution to the problem:

The problem seems to be the lack of udev binaries and libs, so I packed 
them up in the initd.


Here's the step-by-step I used:

mkdir /tmp/kk

cd /tmp/kk

zcat /tftpboot/nbi_img/initrd-pxe.3.2.0-4-amd64.img | cpio -i

cp -a /lib/udev lib

find . | cpio -H newc -o>  initrd.cpio

gzip initrd.cpio

cp initrd.cpio.gz /tftpboot/nbi_img/initrd-pxe.3.2.0-4-bnx2_fixed-amd64.img

ln -sf /tftpboot/nbi_img/initrd-pxe.3.2.0-4-bnx2_fixed-amd64.img  
/tftpboot/nbi_img/initrd-pxe.img


Cheers!

Luis Vinay



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/5102932c.2000...@gmail.com



Re: moving from Kubuntu 10.4 to squeeze

2013-01-25 Thread Mike McGinn

On Friday, January 25, 2013 08:11:48 Rob Owens wrote:
> On Thu, Jan 24, 2013 at 10:05:00AM -0500, Mike McGinn wrote:
> > I have a Dell Inspiron 1545 laptop with 4G of RAM and have been a 'buntu
> > user since release 7.04. With each release of the new OS from Kubuntu I
> > have been less and less happy with the so called "quality" and I am
> > planning a move to Debian. As a Kontact user the problems reported with
> > the new versions of that particular package are dictating the move to
> > Squeeze. (I subscribe to both the kde-pim users and developers mail
> > lists.)
> > 
> > I have been experimenting with an installation in a virtual machine and I
> > am getting ready to make the jump. I am happy with what I have
> > experienced in my VM and I just want to know if there are any pitfalls I
> > have not foreseen. My system is backed up every night, so I am not
> > worried about losing anything.
> 
> Squeeze is fairly old at this point, and will be replaced shortly (a few
> months, maybe?) with Wheezy.  Squeeze will still be supported for a year
> after that -- or have they committed to two years now?  But my point is
> that you might want to consider Wheezy.  Wheezy is currently the
> "testing" distribution, but will be released as "stable" as soon as it's
> ready.
> 
> If you run into any hardware compatibility issues with the stable
> release, you can always look into getting a newer kernel from the
> backports repository:
> deb http://backports.debian.org/debian-backports/ squeeze-backports main
> 
> -Rob

Hi Rob,
Thanks for the information on Wheezy.

My main concern now with KDE is avoiding the mess that is going on with the 
kde-pim, I have been using that for years and have a few gig of email stored  
in it.  Right now I want to use the older version. I did some research last 
night  (google) and found no incompatibilities with my laptop. The new version 
of kde-pim has been a mess for some time now and from the traffic on the 
developers and users list there is no end in sight. I will move to Wheezy when 
it becomes stable and if it has a usable kde-pim.

I do have several servers at work that I am going to be moving from Ubuntu 
server to Debian also. 

-- 
Mike McGinn KD2CNU
Ex Uno Plurima
No electrons were harmed in sending this message, some were inconvenienced.
** Registered Linux User 377849


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201301250924.12054.mikemcg...@mcginnweb.net



Re: MPD and Last.FM, not connecting or working.

2013-01-25 Thread Sharon Kimble
I forgot to mention that there is one programme that is able to use Last.FM
out of the box, and its in the wheezy repos too - its 'Clementine' where
you sign into Last.FM once and it remembers it for the future.

Shame it doesn't work with MPD :(

Sharon.


On 25 January 2013 12:41, Sharon Kimble  wrote:

> Thanks for all of this and it does seem that Last.FM changed their api
> in December which broke all the Last.FM and MPD programmes. As I
> specifically want to use it with MPD, and am unable to at the moment, I
> have just cancelled my subscription to Last.FM.
>
> When and if, the programmes work with Last.FM and MPD then I may well
> subscribe again, but not at present.
>
> Thanks all
> Sharon.
>
>
> On 24 January 2013 08:57, Sthu Deus  wrote:
>
>> Good time of the day, Morel.
>>
>>
>> Thank You, Morel, for Your time and answer. You wrote:
>>
>> > > though it is a bit hard - as diver
>> > > dependencies of source packages should be satisfied before compiling
>> >
>> > # aptitude build-dep mpd
>> >
>> > This one is quite useful to avoid lack of dependencies when trying to
>> > compile something which is already in Debian's repo.
>> > Of course, if mainstream deps have changed, you will have some
>> > tinkering to do, but I do not think it is highly probable, since
>> > there is no recent major version change.
>>
>> It is great! I will save the trick for some future!
>>
>>
>> Sthu.
>>
>>
>> --
>> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
>> with a subject of "unsubscribe". Trouble? Contact
>> listmas...@lists.debian.org
>> Archive:
>> http://lists.debian.org/5100f777.e17c980a.04b5.f...@mx.google.com
>>
>>
>
>
> --
> A taste of linux = http://www.sharons.org.uk/taste/index.html
> efever = http://www.efever.blogspot.com/
> efever = http://sharon04.livejournal.com/
> Debian Wheezy, LXDE 2 LibreOffice 3.5.4.2
> Registered Linux user 334501
>
>
>
>


-- 
A taste of linux = http://www.sharons.org.uk/taste/index.html
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
Debian Wheezy, LXDE 2 LibreOffice 3.5.4.2
Registered Linux user 334501


Re: OT: pam_unix(dovecot:auth): authentication failure.

2013-01-25 Thread Darac Marjal
On Fri, Jan 25, 2013 at 12:31:01AM +0700, Sthu Deus wrote:
> Good time of the day.
> 
> 
> Excuse me for off-topic.
> 
> Could You please comment this auth. failure:
> 
> localhost auth: pam_unix(dovecot:auth): authentication failure;
> logname= uid=0 euid=0 tty=dovecot ruser=null rhost=91.201.64.249
> 
> ?
> 
> As I understand this - one tried to login to dovecot - but dovecot was
> closed by firewall from that IP, or it was tried from local side and
> therefore I have a security issue inside of my system?

As far as I understand it, someone on 91.201.64.249 attempted to login.
The message was logged on localhost, but the "rhost=..." bit tells you
the other party (remote host).



signature.asc
Description: Digital signature


Re: iptables and kvm

2013-01-25 Thread craig
And good time of day to you, Sthu.

On Thursday, January 24, 2013 23:55, "Sthu Deus"  said:

> Good time of the day, Craig.
> 
> If You want to set Your own rules, You can write it to a file where You
> want to hold it, then You can put a script w/ execution bit set in
> 
> /etc/network/if-pre-up.d
> 
> that will read those files.
> 
> As soon as the interface comes up, Your rules will come up too (in case
> it is correct - otherwise the defaults will be used).
> 
> 
> Sthu.

I'm afraid I wasn't clear in what I was asking for. I am fairly familiar
with iptables and how to enable my own rules at start up. I am just curious
to know where the existing rules came from. Something I installed created a
set of rules for the virtual network, and I would like to know what caused
that and what causes them to be enabled.

$ sudo iptables -L -n --line-numbers
Chain INPUT (policy ACCEPT)
num  target   prot opt source destination 
1ACCEPT   udp  --  0.0.0.0/0  0.0.0.0/0 udp dpt:53
2ACCEPT   tcp  --  0.0.0.0/0  0.0.0.0/0 tcp dpt:53
3ACCEPT   udp  --  0.0.0.0/0  0.0.0.0/0 udp dpt:67
4ACCEPT   tcp  --  0.0.0.0/0  0.0.0.0/0 tcp dpt:67

Chain FORWARD (policy ACCEPT)
num  target   prot opt source destination
1ACCEPT   all  --  0.0.0.0/0  192.168.221.0/24  state 
RELATED,ESTABLISHED
2ACCEPT   all  --  192.168.221.0/24   0.0.0.0/0
3ACCEPT   all  --  0.0.0.0/0  0.0.0.0/0
4REJECT   all  --  0.0.0.0/0  0.0.0.0/0 reject-with 
icmp-port-unreachable
5REJECT   all  --  0.0.0.0/0  0.0.0.0/0 reject-with 
icmp-port-unreachable

Chain OUTPUT (policy ACCEPT)
num  target prot opt source   destination

Thanks, 
Craig


Sent - Gtek Web Mail



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1359120356.51796...@webmail.gtek.biz



Re: Client "daemon" for sorting e-mail via IMAP

2013-01-25 Thread Lázaro
Thread name: "Re: Client "daemon" for sorting e-mail via IMAP" 
Mail number: 8 
Date: Wed, Jan 23, 2013 
In reply to: Robert Brockway 
>
> On Tue, 22 Jan 2013, Erwan David wrote:
> 
> >I personnaly use imapfilter for such tasks. But it requires some lua
> >scripting, as it is rather a lua library for accessing and searching imap
> >accounts than a program.
> 
> I've been using imapfilter for about a year after 15+ years of using
> fetchmail/procmail to deliver & sort mail.  Before that my mail was always
> delivered locally on a Unix box and I didn't have enough of it to warrant
> filtering :)
> 
> Imapfilter is itself great but LUA is quite different to other programming
> languages I've used in the past.  I've done a bit of work in LUA but have
> ended up with a (perhaps hacky) solution of having a shell script construct
> my .imapfilter/config.
> 
> I considered 'fetchmail -m procmail' as a solution but didn't select it at
> the time.  I think I'm going to take another look at it though, now that
> I've had more of a chance to play with the alternatives.
> 
> Cheers,
> 
> Rob


aptitude search sieve|grep mailutils

lazaro@utopian:~$ cat script.sc

require ["fileinto", "redirect" , "reject"];

# remove from the dir, mail more than 3M
# without download it
if size :over 3000K {discard; stop;}

# if the From: contain 'Fulano' put it in "fulanito" named dir
if header :contains ["From"] "Fulano" { fileinto "fulanito"; stop; }

# if the mail is for me put in /var/mail/lazaro
if header :contains ["To","Cc"] "netadmin" {fileinto "/var/mail/lazaro"; stop; }

# two times if, more than on line
if attachment :contains ".zip" {
if size :over 1K { discard; stop; } 
} 

# if the subjest is "something" send it to somebody
if header :contains ["Subject"]  "something" { 
redirect "someb...@somedomain.cu"
stop 
}

# EOF

lazaro@utopian:~$ sieve -f imap://user:pass@localhost/ script.sc






-- 
 Warning! 
100'000 pelos de escoba fueron
introducidos satisfactoriamente
en su puerto USB.






-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130125030837.GB18865@utopian



Re: moving from Kubuntu 10.4 to squeeze

2013-01-25 Thread Rob Owens
On Thu, Jan 24, 2013 at 10:05:00AM -0500, Mike McGinn wrote:
> I have a Dell Inspiron 1545 laptop with 4G of RAM and have been a 'buntu user 
> since release 7.04. With each release of the new OS from Kubuntu I have been 
> less and less happy with the so called "quality" and I am planning a move to 
> Debian. As a Kontact user the problems reported with the new versions of that 
> particular package are dictating the move to Squeeze. (I subscribe to both 
> the 
> kde-pim users and developers mail lists.)
> 
> I have been experimenting with an installation in a virtual machine and I am 
> getting ready to make the jump. I am happy with what I have experienced in my 
> VM and I just want to know if there are any pitfalls I have not foreseen. My 
> system is backed up every night, so I am not worried about losing anything.
> 
Squeeze is fairly old at this point, and will be replaced shortly (a few
months, maybe?) with Wheezy.  Squeeze will still be supported for a year
after that -- or have they committed to two years now?  But my point is
that you might want to consider Wheezy.  Wheezy is currently the
"testing" distribution, but will be released as "stable" as soon as it's
ready.

If you run into any hardware compatibility issues with the stable
release, you can always look into getting a newer kernel from the
backports repository:  
deb http://backports.debian.org/debian-backports/ squeeze-backports main

-Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130125131148.gc26...@aurora.owens.net



Re: Client "daemon" for sorting e-mail via IMAP

2013-01-25 Thread Rob Owens
On Wed, Jan 23, 2013 at 08:53:05AM +1000, Robert Brockway wrote:
> On Tue, 22 Jan 2013, David Guntner wrote:
> 
> >So it might actually be safer to let it hand the mail off to Postfix
> >(and let *that* handle Procmail) anyway
> 
> There are a few options here:
> 
> (1) Use maildrop (not to be confused with MailDrop).  Like procmail
> but safer (apparently).  Home site:
> http://www.courier-mta.org/maildrop/
> 
> (2) Use a catch-all rule at the end of .procmailrc so that even if
> mail falls through it goes somewhere other than /dev/null.
> 
My .procmailrc does not have a catch-all rule at the end, but it does
have a "DEFAULT=" line at the top.  As far as I know, nothing's ever
been lost in the 4 years or so I've been using it.  

Note that I'm using mbox and not maildir, but I wouldn't think that
would make a difference.

-Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130125130524.gb26...@aurora.owens.net



Re: Customized Debian - Was: What are some common problems when using Debian GNU / LINUX?

2013-01-25 Thread Chris Bannister
On Tue, Jan 22, 2013 at 11:28:58AM -0600, Richard Owlett wrote:
> Chris Bannister wrote:
> >On Tue, Jan 22, 2013 at 06:38:03AM -0600, Richard Owlett wrote:
> >>
> >>At the end-user level I think Debian has a logical flaw.
> >
> >You are assuming all end-users are equal.
> 
> No. I was contrasting the generic end user such as myself to the
> Debian developers.
> The groups differ needs, desires, expertise and MOST IMPORTANTLY
> _RESPONSIBILITIES_.
> An end user takes responsibility for his own actions (not all of
> them realize that) and his errors generally will affect only
> himself.
> A developer has a social contract

Yeah, have you read:
http://www.debian.org/./social_contract

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130125123322.GA18443@tal



Re: MPD and Last.FM, not connecting or working.

2013-01-25 Thread Sharon Kimble
Thanks for all of this and it does seem that Last.FM changed their api
in December which broke all the Last.FM and MPD programmes. As I
specifically want to use it with MPD, and am unable to at the moment, I
have just cancelled my subscription to Last.FM.

When and if, the programmes work with Last.FM and MPD then I may well
subscribe again, but not at present.

Thanks all
Sharon.


On 24 January 2013 08:57, Sthu Deus  wrote:

> Good time of the day, Morel.
>
>
> Thank You, Morel, for Your time and answer. You wrote:
>
> > > though it is a bit hard - as diver
> > > dependencies of source packages should be satisfied before compiling
> >
> > # aptitude build-dep mpd
> >
> > This one is quite useful to avoid lack of dependencies when trying to
> > compile something which is already in Debian's repo.
> > Of course, if mainstream deps have changed, you will have some
> > tinkering to do, but I do not think it is highly probable, since
> > there is no recent major version change.
>
> It is great! I will save the trick for some future!
>
>
> Sthu.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive:
> http://lists.debian.org/5100f777.e17c980a.04b5.f...@mx.google.com
>
>


-- 
A taste of linux = http://www.sharons.org.uk/taste/index.html
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
Debian Wheezy, LXDE 2 LibreOffice 3.5.4.2
Registered Linux user 334501


Re: iptables and kvm

2013-01-25 Thread Rob Owens
On Fri, Jan 25, 2013 at 12:55:13PM +0700, Sthu Deus wrote:
> Good time of the day, Craig.
> 
> 
> You wrote:
> 
> > I am running Debian Wheezy, and have installed kvm. When I list my
> > iptables rules there are a set of default rules defined, and
> > forwarding is set up for my virtual network. For the life of me I can
> > not figure out where these rules are defined, and I would like to
> > make some changes that I want to be permanent. Would anyone mind
> > enlightening me as where I can find the source of those rules?
> > 
> > 
> > grep -RIil iptables /etc/* returns nothing.
> 
> If You want to set Your own rules, You can write it to a file where You
> want to hold it, then You can put a script w/ execution bit set in
> 
> /etc/network/if-pre-up.d
> 
> that will read those files.
> 
> As soon as the interface comes up, Your rules will come up too (in case
> it is correct - otherwise the defaults will be used).
> 
I haven't had very good luck putting iptables rules in
/etc/network/if-pre-up.d while using network-manager.  Last I read,
there's a bug/feature in network-manager that ignores if-pre-up.d.
Instead, I have to use the iptables-persistent package.

-Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130125123739.ga26...@aurora.owens.net



Re: clock source 25 is not valid, cannot use

2013-01-25 Thread d4n1
Daniel Melo 
On Jan 24, 2013 11:33 PM, "Azuki"  wrote:

> When I use linux-image-3.2.0-0.bpo.4-rt-amd64, An error of a large
> quantity of clock source occurs at the boot time when I connect
> usb-sound-card AS372(chip:CM6620).
> There is not the problem with the stability of the system, but these
> errors fill up the log.
> When I used kernel 2.6.32, this error was not displayed because
> usb-sound-card did not recognize.
> I do not know it whether that this error is the problem of the kernel or a
> problem of alsa.
> How can I fix it?
>
> -- System Information:
> Debian Release: 6.0.6
>   APT prefers stable
>   APT policy: (500, 'stable')
> Architecture: amd64 (x86_64)
>
> ** Kernel log:
> [   69.568042] 2:4:2: clock source 25 is not valid, cannot use
> [   69.570406] 2:4:2: clock source 25 is not valid, cannot use
> [   69.570907] 2:4:2: clock source 25 is not valid, cannot use
> [   69.571531] 2:4:2: clock source 25 is not valid, cannot use
> [   69.572798] 2:4:2: clock source 25 is not valid, cannot use
> [   69.573935] 2:4:2: clock source 25 is not valid, cannot use
> [   69.576163] 2:4:2: clock source 25 is not valid, cannot use
> [   69.576660] 2:4:2: clock source 25 is not valid, cannot use
> [   69.577282] 2:4:2: clock source 25 is not valid, cannot use
> [   69.578426] 2:4:2: clock source 25 is not valid, cannot use
> [   69.579551] 2:4:2: clock source 25 is not valid, cannot use
> [   69.582158] 2:4:2: clock source 25 is not valid, cannot use
> [   69.582658] 2:4:2: clock source 25 is not valid, cannot use
> [   69.583283] 2:4:2: clock source 25 is not valid, cannot use
> [   69.584321] 2:4:2: clock source 25 is not valid, cannot use
> [   69.585442] 2:4:2: clock source 25 is not valid, cannot use
> [   69.587907] 2:4:2: clock source 25 is not valid, cannot use
> [   69.588538] 2:4:2: clock source 25 is not valid, cannot use
> [   69.589033] 2:4:2: clock source 25 is not valid, cannot use
> [   69.590055] 2:4:2: clock source 25 is not valid, cannot use
> [   69.591177] 2:4:2: clock source 25 is not valid, cannot use
> [   69.593908] 2:4:2: clock source 25 is not valid, cannot use
> [   69.594533] 2:4:2: clock source 25 is not valid, cannot use
> [   69.595158] 2:4:2: clock source 25 is not valid, cannot use
> [   69.596183] 2:4:2: clock source 25 is not valid, cannot use
> [   69.597442] 2:4:2: clock source 25 is not valid, cannot use
> [   69.600077] 2:4:2: clock source 25 is not valid, cannot use
> [   69.600793] 2:4:2: clock source 25 is not valid, cannot use
> [   69.601411] 2:4:2: clock source 25 is not valid, cannot use
> [   69.602440] 2:4:2: clock source 25 is not valid, cannot use
> [   69.603559] 2:4:2: clock source 25 is not valid, cannot use
> [   69.626664] 2:4:2: clock source 25 is not valid, cannot use
> [   69.627288] 2:4:2: clock source 25 is not valid, cannot use
> [   69.627913] 2:4:2: clock source 25 is not valid, cannot use
> [   69.629064] 2:4:2: clock source 25 is not valid, cannot use
> [   69.630184] 2:4:2: clock source 25 is not valid, cannot use
> [   69.632418] 2:4:2: clock source 25 is not valid, cannot use
> [   69.632914] 2:4:2: clock source 25 is not valid, cannot use
> [   69.633414] 2:4:2: clock source 25 is not valid, cannot use
> [   69.634439] 2:4:2: clock source 25 is not valid, cannot use
> [   69.635437] 2:4:2: clock source 25 is not valid, cannot use
> [   69.638039] 2:4:2: clock source 25 is not valid, cannot use
> [   69.638540] 2:4:2: clock source 25 is not valid, cannot use
> [   69.639165] 2:4:2: clock source 25 is not valid, cannot use
> [   69.640303] 2:4:2: clock source 25 is not valid, cannot use
> [   69.641443] 2:4:2: clock source 25 is not valid, cannot use
> [   69.644079] 2:4:2: clock source 25 is not valid, cannot use
> [   69.644798] 2:4:2: clock source 25 is not valid, cannot use
> [   69.645416] 2:4:2: clock source 25 is not valid, cannot use
> [   69.646566] 2:4:2: clock source 25 is not valid, cannot use
> [   69.647815] 2:4:2: clock source 25 is not valid, cannot use
> [   69.650041] 2:4:2: clock source 25 is not valid, cannot use
> [   69.650666] 2:4:2: clock source 25 is not valid, cannot use
> [   69.651291] 2:4:2: clock source 25 is not valid, cannot use
> [   69.652309] 2:4:2: clock source 25 is not valid, cannot use
> [   69.653442] 2:4:2: clock source 25 is not valid, cannot use
> [   69.655541] 2:4:2: clock source 25 is not valid, cannot use
> [   69.656081] 2:4:2: clock source 25 is not valid, cannot use
> [   69.656798] 2:4:2: clock source 25 is not valid, cannot use
> [   69.657693] 2:4:2: clock source 25 is not valid, cannot use
> [   69.658818] 2:4:2: clock source 25 is not valid, cannot use
> [   69.661292] 2:4:2: clock source 25 is not valid, cannot use
> [   69.661918] 2:4:2: clock source 25 is not valid, cannot use
> [   69.662543] 2:4:2: clock source 25 is not valid, cannot use
> [   69.663567] 2:4:2: clock source 25 is not valid, cannot use
> [   69.664933] 2:4:2: clock source 25 is not valid, cannot use
> [   69.6