Re: "sudo" command passwd is not canceled.

2012-01-03 Thread chengshid
于 2012/1/4 14:45, Bob Proulx 写道: chengshid wrote: "sudo" command passwd is not canceled since i modify the follows files. /usr/share/polkit-1/actions/ and /etc/pam.d/ the /etc/sudoers file have modified with no required passwd. help me! thanks. I do not understand what you are asking. Are

Re: dhcp class identifier with modified settings

2012-01-03 Thread Scott Ferguson
On 04/01/12 18:18, J. Bakshi wrote: > > Dear list, > > I have attached an Access Point to my DHCP server. I like to arrange > an identifier in my dhcp configuration for the access point by > matching its MAC address, so that I can define a different gateway > for that access point. All the hosts

Re: Found (one) reason for packages not to do parallel builds?

2012-01-03 Thread Scott Ferguson
On 04/01/12 18:12, Christian Jaeger wrote: > Hi > > Many Debian packages don't use more than 1 CPU even when passing -j$n > to dpkg-buildpackage with $n > 1. I'm not sure if that's the correct way to set it - I've always set it in DEBIAN_BUILD_OPTIONS but I haven't checked lately to see if it's s

dhcp class identifier with modified settings

2012-01-03 Thread J. Bakshi
Dear list, I have attached an Access Point to my DHCP server. I like to arrange an identifier in my dhcp configuration for the access point by matching its MAC address, so that I can define a different gateway for that access point. All the hosts connects with that access points should go throu

Found (one) reason for packages not to do parallel builds?

2012-01-03 Thread Christian Jaeger
Hi Many Debian packages don't use more than 1 CPU even when passing -j$n to dpkg-buildpackage with $n > 1. (Concretely, my build command is: dpkg-buildpackage -uc -us -b -r'fakeroot -u' -j2 ) I'm surprised that this is the case even in today's 'testing', considering that most machines are multi

Re: phpbb, to avoid hacking

2012-01-03 Thread Scott Ferguson
On 04/01/12 02:15, T o n g wrote: > Hi, > > On the second day that we put our private forum on the web, we > already saw crackers trying to hack into the forum, using some kind > of automated tools. Unfortunately this is very common - though generally those "crackers" are just scripts running on

Re: "sudo" command passwd is not canceled.

2012-01-03 Thread Bob Proulx
chengshid wrote: > "sudo" command passwd is not canceled since i modify the follows files. > /usr/share/polkit-1/actions/ and /etc/pam.d/ > > the /etc/sudoers file have modified with no required passwd. > > help me! thanks. I do not understand what you are asking. Are you saying that it is no

Re: Best remote control software

2012-01-03 Thread Ashton Fagg
On 04/01/12 16:33, yudi v wrote: I was just wondering what is the best software solution available. Otherwise I might invest in a KVM switch. Do you actually need the display from the laptop to be shown on the desktop machine's monitors? If you just wanted to direct your mouse/keyboard action

Best remote control software

2012-01-03 Thread yudi v
Currently I am using x11vnc as the server on Debian and tightvnc viewer on Windows 7. Both machines are connected via LAN cable and are only meters apart. Debian is installed on a 12' laptop and windows 7 on a desktop with dual screens, I wanted to see if I can use VNC to access Debian on win7 mac

Re: "sudo" command passwd is not canceled.

2012-01-03 Thread chengshid
It is no use to do that, and i also reinstall the sudo, 于 2012年01月04日 13:14, doug 写道: On 01/03/2012 11:49 PM, chengshid wrote: "sudo" command passwd is not canceled since i modify the follows files. /usr/share/polkit-1/actions/ and /etc/pam.d/ the /etc/sudoers file have modified with no requir

Re: procmail, problem with this delivering recipe

2012-01-03 Thread Bob Proulx
T o n g wrote: > Bob Proulx wrote: > >> :0 Hfhwi > >> * ^Subject: \/.* > >> | formail -b -c -X From: -X To: -X Subject: -X Date: . . . | > >> $SENDMAIL $SENDMAILFLAGS . . . > > > > You need to create another recipe for the second pipe. > > > > :0 Hfhwi > > * ^Subject: \/.* > > | for

Re: what's the nice package to open eps file

2012-01-03 Thread Scott Ferguson
On 04/01/12 04:02, Walter Hurry wrote: > On Mon, 02 Jan 2012 18:38:54 +1100, Scott Ferguson wrote: > >> It will also open with Okular - I'm not sure if that means your default >> .pdf viewer will open them. > > Just for information, Evince views them just fine. > > Surprisingly xpdf does not.

Re: "sudo" command passwd is not canceled.

2012-01-03 Thread doug
On 01/03/2012 11:49 PM, chengshid wrote: "sudo" command passwd is not canceled since i modify the follows files. /usr/share/polkit-1/actions/ and /etc/pam.d/ the /etc/sudoers file have modified with no required passwd. help me! thanks. Look in the sudoers file for "nopasswd" and remove that

file mode of scp/sftp

2012-01-03 Thread T o n g
Hi, If users scp/sftp to my host, how is the default mode of files copied determined? Is it from users' umask in their ~/.profile, or somewhere else? Thanks -- Tong (remove underscore(s) to reply) http://xpt.sourceforge.net/techdocs/ http://xpt.sourceforge.net/tools/ -- To UNSUBSCRIBE,

"sudo" command passwd is not canceled.

2012-01-03 Thread chengshid
"sudo" command passwd is not canceled since i modify the follows files. /usr/share/polkit-1/actions/ and /etc/pam.d/ the /etc/sudoers file have modified with no required passwd. help me! thanks. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: procmail, problem with this delivering recipe

2012-01-03 Thread Bob Proulx
T o n g wrote: > :0 Hfhwi > * ^Subject: \/.* > | formail -b -c -X From: -X To: -X Subject: -X Date: . . . > | $SENDMAIL $SENDMAILFLAGS . . . You need to create another recipe for the second pipe. :0 Hfhwi * ^Subject: \/.* | formail -b -c -X From: -X To: -X Subject: -X Date: . . .

Re (3): incrontab usage

2012-01-03 Thread peasthope
From: Richard Hector Date: Wed, 04 Jan 2012 14:17:32 +1300 > I think you'll find that the command string is parsed directly by > incrond, not by a shell, so you don't get redirection. Try putting the > whole command in a shell script, and calling that. Yes that works; thanks. Also worth noti

Re: procmail, problem with this delivering recipe

2012-01-03 Thread T o n g
On Wed, 04 Jan 2012 03:40:24 +, T o n g wrote: > # send header only [ . . . ] > I.e., having processed it, procmail went on with the following recipes > instead of considering the mail delivered and cease processing the > rcfile. Hmm... looks like procmail considered the mail *header* de

Re: take screen shot error

2012-01-03 Thread lina
On Tuesday 03,January,2012 11:44 PM, Camaleón wrote: On Mon, 02 Jan 2012 16:33:18 +0800, lina wrote: Impossible to save the screenshot to file:///home/lina/Desktop. Error was GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Nautilus was not provided by any .service f

After suspend/resume, screen not switched on, which culprit?

2012-01-03 Thread Vincent Lefevre
I've had the following problem for several weeks (I don't know when exactly) with my Debian/sid laptop (DELL Latitude E6400, NVIDIA NV98 chipset): I can suspend the machine with Fn-F1, but when I want to resume, the screen remains off. The machine isn't frozen as there are disk accesses and after a

Re: Emacs ignoring my settings in ~/.emacs after Debian SID Upgraded

2012-01-03 Thread Vincent Lefevre
On 2012-01-03 10:25:05 -0500, Marc Auslander wrote: > Vincent Lefevre writes: > > The window geometry is usually not stored in the .emacs file (that > > would be a bad idea because the window appears before this file is > > read). It is configured via the X resources. As XDM and GDM do not > > rea

Re: what's the nice package to open eps file

2012-01-03 Thread Vincent Lefevre
On 2012-01-03 17:27:27 +0800, lina wrote: > Yesterday my gimp did not work, which was the only one I relied on > to view figures. If you want to view EPS figures, try evince and/or gv (more primitive). There's gs (Ghostscript) that can be used to view them, but it is not intended to be used by th

Re: Re (2): incrontab usage

2012-01-03 Thread Richard Hector
On 03/01/12 11:12, peasth...@shaw.ca wrote: > The 2nd problem is more subtle. > peter@joule:~$ incrontab -l > /home/peter/test IN_MODIFY touch /home/peter/indicator 2>&1 > gives > root@joule:/etc# /usr/sbin/incrond -nf /etc/incron.conf > touch: cannot touch `2>&1': Permission denied > touch: ca

Re: what's the nice package to open eps file

2012-01-03 Thread Vincent Lefevre
On 2012-01-03 19:37:06 +1100, Scott Ferguson wrote: > On 03/01/12 16:09, Vincent Lefevre wrote: > > First, GIMP is an editing tool, not a viewing tool. > > And? So? You want to argue that it not a good editor, without knowing > if the OP wanted and editor. Then you argue that it's not a viewer -

Re: New User Question

2012-01-03 Thread Wayne Topa
On 01/03/2012 12:52 PM, Martin, Larry D wrote: I have Squeeze on an Intel box with CUPS installed and a PDF printer defined. > What I cannot seen to make happen is to use a line command to cause a file to go to the printer and create a PDF document. Larry From a console or terminal you can s

Re: Order of cron.daily jobs

2012-01-03 Thread Vincent Lefevre
On 2012-01-03 15:30:16 +, Camaleón wrote: > Nah... the basics for making the script to run before/after another one > placed there are already told. The rest of the problems (if any) are > rather "cosmetics" ;-P The point is that the behavior can depend on the locales. To avoid that, users s

Re: New User Question

2012-01-03 Thread Ashton Fagg
On 04/01/12 03:52, Martin, Larry D wrote: What I cannot seen to make happen is to use a line command to cause a file to go to the printer and create a PDF document. What command are you trying to use? And what type of file is that you're trying to "print"? -- Ashton Fagg (ash...@fagg.id.au)

Re: Exim4 (mis)configuration for smarthost (Was: Re: How to disable TLS in exim4 client part?)

2012-01-03 Thread Joe
On Tue, 03 Jan 2012 22:09:33 +0100 "Alois Mahdal" wrote: > On Tue, 03 Jan 2012 21:30:22 +0100, Alois Mahdal > wrote: > > > It seems that exm4 does not rewrite addresses as I wish according to > > /etc/exim4/email-addresses: > > aloism@localhost: correct.sen...@mydomain.cz > > alo...@gebba.a

Re: Exim4 (mis)configuration for smarthost (Was: Re: How to disable TLS in exim4 client part?)

2012-01-03 Thread Joe
On Tue, 03 Jan 2012 21:30:22 +0100 "Alois Mahdal" wrote: > > > Thankfully, I have found that using -v (verbose) option for tests > gives me enough insight to communication (about what I expected to > find after disabling TLS). > > And the lines I like the least are: > >SMTP>> EHLO gebba.a

Re: problematic poweroff on shutdown

2012-01-03 Thread Bob Proulx
Curt wrote: > Bob Proulx wrote: > > Power-off hang. Reboot hang. Neither worked. They are the same > > thing. Both actions could not control the power supply from software. > > Well, now I'm confused. I might have a reboot problem and not know > about it in the sense that I hardly ever reboot

SOLVED - -bash: no job control in this shell on tty1

2012-01-03 Thread Wayne Topa
I have had a problem for a long time now when logging in on tty1 as root or any user. On logging in the system reports " -bash: no job control in this shell on tty1". Others here have also reported the problem but we never found a fix, other then Ctrl c and re-logging in. I have been annoye

Re: Exim4 (mis)configuration for smarthost (Was: Re: How to disable TLS in exim4 client part?)

2012-01-03 Thread Alois Mahdal
On Tue, 03 Jan 2012 21:30:22 +0100, Alois Mahdal wrote: It seems that exm4 does not rewrite addresses as I wish according to /etc/exim4/email-addresses: aloism@localhost: correct.sen...@mydomain.cz alo...@gebba.aloism.test.local: correct.sen...@mydomain.cz aloism@gebba: correct.sen...@myd

Re: Setting Postfix + Courier + Cyrus: cannot find user dir on authentication

2012-01-03 Thread Sergi Pons Freixes
On Tue, Jan 3, 2012 at 10:22 PM, Sergi Pons Freixes wrote: I am trying to adapt a tutorial for setting a mail server in Arch Linux [1] > to Debian. > Forgot to attach the link to the tutorial! https://wiki.archlinux.org/index.php/Simple_Virtual_User_Mail_System

Re: How to disable TLS in exim4 client part?

2012-01-03 Thread Chris Davies
Alois Mahdal wrote: > Please, how do I disable TLS in exim4 as a client? > I tried adding MAIN_TLS_ENABLE = no to exim4.conf.template > (AND to conf.d/main/03_exim4-config_tlsoptions), but this > does not affect client. This is not a yes/no value, it's a defined / not defined value. So by defini

Setting Postfix + Courier + Cyrus: cannot find user dir on authentication

2012-01-03 Thread Sergi Pons Freixes
Hi All, I am trying to adapt a tutorial for setting a mail server in Arch Linux [1] to Debian. I finished the step of PostfixAdmin, and I perfectly can send e-mails from it and add users and domains to the database. Looking at /home/vmail, I also checked that I can receive e-mails. Before setting

Re: problematic poweroff on shutdown

2012-01-03 Thread Curt
On 2012-01-03, Bob Proulx wrote: > > Power-off hang. Reboot hang. Neither worked. They are the same > thing. Both actions could not control the power supply from software. Well, now I'm confused. I might have a reboot problem and not know about it in the sense that I hardly ever reboot (I th

Re: samsung galaxy tab

2012-01-03 Thread Kevin Ross
On 01/03/2012 12:48 PM, Thibaut wrote: hi, when i plug my galaxy tab nothing happens but my system sees it (it's not a galaxy s2 though) : titi@debian:~$ lsusb ... Bus 002 Device 017: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II] how can I mount it so i can put fi

samsung galaxy tab

2012-01-03 Thread Thibaut
hi, when i plug my galaxy tab nothing happens but my system sees it (it's not a galaxy s2 though) : titi@debian:~$ lsusb ... Bus 002 Device 017: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II] how can I mount it so i can put files on it? thanks t. -- To UNSUBSCRIB

Re: [SOLVED] RTL8111/8168B wake on lan (WOL) working randomly

2012-01-03 Thread Juan Sierra Pons
2012/1/3 Janek Lapka : > Juan Sierra Pons writes: > >>lspci -v >> >>02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. >  ^^ The 2 digit at the beginning of the line means the pci bus > > > > More info: > http://www.thinkwiki.org/wiki/WakeOnLAN > or google: pci-config wol > >> The proble

Re: problematic poweroff on shutdown

2012-01-03 Thread Bob Proulx
Curt wrote: > Bob Proulx wrote: > > Just two months ago I had this exact same problem with a brand new > > Intel motherboard. Searching the motherboard site for BIOS upgrades I > > found that there was one available and in my case the changelog for it > > listed reboot problems as one of the fixes

Exim4 (mis)configuration for smarthost (Was: Re: How to disable TLS in exim4 client part?)

2012-01-03 Thread Alois Mahdal
On Tue, 03 Jan 2012 19:16:49 +0100, Joe wrote: "R=smarthost T=remote_smtp_smarthost" I could not find in Exim4 specs what these fields should be. TIA, aL. R is router, T is transport. A router determines where to send a particular email next, a transport is a software means of achieving th

Re: problematic poweroff on shutdown

2012-01-03 Thread Curt
On 2012-01-03, Bob Proulx wrote: > > Just two months ago I had this exact same problem with a brand new > Intel motherboard. Searching the motherboard site for BIOS upgrades I > found that there was one available and in my case the changelog for it > listed reboot problems as one of the fixes. I

Re: Boot failure between grub and kernel?

2012-01-03 Thread Steven
On Tue, 2012-01-03 at 08:53 -0600, hvw59601 wrote: [...] > > I had a hang: blank screen w/o the "Loading..." message. Waited a few > secs. and hit the reset button. > > Hugo > > No messages at all? My machine has now booted 3 times without issue since I disconnected the IDE drives, the last

Re: problematic poweroff on shutdown

2012-01-03 Thread Bob Proulx
Curt wrote: > Periodically, for no reason I can fathom, or trace to a specific cause, > when I shutdown my machine, it fails to power off. The shutdown > procedure unrolls, or unfurls, as expected, but at the point where it > says at the console "Will now halt," instead of a power off taking > pla

Re: New User Question

2012-01-03 Thread Camaleón
On Tue, 03 Jan 2012 12:52:52 -0500, Martin, Larry D wrote: Welcome! But please, keep html format off :-) > I have Squeeze on an Intel box with CUPS installed and a PDF printer > defined. What I cannot seen to make happen is to use a line command to > cause a file to go to the printer and create

New User Question

2012-01-03 Thread Martin, Larry D
I have Squeeze on an Intel box with CUPS installed and a PDF printer defined. What I cannot seen to make happen is to use a line command to cause a file to go to the printer and create a PDF document. I can open the file with gedit and print to PDF with no problem. What do I not understand ab

Re: How to disable TLS in exim4 client part?

2012-01-03 Thread Joe
On Tue, 03 Jan 2012 18:32:01 +0100 "Alois Mahdal" wrote: > Sorry for delay. > > On Mon, 02 Jan 2012 09:51:14 +0100, Joe wrote: > > Is there anything useful in /var/log/exim4/mainlog? That at least > > should be in plaintext. > > > Lines in Exim4 sound like purring to me: > > -8<- > 2

Re: How to disable TLS in exim4 client part?

2012-01-03 Thread Alois Mahdal
Sorry for delay. On Mon, 02 Jan 2012 09:51:14 +0100, Joe wrote: Is there anything useful in /var/log/exim4/mainlog? That at least should be in plaintext. Lines in Exim4 sound like purring to me: -8<- 2012-01-02 14:09:46 1Rhhe6-00059F-9d <= alo...@gebba.aloism.test.local U=aloism P

Re: what's the nice package to open eps file

2012-01-03 Thread Camaleón
On Mon, 02 Jan 2012 15:25:58 +0800, lina wrote: > as subject, which package is a good choice for opening .eps file. Inkscape or Scribus would be a good option for such file format although Ghostscript can also convert from/to EPS to another PS/PDF formats. Greetings, -- Camaleón -- To UNSU

Re: what's the nice package to open eps file

2012-01-03 Thread Walter Hurry
On Mon, 02 Jan 2012 18:38:54 +1100, Scott Ferguson wrote: > It will also open with Okular - I'm not sure if that means your default > .pdf viewer will open them. Just for information, Evince views them just fine. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: X Window: Setting up mouse scroll for OOo Calc to one raw

2012-01-03 Thread Camaleón
On Tue, 03 Jan 2012 10:44:12 +1300, Richard Hector wrote: > On 03/01/12 04:55, Camaleón wrote: >> But the best thing is that there is a patch already done for having the >> "feature" implemented at Xorg. > > I haven't re-read the bug report, but my impression was that someone has > written a patc

Re: phpbb, to avoid hacking

2012-01-03 Thread godo
On 2012-01-03 16:15, T o n g wrote: Hi, On the second day that we put our private forum on the web, we already saw crackers trying to hack into the forum, using some kind of automated tools. I'm totally new to phpbb, but I guess the automated tool will try to attack some well known predefined u

Re: radeonhd removed from Testing ... in February, still gone?

2012-01-03 Thread Camaleón
On Mon, 02 Jan 2012 18:41:26 -0500, Carl Fink wrote: > On Mon, Jan 02, 2012 at 05:00:22PM +, Camale?n wrote: > >> I don't think the current experience with VGA cards is "bad" but >> "annoying". But how can you|we enhance it from Debian's side? Debian >> can't include closed source drivers nor

Re: Emacs ignoring my settings in ~/.emacs after Debian SID Upgraded

2012-01-03 Thread Marc Auslander
Vincent Lefevre writes: ... > > The window geometry is usually not stored in the .emacs file (that > would be a bad idea because the window appears before this file is > read). It is configured via the X resources. As XDM and GDM do not > read the same X init files, here's the potential problem.

Wheezy live [was] Re: regarding e2fsprogs 1.42

2012-01-03 Thread Alan Greenberger
On 2012-01-03, Scott Ferguson wrote: > The auto fsck/root problem (if ever encountered) could be got around by > using the Wheezy live CD/USB[*1] which is the path I chose thanks to > your chroot tip. It looks like you have gotten Wheezy live to work. I have not been able to. What I have tried

Re: RTL8111/8168B wake on lan (WOL) working randomly

2012-01-03 Thread Camaleón
On Sun, 01 Jan 2012 21:01:33 +0100, Juan Sierra Pons wrote: > I have been spending many days trying to make my computer start using > the with wake on lan (WOL) feature. (...) > The problem is that when I shutdown the computer the NIC is switched off > too. I can see it as the port in my home A

Re: take screen shot error

2012-01-03 Thread Camaleón
On Mon, 02 Jan 2012 16:33:18 +0800, lina wrote: > Impossible to save the screenshot to file:///home/lina/Desktop. > Error was GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The > name org.gnome.Nautilus was not provided by any .service files. > Please choose another location and retry.

Re: Order of cron.daily jobs

2012-01-03 Thread Camaleón
On Tue, 03 Jan 2012 03:10:57 +0100, Vincent Lefevre wrote: > On 2012-01-02 18:22:15 +, Camaleón wrote: >> On Mon, 02 Jan 2012 19:57:25 +0200, Andrei Popescu wrote: >> >> > On Lu, 02 ian 12, 17:43:57, Camaleón wrote: >> >> On Mon, 02 Jan 2012 17:27:18 +, T o n g wrote: >> >> >> >> > How i

Re: problematic poweroff on shutdown [Fwd:]

2012-01-03 Thread Curt
On 2012-01-03, Don Juan wrote: > > you could always do alt+sysrq REISUB that's a gentler way to shut down No, I couldn't, because the system is halted and there's no magic left. This machine, an Acer X1430 running debian squeeze with a 2.6.32-5-amd64 kernel, always shuts down properly but period

Re: [OT] help with m-audio usb Fast Track pro on debian

2012-01-03 Thread Rob Owens
On Tue, Jan 03, 2012 at 03:05:45AM -0800, Kevin Ross wrote: > On 01/02/2012 07:12 AM, Rob Owens wrote: > >aplay -d hw:1,0 some.wav (for card #1, device #0 -- adjust as necessary). > > That should be an uppercase -D (lowercase -d is for setting a delay). > Whoops! Sorry for the bad advice! -Rob

Re: possible success submit popularity contest

2012-01-03 Thread Camaleón
On Mon, 02 Jan 2012 17:15:09 -0600, hvw59601 wrote: > Although a simple 'yes' in d-i enables p-c, to make it work is another > matter. That's for motivating users to use it :-P > 1. I enabled exim4 to use gmail per http://wiki.debian.org/GmailAndExim4 > > 2. But the cron script failed per syslo

Re: bug on which package ?

2012-01-03 Thread Camaleón
On Tue, 03 Jan 2012 15:36:06 +0100, r.3 wrote: > I found a bug in debian wheezy : > panel > places > connect to a server > secured webdav (HTTPS) If I fill > the field "login" it does not work, but it works if I do not fill it > here, but wait the next window to do so. I would like to report it, b

Re: bug on which package ?

2012-01-03 Thread Victor Nitu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/03/2012 04:36 PM, r...@libertysurf.fr wrote: > Hello, > I found a bug in debian wheezy : > panel > places > connect to a server > secured webdav (HTTPS) > If I fill the field "login" it does not work, but it works if I do not fill > it here, bu

Re: Boot failure between grub and kernel?

2012-01-03 Thread hvw59601
Steven wrote: On Sun, 2012-01-01 at 19:02 -0600, hvw59601 wrote: [...] But shouldn't it fail all the time then? Not if it's a race condition of some sorts, which is quote possible, see below. Since I turned off 'quiet' it hasn't failed yet... Mine has, just now, I had to reset, second tim

bug on which package ?

2012-01-03 Thread r . 3
Hello, I found a bug in debian wheezy : panel > places > connect to a server > secured webdav (HTTPS) If I fill the field "login" it does not work, but it works if I do not fill it here, but wait the next window to do so. I would like to report it, but what package is it? Thanks, W -- To UNSUB

Re: qemu KVM: can't boot a qemu machine with liveCD (system rescue)

2012-01-03 Thread Alberto Luaces
Ekkard Gerlach writes: > How can I boot a qemu machine with liveCD (system rescue)? I think you can try: kvm -cdrom /dev/sr0 *without* mounting the CD before. Make sure you are root or in the ‘cdrom’ group. -- Alberto -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

Re: Loss of Xfce DE functionality since testing upgrades to clutter on 12/17

2012-01-03 Thread Gilbert Sullivan
On 12/31/2011 10:59 AM, Gilbert Sullivan wrote: > Hi, > > This is more a matter of general curiosity than something I'm trying > actively to fix. I would, of course, like to correct the problems, but > they are not show-stoppers for me. If the behaviors I'm reporting can be > expected to be correc

Re: crm_gui

2012-01-03 Thread Scott Ferguson
On 03/01/12 21:43, godo wrote: > On 2012-01-03 11:24, Balint Szigeti wrote: >> hello >> >> Do you know anybody how to install crm_gui on Debian Squeeze? >> I found this: >> http://www.clusterlabs.org/wiki/FAQ >> (How Do I Enable the GUI (Corosync) >> >> This site mention's the first step is "instal

Re: qemu KVM: can't boot a qemu machine with liveCD (system rescue)

2012-01-03 Thread Scott Ferguson
On 03/01/12 21:09, Ekkard Gerlach wrote: > Hi, > > there is no special forum/mailinglist existing for qemu-KVM, right? Yes there is - qemu-KVM is supported under the excellent qemu mailing list:- https://lists.nongnu.org/mailman/listinfo/qemu-discuss Maybe you were confusing it with the KVM li

Re: what's the nice package to open eps file

2012-01-03 Thread Scott Ferguson
On 03/01/12 20:27, lina wrote: > On Tuesday 03,January,2012 04:37 PM, Scott Ferguson wrote: >> On 03/01/12 16:09, Vincent Lefevre wrote: >>> On 2012-01-03 15:36:48 +1100, Scott Ferguson wrote: >> >> >> >> I'd interpreted the "open" in the original question to mean "view as an >> image" - and I

Re: qemu KVM: can't boot a qemu machine with liveCD (system rescue)

2012-01-03 Thread Osamu Aoki
On Tue, Jan 03, 2012 at 11:09:06AM +0100, Ekkard Gerlach wrote: > Hi, > > there is no special forum/mailinglist existing for qemu-KVM, right? I do not know the answer but have you read: http://wiki.debian.org/KVM http://wiki.debian.org/QEMU and links from there. Good luck. Osamu --

Re: single device to replace ADSL router, WiFi/Ethernet router, SIP router?

2012-01-03 Thread Luke Kenneth Casson Leighton
On Thu, Dec 22, 2011 at 6:15 AM, Paul Wise wrote: > Hi all, > > I'm looking for a way to replace my current home network infrastructure > with a single device running Debian. paul, hi, if you're still on the mad scheme of doing everything in a single box, to give yourself hell _and_ high water f

Re: lenny hosting wheezy chroot

2012-01-03 Thread Osamu Aoki
Hi, On Mon, Dec 26, 2011 at 11:15:29PM -0800, Ross Boylan wrote: > I am looking for advice on how to run a wheezy chroot from a lenny host, > in particular how to handle dev, udev, and X. > > BACKGROUND > > My system is running lenny and I wanted to use python 2.7. I upgraded > debootstrap fro

Re: crm_gui

2012-01-03 Thread godo
hm... I think I wont install the crm_gui. The package has dependencies/breaks and I don't want to "fight" with they. Thank you their help. I hope it will come soon in backports. You are welcome. -- Bye, Goran Dobosevic Hrvatski: www.dobosevic.com English: www.dobosevic.com/en/ Registered

Re: crm_gui

2012-01-03 Thread Balint Szigeti
On 03/01/2012 11:37, godo wrote: On 2012-01-03 11:57, Balint Szigeti wrote: Hi all, I installed /pacemaker, heartbeat, corosync/ when I made the "my litle cluster" but the crm_gui is missing. :( And after I tried the /ocfs2-tools-pacemaker/ but it didn't help to. Thanks Balint On 03/01/2012 1

Re: crm_gui

2012-01-03 Thread Sander
Balint Szigeti wrote (ao): > Do you know anybody how to install crm_gui on Debian Squeeze? > I found this: > http://www.clusterlabs.org/wiki/FAQ > (How Do I Enable the GUI (Corosync) > > This site mention's the first step is "install pacemaker-pygui package". > > I searched this package but I co

Re: crm_gui

2012-01-03 Thread godo
On 2012-01-03 11:57, Balint Szigeti wrote: Hi all, I installed /pacemaker, heartbeat, corosync/ when I made the "my litle cluster" but the crm_gui is missing. :( And after I tried the /ocfs2-tools-pacemaker/ but it didn't help to. Thanks Balint On 03/01/2012 10:38, Matt Hall wrote: http://www

Re: [OT] help with m-audio usb Fast Track pro on debian

2012-01-03 Thread Kevin Ross
On 01/02/2012 07:12 AM, Rob Owens wrote: aplay -d hw:1,0 some.wav (for card #1, device #0 -- adjust as necessary). That should be an uppercase -D (lowercase -d is for setting a delay). Glad you got it working anyway, though! -- Kevin -- To UNSUBSCRIBE, email to debian-user-requ...@lists.de

Re: crm_gui

2012-01-03 Thread Balint Szigeti
Hi all, I installed /pacemaker, heartbeat, corosync/ when I made the "my litle cluster" but the crm_gui is missing. :( And after I tried the /ocfs2-tools-pacemaker/ but it didn't help to. Thanks Balint On 03/01/2012 10:38, Matt Hall wrote: http://www.clusterlabs.org/wiki/Install#Debian :)

Re: crm_gui

2012-01-03 Thread godo
On 2012-01-03 11:24, Balint Szigeti wrote: hello Do you know anybody how to install crm_gui on Debian Squeeze? I found this: http://www.clusterlabs.org/wiki/FAQ (How Do I Enable the GUI (Corosync) This site mention's the first step is "install pacemaker-pygui package". I searched this package

crm_gui

2012-01-03 Thread Balint Szigeti
hello Do you know anybody how to install crm_gui on Debian Squeeze? I found this: http://www.clusterlabs.org/wiki/FAQ (How Do I Enable the GUI (Corosync) This site mention's the first step is "install pacemaker-pygui package". I searched this package but I couldn't find it. Is it exist on deb

crm_gui

2012-01-03 Thread Balint Szigeti
hello Do you know anybody how to install crm_gui on Debian Squeeze? I found this: http://www.clusterlabs.org/wiki/FAQ (How Do I Enable the GUI (Corosync) This site mention's the first step is "install pacemaker-pygui package". I searched this package but I couldn't find it. Is it exist on deb

qemu KVM: can't boot a qemu machine with liveCD (system rescue)

2012-01-03 Thread Ekkard Gerlach
Hi, there is no special forum/mailinglist existing for qemu-KVM, right? My problem is: I can't boot a qemu machine with liveCD (system rescue) I inserted hvm into xml-File but the appearing menu at boot time: Press F12 for boot menu. (I pressed F12) Selec

Re: what's the nice package to open eps file

2012-01-03 Thread lina
On Tuesday 03,January,2012 04:37 PM, Scott Ferguson wrote: On 03/01/12 16:09, Vincent Lefevre wrote: On 2012-01-03 15:36:48 +1100, Scott Ferguson wrote: First, GIMP is an editing tool, not a viewing tool. And? So? You want to argue that it not a good editor, without knowing if the OP wante

Re: what's the nice package to open eps file

2012-01-03 Thread Scott Ferguson
On 03/01/12 16:09, Vincent Lefevre wrote: > On 2012-01-03 15:36:48 +1100, Scott Ferguson wrote: > > First, GIMP is an editing tool, not a viewing tool. And? So? You want to argue that it not a good editor, without knowing if the OP wanted and editor. Then you argue that it's not a viewer - but

Re: regarding e2fsprogs 1.42

2012-01-03 Thread Joar Jegleim
ok, thanks for your tip . This is a critical system since it's a backup server :\ I went for xfs when we upgraded the disks, but xfs gave me serious performance problems. Deleting hardlinks from backing up a mailserver (~1.6TB maildirs) went from ~5 hours on ext4 to more than 28 hours on xfs (?) I'