Re: Install redis-server on Lenny

2010-12-14 Thread Qijiang Fan
Hello,
http://packages.debian.org/search?keywords=redis-server&searchon=names&suite=all§ion=all
redis-server is only available in debian squeeze(testing) and sid(unstable).
Redis server is not availabel in debian lenny(stable)

If you really want to install redis-server.You can upgrade your debian to
tesing or unstable by changing "lenny" to "squeeze" or "sid" in your
sources.list(but debian security is not available for debian unstable(sid))

On Wed, Dec 15, 2010 at 12:48 PM, Daniel Bryan  wrote:

> Hello,
>
> I'm running Debian Lenny on a server. I want to install the 'redis-server'
> package, but I can't find it when I search with aptitude, and I can't
> install it with apt-get. Is there something I'm doing wrong? Here is my
> sources.list:
>
> # deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official amd64 NETINST
> Binary-1 20090214-15:57]/ lenny main
>
> #deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official amd64 NETINST
> Binary-1 20090214-15:57]/ lenny main
>
> deb http://ftp.us.debian.org/debian lenny main contrib non-free
> #deb http://mirror.aarnet.edu.au/debian/ lenny main
> deb-src http://ftp.us.debian.org/debian lenny main contrib non-free
> #deb-src http://mirror.aarnet.edu.au/debian/ lenny main
>
> deb http://security.debian.org/ lenny/updates main
> deb-src http://security.debian.org/ lenny/updates main
>
> deb http://volatile.debian.org/debian-volatile lenny/volatile main
> deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
>
> #mongodb repository
> deb http://downloads.mongodb.org/distros/debian 5.0 10
>
> Thanks,
>
> Daniel
>



-- 
Name:Qijiang Fan
Web:http://www.fqj1994.org/
Twitter:http://twitter.com/fqj1994
 Telephone:+1 (415) 547-0506
E-mail:fqj1...@gmail.com or fqj1...@linux.com
Address:

Chengdu No.7 High School
1 Linyin Middle Street
CHENGDU,SICHUAN
CHINA 610041


Install redis-server on Lenny

2010-12-14 Thread Daniel Bryan
Hello,

I'm running Debian Lenny on a server. I want to install the 'redis-server'
package, but I can't find it when I search with aptitude, and I can't
install it with apt-get. Is there something I'm doing wrong? Here is my
sources.list:

# deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official amd64 NETINST
Binary-1 20090214-15:57]/ lenny main

#deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official amd64 NETINST Binary-1
20090214-15:57]/ lenny main

deb http://ftp.us.debian.org/debian lenny main contrib non-free
#deb http://mirror.aarnet.edu.au/debian/ lenny main
deb-src http://ftp.us.debian.org/debian lenny main contrib non-free
#deb-src http://mirror.aarnet.edu.au/debian/ lenny main

deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main

deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main

#mongodb repository
deb http://downloads.mongodb.org/distros/debian 5.0 10

Thanks,

Daniel


Tracker status:debian.org:Error Requested download is not authorized for use with this tracker.

2010-12-14 Thread shirish शिरीष
Hi all,
 I have been trying to download Debian-beta2-dvd since few days.
Whenever I do try I get this message on the Tracker status t

debian.org:Error Requested download is not authorized for use with
this tracker.

What could be wrong? I am using deluge 1.2.3

$ deluge-gtk --version
1.2.3

-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17


--
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/aanlktinu3o1hf1lc8jagq3_as_a2z518-n=bmqunn...@mail.gmail.com



Re: routing

2010-12-14 Thread Jesús M. Navarro
Hi again, Sthu:

On Wednesday 17 November 2010 10:37:09 Sthu Deus wrote:
> Thank You for Your time and answer, Jesús:

Sorry for the long delay.

> Excuse me for long respond, please.
>
> > Regarding the questions, you *can* answer most of them, if not all.
> > Here they come again:
> >
> > 0) Just so we both can stablish to be working on known field.  Use
> > these routing/firewalling rules:
> > /sbin/iptables -F
> > /sbin/iptables -t nat -F
> > /sbin/iptables -t mangle -F
> >
> > /sbin/iptables -X
> > /sbin/iptables -t nat -X
> > /sbin/iptables -t mangle -X
> >
> > /sbin/iptables -P INPUT ACCEPT
> > /sbin/iptables -P OUTPUT ACCEPT
> > /sbin/iptables -P FORWARD ACCEPT
> >
> > echo "1" > /proc/sys/net/ipv4/ip_forward
> > 1) What does sit at 10.10.10.10?
>
> Sorry, I do not understand what You mean under "sit".

What's the machine that holds the 10.10.10.10 IP address? My bet is that it's 
some kind of router owned by your ISP; I don't know if located on your 
premises or those of your ISP.  Am I right?

> > 2) Can you ping 10.10.10.10 from host2?
>
> Yes.

If I don't recall wrongly, host2 is your routing one, sitting in between your 
internal network and your Internet connection.  Is this right?


> > 3) Can you ping 152.46.7.81 from host2?
>
> No.

That's a known server on Internet; the one hosting www.tldp.org and it does 
return pings.  That means that your routing host is unable to reach Internet.  
Is that true?  Are you sure your only defined interfaces on host2 are lo, 
eth0 and eth1 and that the only firewall rules applied were the ones I 
provided?

> > 4) Can you ping 192.168.0.3 from host2?
>
> Not ping but connect by ssh.

Is there any firewall on host1? Are you sure your only defined interfaces on 
host2 are lo eth0 and eth1 and that the only firewall rules applied were the 
ones I provided?  No ping but ssh ability smells strongly like a firewall 
problem, not one about routing.

> > 5) Can you ping 192.168.0.125 from host1?
>
> Yes.

Definetly there's some firewall-related problem hidden somewhere here.

> > 6) Can you ping 20.20.20.20 from host1?
>
> No. - How it can if now masquerading on host2?

Do you really mean "now masquerading" or "no masquerading"?  If the former, 
there should be no masquerading, if the latter, that was expected.  First I 
tried to diagnose the situation from a known config.  While it doesn't work 
as expected (and it still doesn't, I expected different answers for 3 and 4) 
is moot to move forward.

> > 7) Can you ping 152.46.7.81 from host1?
>
> No.

This was expected as this time.

If you are still working out this problem, can you please start a thread anew 
providing topology/IP address space again?  I already deleted these posts 
from my local spool and I'm having problems finding this thread on Debian's 
list servers.

Cheers.


--
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/201012150353.45048.jesus.nava...@undominio.net



Re: compare two directory trees

2010-12-14 Thread shawn wilson
On Dec 14, 2010 8:45 PM, "Yuwen Dai"  wrote:
>>
>> The way I see it, you've got a few choices:
>> 1. Compare ls -lR which won't catch burn issues. But pretty quick.
>> 2. dd the cd and diff or checksum that.
>> 3. Copy the files back to disk and run the checksum there (possibly
quicker because the disk shouldn't have time to slow down).
>> 4. The way you're doing it :)
>>
>> I don't think there are any other options. Though, I'd question your
motives here. If you're thinking cheap backup I wouldn't recommend it over
tape or just buying tons of the cheapest ($/gig) hdd you can find.
>
> Not for backing up.  I just want to ensure that the burning is OK.
>

Door #2 sounds most promising.


Postfix SASL SMTP AUTH help, please. [re-post from comp.mail.misc]

2010-12-14 Thread s. keeling
[I asked this in cmm, but see no help there yet.  I'm trying to get this:

   
http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailservers.html

working on Debian Lenny.]

  

Background:

I run fetchmail in a script wrapper called by my user crontab.
Changing the interval at which the cronjob runs to 10 min. instead of
every five minutes broke the implied "POP before SMTP" authorization.
Apparently, my ISP's SMTP times out PbS authorization fairly quickly.

I'd prefer to have SASL SMTP AUTH working instead of relying on PbS.
Essentially, this means placing my ISP username and password in
/etc/posfix/sasl_passwd:

   [smtp.nucleus.com]:366 keeling:XXX

then adding:

   smtp_sasl_auth_enable = yes
   smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
   smtp_sasl_security_options =

to /etc/postfix/main.cf, followed by:

   postmap hash:/etc/postfix/sasl_passwd
   postfix reload

and (for the heck of it):

   /etc/init.d/postfix restart

It had no effect.  Changing the crontab fetchmail wrapper interval
back to 5 min. lets it work, but I'd rather smtpd not be dependent on
how often a user cronjob runs.  What am I missing, or how do I get
SASL SMTP AUTH working?  BTW, I'm trying to get this question to
postfix-users, but that's been somewhat difficult with a broken mail
system (though I am now gaining on it).

Thanks.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*) Please don't Cc: me.
- -


-- 
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/20101215013923.ga12...@nucleus.com



Re: Frustration made me do it.

2010-12-14 Thread godo

On 12/14/2010 08:21 AM, Claudius Hubig wrote:

godo  wrote:



Strange, in Opera 10.63 I get the full URL in the address bar; and, if I
hover the mouse pointer over the link, I also get the full URL in the
status bar at the bottom of the screen.

Is there a change in Opera 11?



Yes, I have 11.0 beta:
Opera/9.80 (X11; Linux i686; U; en) Presto/2.7.39 Version/11.00


You can change that setting in opera:config.

Best regards,

Claudius


Thanks!
--
Bye,
Goran Dobosevic
Hrvatski: www.dobosevic.com
 English: www.dobosevic.com/en/
Registered Linux User #503414


--
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/4d07eedb.30...@dobosevic.com



Re: usb drive nolonger registers on one pc, still registers on another

2010-12-14 Thread Thomas H. George
On Tue, Dec 14, 2010 at 08:23:07PM +, Russell L. Harris wrote:
> * Camaleón  [101214 12:35]:
> > On Mon, 13 Dec 2010 17:16:21 -0500, Thomas H. George wrote:
> > 
> > > A Toshiba usb hard drive previously registered with no difficulty on one
> > > computer but still registers with no difficulty on a seconcd computer.
> ...
> > You can make a quick test: run " dmesg | grep [euo]hci" in both computers 
> > to 
> > check what USB module is in charge of the disk. There are some devices that 
> > play better with old "[uo]hci" stack and have problems when using the new 
> > one.
> 
> Could you please provide instructions for invoking the old stack?  I
> am thinking that this might provide a work-around for a flash recorder
> which does not auto-mount.
> 
I'm not sure what you mean by "instructions for invoking the old stack".
I plug in the USB drive as sdd1, I have an appropriate entry in fstab

/dev/sdd1   /q  ntfsrw,user,noauto  0   0

so I mount it as /q and can store files on it.

Tom
On my older system (August 2010) I plug in the USB drive
> 
> 
> -- 
> 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/20101214202307.gb4...@rlharris.org
> 
> 


-- 
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/20101214215323.ga3...@tomgeorge.info



Re: compare two directory trees

2010-12-14 Thread David Christensen

Yuwen Dai wrote:

I burn DVD/CDs from ISO files.  In order to verify the burning is correct,

...

The above method does work, but too time consuming because of the md5sum
calculating.  Do you have any suggestion to improve the efficiency?


This tool recursively compares file names, mtimes, and sizes in two
directory trees, and reports any differences found:

http://search.cpan.org/~dpchrist/Dpchrist-Directory-1.018/perl-bin/dirdiff


Assuming you have a working Perl cpan installation, you can install the
Dpchrist::Directory module and dirdiff script as follows:

cpan Dpchrist::Directory


HTH,

David


--
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/4d07dffa.5090...@holgerdanske.com



Re: usb drive nolonger registers on one pc, still registers on another

2010-12-14 Thread Thomas H. George
On Tue, Dec 14, 2010 at 07:31:30PM +, Camaleón wrote:
> On Tue, 14 Dec 2010 13:10:20 -0500, Thomas H. George wrote:
> 
> > On Tue, Dec 14, 2010 at 10:48:32AM -0500, Thomas H. George wrote:
> >> On Tue, Dec 14, 2010 at 12:29:34PM +, Camaleón wrote:
> 
> >> > You mean the USB hard disk is working properly but logs that output
> >> > or you get the errors and the disk is not detected at all?
> >> 
> >> The device is detected, that is the led on the device flashes
> >> repeatedly as the system tries to assign a device number and fails.
> 
> Okay, but despite the warning, can you list the hard disk with "fdisk -l"?
> 
> >> > You can make a quick test: run " dmesg | grep [euo]hci" in both
> >> > computers to check what USB module is in charge of the disk. There
> >> > are some devices that play better with old "[uo]hci" stack and have
> >> > problems when using the new one.
> >> > 
> >> Very interesting.  The older system finds only ehci entries in dmesg.
> >> The newer system finds both ohci and echi entries and, more
> >> importantly, issues a warning that ohci controller is being loaded
> >> before the ehci controller.  I don't know how to change this.  I
> >> checked /etc/udev but found no rules regarding usb controllers.
> >> 
> >> Here is the dmesg output for the newer system:
> >> 
> >> 
> >> [0.778844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [
> >>0.778899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> >> [0.778936] Warning! ehci_hcd should always be loaded before
> >> uhci_hcd and ohci_hcd, not after
> 
> Hum...
> 
> > Edited /etc/usb_modeswitch.conf to enable mode switching.  Now the ehci
> > controller is loaded before the ohci controller.  This does not solve
> > the problems.
> 
> Just for testing purposes... what happens if you disconnect the USB cable 
> of the UPS unit from the computer and boot up the system afterwards? Are 
> you getting the same warnings when plugin the USB hard disk and still 
> fails to be detected with "fdisk -l"?
> 
> 
Yes.  I can't keep the USB hard disk connected to the computer.  As soon
as it is connected the attempts to "enumerate USB device on port 2" keep
scrolling by as sequential addresses are tried.  When the highest
address (125?) fails it starts over at address 5 (there are four other
USB devices attached and working normally).

I entered fdisk -l while the scrolling continued and the three sata hard
drives were detected (the response interleaved in the scrolling) but the
USB drive was not detected.

Tom
> 
> -- 
> 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/pan.2010.12.14.19.31...@gmail.com
> 
> 


-- 
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/20101214204621.ga3...@tomgeorge.info



Re: usb drive nolonger registers on one pc, still registers on another

2010-12-14 Thread Russell L. Harris
* Camaleón  [101214 12:35]:
> On Mon, 13 Dec 2010 17:16:21 -0500, Thomas H. George wrote:
> 
> > A Toshiba usb hard drive previously registered with no difficulty on one
> > computer but still registers with no difficulty on a seconcd computer.
...
> You can make a quick test: run " dmesg | grep [euo]hci" in both computers to 
> check what USB module is in charge of the disk. There are some devices that 
> play better with old "[uo]hci" stack and have problems when using the new one.

Could you please provide instructions for invoking the old stack?  I
am thinking that this might provide a work-around for a flash recorder
which does not auto-mount.

RLH


-- 
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/20101214202307.gb4...@rlharris.org



Re: itune podcasts on a debian system?

2010-12-14 Thread Russell L. Harris
* Thomas H. George  [101214 19:28]:
> On Tue, Dec 14, 2010 at 04:06:40PM +, Camaleón wrote:
> > On Tue, 14 Dec 2010 09:20:55 -0500, Thomas H. George wrote:
> > 
>>> The New York Times says I must have itunes to hear/see the science
>>> podcast.
...
> > Lastest science podcasts are available in mp3 format:
> > 
> > http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/12/13/14science.mp3
> > http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/12/06/07science.mp3
> > http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/11/29/30science.mp3
> > http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/11/22/23science.mp3
...

>> Dunno why NYT > does not provide an easy way for getting that URIs
>> :-?

The article

http://thefinancebuff.com/2009/06/ny-times-podcasts-without-itunes.html

reports that the xml feed for the science podcast is:

http://www.nytimes.com/services/xml/rss/nyt/podcasts/sciencetimes.xml

An easy way to get the podcast more or less automatically (you can use
chron) is to install the amazing Debian package hpodder.  The podcast can be
added with the command:

hpodder add
http://www.nytimes.com/services/xml/rss/nyt/podcasts/sciencetimes.xml

after which newly-available podcasts are obtained with the command:

hpodder

and are stored in the directory which you specified in the brief hpodder
configuration dialogue.

Let hpodder do the work for you.

RLH


-- 
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/20101214200523.ga4...@rlharris.org



Re: when does one change from testing to stable in sources.list

2010-12-14 Thread Jesús M. Navarro
Hi, David:

On Monday 13 December 2010 02:54:05 David Jardine wrote:
> On Mon, Dec 13, 2010 at 12:31:03AM +0100, Jesús M. Navarro wrote:
> > Hi, Tom:
> >
> > On Friday 10 December 2010 12:04:33 Tom Furie wrote:

[...]

> > > Why? What's the difference between having stable in the source list and
> > > automatically upgrading when the new stable is released - all upgrade
> > > issues *should* be worked out by then
> >
> > Except those that depend on you yourself.
> >
> > Some examples:
> > * Having something more urgent to do right now.
> > * Being unable to take your servers off-line.
> > * Having internal packages that need to be tested.
> > * Having 1000 servers to take care of, so it will take a while to upgrade
> > them all.
>
> If you stayed with "testing" you would run a slight risk of things going
> wrong.

In my experience, the risk is not "slight" but unbeareable for production 
environments.  Obviously, your mileage may vary.

> In return you would have incremental upgrades rather than the big 
> bangs of release changes.

Which it's by itself a big reason to stay with Stable (at least on my book): I 
can program a window in which things can break, specially when I have a whole 
year to produce it but I can't take the risk of things breaking at unexpected 
times and, please, note that a single package breaking due to a version 
upgrade is just one of the situations:
* a new package changes the way it's configured
* a package contains an unseen bug by itself (this and the previous are the 
obvious ones)
* a package's new functionality conflicts with another installed package, 
either from Debian repos or not.
* a package's new functionality conflicts with a subsystem in another, remote 
system.

All of these is what makes me already testing "Testing" environments on some 
virtual machines but only upgrading production ones not only once Squeeze 
becomes the new Stable, but some time after that, when the waters calm down a 
bit, I had the time to study the release notes, testing some more about the 
interaction problems between systems in order to produce an upgrade calendar 
and find the proper time-windows to do it...  without being "surprised" the 
very day Squeeze becomes Stable nor risking losing some security updates in 
the meanwhile.

Cheers.


--
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/201012142059.17635.jesus.nava...@undominio.net



Re: itune podcasts on a debian system?

2010-12-14 Thread Erwan David
On 14/12/10 15:20, Thomas H. George wrote:
> The New York Times says I must have itunes to hear/see the science
> podcast.
> 
> Humor me, I'v lived in a cave listening to classical music on vinyl for
> the last 81 years.  My cell phone is 10 years old and doesn't do apps.
> I have no ipad/pod/whatever.  
> 
> What must I install to listen to the science podcast?
> 
> Tom
> 
> 

You can retrieve them with podget. Just replace the itms at start of url
with http...


-- 
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/4d07c58a.7050...@rail.eu.org



Re: usb drive nolonger registers on one pc, still registers on another

2010-12-14 Thread Camaleón
On Tue, 14 Dec 2010 13:10:20 -0500, Thomas H. George wrote:

> On Tue, Dec 14, 2010 at 10:48:32AM -0500, Thomas H. George wrote:
>> On Tue, Dec 14, 2010 at 12:29:34PM +, Camaleón wrote:

>> > You mean the USB hard disk is working properly but logs that output
>> > or you get the errors and the disk is not detected at all?
>> 
>> The device is detected, that is the led on the device flashes
>> repeatedly as the system tries to assign a device number and fails.

Okay, but despite the warning, can you list the hard disk with "fdisk -l"?

>> > You can make a quick test: run " dmesg | grep [euo]hci" in both
>> > computers to check what USB module is in charge of the disk. There
>> > are some devices that play better with old "[uo]hci" stack and have
>> > problems when using the new one.
>> > 
>> Very interesting.  The older system finds only ehci entries in dmesg.
>> The newer system finds both ohci and echi entries and, more
>> importantly, issues a warning that ohci controller is being loaded
>> before the ehci controller.  I don't know how to change this.  I
>> checked /etc/udev but found no rules regarding usb controllers.
>> 
>> Here is the dmesg output for the newer system:
>> 
>> 
>> [0.778844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [
>>0.778899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> [0.778936] Warning! ehci_hcd should always be loaded before
>> uhci_hcd and ohci_hcd, not after

Hum...

> Edited /etc/usb_modeswitch.conf to enable mode switching.  Now the ehci
> controller is loaded before the ohci controller.  This does not solve
> the problems.

Just for testing purposes... what happens if you disconnect the USB cable 
of the UPS unit from the computer and boot up the system afterwards? Are 
you getting the same warnings when plugin the USB hard disk and still 
fails to be detected with "fdisk -l"?

Greetings,

-- 
Camaleón


-- 
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/pan.2010.12.14.19.31...@gmail.com



Re: How do I set up compiz ? No xorg.conf anymore ?

2010-12-14 Thread shirish शिरीष
In-line :-

2010/12/12 Bhasker C V :

Hi Bhaskar,

> Shirish,
>
>  Can you try X -configure
>  That will give you a base xorg.conf.new with auto-detected values (this
> file will be present in your home directory (/root/xorg.conf.new if you are
> running this as command as root)

done.

>  You can copy it to /etc/X11 after backing up the old file in that location
> (if any)

The probelm is one can try as per the guide I posted.

http://linux.koolsolutions.com/2009/04/24/howto-resolve-x-server-video-driver-errorscrashes-in-debian-linux/

I tried  $X -config /root/xorg.conf.new

That didn't work. All I get is a blank screen. Then I ave to
physically shut off the machine/system.

>  After this, try to you can install compiz and do
>
>  compiz --replace
>
>  If that does not work, it would start giving out messages which you can
> google out
>  and start fixing it...

This will come when Xserver boots up and shows up stuff. What I'm
getting all the time is a blank screen.

This is not good.

-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17


--
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/aanlktin17ze19ts0u+llzfiz-1=wyiztu0hwt+2fw...@mail.gmail.com



Re: itune podcasts on a debian system?

2010-12-14 Thread Thomas H. George
On Tue, Dec 14, 2010 at 04:06:40PM +, Camaleón wrote:
> On Tue, 14 Dec 2010 09:20:55 -0500, Thomas H. George wrote:
> 
> > The New York Times says I must have itunes to hear/see the science
> > podcast.
> > 
> > Humor me, I'v lived in a cave listening to classical music on vinyl for
> > the last 81 years.  My cell phone is 10 years old and doesn't do apps. I
> > have no ipad/pod/whatever.
> > 
> > What must I install to listen to the science podcast?
> 
> Lastest science podcasts are available in mp3 format:
> 
> http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/12/13/14science.mp3
> http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/12/06/07science.mp3
> http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/11/29/30science.mp3
> http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/11/22/23science.mp3
> 
> They should load automatically in your default media player. Dunno why NYT 
> does not provide an easy way for getting that URIs :-?
> 
Thanks,

This works 

Tom
> 
> 
> -- 
> 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/pan.2010.12.14.16.06...@gmail.com
> 
> 


-- 
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/20101214182204.gb2...@tomgeorge.info



Re: xserver-testing issues.

2010-12-14 Thread Camaleón
On Tue, 14 Dec 2010 22:56:35 +0700, Sthu Deus wrote:

>> As you are using the same kernel and xorg packages than squeeze, you
>> now have to play the same way squeeze does (or at least that seems to
>> be the most logical approach). Squeeze does not need to use a
>> "/etc/X11/ xorg.conf" file at all, neither for managing the keyboard
>> settings nor for display: nowadays all this stuff has to be
>> automatically configured and setup by Xorg.
> 
> Oh! It is awesome! - I have removed the conf file and now not only my
> keyboard works perfectly, but 3D acceleration has become much more
> faster! - So, it was a very good idea to use not my X conf. But! - as I
> have two monitors - it suggests the lower resolution - that is latter is
> not used at all (I prefer a bigger one. :) What to do here?
> 
> Oh! 2 of 3 problems have solved!

Hey, that's good! :-)

As per display resolution... let's see what can be done. In brief: you 
are using the radeon driver and have 2 monitors attached to the card. 
With no "xorg.conf" your system is happier but your display uses a lower 
resolution, okay... I need additional clarification in some points:

- What is the setup you want? Dual screen in clone mode or xinerama mode? 
Only one screen enabled and the other disabled (off)?

- What says your "/var/log/xorg.0.log" now? I mean "complete", you can 
upload the full log to any pastebin site.

I also recommend reading this Debian wiki page:

http://wiki.debian.org/XStrikeForce/HowToRandR12

>> > Changing to
>> > 
>> > pcm.!default:SB
>> > 
>> > or
>> > 
>> > pcm.!default:Intel
>> > 
>> > gave me:
>> > /
>> > ALSA lib conf.c:1661:(snd_config_load1) _toplevel_:12:14:Unexpected
>> > char ALSA lib
>> > conf.c:3441:(snd_config_hook_load) /home/rock/.asoundrc may be old or
>> > corrupted: consider to remove or fix it ALSA lib
>> > conf.c:3302:(snd_config_hooks_call) function snd_config_hook_load
>> > returned error: Invalid argument ALSA lib
>> > conf.c:3687:(snd_config_update_r) hooks failed, removing
>> > configuration cannot open mixer: Invalid argument
> 
>> Then remove that file and let's try another thing. What gives you "cat
>> / proc/asound/modules"?
> 
>  0 snd_pcsp
>  1 snd_hda_intel

Good... let's go with another approach for setting up the first sound 
device. Run "cat /etc/modprobe.d/alsa-base.conf | grep options" and put 
here the output.

Greetings,

-- 
Camaleón


-- 
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/pan.2010.12.14.19.12...@gmail.com



Re: usb drive nolonger registers on one pc, still registers on another

2010-12-14 Thread Thomas H. George
On Tue, Dec 14, 2010 at 10:48:32AM -0500, Thomas H. George wrote:
> On Tue, Dec 14, 2010 at 12:29:34PM +, Camaleón wrote:
> > On Mon, 13 Dec 2010 17:16:21 -0500, Thomas H. George wrote:
> > 
> > > A Toshiba usb hard drive previously registered with no difficulty on one
> > > computer but still registers with no difficulty on a seconcd computer.
> > > Both computers are using the Linux 2.6.32-5-amd64 stock kernel but the
> > > one with the problem was just updated and the one with no problem was
> > > updated last August.
> > > 
> > > By failing to register I mean that when connected I get a continuing
> > > series of messages like this:
> > > 
> > > 
> > > Dec 13 16:54:21 dragon kernel: [ 3212.860525] usb 1-2: new high speed USB 
> > > device using ehci_hcd and address 44 
> > > Dec 13 16:54:21 dragon kernel: [ 3213.008537] hub 1-0:1.0: unable to 
> > > enumerate USB device on port 2 
> > 
> > (...)
> > 
> > > Has something changed in the kernel?  Or perhaps in some other software
> > > as in each case the update was a full dist-upgrade?
> > 
> > You mean the USB hard disk is working properly but logs that output or 
> > you get the errors and the disk is not detected at all?
> 
> The device is detected, that is the led on the device flashes repeatedly
> as the system tries to assign a device number and fails.
> > 
> > You can make a quick test: run " dmesg | grep [euo]hci" in both computers 
> > to 
> > check what USB module is in charge of the disk. There are some devices that 
> > play better with old "[uo]hci" stack and have problems when using the new 
> > one.
> > 
> Very interesting.  The older system finds only ehci entries in dmesg.
> The newer system finds both ohci and echi entries and, more
> importantly, issues a warning that ohci controller is being loaded
> before the ehci controller.  I don't know how to change this.  I checked
> /etc/udev but found no rules regarding usb controllers.
> 
> Here is the dmesg output for the newer system:
> 
> 
> [0.778844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [0.778899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [0.778936] Warning! ehci_hcd should always be loaded before uhci_hcd and 
> ohci_hcd, not after
  .
  .
  .

Edited /etc/usb_modeswitch.conf to enable mode switching.  Now the ehci
controller is loaded before the ohci controller.  This does not solve
the problems.

> > 
> These final entries for the low speed USB device may relate to
> Cyberpower ups.  The NUT usbd does not always find the Cyperpower driver
> on bootup.  Left to its own devices it will repeadedly try and fail
> again.  Issuing the upsdrvctl -D start command two or three times
> corrects the situation.  I hope correcting the order of loading the usb
> controllers will correct all the problems.
> 
> Tom
> > 
> > -- 
> > 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/pan.2010.12.14.12.29...@gmail.com
> > 
> > 
> 
> 
> -- 
> 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/20101214154832.ga14...@tomgeorge.info
> 
> 


-- 
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/20101214181020.ga2...@tomgeorge.info



Re: Setting a default network cups printer [somewhat OT]

2010-12-14 Thread Wayne Topa

On 12/14/2010 01:41 PM, Camaleón wrote:

On Tue, 14 Dec 2010 12:31:37 -0500, Wayne Topa wrote:


On 12/14/2010 04:36 AM, Camaleón wrote:





   ~$ ls /media/testing/etc/cups/
   classes.confcupsd.conf  cupsd.conf.dpkg-old  cups-pdf.conf
   printers.confprinters-old.conf  raw.types  ssl/ classes.conf.O
   cupsd.conf.default  cupsd.conf.O ppd/
printers.conf.O  raw.convs  snmp.conf


The file should not be there unless you run the command... hum, what kind
of path is that ("/media/testing/etc/cups/")? a chrooted one? :-?


It is the Testing partition on the same disk that has the problems I 
mentioned.

And now for the user:

t...@debian:~$ lpoptions -d hp4250


(...)


t...@debian:~$ ls -l
.cups
total 4


This works on the testing squeeze but not on the other.


But what error are you getting when you run it? No errors and no file? :-?



As I am not booted into that partition, I can't answer that yet.  I will 
reboot in a while and answer that question later.




Starting form scratch in a clean environment would be desiderable, yes.
If you are still facing the problem, then yes, report it. Reporting bugs
that are not really bugs happens all the time (we are users, not devels
nor experts, we can fail), so do not worry if the error is just on your
side, the origin of the error will be shown when dealing with it in the
BTS :-)


That is another reason I got into this thread.  To inform others of the 
'possible' problems from Non Debian installs.


If, when I install from a new Debian CD, I have the same problem, I will 
submit a bug report.


Thanks again

Wayne


--
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/4d07bde1.7070...@gmail.com



Re: Setting a default network cups printer [somewhat OT]

2010-12-14 Thread Camaleón
On Tue, 14 Dec 2010 12:31:37 -0500, Wayne Topa wrote:

> On 12/14/2010 04:36 AM, Camaleón wrote:

>> Okay, let me check it in my squeeze:
>>
>> r...@debian:~# lpoptions -d ricoh

(...)

>> File "loptions" has been created there.
> 
> The working Test-squeeze has the same as yours, but, The lpoptions file
> is empty.  All users can use the printer.  Did you edit the lpoptions
> file to add users to it?  I don't remember ever doing that even when
> cups was working.

"/etc/cups/lpoptions" only has one line ("Default ricoh"), which was 
automatically added after running the command. It doesn't have to have 
nothing more as I only run the command to set the default printer.

OTOH, this command should not be needed to run at all, all the operations 
can be done using CUPS web interface (when it works, of course). Take 
this command as an alternative or when you need to automate the task.

> The Non-working squeeze is missing the lpoptions file. I have
> purge/reinstalled cups* more times than I can remember.
> 
>   ~$ ls /media/testing/etc/cups/
>   classes.confcupsd.conf  cupsd.conf.dpkg-old  cups-pdf.conf
>   printers.confprinters-old.conf  raw.types  ssl/ classes.conf.O 
>   cupsd.conf.default  cupsd.conf.O ppd/
>printers.conf.O  raw.convs  snmp.conf

The file should not be there unless you run the command... hum, what kind 
of path is that ("/media/testing/etc/cups/")? a chrooted one? :-?

>> And now for the user:
>>
>> t...@debian:~$ lpoptions -d hp4250

(...)

>> t...@debian:~$ ls -l
>> .cups
>> total 4
> 
> This works on the testing squeeze but not on the other.

But what error are you getting when you run it? No errors and no file? :-?
 
>>> As this thread was about, yet another cups problem, and I had not
>>> remembered running lpoptions before I decided to see if it would/could
>>> assist me in solving problem.
>>
>> Ah, I remember that thread:
>>
>> http://lists.debian.org/debian-user/2010/11/msg01405.html
>>
>> If you are still facing the same problem and provided you removed/
>> reinstalled the package and nothing changed, I would open a bug report.
> 
> I don't believe it is a Debian bug.  Something on the 3 partitions
> installed by the system installers is affecting those partitions. Each
> of them have this cups problem as well as:
> 
> 2.Root login on startup comes up with a flag set that causes the root
> passwd and ssh passwd to be shown on the screen.  If after logging in
> Ctrl C is entered, a relogin restores normal root behavior.
> 
> 3. Kernel package (make-kpkg) does not run on any of those partitions.
> 
> I plan on deleting the offending partitions and installing, from CD, the
> new stable on two partitions then upgrade one to Sid.

The cleaner install, the better. I usually have several virtual machines 
for that precise purpose, one VM for lenny, other with squeeze... just 
for testing software programs and different setups.

> As mentioned before the installers were used to installing RedHat.  I
> think they left something, which I have not been able to find, somewhere
> on each partition that caused these problems.  Something that is normal
> for RH but not Debian.

Starting form scratch in a clean environment would be desiderable, yes. 
If you are still facing the problem, then yes, report it. Reporting bugs 
that are not really bugs happens all the time (we are users, not devels 
nor experts, we can fail), so do not worry if the error is just on your 
side, the origin of the error will be shown when dealing with it in the 
BTS :-)

Greetings,

-- 
Camaleón


-- 
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/pan.2010.12.14.18.40...@gmail.com



Re: itune podcasts on a debian system?

2010-12-14 Thread Wayne Topa

On 12/14/2010 09:20 AM, Thomas H. George wrote:

The New York Times says I must have itunes to hear/see the science
podcast.

Humor me, I'v lived in a cave listening to classical music on vinyl for
the last 81 years.  My cell phone is 10 years old and doesn't do apps.
I have no ipad/pod/whatever.

What must I install to listen to the science podcast?


To 'listen' to a podcast, I download them then use the vlc package.

If there is a way to 'View & listen' I have not found it, yet.

Regards

Wayne


--
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/4d07b341.5050...@gmail.com



Re: Setting a default network cups printer [somewhat OT]

2010-12-14 Thread Wayne Topa

On 12/14/2010 04:36 AM, Camaleón wrote:

On Mon, 13 Dec 2010 18:20:19 -0500, Wayne Topa wrote:


On 12/13/2010 05:13 PM, Camaleón wrote:



It seems from the lpoptions man page that the files you cite above are
created by the lpoptions command.


Mmm, no, I don't think so. Or at least I didn't get in that way.

What I understand from the man page is that those files need to be
manually created by the user or by root, not just by running the
command. I can be wrong, though.


{Quote}


ROOT ACCOUNT OPTIONS
When run by the root user, lpoptions gets and sets default
options and instances for all  users  in  the
/etc/cups/lpoptions file.

{\Quote}


Okay, let me check it in my squeeze:

r...@debian:~# lpoptions -d ricoh
auth-info-required=none copies=1 device-uri=socket://172.16.0.108
finishings=3 job-hold-until=no-hold job-priority=50 job-sheets=none,none
marker-change-time=1282231350 marker-colors=#00,#00 marker-
levels=-1,-1 marker-names='Toner,Tóner\ residual' marker-
types=toner,wasteToner number-up=1 printer-commands=none printer-
info=ricoh printer-is-accepting-jobs=true printer-is-shared=false printer-
location printer-make-and-model='Ricoh Aficio 3030 - CUPS+Gutenprint
v5.2.6' printer-state=3 printer-state-change-time=1282231350 printer-
state-reasons=none printer-type=2109460 printer-uri-supported=ipp://
localhost:631/printers/ricoh
r...@debian:~# ls -l /etc/cups
total 52
-rw-r--r-- 1 root root 1281 jun 29 19:43 acroread.conf
-rw-r--r-- 1 root root 4058 jun 29 19:46 cupsd.conf
-rw-r--r-- 1 root root 4178 jun 29 19:46 cupsd.conf.default
-rw-r--r-- 1 root root   14 dic 14 10:12 lpoptions
-rw-r--r-- 1 root root 1573 jun 29 19:43 pdftops.conf
drwxr-xr-x 2 root lp112 ago 31 17:47 ppd
-rw--- 1 root lp   1352 nov 26 21:40 printers.conf
-rw--- 1 root lp   1352 nov 17 17:25 printers.conf.O
-rw-r--r-- 1 root root  240 jul 24 12:37 raw.convs
-rw-r--r-- 1 root root  211 jul 24 12:37 raw.types
-rw-r--r-- 1 root root  186 jun 29 19:46 snmp.conf
drwx-- 2 root lp112 jul 24 12:37 ssl
-rw-r- 1 root lp 90 ago 21 18:05 subscriptions.conf
-rw-r- 1 root lp386 ago 19 17:22 subscriptions.conf.O

File "loptions" has been created there.


The working Test-squeeze has the same as yours, but, The lpoptions
file is empty.  All users can use the printer.  Did you edit the 
lpoptions file to add users to it?  I don't remember ever doing that

even when cups was working.

The Non-working squeeze is missing the lpoptions file. I have 
purge/reinstalled cups* more times than I can remember.


 ~$ ls /media/testing/etc/cups/
 classes.confcupsd.conf  cupsd.conf.dpkg-old  cups-pdf.conf 
 printers.confprinters-old.conf  raw.types  ssl/
 classes.conf.O  cupsd.conf.default  cupsd.conf.O ppd/ 
  printers.conf.O  raw.convs  snmp.conf




And now for the user:

t...@debian:~$ lpoptions -d hp4250
auth-info-required=none copies=1 device-uri=socket://172.16.0.105
finishings=3 job-hold-until=no-hold job-priority=50 job-sheets=none,none
marker-change-time=1280496487 marker-colors=none,none marker-
levels=100,99 marker-names='Black\ Cartridge\ HP\ Q5942A,Maintenance\ Kit
\ HP\ 110V-Q5421A,\ 220V-Q5422A' marker-types=tonerCartridge,fuser number-
up=1 printer-commands=AutoConfigure,Clean,PrintSelfTestPage printer-
info=hp4250 printer-is-accepting-jobs=true printer-is-shared=false
printer-location printer-make-and-model='HP LaserJet 4250 Postscript
(recommended)' printer-state=3 printer-state-change-time=1280496487
printer-state-reasons=none printer-type=10522820 printer-uri-
supported=ipp://localhost:631/printers/hp4250
t...@debian:~$ ls -l .cups
total 4


This works on the testing squeeze but not on the other.


As this thread was about, yet another cups problem, and I had not
remembered running lpoptions before I decided to see if it would/could
assist me in solving problem.


Ah, I remember that thread:

http://lists.debian.org/debian-user/2010/11/msg01405.html

If you are still facing the same problem and provided you removed/
reinstalled the package and nothing changed, I would open a bug report.


I don't believe it is a Debian bug.  Something on the 3 partitions 
installed by the system installers is affecting those partitions. Each 
of them have this cups problem as well as:


2.Root login on startup comes up with a flag set that causes the root 
passwd and ssh passwd to be shown on the screen.  If after logging in 
Ctrl C is entered, a relogin restores normal root behavior.


3. Kernel package (make-kpkg) does not run on any of those partitions.

I plan on deleting the offending partitions and installing, from CD,
the new stable on two partitions then upgrade one to Sid.

As mentioned before the installers were used to installing RedHat.  I 
think they left something, which I have not been able to find, somewhere
on each partition that caused these problems.  Something that is normal 
for RH but not Debian.


Thanks for the reply Camaleón

Wa

Re: itune podcasts on a debian system?

2010-12-14 Thread shawn wilson
>
> What must I install to listen to the science podcast?

the issue isn't generally 'what' to use to listen to podcasts (most
media players support playing sound from uri) the problem is finding
the rss feed. this is quite intuitive with itunes - they have a huge
database to search from. i never realized this was an issue until i
switched to android (dogcatcher is 100x better than itunes but they
still don't have the extensive db of feeds that itunes has). however,
getting a feed aggregator program (like rhythmbox or possibly even
google's rss might work for you) and searching ' podcast rss'
will get you results. however, with this search you'll find tons of
people that offer things to listen to and you'll have to then search
their site to figure out if they've got an rss feed for you. trust me,
in order to really find enjoyment with podcasts, you'll want a program
that can take the rss feeds, look for the media, download, and catalog
it for you to listen to when you're ready.

all that said (though i don't use rhythmbox - i prefer my podcasts to
be portable) i would go with andrew's suggestion of rhythmbox and
search podcastdirectory for things you like.

i think i can easily do a doggcatcher backup and come up with the rss
uri's for you that i listen to / watch if you like (generally science,
computer security, news) which may save you some time once you find a
decent aggregator program.


-- 
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/aanlktin_fsr+g7g0fo6bo0gq-lcwb_vjkkzeaufee...@mail.gmail.com



Re: usb drive nolonger registers on one pc, still registers on another

2010-12-14 Thread Thomas H. George
On Tue, Dec 14, 2010 at 12:29:34PM +, Camaleón wrote:
> On Mon, 13 Dec 2010 17:16:21 -0500, Thomas H. George wrote:
> 
> > A Toshiba usb hard drive previously registered with no difficulty on one
> > computer but still registers with no difficulty on a seconcd computer.
> > Both computers are using the Linux 2.6.32-5-amd64 stock kernel but the
> > one with the problem was just updated and the one with no problem was
> > updated last August.
> > 
> > By failing to register I mean that when connected I get a continuing
> > series of messages like this:
> > 
> > 
> > Dec 13 16:54:21 dragon kernel: [ 3212.860525] usb 1-2: new high speed USB 
> > device using ehci_hcd and address 44 
> > Dec 13 16:54:21 dragon kernel: [ 3213.008537] hub 1-0:1.0: unable to 
> > enumerate USB device on port 2 
> 
> (...)
> 
> > Has something changed in the kernel?  Or perhaps in some other software
> > as in each case the update was a full dist-upgrade?
> 
> You mean the USB hard disk is working properly but logs that output or 
> you get the errors and the disk is not detected at all?

The device is detected, that is the led on the device flashes repeatedly
as the system tries to assign a device number and fails.
> 
> You can make a quick test: run " dmesg | grep [euo]hci" in both computers to 
> check what USB module is in charge of the disk. There are some devices that 
> play better with old "[uo]hci" stack and have problems when using the new one.
> 
Very interesting.  The older system finds only ehci entries in dmesg.
The newer system finds both ohci and echi entries and, more
importantly, issues a warning that ohci controller is being loaded
before the ehci controller.  I don't know how to change this.  I checked
/etc/udev but found no rules regarding usb controllers.

Here is the dmesg output for the newer system:


[0.778844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[0.778899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[0.778936] Warning! ehci_hcd should always be loaded before uhci_hcd and 
ohci_hcd, not after
[0.787036] firewire_ohci :01:0b.0: PCI INT A -> Link[APC4] -> GSI 19 
(level, low) -> IRQ 19
[0.856015] firewire_ohci: Added fw-ohci device :01:0b.0, OHCI version 
1.10
[1.296175] ohci_hcd :00:02.0: PCI INT A -> Link[APCF] -> GSI 21 (level, 
low) -> IRQ 21
[1.296242] ohci_hcd :00:02.0: setting latency timer to 64
[1.296245] ohci_hcd :00:02.0: OHCI Host Controller
[1.296311] ohci_hcd :00:02.0: new USB bus registered, assigned bus 
number 1
[1.296384] ohci_hcd :00:02.0: irq 21, io mem 0xfe02f000
[1.354145] usb usb1: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[1.354954] ehci_hcd :00:02.1: PCI INT B -> Link[APCL] -> GSI 20 (level, 
low) -> IRQ 20
[1.355015] ehci_hcd :00:02.1: setting latency timer to 64
[1.355018] ehci_hcd :00:02.1: EHCI Host Controller
[1.355063] ehci_hcd :00:02.1: new USB bus registered, assigned bus 
number 2
[1.355134] ehci_hcd :00:02.1: debug port 1
[1.355173] ehci_hcd :00:02.1: cache line size of 64 is not supported
[1.355193] ehci_hcd :00:02.1: irq 20, io mem 0xfe02e000
[1.364020] ehci_hcd :00:02.1: USB 2.0 started, EHCI 1.00
[1.364196] usb usb2: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
[1.676515] usb 2-1: new high speed USB device using ehci_hcd and address 2
[2.032025] usb 2-9: new high speed USB device using ehci_hcd and address 5
[2.276541] usb 2-10: new high speed USB device using ehci_hcd and address 6
[2.716018] usb 1-3: new low speed USB device using ohci_hcd and address 2
[3.236524] usb 1-4: new low speed USB device using ohci_hcd and address 3
[   26.112527] usb 1-3: new low speed USB device using ohci_hcd and address 4
[   48.140526] usb 1-3: new low speed USB device using ohci_hcd and address 5
[   70.172024] usb 1-3: new low speed USB device using ohci_hcd and address 6
[   92.268021] usb 1-3: new low speed USB device using ohci_hcd and address 7
[  114.232050] usb 1-3: new low speed USB device using ohci_hcd and address 8
[  136.260025] usb 1-3: new low speed USB device using ohci_hcd and address 9
[  158.324023] usb 1-3: new low speed USB device using ohci_hcd and address 10
[  180.320026] usb 1-3: new low speed USB device using ohci_hcd and address 11
[  202.348519] usb 1-3: new low speed USB device using ohci_hcd and address 12
[  224.380519] usb 1-3: new low speed USB device using ohci_hcd and address 13
[  246.408021] usb 1-3: new low speed USB device using ohci_hcd and address 14
[  268.436021] usb 1-3: new low speed USB device using ohci_hcd and address 15
[  290.468023] usb 1-3: new low speed USB device using ohci_hcd and address 16
[  312.496033] usb 1-3: new low speed USB device using ohci_hcd and address 17
[  334.528026] usb 1-3: new low speed USB device using ohci_hcd and address 18
[  356.556521] usb 1-3: new low speed USB device using ohci_hcd and address 19
[  378.592019

Re: compare two directory trees

2010-12-14 Thread shawn wilson
> Some installation CDs have a menu option which offers to verify the CD
> prior to installation. It might be worth investigating what technique
> they use and adapting it for your purpose.
>
IIRC they make a checksum and compare with their known checksum.


Re: itune podcasts on a debian system?

2010-12-14 Thread Andrew McGlashan

Andrew McGlashan wrote:

And look what else I found:

http://feeds.nytimes.com/nyt/rss/Science

That gives feeds for all the programs.


Umm, a closer look shows it doesn't give what I thought it did :(

Cheers
A.


--
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/4d079c72.7070...@affinityvision.com.au



Re: itune podcasts on a debian system?

2010-12-14 Thread Andrew McGlashan

Andrew McGlashan wrote:

Loads of players here to consider:

http://www.podcastingnews.com/topics/Podcast_Software.html


Here's the player that I would recommend:

http://projects.gnome.org/rhythmbox/

"Rhythmbox is an integrated music management application, originally 
inspired by Apple's iTunes. It is free software, designed to work well 
under the GNOME Desktop, and based on the powerful GStreamer media 
framework."


Cheers, I'm off to bed now ;-)

Hope I've been able to help.

--
Kind Regards
AndrewM


--
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/4d079b7a.6000...@affinityvision.com.au



Re: itune podcasts on a debian system?

2010-12-14 Thread Andrew McGlashan

Hi Thomas,

Thomas H. George wrote:

The New York Times says I must have itunes to hear/see the science
podcast.


No you don't!


Humor me, I'v lived in a cave listening to classical music on vinyl for
the last 81 years.  My cell phone is 10 years old and doesn't do apps.
I have no ipad/pod/whatever.  


What must I install to listen to the science podcast?



Just when I was about to go to bed, you brought this interesting little 
problem for me to work through.



I found some download links for you


http://www.podcastdirectory.com/podcasts/archive.php?iid=15159


Most episodes have a direct download link, here are some of them from 
that page:


long link (with redirect)
http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/12/13/14science.mp3
short derived link (from experience, these work)
http://podcasts.nytimes.com/podcasts/2010/12/13/14science.mp3

short links
http://podcasts.nytimes.com/podcasts/2010/12/06/07science.mp3
http://podcasts.nytimes.com/podcasts/2010/11/29/30science.mp3
http://podcasts.nytimes.com/podcasts/2010/11/22/23science.mp3
http://podcasts.nytimes.com/podcasts/2010/11/15/16science.mp3
... three are more there for you to find ;-)


The following were found by right clicking on the "Listen" links (where 
the download link wasn't showing), they opened in new tabs and I was 
able to find the direct download links:


http://podcasts.nytimes.com/podcasts/2008/03/03/04scienceupdate.mp3
http://podcasts.nytimes.com/podcasts/2008/02/15/19scienceupdate.mp3
http://podcasts.nytimes.com/podcasts/2008/02/04/05scienceupdate.mp3

There are more like those there too .

There are plenty of MP3 capable players in Linux, you don't need iTunes, 
but it does make it harder to "collect" episodes without a feed link.


Actually there is an RSS feed link too, I'll let you discover how to use 
that, but the feed doesn't show all history, just the more recent mp3 files.


http://www.nytimes.com/services/xml/rss/nyt/podcasts/scienceupdate.xml


And look what else I found:

http://feeds.nytimes.com/nyt/rss/Science

That gives feeds for all the programs.


I would be interested in a "better" iTunes answer for Linux as would my 
son and so many other people I'm sure.  But I think the last and fuller 
xml feed file will be useful with a media player in Linux that can take 
feeds.


Loads of players here to consider:

http://www.podcastingnews.com/topics/Podcast_Software.html


Cheers and Enjoy

--
Kind Regards
AndrewM

Andrew McGlashan
Broadband Solutions now including VoIP

Current Land Line No: 03 9912 0504
Mobile: 04 2574 1827 Fax: 03 9012 2178

National No: 1300 85 3804

Affinity Vision Australia Pty Ltd
http://www.affinityvision.com.au
http://adsl2choice.net.au

In Case of Emergency --  http://www.affinityvision.com.au/ice.html


--
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/4d079a77.1030...@affinityvision.com.au



Re: itune podcasts on a debian system?

2010-12-14 Thread Camaleón
On Tue, 14 Dec 2010 09:20:55 -0500, Thomas H. George wrote:

> The New York Times says I must have itunes to hear/see the science
> podcast.
> 
> Humor me, I'v lived in a cave listening to classical music on vinyl for
> the last 81 years.  My cell phone is 10 years old and doesn't do apps. I
> have no ipad/pod/whatever.
> 
> What must I install to listen to the science podcast?

Lastest science podcasts are available in mp3 format:

http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/12/13/14science.mp3
http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/12/06/07science.mp3
http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/11/29/30science.mp3
http://dts.podtrac.nytimes.com/redirect.mp3/podcasts.nytimes.com/podcasts/2010/11/22/23science.mp3

They should load automatically in your default media player. Dunno why NYT 
does not provide an easy way for getting that URIs :-?

Greetings,

-- 
Camaleón


-- 
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/pan.2010.12.14.16.06...@gmail.com



Re: xserver-testing issues.

2010-12-14 Thread Sthu Deus
Thank You for Your time and answer, Camaleón:

> > I use only several packages from testing - some of: xserver, alsa,
> > kernel - all in attempt to solve my sound/keyboard/3D -problems.  
> 
> The mix of those packages (mostly "kernel" and "xserver" packages)
> can be also the cause of unexpected problems. 

OK they all are now from testing.

> As you are using the same kernel and xorg packages than squeeze, you
> now have to play the same way squeeze does (or at least that seems to
> be the most logical approach). Squeeze does not need to use a
> "/etc/X11/ xorg.conf" file at all, neither for managing the keyboard
> settings nor for display: nowadays all this stuff has to be
> automatically configured and setup by Xorg.

Oh! It is awesome! - I have removed the conf file and now not only my
keyboard works perfectly, but 3D acceleration has become much more
faster! - So, it was a very good idea to use not my X conf. But! - as I
have two monitors - it suggests the lower resolution - that is latter
is not used at all (I prefer a bigger one. :) What to do here?

Oh! 2 of 3 problems have solved!

> > Changing to
> > 
> > pcm.!default:SB
> > 
> > or
> > 
> > pcm.!default:Intel
> > 
> > gave me:
> > /
> > ALSA lib conf.c:1661:(snd_config_load1) _toplevel_:12:14:Unexpected
> > char ALSA lib
> > conf.c:3441:(snd_config_hook_load) /home/rock/.asoundrc may be old
> > or corrupted: consider to remove or fix it ALSA lib
> > conf.c:3302:(snd_config_hooks_call) function snd_config_hook_load
> > returned error: Invalid argument ALSA lib
> > conf.c:3687:(snd_config_update_r) hooks failed, removing
> > configuration cannot open mixer: Invalid argument  

> Then remove that file and let's try another thing. What gives you
> "cat / proc/asound/modules"?

 0 snd_pcsp
 1 snd_hda_intel


--
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/4d0793bd.1f44960a.62c7.1...@mx.google.com



Re: xserver-testing issues.

2010-12-14 Thread Camaleón
On Tue, 14 Dec 2010 22:05:17 +0700, Sthu Deus wrote:

> Thank You for Your time and answer, Camaleón:
> 
>> Leave some of the "/etc/default/keyboard" values empty, for example:
>> 
>> XKBMODEL="pc105"
>> XKBLAYOUT="us,de"
>> XKBVARIANT=""
>> XKBOPTIONS=""
>> 
>> And see what happens.
> 
> Absolutely the same except that dual layout is gone.

Wow, what kind of extraterrestrial keyboard do you own? (just kidding) X-)

Then try with the KDE GUI tool, it should be available under "user 
settings & preferences / keyboard and mouse" or something similar. KDE 
keyboard module is very complete.

Greetings,

-- 
Camaleón


-- 
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/pan.2010.12.14.15.41...@gmail.com



Re: itune podcasts on a debian system?

2010-12-14 Thread Brad Alexander
As far as I know, apple has intentionally not supported Linux. There
were some apps that looked like itunes, like Songbird, but I'm not
sure if they work with itunes...

--b

On Tue, Dec 14, 2010 at 9:20 AM, Thomas H. George  wrote:
> The New York Times says I must have itunes to hear/see the science
> podcast.
>
> Humor me, I'v lived in a cave listening to classical music on vinyl for
> the last 81 years.  My cell phone is 10 years old and doesn't do apps.
> I have no ipad/pod/whatever.
>
> What must I install to listen to the science podcast?
>
> Tom
>
>
> --
> 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/20101214142055.ga13...@tomgeorge.info
>
>


--
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/aanlktik__p3fo_qxvpsjhp2crxn64_2+w3g2r91td...@mail.gmail.com



itune podcasts on a debian system?

2010-12-14 Thread Thomas H. George
The New York Times says I must have itunes to hear/see the science
podcast.

Humor me, I'v lived in a cave listening to classical music on vinyl for
the last 81 years.  My cell phone is 10 years old and doesn't do apps.
I have no ipad/pod/whatever.  

What must I install to listen to the science podcast?

Tom


-- 
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/20101214142055.ga13...@tomgeorge.info



Re: Is squeeze compatible woth WD20EARS and other 2TB drives?

2010-12-14 Thread Jochen Schulz
Jochen Schulz:
> Klistvud:
>> 
> I don't have a serious performance issue, though. There's an encrypted
> LVM volume on top of it and throughput is limited by the CPU (Atom D510)
> at about 20-25MByte/s. An unencrypted volume I just created for this
> test yields 72MByte/s write and 98MByte/s read throughput on the RAID.
> 
> Just out of curiosity, I will try reformatting the drives and see
> whether the results for unencrypted access change.

They don't. But that might be due to misalignment of the RAID and/or
LVM. At least mdadm complains when re-adding the drives after
repartitioning:

jigsaw kernel: [309626.806978] md0: Warning: Device sdd1 is misaligned

I am not sure what exactly is misaligned here. I don't think it's the partition
anymore, since parted like the new layout. At least it doesn't complain.

Partition Table: gpt

Number  Start  End  Size File system  Name Flags
 1  2048s  1953118384s  1953116337s   primary


J.
-- 
When driving at night I find the headlights of oncoming vehicles very
attractive.
[Agree]   [Disagree]
 


signature.asc
Description: Digital signature


Re: Can't find latex

2010-12-14 Thread Osamu Aoki
Hi,

On Tue, Dec 07, 2010 at 07:19:48AM +0100, Andreas wrote:
> Am 06.12.2010 20:28, schrieb Camaleón:
> >
> >Then you should ask yourself why "kpackage" is failing in searching those
> >packages while other tools just work fine>:-)

Has Andreas checked this is really the case for his set up?

It looks to me that he did net-install, so Andreas has good net connection.  
 
> Okay, asking myself... Unfortunately the answer is: "dunno, but
> KPackage is the prominent tool in the debian KDE menu".

I do not use KPackage but if you are looking menu for "installed
packaes", then you should look for "available packages" to find and
select packafges to be installed.

> Is there something wrong with KPackage or the debian KDE menu?

I do not know but I do not see much bug reports.
 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=kdeadmin;repeatmerged=0

> I also started apt-get, but this works not at all.

??? this means either you are not using tool correctly or you do not
have network connection or your /etc/apt/sources.list is broken.
(You my have /etc/apt/sources.list.d/* .)

Andreas, you may wish to read:
  http://www.debian.org/doc/user-manuals#quick-reference
  http://www.debian.org/doc/manuals/debian-reference/ch02.en.html

Osamu

> 
> --
> Andy
> 
> 
> 
> -- 
> 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/idkjm8$70...@dough.gmane.org


--
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/20101214145804.gb7...@debian.org



Re: xserver-testing issues.

2010-12-14 Thread Sthu Deus
Thank You for Your time and answer, Camaleón:

> Leave some of the "/etc/default/keyboard" values empty, for example:
> 
> XKBMODEL="pc105"
> XKBLAYOUT="us,de"
> XKBVARIANT=""
> XKBOPTIONS=""
> 
> And see what happens.

Absolutely the same except that dual layout is gone.


--
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/4d0787b9.631eec0a.4928.0...@mx.google.com



Re: I'm not able to login into gdm3.Gdm3 restarts automatically after pressing enter.

2010-12-14 Thread Camaleón
On Tue, 14 Dec 2010 21:21:41 +0800, Qijiang Fan wrote:

> After choosing the user and entering the password,i clicked "Enter"
> key.And gdm restarts automatically without notice. debian sid

(...)

Try to reach a tty, fall into runlevel 2, restart GDM3 service (run "/etc/
init.d/gdm3 restart") and see what happens. It's like your Xorg server is 
crashing when you login :-?

Greetings,

-- 
Camaleón


-- 
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/pan.2010.12.14.14.47...@gmail.com



I'm not able to login into gdm3.Gdm3 restarts automatically after pressing enter.

2010-12-14 Thread Qijiang Fan
After choosing the user and entering the password,i clicked "Enter" key.And
gdm restarts automatically without notice.
debian sid
gdm 2.10.11-4
gnome 1:2.30+7
xorg 1:7.5+8


/var/log/gdm3/:0.log

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-686 i686 Debian
Current Operating System: Linux fqj1994-laptop 2.6.32-5-686 #1 SMP Fri Dec
10 16:12:40 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-686
root=/dev/mapper/fqj1994--laptop-fqj1994_laptop_root ro
Build Date: 02 December 2010  01:08:37AM
xorg-server 2:1.7.7-10 (Julien Cristau )
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 14 21:10:47 2010
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor ""
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
 /usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
 /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
(++) using VT number 9

(--) PCI:*(0:0:2:0) 8086:2a02:17aa:383e Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller rev 3, Mem @ 0xf800/1048576,
0xd000/268435456, I/O @ 0x1800/8
(--) PCI: (0:0:2:1) 8086:2a03:17aa:383e Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller rev 3, Mem @ 0xf810/1048576
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
(==) AIGLX enabled
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.13.0
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.1.0
(==) Matched intel as autoconfigured driver 0
(==) Matched vesa as autoconfigured driver 1
(==) Matched fbdev as autoconfigured driver 2
(==) Assigned the driver to the xf86ConfigLayout
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.13.0
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.3.0
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
compiled for 1.7.6.901, module version = 0.4.2
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
 Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
(II) VESA: driver for VESA chipsets: vesa
(II) FBDEV: driver for framebuffer: fbdev
(WW) Falling back to old probe method for vesa
(WW) Falling back to old probe method for fbdev
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 0.0.2
FATAL: Module fbcon not found.
(II) intel(0): Creating default Display subsection in Screen section
 "Default Screen Section" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
(--) intel(0): Chipset: "965GM"
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuff

Re: compare two directory trees

2010-12-14 Thread Liam O'Toole
On 2010-12-14, Yuwen Dai  wrote:
> --20cf305644eb154f0904975a6ec6
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear all,
>
> I burn DVD/CDs from ISO files.  In order to verify the burning is correct,
> I wrote a script working like this:
> 1. mount the DVD and ISO files onto two mount points
> 2. calculate every file's md5sum in each directory, and save and sort them
> in two separate files
> 3. compare the above two files.
>
> The above method does work, but too time consuming because of the md5sum
> calculating.  Do you have any suggestion to improve the efficiency?

Some installation CDs have a menu option which offers to verify the CD
prior to installation. It might be worth investigating what technique
they use and adapting it for your purpose.

Liam

-- 
Liam O'Toole
Cork, Ireland



-- 
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/slrnigerea.qfe.liam.p.oto...@dipsy.tubbynet



Re: usb drive nolonger registers on one pc, still registers on another

2010-12-14 Thread Camaleón
On Mon, 13 Dec 2010 17:16:21 -0500, Thomas H. George wrote:

> A Toshiba usb hard drive previously registered with no difficulty on one
> computer but still registers with no difficulty on a seconcd computer.
> Both computers are using the Linux 2.6.32-5-amd64 stock kernel but the
> one with the problem was just updated and the one with no problem was
> updated last August.
> 
> By failing to register I mean that when connected I get a continuing
> series of messages like this:
> 
> 
> Dec 13 16:54:21 dragon kernel: [ 3212.860525] usb 1-2: new high speed USB 
> device using ehci_hcd and address 44 
> Dec 13 16:54:21 dragon kernel: [ 3213.008537] hub 1-0:1.0: unable to 
> enumerate USB device on port 2 

(...)

> Has something changed in the kernel?  Or perhaps in some other software
> as in each case the update was a full dist-upgrade?

You mean the USB hard disk is working properly but logs that output or 
you get the errors and the disk is not detected at all?

You can make a quick test: run " dmesg | grep [euo]hci" in both computers to 
check what USB module is in charge of the disk. There are some devices that 
play better with old "[uo]hci" stack and have problems when using the new one.

Greetings,

-- 
Camaleón


-- 
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/pan.2010.12.14.12.29...@gmail.com



Re: compare two directory trees

2010-12-14 Thread Camaleón
On Tue, 14 Dec 2010 16:15:56 +0800, Yuwen Dai wrote:

> I burn DVD/CDs from ISO files.  In order to verify the burning is
> correct, I wrote a script working like this:
> 1. mount the DVD and ISO files onto two mount points 2. calculate every
> file's md5sum in each directory, and save and sort them in two separate
> files
> 3. compare the above two files.
> 
> The above method does work, but too time consuming because of the md5sum
> calculating.  Do you have any suggestion to improve the efficiency?

Months ago someone asked a similiar question, so maybe this helps:

http://lists.debian.org/debian-user/2010/07/thrd4.html#01713

Greetings,

-- 
Camaleón


-- 
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/pan.2010.12.14.10.46...@gmail.com



Re: Mozilla products in Debian

2010-12-14 Thread Lisi
On Monday 13 December 2010 20:40:19 Andrei Popescu wrote:
> On Lu, 13 dec 10, 19:57:50, Lisi wrote:
> > On Sunday 05 December 2010 15:32:17 Camaleón wrote:
> > > On Sun, 05 Dec 2010 13:14:12 +, Lisi wrote:
> > > > I have Lenny, and Iceweasel 3.5.15.  Any updating has been done by
> > > > aptitude.
> > >
> > > Then you should have "backports" repository enabled ;-)
> > >
> > :-/
> >
> > I was under the (mis?)apprehension that things were only installed from
> > backports if I specifically asked for them, i.e. "-t lenny-backports" was
> > added to aptitude, and were only updated if already installed.
>
> 'apt-cache policy iceweasel' should tell you/us more.


l...@tux:~$ apt-cache policy iceweasel
iceweasel:
  Installed: 3.5.15-1~bpo50+1
  Candidate: 3.5.15-1~bpo50+1
  Version table:
 *** 3.5.15-1~bpo50+1 0
200 http://backports.debian.org lenny-backports/main Packages
100 /var/lib/dpkg/status
 3.0.6-3 0
500 http://mirror.ox.ac.uk lenny/main Packages
500 http://security.debian.org lenny/updates/main Packages
l...@tux:~$


I am sitting in the corner with my dunce's hat on, and I haven't even got a 
nice fat plum. :-((

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/201012140937.29951.lisi.re...@gmail.com



Re: Setting a default network cups printer [somewhat OT]

2010-12-14 Thread Camaleón
On Mon, 13 Dec 2010 18:20:19 -0500, Wayne Topa wrote:

> On 12/13/2010 05:13 PM, Camaleón wrote:

>>> It seems from the lpoptions man page that the files you cite above are
>>> created by the lpoptions command.
>>
>> Mmm, no, I don't think so. Or at least I didn't get in that way.
>>
>> What I understand from the man page is that those files need to be
>> manually created by the user or by root, not just by running the
>> command. I can be wrong, though.
> 
> {Quote}
>>
>> ROOT ACCOUNT OPTIONS
>>When run by the root user, lpoptions gets and sets default
>>options and instances for all  users  in  the 
>>/etc/cups/lpoptions file.
> {\Quote}

Okay, let me check it in my squeeze:

r...@debian:~# lpoptions -d ricoh
auth-info-required=none copies=1 device-uri=socket://172.16.0.108 
finishings=3 job-hold-until=no-hold job-priority=50 job-sheets=none,none 
marker-change-time=1282231350 marker-colors=#00,#00 marker-
levels=-1,-1 marker-names='Toner,Tóner\ residual' marker-
types=toner,wasteToner number-up=1 printer-commands=none printer-
info=ricoh printer-is-accepting-jobs=true printer-is-shared=false printer-
location printer-make-and-model='Ricoh Aficio 3030 - CUPS+Gutenprint 
v5.2.6' printer-state=3 printer-state-change-time=1282231350 printer-
state-reasons=none printer-type=2109460 printer-uri-supported=ipp://
localhost:631/printers/ricoh
r...@debian:~# ls -l /etc/cups
total 52
-rw-r--r-- 1 root root 1281 jun 29 19:43 acroread.conf
-rw-r--r-- 1 root root 4058 jun 29 19:46 cupsd.conf
-rw-r--r-- 1 root root 4178 jun 29 19:46 cupsd.conf.default
-rw-r--r-- 1 root root   14 dic 14 10:12 lpoptions
-rw-r--r-- 1 root root 1573 jun 29 19:43 pdftops.conf
drwxr-xr-x 2 root lp112 ago 31 17:47 ppd
-rw--- 1 root lp   1352 nov 26 21:40 printers.conf
-rw--- 1 root lp   1352 nov 17 17:25 printers.conf.O
-rw-r--r-- 1 root root  240 jul 24 12:37 raw.convs
-rw-r--r-- 1 root root  211 jul 24 12:37 raw.types
-rw-r--r-- 1 root root  186 jun 29 19:46 snmp.conf
drwx-- 2 root lp112 jul 24 12:37 ssl
-rw-r- 1 root lp 90 ago 21 18:05 subscriptions.conf
-rw-r- 1 root lp386 ago 19 17:22 subscriptions.conf.O

File "loptions" has been created there.

And now for the user:

t...@debian:~$ lpoptions -d hp4250
auth-info-required=none copies=1 device-uri=socket://172.16.0.105 
finishings=3 job-hold-until=no-hold job-priority=50 job-sheets=none,none 
marker-change-time=1280496487 marker-colors=none,none marker-
levels=100,99 marker-names='Black\ Cartridge\ HP\ Q5942A,Maintenance\ Kit
\ HP\ 110V-Q5421A,\ 220V-Q5422A' marker-types=tonerCartridge,fuser number-
up=1 printer-commands=AutoConfigure,Clean,PrintSelfTestPage printer-
info=hp4250 printer-is-accepting-jobs=true printer-is-shared=false 
printer-location printer-make-and-model='HP LaserJet 4250 Postscript 
(recommended)' printer-state=3 printer-state-change-time=1280496487 
printer-state-reasons=none printer-type=10522820 printer-uri-
supported=ipp://localhost:631/printers/hp4250
t...@debian:~$ ls -l .cups
total 4
-rw-r--r-- 1 test test 15 dic 14 10:14 lpoptions

File is also there, so everything is working as expected and manual is 
completely right. Why it fails at your side, dunno :-?

>> What was your problem? This is the first post I see from you in this
>> thread :-?
> 
> Cups interface at localhost:631 will not connect to any of the tabs
> except Home and Online Help.  All others say "500 Internal Server
> Error".
> 
> As this thread was about, yet another cups problem, and I had not
> remembered running lpoptions before I decided to see if it would/could
> assist me in solving problem.

Ah, I remember that thread:

http://lists.debian.org/debian-user/2010/11/msg01405.html

If you are still facing the same problem and provided you removed/
reinstalled the package and nothing changed, I would open a bug report.

Greetings,

-- 
Camaleón


-- 
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/pan.2010.12.14.09.36...@gmail.com



Re: Mozilla products in Debian

2010-12-14 Thread Lisi
On Monday 13 December 2010 20:11:19 Camaleón wrote:
> On Mon, 13 Dec 2010 19:57:50 +, Lisi wrote:
> > On Sunday 05 December 2010 15:32:17 Camaleón wrote:
> >> On Sun, 05 Dec 2010 13:14:12 +, Lisi wrote:
> >> > On Sunday 07 November 2010 23:24:17 Camaleón wrote:
> >> >> - What is the current status of Iceweasel in Lenny? - Are all the
> >> >> recent bugs of Firefox -that can affect 3.0 branch- fixed/
> >> >> backported to Iceweasel 3.0.6?
> >> >> - Does 3.0.6 versioning number follow the upstream numbering?
> >> >
> >> > I have Lenny, and Iceweasel 3.5.15.  Any updating has been done by
> >> > aptitude.
> >>
> >> Then you should have "backports" repository enabled ;-)
> >>
> > :-/
> >
> > I was under the (mis?)apprehension that things were only installed from
> > backports if I specifically asked for them, i.e. "-t lenny-backports"
> > was added to aptitude, and were only updated if already installed.
>
> Iceweasel 3.5.x is only available for Lenny by means of the "backports"
> repo so... could it be that you installed that way and then forgot it or
> maybe you tweaked the backports repo pinning settings under your "/etc/
> apt/preferences" file? :-?

Yes, the possibility that my memory had failed me occurred to me after I had 
posted.  Given the state of my memory these days, anything is possible. :-(

I haven't altered the pinnings.  I'm still not confident enough to do that.

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/201012140933.32459.lisi.re...@gmail.com



Re: compare two directory trees

2010-12-14 Thread shawn wilson
> I burn DVD/CDs from ISO files.  In order to verify the burning is
correct,  I wrote a script working like this:
> 1. mount the DVD and ISO files onto two mount points
> 2. calculate every file's md5sum in each directory, and save and sort them
in two separate files
> 3. compare the above two files.
>
> The above method does work, but too time consuming because of the md5sum
calculating.  Do you have any suggestion to improve the efficiency?
>

The way I see it, you've got a few choices:
1. Compare ls -lR which won't catch burn issues. But pretty quick.
2. dd the cd and diff or checksum that.
3. Copy the files back to disk and run the checksum there (possibly quicker
because the disk shouldn't have time to slow down).
4. The way you're doing it :)

I don't think there are any other options. Though, I'd question your motives
here. If you're thinking cheap backup I wouldn't recommend it over tape or
just buying tons of the cheapest ($/gig) hdd you can find.


Re: xserver-testing issues.

2010-12-14 Thread Camaleón
On Tue, 14 Dec 2010 15:21:21 +0700, Sthu Deus wrote:

> Thank You for Your time and answer, Hugo:
> 
>> Setting those variables in /etc/default/keyboard can leave you without
>> a keyboard (of course?) I set XKBLAYOUT=us-intl and on the next boot
>> there was no keyboard.
> 
> Where I can see all the available keyboard layouts, models - to
> experiment w/ ?

http://lists.debian.org/debian-user/2010/12/msg00799.html

> Is correct to suppose that I better have to set it in etc-default than
> in Xconf or even KDE(4)?

My prefs for setting keyboard/mouse (in squeeze/sid):

1/ KDE (GUI tool)
2/ "/etc/default/keyboard"
3/ "/etc/X11/xorg.conf"

Greetings,

-- 
Camaleón


-- 
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/pan.2010.12.14.09.05...@gmail.com



Re: compare two directory trees

2010-12-14 Thread Boyd Stephen Smith Jr.
In , Yuwen Dai 
wrote:
>I burn DVD/CDs from ISO files.  In order to verify the burning is correct,
>I wrote a script working like this:
>1. mount the DVD and ISO files onto two mount points
>2. calculate every file's md5sum in each directory, and save and sort them
>in two separate files
>3. compare the above two files.
>
>The above method does work, but too time consuming because of the md5sum
>calculating.  Do you have any suggestion to improve the efficiency?

Don't waste CPU time on MD5.  Don't waste CPU time performing filesystem 
operations.  Compare the two images byte-by-byte using something like diff.

What takes the most time though is the I/O.  You could use statistical 
techniques to reduce the amount of I/O you perform at the cost of some 
accuracy.  However, you are probably better off reducing I/O time by getting 
faster drives, particularly the optical drive.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Re: compare two directory trees

2010-12-14 Thread Juha Tuuna
On 14.12.2010 10:15, Yuwen Dai wrote:
> Dear all,
> 
> I burn DVD/CDs from ISO files.  In order to verify the burning is correct,  I
> wrote a script working like this:
> 1. mount the DVD and ISO files onto two mount points
> 2. calculate every file's md5sum in each directory, and save and sort them in
> two separate files
> 3. compare the above two files.
> 
> The above method does work, but too time consuming because of the md5sum
> calculating.  Do you have any suggestion to improve the efficiency?
> 
> Best regards,
> Yuwen

Hi, my guess is that there is none (or a faster hash algorithm) unless you use
a programs that first detects different file sizes and calculates the hash
only if the file names and size match. Of course, this does not speed up
things if the data on both trees are equal. I personally use fdupes for this
purpose.

But in your case I'd calculate the hash from the ISO image file and the DVD
device so there's no overhead from travelling the directory tree(s).

-- 
Juha Tuuna


-- 
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/4d072cbf.8040...@iki.fi



Re: xserver-testing issues.

2010-12-14 Thread Sthu Deus
Thank You for Your time and answer, Hugo:

> Setting those variables in /etc/default/keyboard can leave you
> without a keyboard (of course?) I set XKBLAYOUT=us-intl and on the
> next boot there was no keyboard.

Where I can see all the available keyboard layouts, models - to
experiment w/ ?

Is correct to suppose that I better have to set it in etc-default than
in Xconf or even KDE(4)?


-- 
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/4d072907.1b35640a.0b16.4...@mx.google.com



compare two directory trees

2010-12-14 Thread Yuwen Dai
Dear all,

I burn DVD/CDs from ISO files.  In order to verify the burning is correct,
I wrote a script working like this:
1. mount the DVD and ISO files onto two mount points
2. calculate every file's md5sum in each directory, and save and sort them
in two separate files
3. compare the above two files.

The above method does work, but too time consuming because of the md5sum
calculating.  Do you have any suggestion to improve the efficiency?

Best regards,
Yuwen