multi-boot+grub2+separate boot partition

2012-11-09 Thread Russell L. Harris
I wish to use grub2 to multi-boot the following systems: => Debian "stable" (Squeeze) on /dev/sda6 => Debian "testing" (Wheezy) on /dev/sda7 => Ubuntu (10.x) on /dev/sda8 This is a "work" machine and my primary interest is "stable". But I need to become familiar with Wh

Re: restart problems monitor or GPU

2012-11-09 Thread Charles Kroeger
On Sat, 10 Nov 2012 03:00:01 +0100 Chris Bannister wrote: > if someone has been "fiddling" with it. I'm the one who's fiddling with it and if you want to suggest something be specific like what BIOS setting did you have in mind? The bleeding obvious is not helpful. -- CK -- To UNSUBSCRIBE

Re: Awk, filtering match through external command

2012-11-09 Thread Neal Murphy
On Friday, November 09, 2012 11:28:29 PM T o n g wrote: > Any way to filter through external command to variable, somewhat like: > > head /etc/group | awk '{print $0 | "cut -d':' -f1" | getline result ;}' > > Any way to make it works? You'd *think* there'd be a way to do that, but I don't think

installer ethernet card not recognized

2012-11-09 Thread Charles Blair
I am trying to install squeeze on a 64-bit Toshiba. It asks me to specify an ethernet card. I think what I have (for wireless) is Atheros AR9485WB-EG I tried selecting what looked like the closest approximation, something like ath9x, but the screen flickered briefly, then returned

Re: Awk, filtering match through external command

2012-11-09 Thread John L. Cunningham
On Sat, Nov 10, 2012 at 04:28:29AM +, T o n g wrote: > > It's OK to: > > head /etc/group | awk '{print $0 | "cut -d':' -f1";}' Why not: head /etc/group | awk -F: '{print $1}' > > or, > > head /etc/group | awk '{ "echo " $0 | getline result ; print result}' > > Any way to filter throu

testing install in acer aspire v5-571P with uefi/gpt

2012-11-09 Thread L V Gandhi
I downloaded wheezy weeky build kde iso dt 5th Nov It booted in uefi mode. But during installation, it dais there is no kernel in the disk and further it could not recognise both ethernet and wireless which are Qualcomm atheros ar5bwb222 Realtek ethernet It could not detect both of them. Any idea

Re: Awk, filtering match through external command

2012-11-09 Thread T o n g
On Thu, 08 Nov 2012 23:29:23 -0500, John L. Cunningham wrote: >> However, I want the cmd itself a piping command as well. E.g.., >> >> "echo " substr($0, RSTART, RLENGTH) | command external with >> parameters| >> getline result >> > I'm not getting it. Perhaps you could post a sample input wi

Re: Visualization of directory tree of my machine

2012-11-09 Thread Frank McCormick
On 09/11/12 07:13 PM, Mark Neyhart wrote: Richard Owlett wrote: I'm running Debian 6.0.5 with the default gnome desktop. The default file browser (Nautilus?) does not give the view/perspective I need. I'm looking for something closer to (do I dare say it ;) Windows Explorer. If you are looking

Re: restart problems monitor or GPU

2012-11-09 Thread Chris Bannister
On Fri, Nov 09, 2012 at 02:13:39PM -0500, Charles Kroeger wrote: > This is a recent development. I run Debian unstable by apt preferences I have > a: > > Samsung SyncMaster 215tw > > Nvidia GeForceT 9800 GT Graphics Accelerator (silent cell) > > Recently on a systems restart be it Debian or Win

Re: Visualization of directory tree of my machine

2012-11-09 Thread Richard Owlett
Mark Neyhart wrote: Richard Owlett wrote: I'm running Debian 6.0.5 with the default gnome desktop. The default file browser (Nautilus?) does not give the view/perspective I need. I'm looking for something closer to (do I dare say it ;) Windows Explorer. If you are looking for something similar

Re: Visualization of directory tree of my machine

2012-11-09 Thread Mark Neyhart
Richard Owlett wrote: > I'm running Debian 6.0.5 with the default gnome desktop. > The default file browser (Nautilus?) does not give the view/perspective > I need. > I'm looking for something closer to (do I dare say it ;) Windows Explorer. If you are looking for something similar to Windows Expl

Re: Mysterious packet

2012-11-09 Thread Tom Furie
On Fri, Nov 09, 2012 at 06:50:30PM -0500, Neal Murphy wrote: > Were I a paranoid type, I might think that someone was inventing a new > attack, > where they try to induce two large sites to DoS each other, or try to clog a > trans-oceanic cable. Reminds of a line from a film, "Strange Days", I

Re: Mysterious packet

2012-11-09 Thread Neal Murphy
On Friday, November 09, 2012 06:30:37 PM Tom Furie wrote: > Not sure it helps any, but the 74.125.0.0/16 block belongs to Google and > the 25.0.0.0/8 block belongs to the UK's MoD. Looks like some sort of > attack attempt to me. Were I a paranoid type, I might think that someone was inventing a ne

Re: Mysterious packet

2012-11-09 Thread Tom Furie
On Fri, Nov 09, 2012 at 07:46:11PM +, Hendrik Boom wrote: > On Thu, 08 Nov 2012 12:15:55 -0500, Neal Murphy wrote: > > > On Thursday, November 08, 2012 11:58:33 AM Darac Marjal wrote: > >> On Thu, Nov 08, 2012 at 03:26:23PM +, Hendrik Boom wrote: > >> > I've started getting messages like t

extending LV with JFS online

2012-11-09 Thread Tomáš Hulata
Hello, I have question related to extending JFS size to new size of LV (using LVM), I found that I have to use mount -o remount,resize mountpoint and also that there were some problems related to older kernels and in these cases exact size should be used like MOUNT -O REMOUNT,RESIZE=10

Probable solution -was [Re: Visualization of directory tree of my machine]

2012-11-09 Thread Richard Owlett
Richard Owlett wrote: Jon Dowland wrote: On Fri, Nov 09, 2012 at 06:52:35AM -0600, Richard Owlett wrote: I'm running Debian 6.0.5 with the default gnome desktop. The default file browser (Nautilus?) does not give the view/perspective I need. If you are planning to upgrade to Wheezy, these are

Re: Debian + Magic Jack

2012-11-09 Thread Carlo Borelli
Hello list. > > Is there an effective form to use intensively Magic Jack on Debian > (stable, testing or sid)? > > I have just 1 box with Windows XP in my lan for this matter, and it is my > wish to eliminate it. > > I tested virtualbox and family, but it does not work; because the key is > no

Debian + Magic Jack

2012-11-09 Thread latinfo
Hello list. Is there an effective form to use intensively Magic Jack on Debian (stable, testing or sid)? I have just 1 box with Windows XP in my lan for this matter, and it is my wish to eliminate it. I tested virtualbox and family, but it does not work; because the key is not accepted by Micros

Re: Mysterious packet

2012-11-09 Thread Hendrik Boom
On Thu, 08 Nov 2012 12:15:55 -0500, Neal Murphy wrote: > On Thursday, November 08, 2012 11:58:33 AM Darac Marjal wrote: >> On Thu, Nov 08, 2012 at 03:26:23PM +, Hendrik Boom wrote: >> > I've started getting messages like the following: >> > >> > [12332.047451] IN=ppp0 OUT=ppp0 SRC=74.125.133.

restart problems monitor or GPU

2012-11-09 Thread Charles Kroeger
This is a recent development. I run Debian unstable by apt preferences I have a: Samsung SyncMaster 215tw Nvidia GeForceT 9800 GT Graphics Accelerator (silent cell) Recently on a systems restart be it Debian or Windows 7 the monitor blacks out i.e. doesn't pick up and display the signal. If I c

Re: Visualization of directory tree of my machine

2012-11-09 Thread Richard Owlett
Jon Dowland wrote: On Fri, Nov 09, 2012 at 06:52:35AM -0600, Richard Owlett wrote: I'm running Debian 6.0.5 with the default gnome desktop. The default file browser (Nautilus?) does not give the view/perspective I need. If you are planning to upgrade to Wheezy, these are the steps required for

Re: Debian hosted mailserver client authentication issue

2012-11-09 Thread Muhammad Yousuf Khan
On Fri, Nov 9, 2012 at 7:48 AM, Muhammad Yousuf Khan wrote: > thanks for the nice info on SASL > > Thanks for the information. however i would like to update with you on > my success that now i can send and receive my emails with no problem sorry for my poor english :) what i mean by send receive

Re: Debian hosted mailserver client authentication issue

2012-11-09 Thread Muhammad Yousuf Khan
thanks for the nice info on SASL Thanks for the information. however i would like to update with you on my success that now i can send and receive my emails with no problem but mail are going to unknown place. i can not see them in to mail box. when i saw /var/log/mai.info i see this Nov 9 20:1

Re: Squeeze|Cups: pdftops and high CPU load

2012-11-09 Thread Brian
On Fri 09 Nov 2012 at 09:13:16 +0100, Denny Schierz wrote: > I'am admin from a poolroom with 100 diskless clients from a university > and have problems with Cups under Squeeze and high CPU load, if > students printing PDFs (which is mostly the default case) . I can see > that the process "pdftops"

Re: Visualization of directory tree of my machine

2012-11-09 Thread Jon Dowland
On Fri, Nov 09, 2012 at 06:52:35AM -0600, Richard Owlett wrote: > I'm running Debian 6.0.5 with the default gnome desktop. > The default file browser (Nautilus?) does not give the > view/perspective I need. If you are planning to upgrade to Wheezy, these are the steps required for nautilus 3.4.2-1

Re: Debian hosted mailserver client authentication issue

2012-11-09 Thread Darac Marjal
On Fri, Nov 09, 2012 at 05:30:56AM -0800, Muhammad Yousuf Khan wrote: > On Fri, Nov 9, 2012 at 3:40 AM, Darac Marjal wrote: > > On Fri, Nov 09, 2012 at 03:24:12AM -0800, Muhammad Yousuf Khan wrote: > > [cut] > > This is Postfix complaining. Have you told it to use dovecot for > > authentication? F

Re: Visualization of directory tree of my machine

2012-11-09 Thread Richard Owlett
"Morel Bérenger" wrote: What I can see of Nautilus (I needed an image because I do not use it, here it is, maybe there are different versions... http://doc.ubuntu-fr.org/_media/nautilus.png?w=400) is very close to windows... The only difference I see here is the lack of the left panel with the tr

Re: Visualization of directory tree of my machine

2012-11-09 Thread Russell L. Harris
* Richard Owlett [121109 12:54]: > I'm running Debian 6.0.5 with the default gnome desktop. > The default file browser (Nautilus?) does not give the > view/perspective I need. If all you need is visualization, the Debian package "tree" might be the answer. But if you wish to manipulate files, se

Re: Flashplayer on Squeeze (sorry. :-()

2012-11-09 Thread Emiliano M. Rudenick
El Fri, 9 Nov 2012 11:41:28 + Clive Standbridge escribió: > > If there were a plugins directory, where would it be? I need to > > put libflashplayer.so in it, and it currently doesn't exist. > > Obviously I can > > create it, but I need to know where to put it. > > > > Iceweasel 10.0.10,

Re: Debian hosted mailserver client authentication issue

2012-11-09 Thread Muhammad Yousuf Khan
On Fri, Nov 9, 2012 at 3:40 AM, Darac Marjal wrote: > On Fri, Nov 09, 2012 at 03:24:12AM -0800, Muhammad Yousuf Khan wrote: >> i was trying to configure Posffix dovecat (imap) and sasl for client >> server communication. >> so far this is the best howto i found for the above configuration >> http:

Re: Visualization of directory tree of my machine

2012-11-09 Thread Morel Bérenger
What I can see of Nautilus (I needed an image because I do not use it, here it is, maybe there are different versions... http://doc.ubuntu-fr.org/_media/nautilus.png?w=400) is very close to windows... The only difference I see here is the lack of the left panel with the tree. If this is this featur

Visualization of directory tree of my machine

2012-11-09 Thread Richard Owlett
I'm running Debian 6.0.5 with the default gnome desktop. The default file browser (Nautilus?) does not give the view/perspective I need. I'm looking for something closer to (do I dare say it ;) Windows Explorer. I am moving FROM a certain OS ;/ TIA -- To UNSUBSCRIBE, email to debian-user-r

Re: samsung or android device causing crash?

2012-11-09 Thread Karl E. Jorgensen
On Fri, Nov 09, 2012 at 12:27:59AM +, Tony Baldwin wrote: > I've been having occasional lock ups. > The screen will blank out like X has crashed and I see a tty login, > but still see a mouse pointer, but can not type to login, and the > mouse pointer will be stuck. > Can't get any input to m

Re: Flashplayer on Squeeze (sorry. :-()

2012-11-09 Thread Clive Standbridge
> If there were a plugins directory, where would it be? I need to put > libflashplayer.so in it, and it currently doesn't exist. Obviously I > can > create it, but I need to know where to put it. > > Iceweasel 10.0.10, LXDE and Squeeze. Hi Lisi, Instead of setting it up manually, you can i

Re: Debian hosted mailserver client authentication issue

2012-11-09 Thread Darac Marjal
On Fri, Nov 09, 2012 at 03:24:12AM -0800, Muhammad Yousuf Khan wrote: > i was trying to configure Posffix dovecat (imap) and sasl for client > server communication. > so far this is the best howto i found for the above configuration > http://syslog.tv/2011/09/15/postfix-dovecot-imapimaps-sasl-maild

Re: samsung or android device causing crash?

2012-11-09 Thread Darac Marjal
On Fri, Nov 09, 2012 at 07:34:18AM +, Dom wrote: > On 09/11/12 00:46, Tony Baldwin wrote: > >On Thu, Nov 08, 2012 at 07:27:59PM -0500, Tony Baldwin wrote: > >>I've been having occasional lock ups. > >>The screen will blank out like X has crashed and I see a tty login, > >>but still see a mouse

Debian hosted mailserver client authentication issue

2012-11-09 Thread Muhammad Yousuf Khan
i was trying to configure Posffix dovecat (imap) and sasl for client server communication. so far this is the best howto i found for the above configuration http://syslog.tv/2011/09/15/postfix-dovecot-imapimaps-sasl-maildir/ after following this i can connect my outlook client with IMAP SSL to mai

Re: After updating wheezy, sound card not properly recognized anymore

2012-11-09 Thread Simon Hoerder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA224 On 09/11/12 10:47, Ralf Mardorf wrote: > Check your DE's Pulseaudio settings too. > > Hi, Using PulseAudio Volume control: Nothing is muted, all volume settings are 100%. But it lists "Dummy Output" as output device. Using PulseAudio Manager: As

Re: After updating wheezy, sound card not properly recognized anymore

2012-11-09 Thread Ralf Mardorf
Check your DE's Pulseaudio settings too. -- 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/1352458067.2255.0.camel@precise

After updating wheezy, sound card not properly recognized anymore

2012-11-09 Thread Simon Hoerder
Hi, after installing automatic updates a few weeks ago for my wheezy box, sound disappeared. I'm using the box only occasionally and didn't immediately try to figure out what's wrong - I assumed the next update would fix it. Sadly, I'm still without sound. (That is one kernel update later.) First

[Fwd: DAViCal Server Cannot Sent Invites]

2012-11-09 Thread Shiv. Nath
Dear All, i understand this should be addressed to DAViCal list, and i did but no one responded AT ALL third day today. i am sure someone would be defiantly using the program. kindly help if anyone have solution or idea. Original Message S

PROMOZIONE DELLA SETTIMANA SU www.autoricambiallibrio.it

2012-11-09 Thread Shop Online Allibrio
PROMOZIONE DELLA SETTIMANA SU www.autoricambiallibrio.it SCONTO 20% SU TUTTO + BEN 2 OMAGGI...LA TORCIA A LED LA FANTASTICA LAMPADA DA TAVOLO DIVERSE COLORAZIONI (E27 MAX 60W) + TRASPORTO GRATIS* !!! E ANCORA UNO DEGLI OMAGGI SOTTO A TUA SCELTA** In totale ben 3 Omaggi, il trasporto GRATIS*

Squeeze|Cups: pdftops and high CPU load

2012-11-09 Thread Denny Schierz
hi, I'am admin from a poolroom with 100 diskless clients from a university and have problems with Cups under Squeeze and high CPU load, if students printing PDFs (which is mostly the default case) . I can see that the process "pdftops" takes 100% CPU for several seconds or up to 3-4 minutes, wh