Wacom Bamboo Pen & Touch

2011-05-03 Thread Matthew Howle
Hello,

I have a Wacom Bamboo Pen & Touch (CTH-460) but I am unable to get the
device working on Squeeze stable (6.0.1, AMD64).

I also followed the instructions provided here
http://lik.noblogs.org/post/2010/05/07/wacom-debian/  except for using
version 0.8.8-11 of the linuxwacom driver.

Any ideas?

Here is the output of dmesg:

[ 4885.083982] usb 5-1: USB disconnect, address 9
[ 4931.764137] usb 5-1: new full speed USB device using ohci_hcd and
address 10
[ 4931.938266] usb 5-1: New USB device found, idVendor=056a,
idProduct=00d6
[ 4931.938274] usb 5-1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 4931.938280] usb 5-1: Product: CTH-460
[ 4931.938284] usb 5-1: Manufacturer: Wacom Co.,Ltd.
[ 4931.938460] usb 5-1: configuration #1 chosen from 1 choice

$ sudo modprobe wacom

[ 5014.058418] usbcore: registered new interface driver wacom
[ 5014.058437] wacom: v1.52-pc-0.4:USB Wacom tablet driver


Thanks,
Matthew


-- 
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/1304490005.20797.11.camel@overlord



Re: multiboot grub2

2011-05-03 Thread wolf python london
On 4 May 2011 10:33, consul tores  wrote:
> 2011/5/3 wolf python london :
>> On 3 May 2011 15:19, consul tores  wrote:
>>> Hello
>>>
>>> i have a Laptop with Squeeze, OpenBSD-amd64-4.9, and
>>> Slackware64-13.37: and it is using grub2 as bootloader, (if i use
>>> lilo, it works correctly, but i want to evade bios check) grub2 can
>>> not recognize OpenBSD (what is not a problem), and it recognize
>>> Slackware, but can not start it. it only gets a simple panic. i have
>>> tested the Slackware installer dvd (kernel), successfully.
>>> Looking/playing inside /etc/grub.d, do not do any change! Slackware
>>> lilo is installed at sector 0 of Slackware partition.
>>>
>> Er , as far as my know , we usually chainload the BSD Unix . I'm using
>> FreeBSD 8.2 amd64 in
>> my desktop and Squeeze , Mandriva 2010.2 ,  and the bootloader is
>> grub2 shipped with  Squeeze.
>> the problems are:
>> 1) os-probe cannot probe Mandriva **corrently **, which means it does
>> probe Mandriva (kernel panic),but not correctly .
>>  (here there is bug report and the patch
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566102).
>> Maybe it applys to Slackware?
>> 2) I use chainload to boot the FreeBSD , and os-probe cannot probe
>> FreeBSD ,either.
>>
>> 
>> wolf python london(WPL)
>> Do as you soul should do !
>> 
>>
>
> Thanks Wolf, for now, it is not working; i replace the file, adding
> the patch, but grub2 is resisting yet.
>

can you try the chainload ?
Finally I chainloade Mandriva and FreeBSD, it works fine .

edit the file /etc/grub.d/40_custom , this is my
configuration(https://gist.github.com/954772) :

#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry "Mandriva 2010 2 ChainLoader" {
set root=(hd0,12)
chainloader +1
}

menuentry "FreeBSD8.2 Chainloader" {
insmod ufs2
set root=(hd0,3)
chainloader +1
}



>            Consultores Agropecuarios.
> Administracion, Produccion, Capacitacion.
>
>
> --
> 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/banlkti0j3h8k1kjihvwm9k7tody5u...@mail.gmail.com
>
>



-- 

wolf python london(WPL)
Do as you soul should do !



--
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/banlktimgcr_+42twfnm7+g_lecbnzny...@mail.gmail.com



Re: Firewall/iptables question

2011-05-03 Thread green
Hilco Wijbenga wrote at 2011-05-03 18:21 -0500:
> On a related note, the logging only logs the packet, but no timestamp.
> Is that configurable somewhere?

/etc/rsyslog.conf I suppose?


signature.asc
Description: Digital signature


Re: Poll - What Smartphone do you use?

2011-05-03 Thread Kelly Clowers
On Tue, May 3, 2011 at 14:46, Brad Alexander  wrote:
> Ditto. Have an N900 and an N810. It is a brick, but small price to pay for a
> hardware keyboard.
>
> Have you looked in to the Community Seamless Software Update (CSSU) project?
> It is community project that has taken over for Nokia's bundle of support
> fail. One of the features of the CSSU is to provide rotation to most if not
> all apps.
>
> CSSU can be found on the Maemo wiki at http://wiki.maemo.org/Community_SSU

Thanks for that, I just got mine a week ago, so I am still learning it
and finding new
software.


-- 
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/BANLkTimJJWhgmFDSGEabtpQLGZ=M=dv...@mail.gmail.com



Re: Poll - What Smartphone do you use?

2011-05-03 Thread green
Steven wrote at 2011-05-03 16:34 -0500:
> Only major downside I experience is that it's not fully compatible with
> my car kit. The car is recognized as a bluethooth headset, so I can take
> calls, but need to use the phone to make any outgoing calls.
> Unfortunately i doubt this will get fixed in the near future.

Somehow the n900 seems as obsolete already as the n770.  So has Nokia dropped 
support for it yet?


signature.asc
Description: Digital signature


sshd_config and OpenPermit

2011-05-03 Thread Jerome BENOIT

Hello List,

I am trying to restrict ssh port forwarding to one port on my Squeeze box:
my current understanding is that I may play with the OpenPermit option in 
sshd_config.
By default OpenPermit is set to `any': if I set it to 127.0.0.1:12345 ,
I observed not restriction at all: all port can still forward.
On the otherhand, if I set  AllowTcpForwarding to `n' ,
then OpenPermit permits no port.

Do I miss something ?

Thanks in advance,
Jerome


--
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/4dc0bcdc.6050...@rezozer.net



CPU usage mysteriously spiking after kernel upgrade

2011-05-03 Thread John Magolske
After updating the kernel on my ThinkPad from linux-image-2.6.28-grml
to linux-image-2.6.31-grml I've noticed cpu usage periodically jumping
from 600MHz to 1500MHz several times a minute. This is with not much
going on but Vim, Mutt & ELinks running in a screen session in a
framebuffer console. Top shows nothing under the %CPU column...I don't
see anything pass much beyond 1%.

Any thoughts as to what could be causing this and/or suggested
techniques for determining the culprit would be much appreciated.

Regards,

John

-- 
John Magolske
http://B79.net/contact


-- 
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/20110504023936.ga19...@s70206.gridserver.com



Re: multiboot grub2

2011-05-03 Thread consul tores
2011/5/3 wolf python london :
> On 3 May 2011 15:19, consul tores  wrote:
>> Hello
>>
>> i have a Laptop with Squeeze, OpenBSD-amd64-4.9, and
>> Slackware64-13.37: and it is using grub2 as bootloader, (if i use
>> lilo, it works correctly, but i want to evade bios check) grub2 can
>> not recognize OpenBSD (what is not a problem), and it recognize
>> Slackware, but can not start it. it only gets a simple panic. i have
>> tested the Slackware installer dvd (kernel), successfully.
>> Looking/playing inside /etc/grub.d, do not do any change! Slackware
>> lilo is installed at sector 0 of Slackware partition.
>>
> Er , as far as my know , we usually chainload the BSD Unix . I'm using
> FreeBSD 8.2 amd64 in
> my desktop and Squeeze , Mandriva 2010.2 ,  and the bootloader is
> grub2 shipped with  Squeeze.
> the problems are:
> 1) os-probe cannot probe Mandriva **corrently **, which means it does
> probe Mandriva (kernel panic),but not correctly .
>  (here there is bug report and the patch
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566102).
> Maybe it applys to Slackware?
> 2) I use chainload to boot the FreeBSD , and os-probe cannot probe
> FreeBSD ,either.
>
> 
> wolf python london(WPL)
> Do as you soul should do !
> 
>

Thanks Wolf, for now, it is not working; i replace the file, adding
the patch, but grub2 is resisting yet.

-- 
           Consultores Agropecuarios.
Administracion, Produccion, Capacitacion.


--
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/BANLkTi=0=j3h8k1kjihvwm9k7tody5u...@mail.gmail.com



Re: Poll - What Smartphone do you use?

2011-05-03 Thread green
Freeman wrote at 2011-05-03 15:19 -0500:
> Now I want a simmed phone with no contract to boot at a  price that seems
> reasonable for carrying a highly breakable electronic distraction in my
> pocket.

Precisely what I have been looking for myself.  I am tired of Verizon 
squeezing all they can from customers, and would like reasonable prepaid 
service.  I also could easily give up texting.  Suggestions welcome.


signature.asc
Description: Digital signature


Remove unused language from GDM?

2011-05-03 Thread Perry Thompson
Hi there. I use en-US and zh-TW (Chinese Taiwan) as locales on my
computer, and recently tried to do something with my fonts and replaced
my fonts.dtd file with another and tried logging in. The result was the
locale or fonts were incorrect and I was given "Unspecified
[ANSI-X3.4-1968]" as a choice in my languages bar.

http://i28.photobucket.com/albums/c211/Rypervenche/GNULinux/xephyr.jpg

I replaced my fonts.dtd with the original file, however this option in
my language choice has not gone away. I would like to know how I can
refresh this list of languages or, if I must, manually delete the old
locale choice.

I have looked all over the place and haven't found anything relevant,
aside from this...
http://i28.photobucket.com/albums/c211/Rypervenche/GNULinux/CE.jpg

I'd appreciate any and all help on this subject. Thank you.


-- 
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/4dc0b488.7070...@yahoo.fr



Re: Firewall/iptables question

2011-05-03 Thread Hilco Wijbenga
On 3 May 2011 16:21, Hilco Wijbenga  wrote:
> Hi all,
>
> I'm attempting to set up a simple firewall on a virtual server. I have
> the following:
>
> iptables --flush
> iptables -t nat --flush
> iptables -t mangle --flush
> iptables --policy INPUT DROP
> iptables --policy OUTPUT ACCEPT
> iptables -A INPUT -i lo -j ACCEPT
> iptables -A INPUT -i venet0 -m state --state ESTABLISHED,RELATED -j ACCEPT
> iptables -A INPUT -p tcp -i venet0 --dport 22 -m state --state NEW -j ACCEPT
> iptables -A INPUT -p tcp -i venet0 --source m.y.i.p --dport 80 -m
> state --state NEW -j ACCEPT
> iptables -A INPUT -p icmp -j ACCEPT
> iptables -A INPUT -j LOG
> iptables -A INPUT -j REJECT
>
> (And iptables -L shows that this setup has been accepted.)
>
> This was supposed to only allow my box (or at least my public IP)
> access to port 80 on this server. I can not access port 80 at all,
> however. (Please note that without --source it works as expected.)
>
> What am I doing wrong?

Mmmh, it does work after all. You have to be careful to restart
everything, I guess.

I've moved the --source to the SSH line. That works too but it seems
like I can only have 1 connection open at the same time. Sort of. I
have a reverse connection from a local server with a non-routable IP
to this public server. That works. But then I can't access the public
server anymore. If I kill the reverse connection and wait a few
minutes, I can login again. Switch the reverse connection back on ...
and I can't login anymore. Strange.

> On a related note, the logging only logs the packet, but no timestamp.
> Is that configurable somewhere?
>
> Cheers,
> Hilco
>


-- 
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/BANLkTim62rNnK1m6gJuCziQaZZ=OOF6_=g...@mail.gmail.com



Re: I have installed Debian on my Thinkpad but mouse Cursor is not displayed.

2011-05-03 Thread Steven Sciame


--- On Tue, 5/3/11, た 健一  wrote:

> From: た 健一 
> Subject: I have installed Debian on my Thinkpad but mouse Cursor is not 
> displayed.
> To: debian-user@lists.debian.org
> Date: Tuesday, May 3, 2011, 6:21 PM
> 
> I installed Debian 6.0.1 yesterday on my PC ( IBM Thinkpad
> X40 ), but a problem occurs.
> The mouse cursor telling me its position isn't displayed. I
> tried R-L click  or drug and then, some options and
> rectangle is appeared.
> So I think this means there are mouse position but can't be
> seen. I guess it is a problem related to graphical hardware
> device.
> Is there anyone who gives me some advice to display my
> mouse cursor. 
>     
> 
>       
>   

I had this issue.  It is a bug in the kernel that was introduced in the upgrade 
from 6.0 to 6.0.1.   It will likely be fixed in the upgrade to 6.0.2.

In the meantime you can go to http://kernel-handbook.alioth.debian.org/  to 
learn how to compile a "vanilla" kernel from kernel.orgI am now using 
2.6.38 and it fixed the issue.  

Or on second thought...

Backports now has the 2.6.38 available for squeeze.  Using backports will 
probably be easier, but it is up to you.

-Steven 





--
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/920532.56748...@web111714.mail.gq1.yahoo.com



I have installed Debian on my Thinkpad but mouse Cursor is not displayed.

2011-05-03 Thread た 健一

I installed Debian 6.0.1 yesterday on my PC ( IBM Thinkpad X40 ), but a problem 
occurs.
The mouse cursor telling me its position isn't displayed. I tried R-L click  or 
drug and then, some options and rectangle is appeared.
So I think this means there are mouse position but can't be seen. I guess it is 
a problem related to graphical hardware device.
Is there anyone who gives me some advice to display my mouse cursor. 
  

Firewall/iptables question

2011-05-03 Thread Hilco Wijbenga
Hi all,

I'm attempting to set up a simple firewall on a virtual server. I have
the following:

iptables --flush
iptables -t nat --flush
iptables -t mangle --flush
iptables --policy INPUT DROP
iptables --policy OUTPUT ACCEPT
iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -i venet0 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -p tcp -i venet0 --dport 22 -m state --state NEW -j ACCEPT
iptables -A INPUT -p tcp -i venet0 --source m.y.i.p --dport 80 -m
state --state NEW -j ACCEPT
iptables -A INPUT -p icmp -j ACCEPT
iptables -A INPUT -j LOG
iptables -A INPUT -j REJECT

(And iptables -L shows that this setup has been accepted.)

This was supposed to only allow my box (or at least my public IP)
access to port 80 on this server. I can not access port 80 at all,
however. (Please note that without --source it works as expected.)

What am I doing wrong?

On a related note, the logging only logs the packet, but no timestamp.
Is that configurable somewhere?

Cheers,
Hilco


-- 
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/BANLkTi=9ir+se-w2fd_mjq4r-pdgvgo...@mail.gmail.com



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Heddle Weaver
On 4 May 2011 03:13, Lisi  wrote:

>  On Tuesday 03 May 2011 16:55:40 shawn wilson wrote:
> > On May 3, 2011 11:06 AM, "green"  wrote:
> > > giovanni_re wrote at 2011-05-02 22:35 -0500:
> > > > What Smartphone do you use?
> > >
> > > Probably the Nokia N810 does not count, considering it is not GSM or
> CDMA
> > > capable.  And at this point it seems unlikely that Debian will ever run
> > > on it.
> >
> > What? Might want to Google again. IIRC, Nokia's phones were the
> closest
> > to linux 5+ years before Apple or Google ever thought of making a phone.
> > The n7xx, n8xx and n9xx should run most (if not all?) linux programs that
> > can be compiled on an ARM.
> >
> > IIRC, OS2008 was a port of debian.
> >
> > Also, even symbian has Unix roots as I remember an old defcon or bh talk
> > where the guy was explaining how they had implemented an old kernel with
> > tons of known vulnerabilities.
>
> Yes.  But now that Nokia is throwing its lot in with MS, and closing down
> many
> of its software development facilities, and symbian is already dead, that
> is
> all likely to change, and is probably what green meant.  So on this
> particular occasion it is probably you who should Google!
>

No, Symbian is still actively developing.
They've just gone back to their original O.S. goals.
They were around before Nokia started splashing money around and still are.
Regards,

Weaver.
-- 

Religion is regarded by the common people as true,
by the wise as false,
and by the rulers as useful.

— Lucius Annæus Seneca.

Terrorism, the new religion.


Re: Poll - What Smartphone do you use?

2011-05-03 Thread green
shawn wilson wrote at 2011-05-03 16:12 -0500:
> On Tue, May 3, 2011 at 4:47 PM, green  wrote:
> > shawn wilson wrote at 2011-05-03 13:19 -0500:
> >> For instance, I can ssh into my box from my phone and open vi. You can get
> >> vi and open it on your n800.
> >
> > Well frankly I do not even want to run vi.  I prefer nano for a handheld
> > device.  And "apt-get install nano" fails with "couldn't find package nano".
> > So I have to build it myself.  Wait, aren't we talking about running
> > *Debian*?  And what is Debian without its thousands of packages, ready to be
> > installed with a simple command?
> 
> yes, some architectures do have more supported packages than others.
> and, if we get debian on another platform without financial backing,
> we're liable to have even less support. i'm not arguing against it. i
> like playing with bleeding edge stuff - i won't run a device i depend
> on like my primary phone on it. but, i might get a secondary one just
> to play.

My intention was to give an example of how the n810 does not run Debian.  
Debian certainly does have an armel nano package.


signature.asc
Description: Digital signature


Re: Poll - What Smartphone do you use?

2011-05-03 Thread Lisi
On Tuesday 03 May 2011 19:19:44 shawn wilson wrote:

> Ps- lisi are you inferring that products that are no longer manufactured
> should not be supported by the open source community? I truly hope not.

Certainly not!!  But I read what green said as a reference to the future.  It 
would appear that I was wrong to so interpret it.  I so read the "at this 
point":

" And at this point it seems unlikely that Debian will ever run on 
it."

We are reeling locally from the announcement of the closure of our local Nokia 
facility.  One of our LUG members will lose his job - and we shall lose a 
valued meeting place.  Trivial compared with Bob losing his job, but it is a 
really nice facility and I enjoyed going  there.

So I am probably seeing Nokia closures behind every bush.

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



Re: who creates 'dev/mapper/vgHDB-HDB9'?

2011-05-03 Thread Martin
Hugo Vanwoerkom  schrieb:
> Hi,
>
> I have installed lvm2 and created pv's, vg's and lv's. E.g.:

(...)

> I have a question: who creates exactly those /dev/ entries?
>
> The reason I ask is that sometimes with mondorescue they are not created 
> and I cnnot access the lv's.
>

I don't know mondorescue. To access lv from my rescue system (grml) I
use the following commands:
/sbin/vgscan
/sbin/vgchange -ay

This creates the /dev/mapper/ entries - and is what is done in debian's
lvm2 init script.

Martin



-- 
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/ippvl3$949$1...@dough.gmane.org



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Peter Beck
On Tue, 2011-05-03 at 17:46 -0400, Brad Alexander wrote:
> Ditto. Have an N900 and an N810. It is a brick, but small price to pay
> for a hardware keyboard.

yes, the keyboard is really great and convenient to use.

> Have you looked in to the Community Seamless Software Update (CSSU)
> project? It is community project that has taken over for Nokia's
> bundle of support fail. One of the features of the CSSU is to provide
> rotation to most if not all apps.

yes, it's installed on my device also, but the problem is most of the
apps do not support rotating and are cut off...and some of the programs
could need some cosmetic work... ;)

but other than that there are really great features: 32GB storage
onboard, fm transmitter, acceptable camera and the device is quite
"open". no special rooting needed...


-- 
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/1304460687.14263.6.ca...@optimus.datentraeger.li



Re: Lost input devices on eeepc900.

2011-05-03 Thread Matthias Andersson
Could this be a conflict between alsa and pulseaudio?

Attached my user.log and user.log.1 from the eeepc.
May  1 20:22:31 Diana pulseaudio[1629]: ratelimit.c: 174 events suppressed
May  1 20:28:53 Diana pulseaudio[1629]: ratelimit.c: 193 events suppressed
May  1 20:29:00 Diana pulseaudio[1629]: ratelimit.c: 170 events suppressed
May  1 21:32:28 Diana pulseaudio[1629]: alsa-sink.c: Error opening PCM device front:0: Device or resource busy
May  1 21:32:28 Diana pulseaudio[1629]: alsa-sink.c: Error opening PCM device front:0: Device or resource busy
May  1 21:32:37 Diana pulseaudio[1629]: alsa-sink.c: Error opening PCM device front:0: Device or resource busy
May  1 21:34:30 Diana pulseaudio[1629]: ratelimit.c: 151 events suppressed
May  1 21:35:09 Diana pulseaudio[1629]: ratelimit.c: 179 events suppressed
May  1 21:49:18 Diana pulseaudio[1629]: ratelimit.c: 8 events suppressed
May  1 21:58:32 Diana pulseaudio[1629]: ratelimit.c: 12 events suppressed
May  1 22:14:59 Diana pulseaudio[1629]: alsa-sink.c: Error opening PCM device front:0: Device or resource busy
May  1 22:14:59 Diana pulseaudio[1629]: alsa-sink.c: Error opening PCM device front:0: Device or resource busy
May  1 22:18:38 Diana pulseaudio[1629]: alsa-sink.c: Error opening PCM device front:0: Device or resource busy
May  1 22:46:28 Diana pulseaudio[1629]: alsa-sink.c: Error opening PCM device front:0: Device or resource busy
May  1 22:49:30 Diana pulseaudio[1629]: alsa-sink.c: Error opening PCM device front:0: Device or resource busy
May  2 12:51:11 Diana pulseaudio[1629]: ratelimit.c: 141 events suppressed
May  2 12:51:22 Diana pulseaudio[1629]: ratelimit.c: 273 events suppressed
May  2 12:51:41 Diana pulseaudio[1629]: ratelimit.c: 66 events suppressed
May  2 12:51:55 Diana pulseaudio[1629]: ratelimit.c: 4607 events suppressed
May  2 12:52:00 Diana pulseaudio[1629]: ratelimit.c: 7755 events suppressed
May  2 12:52:05 Diana pulseaudio[1629]: ratelimit.c: 8084 events suppressed
May  2 12:52:10 Diana pulseaudio[1629]: ratelimit.c: 25498 events suppressed
May  2 12:52:15 Diana pulseaudio[1629]: ratelimit.c: 11911 events suppressed
May  2 12:52:15 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:15 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:15 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:15 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:15 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:20 Diana pulseaudio[1629]: ratelimit.c: 37862 events suppressed
May  2 12:52:20 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:20 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:20 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:20 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:25 Diana pulseaudio[1629]: ratelimit.c: 27074 events suppressed
May  2 12:52:25 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:25 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:30 Diana pulseaudio[1629]: ratelimit.c: 43570 events suppressed
May  2 12:52:30 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:30 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:30 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:35 Diana pulseaudio[1629]: ratelimit.c: 31096 events suppressed
May  2 12:52:35 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:35 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:35 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:35 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:35 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:40 Diana pulseaudio[1629]: ratelimit.c: 24950 events suppressed
May  2 12:52:40 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:40 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:40 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:40 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:40 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:45 Diana pulseaudio[1629]: ratelimit.c: 45833 events suppressed
May  2 12:52:45 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:45 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:45 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:45 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:45 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:45 Diana pulseaudio[1629]: asyncq.c: q overrun, queuing locally
May  2 12:52:50 Diana pulseaudio[1629]: ratelimit.c: 64756 events suppressed
May  2 12:52:50 Diana pulse

Re: Poll - What Smartphone do you use?

2011-05-03 Thread Brad Alexander
Ditto. Have an N900 and an N810. It is a brick, but small price to pay for a
hardware keyboard.

Have you looked in to the Community Seamless Software Update (CSSU) project?
It is community project that has taken over for Nokia's bundle of support
fail. One of the features of the CSSU is to provide rotation to most if not
all apps.

CSSU can be found on the Maemo wiki at http://wiki.maemo.org/Community_SSU

--b

On Tue, May 3, 2011 at 5:23 PM, Peter Beck  wrote:

> On Tue, 2011-05-03 at 05:35 -0700, Kelly Clowers wrote:
> > N900, Maemo5/OS2008
>
> Me too. Maemo/Android (nitdroid) Dualboot.
> It's a brick and it's a pity that no portrait mode is
> is supported on most applications...
>
>
>
>
> --
> 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/1304457802.2890.34.ca...@peanut.datentraeger.li
>
>


Re: Poll - What Smartphone do you use?

2011-05-03 Thread Peter Beck
On Tue, 2011-05-03 at 05:35 -0700, Kelly Clowers wrote:
> N900, Maemo5/OS2008

Me too. Maemo/Android (nitdroid) Dualboot.
It's a brick and it's a pity that no portrait mode is 
is supported on most applications...




-- 
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/1304457802.2890.34.ca...@peanut.datentraeger.li



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Steven
On Mon, 2011-05-02 at 20:35 -0700, giovanni_re wrote: 
> So, today's poll is:
> 
> What Smartphone do you use?
> 
> Please reply to this message with:
> 
> Manufacturer name   Model name, OS name, Cell Carrier name, Country you
> live in.
> 
> 
> =
> For example, I'll start first:
> Samsung   Intercept, Android (Debian I Wish - DIW), Virgin Mobil
> (=Sprint), USA.
> 
> 
> =
> So, what Smartphone do _you_ use?

I use a Nokia N900 running Maemo 5, my carrier is Proximus (Belgacom
mobile), Belgium.
Only major downside I experience is that it's not fully compatible with
my car kit. The car is recognized as a bluethooth headset, so I can take
calls, but need to use the phone to make any outgoing calls.
Unfortunately i doubt this will get fixed in the near future.

Regards,
Steven


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


Re: [OT] What SmartPhone for a FreeTard??? [Was: Poll - What Smartphone do you use?]

2011-05-03 Thread Boyd Stephen Smith Jr.
In , Chris Brennan wrote:
>On Tue, May 3, 2011 at 3:53 PM, Roger Morgan 
>wrote:
>
>Well, there's the Openmoko Freerunner:
>> http://www.openmoko.com/freerunner.html
>> It's clunky and buggy, but it's free as in freedom,
>> and it's usable as a cellphone, just.
>
>It also only appears to be sold from half a dozen vendors in Europe I
>would wager a guess, it only works in Europe too...

No.  The FreeRunner works on any GSM network.  I own a Neo 1973, though I 
never used it as my primary phone, as T-Mobile coverage where I am at is too 
spotty. The only other GSM provider is AT&T, who I'd prefer to avoid on the 
principle that they screwed the public once and will likely do it again ASAP.

Still, if you are with or can get good service from a GSM provider in the USA, 
the FreeRunner will work fine, and it's as open source as you get.
-- 
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: Poll - What Smartphone do you use?

2011-05-03 Thread shawn wilson
On Tue, May 3, 2011 at 4:47 PM, green  wrote:
> shawn wilson wrote at 2011-05-03 13:19 -0500:
>> For instance, I can ssh into my box from my phone and open vi. You can get
>> vi and open it on your n800.
>
> Well frankly I do not even want to run vi.  I prefer nano for a handheld
> device.  And "apt-get install nano" fails with "couldn't find package nano".
> So I have to build it myself.  Wait, aren't we talking about running
> *Debian*?  And what is Debian without its thousands of packages, ready to be
> installed with a simple command?
>

yes, some architectures do have more supported packages than others.
and, if we get debian on another platform without financial backing,
we're liable to have even less support. i'm not arguing against it. i
like playing with bleeding edge stuff - i won't run a device i depend
on like my primary phone on it. but, i might get a secondary one just
to play.

not sure if i've pointed these out, but there are these:
https://www.newit.co.uk/shop/products.php?cat=5

i'm probably going to use one for a rc vehicle / blimp (just gotta get
the ee / me stuff figured out)


--
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/BANLkTikTkmUrZ+cN-=y7ucfhb9zjc3u...@mail.gmail.com



Re: Poll - What Smartphone do you use?

2011-05-03 Thread green
shawn wilson wrote at 2011-05-03 13:19 -0500:
> Yeah but all of this means your Nokia is light years ahead of any idevice or
> Android of running linux.

If the n810 is lightyears ahead of other devices, that just accentuates how 
far behind the other devices are.

> Some hardware might not work but you can still
> have a custom linux kernel and run linux apps.

Yeah, I did get the console.  And a penguin while booting.  Not much else…

> For instance, I can ssh into my box from my phone and open vi. You can get
> vi and open it on your n800.

Well frankly I do not even want to run vi.  I prefer nano for a handheld 
device.  And "apt-get install nano" fails with "couldn't find package nano".  
So I have to build it myself.  Wait, aren't we talking about running 
*Debian*?  And what is Debian without its thousands of packages, ready to be 
installed with a simple command?


signature.asc
Description: Digital signature


Re: Problem with Samba on Squeeze

2011-05-03 Thread Tom H
On Tue, May 3, 2011 at 9:41 AM, Camaleón  wrote:
> El 2011-05-03 a las 02:50 -0700, Roger Morgan escribió:


> (resending to the list, no sensible data on it)

I think that you mean "sensitive." :)


>> > From: Camaleón 
>> > Make  a quick test. Try "smbclient -L servername" but when asked for the
>> > user's  password just press [enter] to log anonymously and check if you
>> > get any  output differenet than the first one.
>> >
>> Yes, it is different:
>>
>> ~$ smbclient -L lyra
>> Enter roger's password:
>> Anonymous login successful
>
> Wow. It logs just fine. So in the end there must be something with
> authentication which does not like samba but dunno "what" nor "why" :-?
>
> Sorry, I'm out of ideas :-( and the full logs you sent was not showing
> any specific error or warning on the authentication side. Let's see if
> someone here can suggest another thing to test...
>
>> Domain=[GALAXY] OS=[Unix] Server=[Samba 3.5.6]
>>
>>         Sharename       Type      Comment
>>         -             ---
>>         print$          Disk      Printer Drivers
>>         Samsung1510     Printer   lyra smbshare
>>         common          Disk      lyra smbshare
>>         IPC$            IPC       IPC Service (lyra server)
>>         Samsung_ML-1510_700 Printer   Samsung ML-1510_700
>> Anonymous login successful
>> Domain=[GALAXY] OS=[Unix] Server=[Samba 3.5.6]
>>         Server               Comment
>>         -            ---
>>         LYRA                 lyra server
>>         Workgroup            Master
>>         -            ---
>>         GALAXY               LYRA

0. (Unrelated to your problem)
If this is your only samba server, you might want to have
preferred master = yes
local master = yes
domain master = yes
os level = 65
in smb.conf to prevent master browser election

1. Does running "smblient -L 127.0.1.1" make a difference?

2. Does restricting the smb ports to either 139 or 445 with "smb ports
= ..."in smb.conf make a difference?

3. Does "testparm -s" flag any problems?

4. Does "pdbedit -Lv" out output the users that you want to have in
samba? Are the samba users' passwords the same in the system and for
samba?


--
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/banlktinioco0seeqd7f3thi6akwd3_v...@mail.gmail.com



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Nuno Magalhães
On Tue, May 3, 2011 at 21:19, Freeman  wrote:
> I am thinking of moving to the simplest, cheapest thing that is dependable
> and allows one to turn off tracking--dumping even texting!

I guess if you have a smartphone you can always implement some kind of
encryption both on voice and on text (assuming the receiving party
does the same). But that'll make the battery last even less than the
usual day they last.

Nuno

-- 
Mars 2 Stay!
http://xkcd.com/801/
/etc


-- 
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/banlktimfv7fygkj8zy2c-o+2ec0+lhz...@mail.gmail.com



Re: [OT] What SmartPhone for a FreeTard??? [Was: Poll - What Smartphone do you use?]

2011-05-03 Thread Chris Brennan
On Tue, May 3, 2011 at 3:53 PM, Roger Morgan  wrote:

Well, there's the Openmoko Freerunner:
> http://www.openmoko.com/freerunner.html
> It's clunky and buggy, but it's free as in freedom,
> and it's usable as a cellphone, just.


It also only appears to be sold from half a dozen vendors in Europe I
would wager a guess, it only works in Europe too...


-- 
> A: Yes.
> >Q: Are you sure?
> >>A: Because it reverses the logical flow of conversation.

> >>>Q: Why is top posting frowned upon?


Re: Poll - What Smartphone do you use?

2011-05-03 Thread Freeman
On Mon, May 02, 2011 at 08:35:39PM -0700, giovanni_re wrote:
> Isn't it great to get to know your Debian community members, & things
> about them, like what kind of stuff they use?  Maybe that would be good
> stuff for _you_ to get at some point.  :)
> 
> 
> =
> So, today's poll is:
> 
> What Smartphone do you use?
> 
> Please reply to this message with:
> 
> Manufacturer name   Model name, OS name, Cell Carrier name, Country you
> live in.
> 
> 
> =
> For example, I'll start first:
> Samsung   Intercept, Android (Debian I Wish - DIW), Virgin Mobil
> (=Sprint), USA.
> 
> 
> =
> So, what Smartphone do _you_ use?
> 
> 
Treo, Palm, Verizon, US.

I still hate it after 4 years.

Kept it for the 2 year contract. Then started waiting for the right Android
so I could have Debian and because some of my favorite apps authors actually
anticipated the Palm-to-Android conversion and for helpers for it.

I started with Palm at the beginning and bought smart phones loaded with
Palm from the outset. Had a really good one from Verizon, so I upgraded to
the Treo when it died and began years of disappointment.

Now I want a simmed phone with no contract to boot at a  price that seems
reasonable for carrying a highly breakable electronic distraction in my
pocket.

Furthermore, legal issues are dawning. There is a case going into the Oregon
Supreme Court regarding search and seizure of cell phones by police.  Some
people point out that much of their most valuable communications records,
browsing records, travel records and more are on their pocket rather than in
their home.  Yet their smartphones are hard to impossible to secure while
being more subject to searches.

This issue will eventually reach the U.S. Supreme Court. However, by then,
the technological specifics of the issues may be obsolete and already
replaced by new ones.

I am thinking of moving to the simplest, cheapest thing that is dependable
and allows one to turn off tracking--dumping even texting!

I have no idea what that is.

-- 
Regards,
Freeman

"Microsoft is not the answer. Microsoft is the question. NO (or Linux) is the
answer." --Somebody


-- 
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/20110503201935.GB21288@Europa.office



Re: [OT] What SmartPhone for a FreeTard??? [Was: Poll - What Smartphone do you use?]

2011-05-03 Thread Roger Morgan
> From: Klistvud 

> To: debian-user@lists.debian.org
> Sent: Tue, May 3, 2011 8:57:24 PM
> Subject: [OT] What SmartPhone for a FreeTard??? [Was: Poll - What Smartphone 
> do 
>you use?]
...
> So, what are currently the most "free" options out there?  It doesn't have to 
>be Debian -- heck, it doesn't even have to be Linux, as long  as it's free as 
>in 
>freedom (or sort of).
...

Well, there's the Openmoko Freerunner:
http://www.openmoko.com/freerunner.html
It's clunky and buggy, but it's free as in freedom,
and it's usable as a cellphone, just.


-- 
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/458683.39967...@web65503.mail.ac4.yahoo.com



Re: KDE does not start any more

2011-05-03 Thread Brad Alexander
Though you did not state which release, it appears to be something similar
to my problems on my sid laptop. Please see the thread at
http://comments.gmane.org/gmane.linux.debian.user.kde/25539.

In my testing, I figure it is either KDE, QT, the kernel, or the nvidia
driver. I do not think it is KDE, since I originally upgraded to 4.6.2, but
had the same issue in 4.4.5 after rebuilding and upgrading to sid. I am
leaning toward the new nvidia drivers (260.19.44). Have a look at the thread
above and see if it looks like your situation.

--b

On Tue, May 3, 2011 at 8:35 AM, Hans-J. Ullrich wrote:

> Dear list,
>
> since my last upgrade KDE4 is starting any more.
> As I am starting KDE from KDM, KDE is starting, then the splash screen
> appears. After the third icon of the splash screen appears for millisecond,
> KDE is crashing, X is resetting and KDM is restarted.
>
> Any other WM like LXDE, FVWM, XFCE and so on are working fine.
>
> Where can I look? Which are the logfiles, where I should look?
> /var/log/syslog,
> /var/log/Xorg.0.log and /var/log/kdm.log did not help much.
>
> I also created a new user, to get a fresh  ~/.kde, and I also tried another
> graphics driver (nv instead of nvidia).
>
> My system is debian/testing, kernel 2.6.38-2-686 and the proprietrary
> nvidia
> driver (version 173xx-dkms).
>
> Any ideas, how to have a clearer look, what is happening at start of KDE?
>
> Thanks for the help!
>
> Best regards
>
> Hans
>
>
>
>
> --
> 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/201105031435.46212.hans.ullr...@loop.de
>
>


Re: Problem with Samba on Squeeze

2011-05-03 Thread Sean Crosby
On Sun, May 1, 2011 at 6:51 AM, Roger Morgan wrote:

> Samba is running but I can't connect to it, and when I do the following
> test
> (from the Samba server):
> smbclient -L servername
>
> the response (after entering correct password) is:
> cut here---
> Receiving SMB: Server stopped responding
> session setup failed: Call timed out: server did not respond after 2
> milliseconds
> ---end of response--
>
> the Samba programs are running, here's the relevant part of the output of
> ps -ef
> | grep mb
> root  1969 1  0 18:13 ?00:00:00 /usr/sbin/smbd -D
> root  1983  1969  0 18:13 ?00:00:00 /usr/sbin/smbd -D
> root  2308 1  0 18:13 ?00:00:00 /usr/sbin/nmbd -D
>
> And here's my smb.conf file:
> #=== Global Settings ===
>
> [global]
>log file = /var/log/samba/log.%m
>load printers = yes
>guest account = leong
>

add:
   map to guest =  Bad User


   printer = ML-1510_700
>passwd chat = *Enter\snew\s*\spassword:* %n\n
> *Retype\snew\s*\spassword:*
> %n\n *password\supdated\ssuccessfully* .
>obey pam restrictions = yes
>write list = leong
>

Delete write list

   encrypt passwords = true
>public = yes
>

Delete public


>passwd program = /usr/bin/passwd %u
>passdb backend = tdbsam
>dns proxy = no
>writeable = yes
>

Delete writeable


>server string = %h server
>path = /var/common
>

Delete path


>unix password sync = yes
>workgroup = galaxy
>comment = lyra smbshare
> #valid users = leong  (no valid users list means anyone can login)
>syslog = 0
>panic action = /usr/share/samba/panic-action %d
>max log size = 1000
>directory mode = 766
>

Delete directory mode


>pam password change = yes
>
> ## Browsing/Identification ###
>
> # Change this to the workgroup/NT-domain name your Samba server will part
> of
>
> # server string is the equivalent of the NT Description field
>
> # Windows Internet Name Serving Support Section:
> # WINS Support - Tells the NMBD component of Samba to enable its WINS
> Server
> #   wins support = no
>
> # WINS Server - Tells the NMBD components of Samba to be a WINS Client
> # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
> ;   wins server = w.x.y.z
>
> # This will prevent nmbd to search for NetBIOS names through DNS.
>
> # What naming service and in what order should we use to resolve host names
> # to IP addresses
> ;   name resolve order = lmhosts host wins bcast
>
>  Networking 
>
> # The specific set of interfaces / networks to bind to
> # This can be either the interface name or an IP address/netmask;
> # interface names are normally preferred
> ;   interfaces = 127.0.0.0/8 eth0
>
> # Only bind to the named interfaces and/or networks; you must use the
> # 'interfaces' option above to use this.
> # It is recommended that you enable this feature if your Samba machine is
> # not protected by a firewall or is a firewall itself.  However, this
> # option cannot handle dynamic or non-broadcast interfaces correctly.
> ;   bind interfaces only = yes
>
>
>
>  Debugging/Accounting 
>
> # This tells Samba to use a separate log file for each machine
> # that connects
>
> # Cap the size of the individual log files (in KiB).
>
> # If you want Samba to only log through syslog then set the following
> # parameter to 'yes'.
> #   syslog only = no
>
> # We want Samba to log a minimum amount of information to syslog.
> Everything
> # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
> # through syslog you should set the following parameter to something
> higher.
>
> # Do something sensible when Samba crashes: mail the admin a backtrace
>
>
> ### Authentication ###
>
> # "security = user" is always a good idea. This will require a Unix account
> # in this server for every user accessing the server. See
> # /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
> # in the samba-doc package for details.
>   security = user
>
> # You may wish to use password encryption.  See the section on
> # 'encrypt passwords' in the smb.conf(5) manpage before enabling.
>
> # If you are using encrypted passwords, Samba will need to know what
> # password database type you are using.
>
>
> # This boolean parameter controls whether Samba attempts to sync the Unix
> # password with the SMB password when the encrypted SMB password in the
> # passdb is changed.
>
> # For Unix password sync to work on a Debian GNU/Linux system, the
> following
> # parameters must be set (thanks to Ian Kahan <<
> ka...@informatik.tu-muenchen.de>
> for
> # sending the correct chat script for the passwd program in Debian Sarge).
>
> # This boolean controls whether PAM will be used for password changes
> # when requested by an SMB client instead of the program listed in
> # 'passwd program'. The default is 'no'.
>
> ## Domains ###
>
> # Is this machine able to authent

Re: who creates 'dev/mapper/vgHDB-HDB9'?

2011-05-03 Thread Hugo Vanwoerkom

Camaleón wrote:

On Tue, 03 May 2011 13:33:06 -0500, Hugo Vanwoerkom wrote:


Camaleón wrote:



I have a question: who creates exactly those /dev/ entries?

I'd say "udev".
 

The reason I ask is that sometimes with mondorescue they are not
created and I cnnot access the lv's.

I dunno how does mondo works. Is it a program to be run on live
installations or needs to be loaded from a livecd or...? :-?



Mondoarchive creates a bootable media and that is booted to restore the
data archived. But saying 'udev' is very general...


Ah, that could explain why mondo fails the detection. "udev" create 
devices on the fly -at booting- so mondo may use another nomenclature or 
method to create them :-?




Well, the actual situation is very interesting:

1. I can create the mondorescue bootable DVD from an lv and that, when 
booted, correctly creates the 'dev/mapper' entries under Squeeze.


2. But I cannot do that under Sid, the  'dev/mapper' enries are not 
created consistently...


3. Meaning, when I do a Debian install of Squeeze, upgrade that to Sid 
and start installing the complete system, initially mondorescue DVD's 
generate the 'dev/mapper' entries, but after a while they do not.


4. Until I have a mondorescue DVD that generates the 'dev/mapper' enries 
correctly and restore that to an lv. Then boot that lv and immediately 
run mondoarchive to generate another rescue DVD, and that DVD does *not* 
generate the 'dev/mapper' entries...


Prompting me to find out how those things are created...

Hugo






--
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/ippl95$b45$1...@dough.gmane.org



Re: who creates 'dev/mapper/vgHDB-HDB9'?

2011-05-03 Thread Hugo Vanwoerkom

Tom H wrote:

On Tue, May 3, 2011 at 12:41 PM, Hugo Vanwoerkom  wrote:

I have installed lvm2 and created pv's, vg's and lv's. E.g.:

root@Debian:/home/hugo# lvdisplay
 --- Logical volume ---
 LV Name/dev/vgHDB/HDB3
 VG NamevgHDB
 LV UUIDSCHlBs-acvc-FLzz-TgwV-0IGX-aXBM-AdbPsB
 LV Write Accessread/write
 LV Status  available
 # open 0
 LV Size12.00 GiB
 Current LE 3072
 Segments   1
 Allocation inherit
 Read ahead sectors auto
 - currently set to 256
 Block device   254:1

...

and blkid says:

...
/dev/mapper/vgHDB-HDB3: LABEL="HD502HJ.03"
UUID="b12819b7-8f07-4bf6-af66-9bb9410536a1" TYPE="ext2"
/dev/mapper/vgHDB-HDB7: LABEL="HD502HJ.07"
UUID="c889aa6c-e0c3-4954-b8fe-b87d257c1cc6" TYPE="ext2"
/dev/mapper/vgHDB-HDB5: LABEL="HD502HJ.05"
UUID="18027b86-2b1f-4e24-ab5a-eb56ba0509c9" TYPE="ext2"
/dev/mapper/vgHDB-HDB6: LABEL="HD502HJ.06"
UUID="238dd5dc-012f-46e1-b680-84dbe9287d2b" TYPE="ext2"
/dev/mapper/vgHDB-HDBB: LABEL="HD502HJ.0B"
UUID="d7bc3d22-238a-47d4-86c8-6aa3384404e5" TYPE="ext2"
...

I have a question: who creates exactly those /dev/ entries?

The reason I ask is that sometimes with mondorescue they are not created and
I cnnot access the lv's.


I think that it's dmsetup - or a combination of dmsetup and udev.




Sure enough, from 'man dmsetup':

...
create
device_name [-u uuid] [--notable | --table  | table_file]

Creates a device with the given name. If table_file or  is 
supplied, the table is loaded and made live. Otherwise a table is read 
from standard input unless --notable is used. The optional uuid can be 
used in place of device_name in subsequent dmsetup commands. If 
successful a device will appear as /dev/device-mapper/. See 
below for information on the table format.

...
























--
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/ippjdq$v8e$1...@dough.gmane.org



Re: who creates 'dev/mapper/vgHDB-HDB9'?

2011-05-03 Thread Camaleón
On Tue, 03 May 2011 13:33:06 -0500, Hugo Vanwoerkom wrote:

> Camaleón wrote:

>>> I have a question: who creates exactly those /dev/ entries?
>> 
>> I'd say "udev".
>>  
>>> The reason I ask is that sometimes with mondorescue they are not
>>> created and I cnnot access the lv's.
>> 
>> I dunno how does mondo works. Is it a program to be run on live
>> installations or needs to be loaded from a livecd or...? :-?
>> 
>> 
> Mondoarchive creates a bootable media and that is booted to restore the
> data archived. But saying 'udev' is very general...

Ah, that could explain why mondo fails the detection. "udev" create 
devices on the fly -at booting- so mondo may use another nomenclature or 
method to create them :-?

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.2011.05.03.19.05...@gmail.com



[OT] What SmartPhone for a FreeTard??? [Was: Poll - What Smartphone do you use?]

2011-05-03 Thread Klistvud

Dne, 03. 05. 2011 19:41:14 je green napisal(a):

shawn wilson wrote at 2011-05-03 10:55 -0500:
> On May 3, 2011 11:06 AM, "green"  wrote:
> > Probably the Nokia N810 does not count, considering it is not GSM  
or CDMA
> > capable.  And at this point it seems unlikely that Debian will  
ever run on

> > it.
>
> What? Might want to Google again. IIRC, Nokia's phones were the  
closest
> to linux 5+ years before Apple or Google ever thought of making a  
phone. The
> n7xx, n8xx and n9xx should run most (if not all?) linux programs  
that can be

> compiled on an ARM.
>
> IIRC, OS2008 was a port of debian.

I expected a response like this. ;)

By "run Debian" I mean actually run Debian armel.  I have run Debian  
and a
linux-omap-2.6 kernel on the N810 in the past, but the battery  
drained fast,
no GPS, no X, couldn't read internal mmc, audio problems, etc.   
Basically,

"it didn't work".




So, what are currently the most "free" options out there? It doesn't  
have to be Debian -- heck, it doesn't even have to be Linux, as long as  
it's free as in freedom (or sort of).


I've been buying strictly Symbian for years, but with their "smart"  
leap through Windows, Nokia has lost another customer. So, what vendors  
should I be checking out if I want:


1. something free-ish *that works* (yep, including the camera, the GPS,  
the music player, even the memory card; too much to ask?)
2. a freedom-friendly vendor that offers low-end "dumbphones" too (for  
my kids and those who just need the occasional SMS, and don't want to  
carry a CRAY in their pocket)


Suggestions welcome.

--
Cheerio,

Klistvud  
http://bufferoverflow.tiddlyspot.com
Certifiable Loonix User #481801  Please reply to the list, not to  
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/1304449044.4063.1@compax



Re: Knoppix and debian

2011-05-03 Thread David Baron
> Knoppix can be installed to a hard drive, but that is not recommended,
> and I can confirm it is unmaintainable. You throw it away and install
> the next version. Some people claim this is also necessary with Ubuntu.

I started with Knoppix, liked it, did the HD install. Was just fine.

Until I "discovered" upgrading and apt. While I still have a few Knopper-isms 
around, I can say I am running Sid. I would get rid of those few as they are 
no longer needed or functioning if I new how (dependency problems with Sid 
packages!).



Re: Why doesn't ... -- time lag exist

2011-05-03 Thread Jon Dowland
On Tue, May 03, 2011 at 04:47:01PM +0100, Lisi wrote:
> And "What is this crap" was helpful in what way??  And he should be grateful
> for such a response because... ?

Indeed.  sdc's original post could be considered to be a carefully-constructed
flame, but his subsequent reply clearly shows this is not the case.  I can't
think of any way that Michelle's message can be interpreted as constructive.

-- 
Jon Dowland


-- 
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/20110503183453.gb26...@deckard.alcopop.org



Re: who creates 'dev/mapper/vgHDB-HDB9'?

2011-05-03 Thread Hugo Vanwoerkom

Camaleón wrote:

On Tue, 03 May 2011 11:41:28 -0500, Hugo Vanwoerkom wrote:


I have installed lvm2 and created pv's, vg's and lv's. E.g.:


(...)


and blkid says:

...
/dev/mapper/vgHDB-HDB3: LABEL="HD502HJ.03"
UUID="b12819b7-8f07-4bf6-af66-9bb9410536a1" TYPE="ext2"


(...)


I have a question: who creates exactly those /dev/ entries?


I'd say "udev".
 

The reason I ask is that sometimes with mondorescue they are not created
and I cnnot access the lv's.


I dunno how does mondo works. Is it a program to be run on live 
installations or needs to be loaded from a livecd or...? :-?




Mondoarchive creates a bootable media and that is booted to restore the 
data archived. But saying 'udev' is very general...


Hugo


--
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/ipphp2$k22$1...@dough.gmane.org



Re: xmodmap settings are forgotten/lost during session

2011-05-03 Thread Wolfgang Karall
Hello,

trying to investigate this further, I set up a Cron job running every
minute executing the following commands:

DISPLAY=:0.0 xmodmap > /dev/null 2>&1 && \
DISPLAY=:0.0 xmodmap -pke | grep -q F19 || echo xmodmap gone && \
DISPLAY=:0.0 xmodmap ~/.Xmodmap

I.e. I check whether my mapping for F19 is still and generate some
output to get an email from Cron every time the settings are gone,
reloading the settings in the last line. The first is just a check
whether there's actually a X11 session on the first DISPLAY.

And I get a regular pattern, exactly every 10 minutes my xmodmap
settings get flushed. Of course I searched for other Cron jobs, but to
no avail.

What else could reset my keyboard settings every 10 minutes? Or has
anyone an idea how to debug this further?

Cheers
Wolfgang


-- 
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/20110503182801.ga29...@lenny.spiney.org



Re: Poll - What Smartphone do you use?

2011-05-03 Thread shawn wilson
On May 3, 2011 1:41 PM, "green"  wrote:
>
> shawn wilson wrote at 2011-05-03 10:55 -0500:
> > On May 3, 2011 11:06 AM, "green"  wrote:
> > > Probably the Nokia N810 does not count, considering it is not GSM or
CDMA
> > > capable.  And at this point it seems unlikely that Debian will ever
run on
> > > it.
> >
> > What? Might want to Google again. IIRC, Nokia's phones were the
closest
> > to linux 5+ years before Apple or Google ever thought of making a phone.
The
> > n7xx, n8xx and n9xx should run most (if not all?) linux programs that
can be
> > compiled on an ARM.
> >
> > IIRC, OS2008 was a port of debian.
>
> I expected a response like this. ;)
>
> By "run Debian" I mean actually run Debian armel.  I have run Debian and a
> linux-omap-2.6 kernel on the N810 in the past, but the battery drained
fast,
> no GPS, no X, couldn't read internal mmc, audio problems, etc.  Basically,
> "it didn't work".  There are some howtos for running Debian or Ubuntu, but
> either they are chroots, or the required packages no longer exist.  Even
> using a Debian chroot has not worked for me, because I always use
encryption
> for my files and neither LUKS/cryptsetup nor encfs work with the Maemo
> kernel.  I have spent a little time trying to rebuild the Maemo kernel,
but
> the custom init stuff just makes it all more complicated, and I have not
> found a howto that includes rebuilding the initfs.
>
> Or I could keep it simple and just say "running Debian means using
mainline
> Linux".  I have been told that at least GPS and power management will
likely
> never be supported by mainline.
>
> I suppose the story is unfortunately the same with the N900.  I will not
> purchase one for "running Debian" unless I see real evidence of mainline
> support.
> https://elektranox.org/n900/kernel/status.html
>

Yeah but all of this means your Nokia is light years ahead of any idevice or
Android of running linux. Some hardware might not work but you can still
have a custom linux kernel and run linux apps.

For instance, I can ssh into my box from my phone and open vi. You can get
vi and open it on your n800.

Ps- lisi are you inferring that products that are no longer manufactured
should not be supported by the open source community? I truly hope not.


Re: who creates 'dev/mapper/vgHDB-HDB9'?

2011-05-03 Thread Tom H
On Tue, May 3, 2011 at 12:41 PM, Hugo Vanwoerkom  wrote:
>
> I have installed lvm2 and created pv's, vg's and lv's. E.g.:
>
> root@Debian:/home/hugo# lvdisplay
>  --- Logical volume ---
>  LV Name                /dev/vgHDB/HDB3
>  VG Name                vgHDB
>  LV UUID                SCHlBs-acvc-FLzz-TgwV-0IGX-aXBM-AdbPsB
>  LV Write Access        read/write
>  LV Status              available
>  # open                 0
>  LV Size                12.00 GiB
>  Current LE             3072
>  Segments               1
>  Allocation             inherit
>  Read ahead sectors     auto
>  - currently set to     256
>  Block device           254:1
>
> ...
>
> and blkid says:
>
> ...
> /dev/mapper/vgHDB-HDB3: LABEL="HD502HJ.03"
> UUID="b12819b7-8f07-4bf6-af66-9bb9410536a1" TYPE="ext2"
> /dev/mapper/vgHDB-HDB7: LABEL="HD502HJ.07"
> UUID="c889aa6c-e0c3-4954-b8fe-b87d257c1cc6" TYPE="ext2"
> /dev/mapper/vgHDB-HDB5: LABEL="HD502HJ.05"
> UUID="18027b86-2b1f-4e24-ab5a-eb56ba0509c9" TYPE="ext2"
> /dev/mapper/vgHDB-HDB6: LABEL="HD502HJ.06"
> UUID="238dd5dc-012f-46e1-b680-84dbe9287d2b" TYPE="ext2"
> /dev/mapper/vgHDB-HDBB: LABEL="HD502HJ.0B"
> UUID="d7bc3d22-238a-47d4-86c8-6aa3384404e5" TYPE="ext2"
> ...
>
> I have a question: who creates exactly those /dev/ entries?
>
> The reason I ask is that sometimes with mondorescue they are not created and
> I cnnot access the lv's.

I think that it's dmsetup - or a combination of dmsetup and udev.


--
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/BANLkTinO6zy7FHV1+6cWedc7Rbjb=h7...@mail.gmail.com



Re: who creates 'dev/mapper/vgHDB-HDB9'?

2011-05-03 Thread Camaleón
On Tue, 03 May 2011 11:41:28 -0500, Hugo Vanwoerkom wrote:

> I have installed lvm2 and created pv's, vg's and lv's. E.g.:

(...)

> and blkid says:
> 
> ...
> /dev/mapper/vgHDB-HDB3: LABEL="HD502HJ.03"
> UUID="b12819b7-8f07-4bf6-af66-9bb9410536a1" TYPE="ext2"

(...)

> I have a question: who creates exactly those /dev/ entries?

I'd say "udev".
 
> The reason I ask is that sometimes with mondorescue they are not created
> and I cnnot access the lv's.

I dunno how does mondo works. Is it a program to be run on live 
installations or needs to be loaded from a livecd or...? :-?

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.2011.05.03.17.53...@gmail.com



Re: Poll - What Smartphone do you use?

2011-05-03 Thread green
shawn wilson wrote at 2011-05-03 10:55 -0500:
> On May 3, 2011 11:06 AM, "green"  wrote:
> > Probably the Nokia N810 does not count, considering it is not GSM or CDMA
> > capable.  And at this point it seems unlikely that Debian will ever run on
> > it.
> 
> What? Might want to Google again. IIRC, Nokia's phones were the closest
> to linux 5+ years before Apple or Google ever thought of making a phone. The
> n7xx, n8xx and n9xx should run most (if not all?) linux programs that can be
> compiled on an ARM.
> 
> IIRC, OS2008 was a port of debian.

I expected a response like this. ;)

By "run Debian" I mean actually run Debian armel.  I have run Debian and a 
linux-omap-2.6 kernel on the N810 in the past, but the battery drained fast, 
no GPS, no X, couldn't read internal mmc, audio problems, etc.  Basically, 
"it didn't work".  There are some howtos for running Debian or Ubuntu, but 
either they are chroots, or the required packages no longer exist.  Even 
using a Debian chroot has not worked for me, because I always use encryption 
for my files and neither LUKS/cryptsetup nor encfs work with the Maemo 
kernel.  I have spent a little time trying to rebuild the Maemo kernel, but 
the custom init stuff just makes it all more complicated, and I have not 
found a howto that includes rebuilding the initfs.

Or I could keep it simple and just say "running Debian means using mainline 
Linux".  I have been told that at least GPS and power management will likely 
never be supported by mainline.

I suppose the story is unfortunately the same with the N900.  I will not 
purchase one for "running Debian" unless I see real evidence of mainline 
support.
https://elektranox.org/n900/kernel/status.html


signature.asc
Description: Digital signature


Re: Lost input devices on eeepc900.

2011-05-03 Thread Camaleón
On Tue, 03 May 2011 20:17:03 +0300, Matthias Andersson wrote:

> On 05/03/2011 07:58 PM, Camaleón wrote:
> 
>> Are you running wheezy?
>> 
>> 
> I'm running Squeeze on the machine in question. 

Then the problem should be in another place.

Try with "alsamixer" (tab to "capture") and check if the mic is listed 
there.

Did you make any change/package upgrade recently? Have you tested with a 
new freshly created user?

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.2011.05.03.17.33...@gmail.com



Re: Lost input devices on eeepc900.

2011-05-03 Thread Matthias Andersson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05/03/2011 07:58 PM, Camaleón wrote:

> Are you running wheezy?
> 

I'm running Squeeze on the machine in question.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNwDiOAAoJEDF8u+ZDBCZ516QIAKRnT7pMcjSKlvdp1XkIgw15
tcB7Abe3RrvRVemk9JHWq40iX7eXokdpeBYv6QywWkOnpWpOpSUMIfc/Kox4a3lu
x/DXv00P1TzpcjuXwb8VkzBPSVckdYvIso3ILrA0aT5D+gXmy0wkGN/hVPg8xb+M
y4bTYzCkYeq0vSELFActglYOPtVlrT8eWKnAPSfVfx/UKrHbbu979s9qsLJbgXHU
JYhRm5A6Qt5fg6rhVUJRdj2H5cGD7Sx0aA9JCOXHu53PhpLYjlxsGCqnloGTeOwj
gnla0Lr5yX/TT3bnjQTLeJ+bX1sYhA01EdlCOStVAsqzUz2PX6xwUDxlSgZPBuk=
=bqg/
-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/4dc0388f.2060...@pp1.inet.fi



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Lisi
On Tuesday 03 May 2011 16:55:40 shawn wilson wrote:
> On May 3, 2011 11:06 AM, "green"  wrote:
> > giovanni_re wrote at 2011-05-02 22:35 -0500:
> > > What Smartphone do you use?
> >
> > Probably the Nokia N810 does not count, considering it is not GSM or CDMA
> > capable.  And at this point it seems unlikely that Debian will ever run
> > on it.
>
> What? Might want to Google again. IIRC, Nokia's phones were the closest
> to linux 5+ years before Apple or Google ever thought of making a phone.
> The n7xx, n8xx and n9xx should run most (if not all?) linux programs that
> can be compiled on an ARM.
>
> IIRC, OS2008 was a port of debian.
>
> Also, even symbian has Unix roots as I remember an old defcon or bh talk
> where the guy was explaining how they had implemented an old kernel with
> tons of known vulnerabilities.

Yes.  But now that Nokia is throwing its lot in with MS, and closing down many 
of its software development facilities, and symbian is already dead, that is 
all likely to change, and is probably what green meant.  So on this  
particular occasion it is probably you who should Google!  

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



Re: Knoppix and debian

2011-05-03 Thread Lisi
On Tuesday 03 May 2011 16:51:20 Chen Wei wrote:
> On Tue, May 03, 2011 at 03:29:20PM +0200, Hans-J. Ullrich wrote:
> > just a simple question: I discovered the hardware recognition on the
> > KNOPPIX- DVD is very good.
> >
> > Is this a personal development by Klaus Knopper? Is it also used by
> > debian? And if not, why not?
>
> Do you mean KNOPPIX discovers more hardware than debian, or KNOPPIX shows
> the hardware recognition process in a more user friendly way?

It recognises more hardware.

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



Re: Lost input devices on eeepc900.

2011-05-03 Thread Camaleón
On Mon, 02 May 2011 16:40:17 +0300, Matthias Andersson wrote:

> The microphones stopped working on my eeePC 900 about a week ago. I
> noticed that the input devices section is empty in the sound preferences
> and I'm unable to determine what could had messed up the settings. For
> instance skype is set to use pulseaudio.
> 
> Playback works fine. Personally I'm really not happy with the quality of
> my question but at this point this is the best what I can produce.

Are you running wheezy?

I've seen a similar case this week (all of a sudden, mic stopped from 
working) that required the installation of "gstreamer0.10-gconf" but that 
package is only available for wheezy and the problem with the mic should 
be only reproducible under testing.

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.2011.05.03.16.58...@gmail.com



who creates 'dev/mapper/vgHDB-HDB9'?

2011-05-03 Thread Hugo Vanwoerkom

Hi,

I have installed lvm2 and created pv's, vg's and lv's. E.g.:

root@Debian:/home/hugo# lvdisplay
  --- Logical volume ---
  LV Name/dev/vgHDB/HDB3
  VG NamevgHDB
  LV UUIDSCHlBs-acvc-FLzz-TgwV-0IGX-aXBM-AdbPsB
  LV Write Accessread/write
  LV Status  available
  # open 0
  LV Size12.00 GiB
  Current LE 3072
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:1

...

and blkid says:

...
/dev/mapper/vgHDB-HDB3: LABEL="HD502HJ.03" 
UUID="b12819b7-8f07-4bf6-af66-9bb9410536a1" TYPE="ext2"
/dev/mapper/vgHDB-HDB7: LABEL="HD502HJ.07" 
UUID="c889aa6c-e0c3-4954-b8fe-b87d257c1cc6" TYPE="ext2"
/dev/mapper/vgHDB-HDB5: LABEL="HD502HJ.05" 
UUID="18027b86-2b1f-4e24-ab5a-eb56ba0509c9" TYPE="ext2"
/dev/mapper/vgHDB-HDB6: LABEL="HD502HJ.06" 
UUID="238dd5dc-012f-46e1-b680-84dbe9287d2b" TYPE="ext2"
/dev/mapper/vgHDB-HDBB: LABEL="HD502HJ.0B" 
UUID="d7bc3d22-238a-47d4-86c8-6aa3384404e5" TYPE="ext2"

...

I have a question: who creates exactly those /dev/ entries?

The reason I ask is that sometimes with mondorescue they are not created 
and I cnnot access the lv's.


Hugo










--
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/ippb7p$b8g$1...@dough.gmane.org



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Kelly Harding
Sony Ericsson Xperia X10, running Android 2.1, but 2.3 promised by SE.

Works ok, but a few niggles with it, but the camera is great on it I'm
finding (8mp, carl ziess lens).

Kelly


-- 
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/banlktikufqqkav3qkgppm488fwbvwnz...@mail.gmail.com



Re: Knoppix and debian

2011-05-03 Thread Camaleón
On Tue, 03 May 2011 16:42:07 +0100, Lisi wrote:

> On Tuesday 03 May 2011 15:58:31 Camaleón wrote:
>> On Tue, 03 May 2011 15:45:36 +0100, Lisi wrote:
>> > On Tuesday 03 May 2011 15:07:03 Alex Mestiashvili wrote:
>> >> On 05/03/2011 03:29 PM, Hans-J. Ullrich wrote:
>> >> > just a simple question: I discovered the hardware recognition on
>> >> > the KNOPPIX- DVD is very good.
>> >> >
>> >> > Is this a personal development by Klaus Knopper? Is it also used
>> >> > by debian? And if not, why not?
>> >>
>> >> I think that the difference is only that knoppix , grml and other
>> >> live cds use more recent software from unstable .
>> >
>> > No, I disagree.  As Hans-J says, I have always found that Knoppix is
>> > exceptionally good at hardware recognition.
>>
>> (...)
>>
>> Well, featuring a good hardware recognition is closely related to use
>> the most recent versions of the kernel and firmwares so Alex statement
>> makes a lot of sense ;-)
> 
> And the reason that I have found Ubuntu less good on hardware
> recognition is...?  It prides itself on being up to date.

I guess that Ubuntu applies many patches on their own packages and also, 
LTS releases should have not-so-up-to-date kernel version.

What I mean is that, regardless of the distribution, having an updated 
kernel solves many issues, mostly related to hardware detection/problems.

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.2011.05.03.16.07...@gmail.com



Re: Knoppix and debian

2011-05-03 Thread Camaleón
On Tue, 03 May 2011 17:09:09 +0200, Hans-J. Ullrich wrote:

> Am Dienstag, 3. Mai 2011 schrieb Camaleón:
>> On Tue, 03 May 2011 15:45:36 +0100, Lisi wrote:
>> > On Tuesday 03 May 2011 15:07:03 Alex Mestiashvili wrote:
>> >> On 05/03/2011 03:29 PM, Hans-J. Ullrich wrote:
>> >> > just a simple question: I discovered the hardware recognition on
>> >> > the KNOPPIX- DVD is very good.
>> >> > 
>> >> > Is this a personal development by Klaus Knopper? Is it also used
>> >> > by debian? And if not, why not?
>> >> 
>> >> I think that the difference is only that knoppix , grml and other
>> >> live cds use more recent software from unstable .
>> > 
>> > No, I disagree.  As Hans-J says, I have always found that Knoppix is
>> > exceptionally good at hardware recognition.
>> 
>> (...)
>> 
>> Well, featuring a good hardware recognition is closely related to use
>> the most recent versions of the kernel and firmwares so Alex statement
>> makes a lot of sense ;-)
>> 
> 
> Hmm,
> 
> but as far as I know, Knoppix is based on debian/stable!

Squeeze has kernel 2.6.32 and Knoppix 2.6.36/2.6.37¹ so that's a 
difference.

¹ftp://ftp.uni-erlangen.de/pub/mirrors/knoppix/packages.txt

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.2011.05.03.16.00...@gmail.com



Re: Poll - What Smartphone do you use?

2011-05-03 Thread shawn wilson
On May 3, 2011 11:06 AM, "green"  wrote:
>
> giovanni_re wrote at 2011-05-02 22:35 -0500:
> > What Smartphone do you use?
>
> Probably the Nokia N810 does not count, considering it is not GSM or CDMA
> capable.  And at this point it seems unlikely that Debian will ever run on
> it.
>

What? Might want to Google again. IIRC, Nokia's phones were the closest
to linux 5+ years before Apple or Google ever thought of making a phone. The
n7xx, n8xx and n9xx should run most (if not all?) linux programs that can be
compiled on an ARM.

IIRC, OS2008 was a port of debian.

Also, even symbian has Unix roots as I remember an old defcon or bh talk
where the guy was explaining how they had implemented an old kernel with
tons of known vulnerabilities.


Re: Knoppix and debian

2011-05-03 Thread Chen Wei
On Tue, May 03, 2011 at 03:29:20PM +0200, Hans-J. Ullrich wrote:
> just a simple question: I discovered the hardware recognition on the KNOPPIX-
> DVD is very good. 
> 
> Is this a personal development by Klaus Knopper? Is it also used by debian? 
> And if not, why not?
Do you mean KNOPPIX discovers more hardware than debian, or KNOPPIX shows
the hardware recognition process in a more user friendly way?



-- 
Chen Wei


-- 
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/20110503155120.GB3827@Tungsten.DarkStar



Re: Why doesn't ... -- time lag exist

2011-05-03 Thread Lisi
On Tuesday 03 May 2011 16:20:29 Osamu Aoki wrote:
> Please be kind to the people spending time to respond to you and
> thankful to them.  Please also understand there are some time lag on
> mailing list communication.
>
> At least to me, you (=sdc) are the one started with sensational words in
> title to piss off people who take software freedom seriously.  Probably,
> you did not mean it and it was mere lack of your knowledge.  
>
> Email is difficult communication tool, indeed.

And "What is this crap" was helpful in what way??  And he should be grateful 
for such a response because... ?

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



Re: Knoppix and debian

2011-05-03 Thread Lisi
On Tuesday 03 May 2011 15:58:31 Camaleón wrote:
> On Tue, 03 May 2011 15:45:36 +0100, Lisi wrote:
> > On Tuesday 03 May 2011 15:07:03 Alex Mestiashvili wrote:
> >> On 05/03/2011 03:29 PM, Hans-J. Ullrich wrote:
> >> > just a simple question: I discovered the hardware recognition on the
> >> > KNOPPIX- DVD is very good.
> >> >
> >> > Is this a personal development by Klaus Knopper? Is it also used by
> >> > debian? And if not, why not?
> >>
> >> I think that the difference is only that knoppix , grml and other live
> >> cds use more recent software from unstable .
> >
> > No, I disagree.  As Hans-J says, I have always found that Knoppix is
> > exceptionally good at hardware recognition.
>
> (...)
>
> Well, featuring a good hardware recognition is closely related to use the
> most recent versions of the kernel and firmwares so Alex statement makes
> a lot of sense ;-)

And the reason that I have found Ubuntu less good on hardware recognition 
is...?  It prides itself on being up to date.

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



Re: mua and mail service provider statistics

2011-05-03 Thread Abhishek Dasgupta
Chris Davies wrote:
> Rob Owens  wrote:
> > I think Mutt is awesome for handling mailing lists.  I always view in
> > thread mode, and I use Ctrl-d to delete entire threads that don't
> > interest me.  I can delete the entire thread in the time it takes me to
> > read the subject line.
> 
> I've always tended to treat mailing lists as newsgroups. So I drop them
> into my local news subsystem and read them with tin. Thread killing is
> "permanent" (i.e. if you kill a thread then it stays dead no matter how
> many new messages arrive for it). I suspect that this approach and mutt
> give similar results.
> 

Actually not. I use mutt and there is no way to permanently kill a
thread.

-- 
Abhishek


-- 
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/20110503154054.ga2...@squirrel.abhidg.net



Re: Why doesn't ... -- time lag exist

2011-05-03 Thread Osamu Aoki
Hi,

On Sat, Apr 30, 2011 at 12:10:08AM +0300, sdc wrote:
> Michelle Konzack, don't know why you are replying since the problem has been
> solved. Read the thread, if you are looking for flame, flame elsewhere. By
> the way, is there an option to mark this mail as a solved so others will
> (hopefully)not reply to it anymore?

Please be kind to the people spending time to respond to you and
thankful to them.  Please also understand there are some time lag on
mailing list communication.

At least to me, you (=sdc) are the one started with sensational words in
title to piss off people who take software freedom seriously.  Probably,
you did not mean it and it was mere lack of your knowledge.  

Email is difficult communication tool, indeed.

Regards,

Osamu


-- 
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/20110503152029.ga29...@debian.org



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Chen Wei
On Tue, May 03, 2011 at 01:39:40PM +0100, Nuno Magalhães wrote:
> +1
> And i use a dumbphone, Nokia 2600 i think, good to make calls and send
> text messages.
> 
> If i ever get a smartphone, it'll be an openmoko (pref the GTA02A7++
> or any of the later if they ever come out and cheap).
> 
I used like Palm Treo, but Palm discontined palmos phone a while ago, so
I stay with Nokia 1209 dumbphone. It is small, it has long standby time,
its battery is widely used in many Nokia phones, as well as other
devices, including handheld radio and GPS, a nice feature if u own or
plan to own such devices, also almost guarantee the spare battery can be
easily found.


-- 
Chen Wei


-- 
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/20110503153155.GA3827@Tungsten.DarkStar



Re: KDE does not start any more

2011-05-03 Thread Arno Schuring
Hans-J. Ullrich (hans.ullr...@loop.de on 2011-05-03 14:35 +0200):
> Dear list, 
> 
> since my last upgrade KDE4 is starting any more.
> As I am starting KDE from KDM, KDE is starting, then the splash
> screen appears. After the third icon of the splash screen appears for
> millisecond, KDE is crashing, X is resetting and KDM is restarted.
> 
> Any other WM like LXDE, FVWM, XFCE and so on are working fine.
> 
> Where can I look? Which are the logfiles, where I should
> look? /var/log/syslog, /var/log/Xorg.0.log and /var/log/kdm.log did
> not help much.
[..]
> 
> Any ideas, how to have a clearer look, what is happening at start of
> KDE?
I'm not familiar with KDE, but you should be able to find details about
user sessions (i.e. anything after succesful login) in
~/.xsession-errors.


Regards,
Arno


-- 
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/20110503172900.238e3...@neminis.loos.site



Re: Knoppix and debian

2011-05-03 Thread Joe
On Tue, 3 May 2011 15:29:20 +0200
"Hans-J. Ullrich"  wrote:

> Hi all,
> 
> just a simple question: I discovered the hardware recognition on the
> KNOPPIX- DVD is very good. 
> 
> Is this a personal development by Klaus Knopper? Is it also used by
> debian? And if not, why not?
> 

I would assume there is some good reason involving licences. But Knoppix
is available to anyone, and I would expect other Debian users will do
what I do, and run Knoppix (and Ubuntu) on problematic hardware, to see
what is necessary for it to work with standard Debian.

Both distributions are very useful troubleshooting tools, because they
are so close to Debian (it's not much help to know that a bit of
'difficult' hardware works with Windows), and I have kept one of the
last CD versions of Knoppix for use on older machines which do not have
a DVD drive. While it isn't explicitly a 'rescue' distribution, it does
have most, if not all, of the necessary tools.

Knoppix can be installed to a hard drive, but that is not recommended,
and I can confirm it is unmaintainable. You throw it away and install
the next version. Some people claim this is also necessary with Ubuntu.

-- 
Joe


-- 
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/20110503162659.4ff2b...@jresid.jretrading.com



Re: Knoppix and debian

2011-05-03 Thread Hans-J. Ullrich
Am Dienstag, 3. Mai 2011 schrieb Camaleón:
> On Tue, 03 May 2011 15:45:36 +0100, Lisi wrote:
> > On Tuesday 03 May 2011 15:07:03 Alex Mestiashvili wrote:
> >> On 05/03/2011 03:29 PM, Hans-J. Ullrich wrote:
> >> > just a simple question: I discovered the hardware recognition on the
> >> > KNOPPIX- DVD is very good.
> >> > 
> >> > Is this a personal development by Klaus Knopper? Is it also used by
> >> > debian? And if not, why not?
> >> 
> >> I think that the difference is only that knoppix , grml and other live
> >> cds use more recent software from unstable .
> > 
> > No, I disagree.  As Hans-J says, I have always found that Knoppix is
> > exceptionally good at hardware recognition.
> 
> (...)
> 
> Well, featuring a good hardware recognition is closely related to use the
> most recent versions of the kernel and firmwares so Alex statement makes
> a lot of sense ;-)
> 
> Greetings,

Hmm, 

but as far as I know, Knoppix is based on debian/stable!

Hans


-- 
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/201105031709.10676.hans.ullr...@loop.de



Re: Poll - What Smartphone do you use?

2011-05-03 Thread green
giovanni_re wrote at 2011-05-02 22:35 -0500:
> What Smartphone do you use?

Probably the Nokia N810 does not count, considering it is not GSM or CDMA 
capable.  And at this point it seems unlikely that Debian will ever run on 
it.


signature.asc
Description: Digital signature


Re: KDE does not start any more

2011-05-03 Thread Camaleón
On Tue, 03 May 2011 14:35:45 +0200, Hans-J. Ullrich wrote:

(...)

> Where can I look? Which are the logfiles, where I should look?
> /var/log/syslog, /var/log/Xorg.0.log and /var/log/kdm.log did not help
> much.

Look at your "~/.xession-errors" file, maybe something fell in there.

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.2011.05.03.15.05...@gmail.com



Re: Knoppix and debian

2011-05-03 Thread Andrew McGlashan

Alex Mestiashvili wrote:
   

run from time to time
update-pciids


Is that something to do in old stable as well?

I just checked cron jobs and nothing is there to do this.

--
Kind Regards
AndrewM

Andrew McGlashan
Broadband Solutions now including VoIP


--
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/4dc01963.5050...@affinityvision.com.au



Re: Knoppix and debian

2011-05-03 Thread Camaleón
On Tue, 03 May 2011 15:45:36 +0100, Lisi wrote:

> On Tuesday 03 May 2011 15:07:03 Alex Mestiashvili wrote:
>> On 05/03/2011 03:29 PM, Hans-J. Ullrich wrote:
>> > just a simple question: I discovered the hardware recognition on the
>> > KNOPPIX- DVD is very good.
>> >
>> > Is this a personal development by Klaus Knopper? Is it also used by
>> > debian? And if not, why not?
>>
>> I think that the difference is only that knoppix , grml and other live
>> cds use more recent software from unstable .
> 
> No, I disagree.  As Hans-J says, I have always found that Knoppix is
> exceptionally good at hardware recognition.

(...)

Well, featuring a good hardware recognition is closely related to use the 
most recent versions of the kernel and firmwares so Alex statement makes 
a lot of sense ;-)

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.2011.05.03.14.58...@gmail.com



Re: Knoppix and debian

2011-05-03 Thread Lisi
On Tuesday 03 May 2011 15:07:03 Alex Mestiashvili wrote:
> On 05/03/2011 03:29 PM, Hans-J. Ullrich wrote:
> > just a simple question: I discovered the hardware recognition on the
> > KNOPPIX- DVD is very good.
> >
> > Is this a personal development by Klaus Knopper? Is it also used by
> > debian? And if not, why not?
>
> I think that the difference is only that knoppix , grml and other live
> cds use more recent software from unstable .

No, I disagree.  As Hans-J says, I have always found that Knoppix is 
exceptionally good at hardware recognition.

But sorry, Hans-J.  I don't know the reason!

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



Re: multiboot grub2

2011-05-03 Thread wolf python london
On 3 May 2011 15:19, consul tores  wrote:
> Hello
>
> i have a Laptop with Squeeze, OpenBSD-amd64-4.9, and
> Slackware64-13.37: and it is using grub2 as bootloader, (if i use
> lilo, it works correctly, but i want to evade bios check) grub2 can
> not recognize OpenBSD (what is not a problem), and it recognize
> Slackware, but can not start it. it only gets a simple panic. i have
> tested the Slackware installer dvd (kernel), successfully.
> Looking/playing inside /etc/grub.d, do not do any change! Slackware
> lilo is installed at sector 0 of Slackware partition.
>
Er , as far as my know , we usually chainload the BSD Unix . I'm using
FreeBSD 8.2 amd64 in
my desktop and Squeeze , Mandriva 2010.2 ,  and the bootloader is
grub2 shipped with  Squeeze.
the problems are:
1) os-probe cannot probe Mandriva **corrently **, which means it does
probe Mandriva (kernel panic),but not correctly .
 (here there is bug report and the patch
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566102).
Maybe it applys to Slackware?
2) I use chainload to boot the FreeBSD , and os-probe cannot probe
FreeBSD ,either.

> Could somebody tell me where could i see, please? or what could i do?
>
> --
>            Consultores Agropecuarios.
> Administracion, Produccion, Capacitacion.
>
>
> --
> 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/banlktimfa_q9jrozaywwadmy35tokv...@mail.gmail.com
>
>



-- 

wolf python london(WPL)
Do as you soul should do !



--
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/banlktint6knsx3nfyvw3xgpwch9njtq...@mail.gmail.com



Re: Knoppix and debian

2011-05-03 Thread Alex Mestiashvili

On 05/03/2011 03:29 PM, Hans-J. Ullrich wrote:

Hi all,

just a simple question: I discovered the hardware recognition on the KNOPPIX-
DVD is very good.

Is this a personal development by Klaus Knopper? Is it also used by debian?
And if not, why not?

Greetings

Hans


   

run from time to time
update-pciids

I think that the difference is only that knoppix , grml and other live 
cds use more recent software from unstable .


Regards ,
Alex



--
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/4dc00c07.7080...@biotec.tu-dresden.de



Re: Problem with Samba on Squeeze

2011-05-03 Thread Camaleón
El 2011-05-03 a las 02:50 -0700, Roger Morgan escribió:

(resending to the list, no sensible data on it)

> > From: Camaleón 
> 
> > 
> > Make  a quick test. Try "smbclient -L servername" but when asked for the 
> > user's  password just press [enter] to log anonymously and check if you 
> > get any  output differenet than the first one.
> > 
> Yes, it is different:
> 
> ~$ smbclient -L lyra
> Enter roger's password: 
> Anonymous login successful

Wow. It logs just fine. So in the end there must be something with 
authentication which does not like samba but dunno "what" nor "why" :-?

Sorry, I'm out of ideas :-( and the full logs you sent was not showing 
any specific error or warning on the authentication side. Let's see if 
someone here can suggest another thing to test...

> Domain=[GALAXY] OS=[Unix] Server=[Samba 3.5.6]
> 
> Sharename   Type  Comment
> -     ---
> print$  Disk  Printer Drivers
> Samsung1510 Printer   lyra smbshare
> common  Disk  lyra smbshare
> IPC$IPC   IPC Service (lyra server)
> Samsung_ML-1510_700 Printer   Samsung ML-1510_700
> Anonymous login successful
> Domain=[GALAXY] OS=[Unix] Server=[Samba 3.5.6]
> 
> Server   Comment
> ----
> LYRA lyra server
> 
> WorkgroupMaster
> ----
> GALAXY   LYRA

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/20110503134138.ga5...@stt008.linux.site



Re: What is this Apple Bootstrap thing of which the installer speaks?

2011-05-03 Thread Roger Leigh
On Tue, May 03, 2011 at 09:00:50AM -0400, annathemerm...@hush.com wrote:
> So, I was trying to install Debian on this old iBook, and
> apparently yaboot wants an Apple Bootstrap partition of a
> particular size. I don't see a way to create such a thing in the
> partitioner, and I would think it is something Mac OS X ought to
> have created? Unfortunately, the Mac OS X partitioner really isn't
> that powerful.

It's not, unfortunately.  You'll need to use mac-fdisk to partition
the disk correctly.  This will let you create an Apple_Bootstrap
partition of the correct size.  For some reason the Apple disk
utility deliberately hides these "special" partitions!


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: Need help setting up a home LAN

2011-05-03 Thread Lisi
Sorry, John.  This shoul dhave gone to the lsit and not off-list.
On Monday 02 May 2011 16:50:41 John Hasler wrote:
> Lisi writes:
> > +1.  Much easier to remember!  It took me several years to be able to
> > remember my computers' names without having to look them up.
>
> I wrote:
> > Why didn't you just give them numerical names?
>
> Mihira Fernando writes:
> > Like the IP address ? :D
>
> Sure.  OneNinetyTwoDotOneSixtyEightDotOneDotOne, perhaps.  Or just use
> the in-addr.arpa name.

The first three numbers are the same for every box on my lan, so easy to 
remember.  So additionally I only need to remember 1 (the router), 2 (my 
desktop), 3, 4, etc.  Easy numerical names.

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



Re: specific kernel configuration for graphic card driver

2011-05-03 Thread lina
On Tue, May 3, 2011 at 9:34 PM, Panayiotis Karabassis  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Just a quick question. What is your architecture amd64 or i386?


x86_64 GNU/Linux

Thanks for your time,

>
> - --
> Best regards,
>    Panayiotis Karabassis
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQEcBAEBAgAGBQJNwASDAAoJEN7RcJcJCZJir9UIAKjGbhVgpXh5wANv4itIBsFx
> iZU1CqOeHy+0a8MV1pYt2jLVIEZ2eqi5unjPYJ7NFurFtf9oYm4wUDdeVN4qRpT3
> eS3n6KMLzfbjXtPRY9nidtKorYc3y1zhohowA3gqjsguswoACVmzikPJLGWooiHg
> ayTD662hcmMlXnhnZGYxG2uhFgulDfPLTMP052obmNUdoUNHr86ZqedEhgrQ8Wx9
> T+1Ukv2Ot5FetHNNtIEApH9LqMzo1dQ13B/XpyBgqkTGUG+VfAGmwImXCxptU7D0
> AiBBAwPx/VNZ9ueQjxqVyu7rDjCvWnpLlwBY8VBIHYV7TjRHjnLhj2DQKw2NpxY=
> =lcfI
> -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/4dc00483.8020...@gmail.com
>
>



-- 
Best Regards,

lina


--
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/banlktinxsyz-7l7uxhd8l6qcn3xyp+x...@mail.gmail.com



Re: specific kernel configuration for graphic card driver

2011-05-03 Thread Panayiotis Karabassis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just a quick question. What is your architecture amd64 or i386?

- -- 
Best regards,
Panayiotis Karabassis
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNwASDAAoJEN7RcJcJCZJir9UIAKjGbhVgpXh5wANv4itIBsFx
iZU1CqOeHy+0a8MV1pYt2jLVIEZ2eqi5unjPYJ7NFurFtf9oYm4wUDdeVN4qRpT3
eS3n6KMLzfbjXtPRY9nidtKorYc3y1zhohowA3gqjsguswoACVmzikPJLGWooiHg
ayTD662hcmMlXnhnZGYxG2uhFgulDfPLTMP052obmNUdoUNHr86ZqedEhgrQ8Wx9
T+1Ukv2Ot5FetHNNtIEApH9LqMzo1dQ13B/XpyBgqkTGUG+VfAGmwImXCxptU7D0
AiBBAwPx/VNZ9ueQjxqVyu7rDjCvWnpLlwBY8VBIHYV7TjRHjnLhj2DQKw2NpxY=
=lcfI
-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/4dc00483.8020...@gmail.com



Knoppix and debian

2011-05-03 Thread Hans-J. Ullrich
Hi all,

just a simple question: I discovered the hardware recognition on the KNOPPIX-
DVD is very good. 

Is this a personal development by Klaus Knopper? Is it also used by debian? 
And if not, why not?

Greetings

Hans 


-- 
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/201105031529.20406.hans.ullr...@loop.de



What is this Apple Bootstrap thing of which the installer speaks?

2011-05-03 Thread annathemermaid
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello!

So, I was trying to install Debian on this old iBook, and
apparently yaboot wants an Apple Bootstrap partition of a
particular size. I don't see a way to create such a thing in the
partitioner, and I would think it is something Mac OS X ought to
have created? Unfortunately, the Mac OS X partitioner really isn't
that powerful.

Thanks!
-BEGIN PGP SIGNATURE-
Charset: UTF8
Note: This signature can be verified at https://www.hushtools.com/verify
Version: Hush 3.0

wsBcBAEBAgAGBQJNv/yCAAoJEKlMTST7VF+oi34H/Rr3Um1KploaOFvDD5EO+/hFY8Vd
ygTTVdxIJ1do/1NwHg+aMMov1DRlpH7c45t8JLeC6InqVf7Jppt8c229U7JupvSRPbe/
4WxukymeCH1cTVvT3Hhapo1E1+dNiFZ+slkHiUVeM80FZOQTGToTpKDSaVyQr+5n7gEU
eSJnngN5zmCdbN16eClXnvOaA9559bOKox65OmUfuD3Y2EnhXlnVJvZYW3p/hxnEWklm
QiHYXLQ9+FR96fEMW34Xsdd8L3W7xdrVRYB5U9F1MHUvJHztx5S30KWWkoX06G9Gpkiz
NkNMl2A3SdVmwzrXiugf/e5HKdlPSJY6y+Lo/Nzep98=
=FDSx
-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/20110503130050.6316fa6...@smtp.hushmail.com



Re: Poll - What Smartphone do you use?

2011-05-03 Thread John Hasler
> What Smartphone do you use?

None.
-- 
John Hasler


-- 
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/87hb9c2bka@thumper.dhh.gt.org



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Nuno Magalhães
On Tue, May 3, 2011 at 05:05, shawn wilson  wrote:
> i don't think this is very wise information to give out.

+1

And i use a dumbphone, Nokia 2600 i think, good to make calls and send
text messages.

If i ever get a smartphone, it'll be an openmoko (pref the GTA02A7++
or any of the later if they ever come out and cheap).

Cheers,
Nuno

-- 
Mars 2 Stay!
http://xkcd.com/801/
/etc


-- 
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/banlktincyazwva4wf1n2nwsoj-a+5nz...@mail.gmail.com



KDE does not start any more

2011-05-03 Thread Hans-J. Ullrich
Dear list, 

since my last upgrade KDE4 is starting any more.
As I am starting KDE from KDM, KDE is starting, then the splash screen 
appears. After the third icon of the splash screen appears for millisecond, 
KDE is crashing, X is resetting and KDM is restarted.

Any other WM like LXDE, FVWM, XFCE and so on are working fine.

Where can I look? Which are the logfiles, where I should look? /var/log/syslog, 
/var/log/Xorg.0.log and /var/log/kdm.log did not help much.

I also created a new user, to get a fresh  ~/.kde, and I also tried another 
graphics driver (nv instead of nvidia).

My system is debian/testing, kernel 2.6.38-2-686 and the proprietrary nvidia 
driver (version 173xx-dkms).

Any ideas, how to have a clearer look, what is happening at start of KDE?

Thanks for the help!

Best regards

Hans




-- 
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/201105031435.46212.hans.ullr...@loop.de



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Kelly Clowers
On Mon, May 2, 2011 at 20:35, giovanni_re  wrote:
> Isn't it great to get to know your Debian community members, & things
> about them, like what kind of stuff they use?  Maybe that would be good
> stuff for _you_ to get at some point.  :)
>
>
> =
> So, today's poll is:
>
> What Smartphone do you use?
>
> Please reply to this message with:
>
> Manufacturer name   Model name, OS name, Cell Carrier name, Country you
> live in.

N900, Maemo5/OS2008, TMo, USA

Cheers,
Kelly Clowers


--
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/BANLkTi=yxwyjdasagrysdjcfi36g7qn...@mail.gmail.com



Re: utube move is very slow after upgrading to squeeze

2011-05-03 Thread J.Hwan.Kim

2011년 05월 03일 20:58, Camaleón 쓴 글:

On Tue, 03 May 2011 13:28:36 +0200, lars wrote:



After upgrading my debian to Squeeze, the moving picture in utube site
is played very slowy.
Why does this happen?
Do you know how this problem can be solved?


You mean "YouTube", right?


I have the same problem. Also with streaming video from other sites.


What version of Flash player do you have? and what browser?

http://www.adobe.com/software/flash/about/

Greetings,



Thank you for your information.
I installed adobe flash player in my pc and all things are OK!!
Thank you.

Best Regards,
J.Hwan Kim


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



Re: specific kernel configuration for graphic card driver

2011-05-03 Thread lina
On Tue, May 3, 2011 at 7:30 PM, Panayiotis Karabassis  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi again!

Hi,

Thanks.

>
> On 05/03/2011 11:06 AM, lina wrote:
>> How to modify the dependencies? you mean, modify the *.dsc? or
>
> No I mean the debian/control file. In there, is a list of runtime and
> build dependencies. The .dsc file will be regenerated when you build the
> source to reflect the changes you made.

are you suggesting modify the debian/control file?

/fglrx-driver-11-4# ls
arch   cimle-xdgsu  installer_creation_policy
ATI_LICENSE.TXTcommon   xpic
automatic-install.exp  debian   xpic_64a

# more control

Package: fglrx-driver
Architecture: i386 amd64
Depends: ${misc:Depends}, ${shlibs:Depends}, xserver-xorg (>= 1:7.6+1),
 laptop-detect, xorg-video-abi-8
Recommends: fglrx-modules-dkms (= ${binary:Version}),
 fglrx-glx, fglrx-glx-ia32 [amd64], fglrx-atieventsd
Provides: xorg-driver-video
Conflicts: ia32-fglrx-driver, nvidia-glx
Suggests: fglrx-control, xvba-va-driver
Description: non-free ATI/AMD RadeonHD display driver
 Display driver for the ATI/AMD RadeonHD and FireGL graphics cards.

I really don't know how.



>
>> But I did meet the dependencies issue and seems not simple skip over.
>
> The dependencies issue you met is a check made by apt. It is possible
> that the package dependencies do not reflect the real dependencies
> (libraries etc) of the binaries, merely the versions available in Wheezy.
>
> Also the Squeeze xserver is quite recent and it would be unexpected for
> a video driver to not support it.
>
>> I consider (and hesitate) to update to the wheezy but I also worry I
>> can't handle it.
>
> It is not too difficult, but it is not risk-free, and it's best to stick
> to Stable, if you can, for this and other reasons.
>

Then I will stick to stable.

> Anyway, I will see if I can build a Squeeze package for you, but it will
> take a few days.

It's going to trouble you so lots. so if possible you can tell me how
to proceed.
I will try to build it first, if I have new problem I will let you know.

Thanks again,

>
> - --
> Best regards,
>    Panayiotis Karabassis
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQEcBAEBAgAGBQJNv+c8AAoJEN7RcJcJCZJiS/wIAJIO/7lTZddg7/fgCiJ68yVp
> xTIS87qbiYOAHY+BdSnBqjUgyHG7e6I2krRmnpjLEahIJl+LfQ7fpv0x6cRdDsp2
> ApzrIeME8tbAN8jMe8WZDg3/U1HkxO8KbQuAEIBCqzZcFocDskySlKZa0RS+rZ43
> LibntXQnNRbmDqpFp/jW7B1J1xmYt0ShdIowYY/TiIp0TRcgHKrTBZAInQvK8BAW
> KebLPwSxmtvW7vHrGIqViFlVS8h9mr+bihclYunDQefh19jvUQT0vs4DmWIZh4xm
> LXaUfGb22e7/cwnIreALQKzqh4/UbhJ/kxj+YMJa/aon53C4L043JytNXpEwXAw=
> =j/Md
> -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/4dbfe73f.2020...@gmail.com
>
>



-- 
Best Regards,

lina


--
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/banlktim5xektk1viq_y7qgnal4fcru8...@mail.gmail.com



Re: utube move is very slow after upgrading to squeeze

2011-05-03 Thread Camaleón
On Tue, 03 May 2011 13:28:36 +0200, lars wrote:

>>
>> After upgrading my debian to Squeeze, the moving picture in utube site
>> is played very slowy.
>> Why does this happen?
>> Do you know how this problem can be solved?

You mean "YouTube", right?

> I have the same problem. Also with streaming video from other sites.

What version of Flash player do you have? and what browser?

http://www.adobe.com/software/flash/about/

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.2011.05.03.11.58...@gmail.com



Re: utube move is very slow after upgrading to squeeze

2011-05-03 Thread Sven Hoexter
On Tue, May 03, 2011 at 01:28:36PM +0200, l...@lfweb.dk wrote:

> > After upgrading my debian to Squeeze, the moving picture in utube site
> > is played very slowy.
>
> I have the same problem. Also with streaming video from other sites.

The information you've given is very sparse. First of all I guess you're
talking about youtube.com and sister sites, right?

Which browser do you use and which version?
Do you use the gnash plugin or the non-free flashplugin and in which version?
Do you use a browser from a thrid party repository with HTML5?
Maybe pin down, with tools like top, if there's a process  and if yes which one,
consuming a lot of resources while playing a video?
Which video cards do you have and which driver do you use?

Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
 [ Streetlight Manifesto - Here's To Life ]


-- 
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/20110503115643.GD2099@marvin



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Carl Fink
BlackBerry Bold 9700. I once wrote an article on using BlackBerries with
Linux for Linux Journal.
-- 
Carl Fink   nitpick...@nitpicking.com 

Read my blog at blog.nitpicking.com.  Reviews!  Observations!
Stupid mistakes you can correct!


-- 
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/20110503113924.ga9...@panix.com



Re: utube move is very slow after upgrading to squeeze

2011-05-03 Thread lars
> Hi, everyone
>
> After upgrading my debian to Squeeze, the moving picture in utube site
> is played very slowy.
> Why does this happen?
> Do you know how this problem can be solved?
>
> Thanks in advace.
>
> Best Regards,
> J.Hwan Kim
>
>
> --
> 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/4dbfddea.5040...@gmail.com
>
>

Hey
I have the same problem. Also with streaming video from other sites.
Regards Lars


-- 
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/4e703fd48379815e1ef7ecaca23ae733.squir...@webmail.lfweb.dk



Re: multiboot grub2

2011-05-03 Thread Camaleón
On Tue, 03 May 2011 00:19:20 -0700, consul tores wrote:

> i have a Laptop with Squeeze, OpenBSD-amd64-4.9, and Slackware64-13.37:
> and it is using grub2 as bootloader, (if i use lilo, it works correctly,
> but i want to evade bios check) grub2 can not recognize OpenBSD (what is
> not a problem), and it recognize Slackware, but can not start it. it
> only gets a simple panic. i have tested the Slackware installer dvd
> (kernel), successfully. Looking/playing inside /etc/grub.d, do not do
> any change! Slackware lilo is installed at sector 0 of Slackware
> partition.

What's the exact error?

> Could somebody tell me where could i see, please? or what could i do?

Are you chainloading LiLO from GRUB2 or are you directly booting 
Slackware from GRUB2 (and thus bypassing LiLO)? Whatever it be, test with 
the opposite.

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.2011.05.03.11.38...@gmail.com



Re: specific kernel configuration for graphic card driver

2011-05-03 Thread Panayiotis Karabassis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi again!

On 05/03/2011 11:06 AM, lina wrote:
> How to modify the dependencies? you mean, modify the *.dsc? or

No I mean the debian/control file. In there, is a list of runtime and
build dependencies. The .dsc file will be regenerated when you build the
source to reflect the changes you made.

> But I did meet the dependencies issue and seems not simple skip over.

The dependencies issue you met is a check made by apt. It is possible
that the package dependencies do not reflect the real dependencies
(libraries etc) of the binaries, merely the versions available in Wheezy.

Also the Squeeze xserver is quite recent and it would be unexpected for
a video driver to not support it.

> I consider (and hesitate) to update to the wheezy but I also worry I
> can't handle it.

It is not too difficult, but it is not risk-free, and it's best to stick
to Stable, if you can, for this and other reasons.

Anyway, I will see if I can build a Squeeze package for you, but it will
take a few days.

- -- 
Best regards,
Panayiotis Karabassis
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNv+c8AAoJEN7RcJcJCZJiS/wIAJIO/7lTZddg7/fgCiJ68yVp
xTIS87qbiYOAHY+BdSnBqjUgyHG7e6I2krRmnpjLEahIJl+LfQ7fpv0x6cRdDsp2
ApzrIeME8tbAN8jMe8WZDg3/U1HkxO8KbQuAEIBCqzZcFocDskySlKZa0RS+rZ43
LibntXQnNRbmDqpFp/jW7B1J1xmYt0ShdIowYY/TiIp0TRcgHKrTBZAInQvK8BAW
KebLPwSxmtvW7vHrGIqViFlVS8h9mr+bihclYunDQefh19jvUQT0vs4DmWIZh4xm
LXaUfGb22e7/cwnIreALQKzqh4/UbhJ/kxj+YMJa/aon53C4L043JytNXpEwXAw=
=j/Md
-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/4dbfe73f.2020...@gmail.com



Re: Poll - What Smartphone do you use?

2011-05-03 Thread Camaleón
On Tue, 03 May 2011 08:04:03 +0200, Erwan David wrote:

> On Tue, May 03, 2011 at 05:35:39AM CEST, giovanni_re
>  said:

(...)

>> =
>> So, today's poll is:
>> 
>> What Smartphone do you use?
> 
> None : they are far too expensive for the use I would have of one.

+1

And IMO, too useless/time consuming also. I want a phone not a game 
console :-)

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.2011.05.03.11.28...@gmail.com



Re: Postfix backport?

2011-05-03 Thread Camaleón
On Mon, 02 May 2011 20:24:05 -0400, vr wrote:

>> Are there any reasons why you'd need postfix 2.8?  Are there any
>> features
>> you require that are not available in 2.7?
>>
>>
>  Would like to utilize Zombie blocker which became available in 2.8.

That sounds like a nice feature :-)
 
>> http://backports.debian.org
>>
>>
>  Thank you for this. Unfortunately no results returned so it must not be
>  available.

You can get the backports packages from package search gateway:

http://packages.debian.org/search?suite=squeeze-backports&keywords=postfix

Hum... looks like no postfix package has been backported yet.

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.2011.05.03.11.24...@gmail.com



utube move is very slow after upgrading to squeeze

2011-05-03 Thread J.Hwan.Kim
Hi, everyone

After upgrading my debian to Squeeze, the moving picture in utube site
is played very slowy.
Why does this happen?
Do you know how this problem can be solved?

Thanks in advace.

Best Regards,
J.Hwan Kim


-- 
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/4dbfddea.5040...@gmail.com



Perl 5.12 transition in progress -> Perl packages are not installable currently

2011-05-03 Thread Dominique Dumont
Hi all,

On Sunday, in collaboration with the release team, Dominic uploaded
perl 5.12-6 to unstable. This necessarily causes around 400 packages
to be uninstallable with the new perl. The release team will be
scheduling binNMUs in due course; in the meantime, if you find such a
package, there is _no need to report a bug against it_. The rebuilds will
take a little time, so please be patient in the meantime.

The list of affected packages is available at


and more information about the transition is at


Thanks,
Dominique, on behalf of Dominic Hargreaves


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110503092109.gh4...@urchin.earth.li



-- 
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/201105031202.03081.domi.dum...@free.fr



Re: mua and mail service provider statistics

2011-05-03 Thread Chris Davies
Rob Owens  wrote:
> I think Mutt is awesome for handling mailing lists.  I always view in
> thread mode, and I use Ctrl-d to delete entire threads that don't
> interest me.  I can delete the entire thread in the time it takes me to
> read the subject line.

I've always tended to treat mailing lists as newsgroups. So I drop them
into my local news subsystem and read them with tin. Thread killing is
"permanent" (i.e. if you kill a thread then it stays dead no matter how
many new messages arrive for it). I suspect that this approach and mutt
give similar results.

Chris


-- 
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/63s498xmrp@news.roaima.co.uk



Re: VMware server 2.0 and Debian Squeeze?

2011-05-03 Thread Jari Fredriksson

Thanks, got it working with:
http://radu.cotescu.com/how-to-install-vmware-server-ubuntu-fedora-opensuse/



2.5.2011 17:36, Dogan Hanoglu kirjoitti:
> Hi Jari,
> 
> Check this forum thread:
> http://communities.vmware.com/message/1141306
> 
> Apparently there is a patch.
> 
> Cheers.
> -D
> 
> 2011/5/2 Jari Fredriksson mailto:ja...@iki.fi>>
> 
> pallas:~# CC=gcc-4.3 vmware-config.pl 
> 
> Making sure services for VMware Server are stopped.
> 
> Stopping VMware autostart virtual machines:
>   Virtual machines  
> failed
> Stopping VMware management services:
>   VMware Virtual Infrastructure Web Access
>   VMware Server Host Agent  
> failed
> Stopping VMware services:
>   VMware Authentication Daemon  
>  done
>   Virtual machine communication interface  
>   done
>   Virtual machine monitor  
>   done
>   Bridged networking on /dev/vmnet0
>   done
>   Host network detection
>  done
>   DHCP server on /dev/vmnet1
>  done
>   Host-only networking on /dev/vmnet1  
>   done
>   DHCP server on /dev/vmnet8
>  done
>   NAT service on /dev/vmnet8
>  done
>   Host-only networking on /dev/vmnet8  
>   done
>   Virtual ethernet  
>  done
> 
> None of the pre-built vmmon modules for VMware Server is suitable
> for your
> running kernel.  Do you want this program to try to build the vmmon
> module for
> your system (you need to have a C compiler installed on your
> system)? [yes]
> 
> Using compiler "/usr/bin/gcc-4.3". Use environment variable CC to
> override.
> 
> What is the location of the directory of C header files that match your
> running
> kernel? [/lib/modules/2.6.32-5-amd64/build/include]
> 
> Extracting the sources of the vmmon module.
> 
> Building the vmmon module.
> 
> Using 2.6.x kernel build system.
> make: Entering directory `/tmp/vmware-config1/vmmon-only'
> make -C /lib/modules/2.6.32-5-amd64/build/include/.. SUBDIRS=$PWD
> SRCROOT=$PWD/. modules
> make[1]: Entering directory `/usr/src/linux-headers-2.6.32-5-amd64'
>  CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o
> In file included from /tmp/vmware-config1/vmmon-only/linux/driver.c:31:
> /tmp/vmware-config1/vmmon-only/./include/compat_wait.h:78: error:
> conflicting types for âpoll_initwaitâ
> /usr/src/linux-headers-2.6.32-5-common/include/linux/poll.h:70: error:
> previous declaration of âpoll_initwaitâ was here
> In file included from
> /tmp/vmware-config1/vmmon-only/./common/vmx86.h:32,
> from /tmp/vmware-config1/vmmon-only/linux/driver.h:29,
> from /tmp/vmware-config1/vmmon-only/linux/driver.c:101:
> /tmp/vmware-config1/vmmon-only/./include/x86msr.h:164:1: warning:
> "MSR_THERM2_CTL" redefined
> In file included from
> /usr/src/linux-headers-2.6.32-5-common/arch/x86/include/asm/msr.h:4,
> from
> 
> /usr/src/linux-headers-2.6.32-5-common/arch/x86/include/asm/processor.h:21,
> from
> /usr/src/linux-headers-2.6.32-5-common/include/linux/prefetch.h:14,
> from
> /usr/src/linux-headers-2.6.32-5-common/include/linux/list.h:6,
> from
> /usr/src/linux-headers-2.6.32-5-common/include/linux/module.h:9,
> from
> /tmp/vmware-config1/vmmon-only/./include/compat_module.h:27,
> from /tmp/vmware-config1/vmmon-only/linux/driver.c:26:
> 
> /usr/src/linux-headers-2.6.32-5-common/arch/x86/include/asm/msr-index.h:230:1:
> warning: this is the location of the previous definition
> /tmp/vmware-config1/vmmon-only/linux/driver.c: In function
> âLinuxDriverSyncCallOnEachCPUâ:
> /tmp/vmware-config1/vmmon-only/linux/driver.c:1423: error: too many
> arguments to function âsmp_call_functionâ
> /tmp/vmware-config1/vmmon-only/linux/driver.c: In function
> âLinuxDriver_Ioctlâ:
> /tmp/vmware-config1/vmmon-only/linux/driver.c:1987: error: âstruct
> task_structâ has no member named âeuidâ
> /tmp/vmware-config1/vmmon-only/linux/driver.c:1987: error: âstruct
> task_structâ has no member named âuidâ
> /tmp/vmware-config1/vmmon-only/linux/driver.c:1988: error: âstruct
> task_structâ has no member named âfsuidâ
> /tmp/vmware-config1/vmmon-only/linux/driver.c:1988: error: âstruct
> task_stru

Re: specific kernel configuration for graphic card driver

2011-05-03 Thread lina
On Mon, May 2, 2011 at 2:51 PM, Panayiotis Karabassis  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 05/01/2011 02:52 PM, lina wrote:
>> fglrx-driver depends on xserver-xorg (>= 1:7.6+1)
>> fglrx-driver depends on xorg-video-abi-8
>> xorg-video-abi-8 does not appear to be available
>
> Is this from aptitude? Don't install the binary package, just the

Yes. it's from the source... by aptitude.

> *source* (apt-get source). Then modify the dependencies, to create a


How to modify the dependencies? you mean, modify the *.dsc? or


> package that will build and run on Squeeze. We're betting on the
> possibility that these are not really *required* dependencies and that
> an older version of the xserver will do as well.

But I did meet the dependencies issue and seems not simple skip over.

>
> Also have you thought about upgrading to Wheezy? It's a well documented
> process, but there pros (newer software) and cons (instability, bugs -
> but not too many).

I consider (and hesitate) to update to the wheezy but I also worry I
can't handle it.

>
> It is also possible to upgrade just the xserver. There are two steps.
> a) Add wheezy to /etc/apt/sources.list
> b) Add as many packages from wheezy as are required to
> /etc/apt/preferences and forbid the rest (in the same file). See:
>
> $ man apt_preferences
>

I will read, but not so clearly about how to proceed it. Thanks again.

>> Thanks and best regards,
>>
>> lina
>
> - --
> Regards,
>    Panayiotis Karabassis
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQEcBAEBAgAGBQJNvlRdAAoJEN7RcJcJCZJiv7cIAJYiZ+JPlw2jde9Wa3Df7hVc
> fPM/9cqySLuuypXBEYNbqhiUq+Lragu/uHbXLSaWmKhLyQ4XJ6Y7LGGmM7Hcs/PT
> 5VvzNnsgluw2rIZguoEB05cXQMpogjyvpZ6XsrtSkzzqUMl1WRgAcCLNTSObHkzb
> bvV7NSNbRb49WYr1dmBwUNhLUTcxhOzVDRVm6Yh89GazTbJoyJi7YQaD64JE32PE
> 3NCXbAhIZaNh8jvlewaUQaoRaO6EcLL/MsvgXdvcZExtZYnvYK9XBHjWySa4ZLND
> 1yOjUAAnXH3ss8u5/elwSbbIYxp9U7JmyKf57DX/YONCwHc905S/duYfmff+M80=
> =vUNX
> -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/4dbe5461.5020...@gmail.com
>
>



-- 
Best Regards,

lina


--
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/BANLkTik6XnvXyDu8Kj=+515K2P6ROg...@mail.gmail.com



Re: ATI/AMD graphics cards

2011-05-03 Thread lina
aticonfig --initial
aticonfig: No supported adapters detected.


sorry I just followed up this email but met above issue.



On Tue, May 3, 2011 at 2:30 AM, Andrew Wood  wrote:
> Thanks. Presumably that aticonfig --initial command makes an alteration to
> the xorg.conf file to tell it to use the new driver?
>
> On 30/04/11 19:25, Andrei Popescu wrote:
>>
>> On Sb, 30 apr 11, 17:43:12, Andrew Wood wrote:
>>>
>>> OK Ive installed the firmware and its better but not perfect. Full
>>> screen video is still too choppy to watch.
>>>
>>> How do I install the closed source ATI driver?
>>
>>  From memory this should do it (all commands need root privileges):
>>
>> apt-get install fglrx-driver
>> mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
>> aticonfig --initial
>> reboot
>>
>> Regards,
>> Andrei
>
>
> --
> 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/4dbef836.5000...@me.com
>
>



-- 
Best Regards,

lina


--
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/banlktinwcr0nwynil4ohmxmtwfyi9er...@mail.gmail.com



multiboot grub2

2011-05-03 Thread consul tores
Hello

i have a Laptop with Squeeze, OpenBSD-amd64-4.9, and
Slackware64-13.37: and it is using grub2 as bootloader, (if i use
lilo, it works correctly, but i want to evade bios check) grub2 can
not recognize OpenBSD (what is not a problem), and it recognize
Slackware, but can not start it. it only gets a simple panic. i have
tested the Slackware installer dvd (kernel), successfully.
Looking/playing inside /etc/grub.d, do not do any change! Slackware
lilo is installed at sector 0 of Slackware partition.

Could somebody tell me where could i see, please? or what could i do?

-- 
           Consultores Agropecuarios.
Administracion, Produccion, Capacitacion.


--
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/BANLkTimFa_q9jrOzaYwWadmy35T=okv...@mail.gmail.com