Re: linux-source-3.2.0-rc7

2012-01-04 Thread lina
something abnormal, is it? I used dpkg-buildpackage -j8 Before I buildpackage, there is none so many built out. acpi-modules-3.2.0-rc7-amd64-di_3.2~rc7-1~experimental.1_amd64.udeb ata-modules-3.2.0-rc7-amd64-di_3.2~rc7-1~experimental.1_amd64.udeb btrfs-modules-3.2.0-rc7-amd64-di_3.2~rc7-1~experi

linux-source-3.2.0-rc7

2012-01-04 Thread lina
Hi, a quick question, Which header I should choose? linux-headers-3.2.0-rc7-all_3.2~rc7-1~experimental.1_amd64.deb linux-headers-3.2.0-rc7-all-amd64_3.2~rc7-1~experimental.1_amd64.deb linux-headers-3.2.0-rc7-amd64_3.2~rc7-1~experimental.1_amd64.deb linux-headers-3.2.0-rc7-common_3.2~rc7-1~exper

Re: take screen shot error

2012-01-04 Thread lina
On Thursday 05,January,2012 03:30 AM, Walter Hurry wrote: On Wed, 04 Jan 2012 11:11:48 +0800, lina wrote: actually I have started to enjoy using scrot. Here is the script which I have bound to my 'PrtSc' key: - #!/bin/bash TIME=`date +%Y-%

Re: take screen shot error

2012-01-04 Thread Tony Baldwin
On Wed, Jan 04, 2012 at 07:30:30PM +, Walter Hurry wrote: > On Wed, 04 Jan 2012 11:11:48 +0800, lina wrote: > > > actually I have started to enjoy using scrot. > > > Here is the script which I have bound to my 'PrtSc' key: > > - > #!/bin/b

WLAN Access Point with Intel 4965 network controller

2012-01-04 Thread Ramon Hofer
Hi all I'm using Squeeze with 2.6.32-5-686 and I'm trying to configure my Thinkpad X61s to act as WLAN Access Point. It has an Intel 4965 chipset: # lspci 03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61) I tried to follow this guide

Re: "sudo" command passwd is not canceled.

2012-01-04 Thread Joel Rees
(Woops. I keep forgetting debian-user does the return address right.) On Wed, Jan 4, 2012 at 8:26 PM, chengshid wrote: > 于 2012年01月04日 14:45, Bob Proulx 写道: > >> chengshid wrote: >>> >>> "sudo" command passwd is not canceled since i modify the follows files. >>> /usr/share/polkit-1/actions/ and

Re: Solving a GTK theme problem

2012-01-04 Thread Andreas Rönnquist
On Wed, 4 Jan 2012 18:24:15 + (UTC) Camaleón wrote: > On Wed, 04 Jan 2012 16:59:15 +0100, Andreas Rönnquist wrote: > > Every time I start a GTK-program in the terminal which uses icons, > > I get this: > > > > (program:line): Gtk-WARNING **: Error parsing gtk-icon-sizes string: > > '16' >

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Kristian Lampen
On 04/01/2012 09:58, Balint Szigeti wrote: > On 04/01/2012 09:54, Michael Tsang wrote: >> >> On Wednesday, January 04, 2012 05:28 PM, Kristian Lampen wrote: >>> >>> Hello, >>> >>> I have a fresh install of apache2 and php on my server and I can not get >>> php to work, php-scripts are not execu

Re: Lenny (Debian 5.0) approaching end of life

2012-01-04 Thread Scott Ferguson
On 05/01/12 02:43, tony baldwin wrote: >> - Original Message - >> From: Lisi >> Sent: 01/04/12 10:34 AM >> To: debian-user@lists.debian.org >> Subject: Re: Lenny (Debian 5.0) approaching end of life >> >> On Wednesday 04 January 2012 15:26:01 Tony Baldwin wrote: >>> On Wed, Jan 04, 2012 at

Re: Best remote control software

2012-01-04 Thread yudi v
> > Have you tried some of the performance and quality options mentioned in the > man page?  It looks like x11vnc has many and diverse options. > > -solid > -wireframe / -nowireframe > -speeds n,n,n > -xrefresh n > -sb 0 I used the first option, will look up the others, Right now I am using -ncach

Re: Best remote control software

2012-01-04 Thread yudi v
> 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 actions > you could use Synergy provided you could still see the display. > the main reason for this is to use the 24' desktop screen. -- Kind reg

Re: How to disable TLS in exim4 client part?

2012-01-04 Thread Alois Mahdal
Hi, On Tue, 03 Jan 2012 21:59:38 +0100, Chris Davies wrote: [...] I tried adding MAIN_TLS_ENABLE = no to exim4.conf.template[...] This is not a yes/no value, it's a defined / not defined value. So by defining it as "no" you're actually setting it to true. So you should comment out the line

Re: Best remote control software

2012-01-04 Thread Walter Hurry
On Wed, 04 Jan 2012 16:33:33 +1000, yudi v wrote: > 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

Re: file mode of scp/sftp

2012-01-04 Thread Roger Leigh
On Wed, Jan 04, 2012 at 06:48:31PM +, T o n g wrote: > On Wed, 04 Jan 2012 17:23:12 +, Camaleón wrote: > > >> 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? > > > > For ssh connect

Re: Order of cron.daily jobs

2012-01-04 Thread Walter Hurry
On Wed, 04 Jan 2012 19:03:22 +, T o n g wrote: > On Wed, 04 Jan 2012 16:59:27 +, Camaleón wrote: > >> Yup, but this can be found by simply "trial and error" tests. > > trial and error can sure yield some conclusion, but whether the > conclusion is good really depend on the trials. > > F

Re: take screen shot error

2012-01-04 Thread Walter Hurry
On Wed, 04 Jan 2012 11:11:48 +0800, lina wrote: > actually I have started to enjoy using scrot. Here is the script which I have bound to my 'PrtSc' key: - #!/bin/bash TIME=`date +%Y-%m-%d-%T` FILE=$HOME/Pictures/Screenshot_$TIME.png scrot -s

Re: Order of cron.daily jobs

2012-01-04 Thread T o n g
On Wed, 04 Jan 2012 16:59:27 +, Camaleón wrote: > Yup, but this can be found by simply "trial and error" tests. trial and error can sure yield some conclusion, but whether the conclusion is good really depend on the trials. For Vincent's case specifically, I believe no matter how many tria

Re: file mode of scp/sftp

2012-01-04 Thread T o n g
On Wed, 04 Jan 2012 17:23:12 +, Camaleón wrote: >> 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? > > For ssh connections I'm not sure this still applies. Look at "man 8 > sshd" and scroll

Re: Solving a GTK theme problem

2012-01-04 Thread Camaleón
On Wed, 04 Jan 2012 16:59:15 +0100, Andreas Rönnquist wrote: > Every time I start a GTK-program in the terminal which uses icons, I get > this: > > (program:line): Gtk-WARNING **: Error parsing gtk-icon-sizes string: > '16' How are you running the application? Remotely or locally, using "g

Re: possible success submit popularity contest

2012-01-04 Thread Camaleón
On Wed, 04 Jan 2012 09:25:08 -0600, hvw59601 wrote: > hvw59601 wrote: >> Camaleón wrote: (...) >>> I'd say it was but checking if Exim is able to deliver to an external >>> e- mail address will neither not hurt :-) >>> >>> >> You're absolutely right. The 2 sequences in the exim4 mainlog mean tha

Re: Best remote control software

2012-01-04 Thread green
yudi v wrote at 2012-01-03 23:33 -0700: > 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. > It works but the performance using the above > applications is not that good. There's lag and

Re: Lenny (Debian 5.0) approaching end of life

2012-01-04 Thread Camaleón
On Wed, 04 Jan 2012 10:54:29 -0400, francis picabia wrote: > There was discussion here a few months ago about there being no official > date for end of life on Lenny.  This has changed.  I just noticed this > item on the security announcement mailing list: > > http://lists.debian.org/debian-secur

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

2012-01-04 Thread Tony van der Hoff
On 04/01/12 16:55, Camaleón wrote: On Tue, 03 Jan 2012 22:22:25 +0100, Sergi Pons Freixes wrote: Hi All, Hi Sergi. Please, turn off html when sending e-mails, they're hard to read from text based e-mail clients :-) I am trying to adapt a tutorial for setting a mail server in Arch Linux [1]

Re: file mode of scp/sftp

2012-01-04 Thread Camaleón
On Wed, 04 Jan 2012 05:15:31 +, T o n g wrote: > 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? For ssh connections I'm not sure this still applies. Look at "man 8 sshd" and scroll down to

Re: Order of cron.daily jobs

2012-01-04 Thread Camaleón
On Wed, 04 Jan 2012 01:18:35 +0100, Vincent Lefevre wrote: > 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

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

2012-01-04 Thread Camaleón
On Tue, 03 Jan 2012 22:22:25 +0100, Sergi Pons Freixes wrote: > Hi All, Hi Sergi. Please, turn off html when sending e-mails, they're hard to read from text based e-mail clients :-) > I am trying to adapt a tutorial for setting a mail server in Arch Linux > [1] to Debian. I finished the step of

Re (4): incrontab usage

2012-01-04 Thread peasthope
* From: Richard Hector * Date: Mon, 02 Jan 2012 23:42:28 +1300 > Unfortunately, my testing didn't get it working reliably either ... Try IN_CLOSE_WRITE rather than IN_MODIFY. In my cursory tests it works here. Thanks for suggesting the wrapper,... Peter E. -- Telephone 1

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Christofer C. Bell
On Wed, Jan 4, 2012 at 9:16 AM, Avi Greenbury wrote: > Kristian Lampen wrote: > >> Hello, >> >> I have a fresh install of apache2 and php on my server and I can not >> get php to work, php-scripts are not executed by apache, just the >> plain script is served to the browser. >> > > By default, in

Solving a GTK theme problem

2012-01-04 Thread Andreas Rönnquist
Hi! Every time I start a GTK-program in the terminal which uses icons, I get this: (program:line): Gtk-WARNING **: Error parsing gtk-icon-sizes string: '16' (with program:line different for each program, of course) - I have searched my used themes and have a very hard time finding where

Re: Lenny (Debian 5.0) approaching end of life

2012-01-04 Thread John A. Sullivan III
On Wed, 2012-01-04 at 15:34 +, Lisi wrote: > On Wednesday 04 January 2012 15:26:01 Tony Baldwin wrote: > > On Wed, Jan 04, 2012 at 10:54:29AM -0400, francis picabia wrote: > > > There was discussion here a few months ago about there being no official > > > date for end of life on Lenny. This h

Re: Lenny (Debian 5.0) approaching end of life

2012-01-04 Thread Lisi
On Wednesday 04 January 2012 15:43:12 tony baldwin wrote: > Now I really prefer light, efficient, simple. Horses for courses! Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lis

Re: Lenny (Debian 5.0) approaching end of life

2012-01-04 Thread tony baldwin
> - Original Message - > From: Lisi > Sent: 01/04/12 10:34 AM > To: debian-user@lists.debian.org > Subject: Re: Lenny (Debian 5.0) approaching end of life > > On Wednesday 04 January 2012 15:26:01 Tony Baldwin wrote: > > On Wed, Jan 04, 2012 at 10:54:29AM -0400, francis picabia wrote: > >

Re: Lenny (Debian 5.0) approaching end of life

2012-01-04 Thread Lisi
On Wednesday 04 January 2012 15:26:01 Tony Baldwin wrote: > On Wed, Jan 04, 2012 at 10:54:29AM -0400, francis picabia wrote: > > There was discussion here a few months ago about there being no official > > date for end of life on Lenny.  This has changed.  I just noticed this > > item on the securi

Re: possible success submit popularity contest

2012-01-04 Thread hvw59601
hvw59601 wrote: Camaleón wrote: 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

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Avi Greenbury
Kristian Lampen wrote: > Hello, > > I have a fresh install of apache2 and php on my server and I can not > get php to work, php-scripts are not executed by apache, just the > plain script is served to the browser. > By default, in /etc/apache2/mods-available/php5.conf the required directives to

Re: Lenny (Debian 5.0) approaching end of life

2012-01-04 Thread Tony Baldwin
On Wed, Jan 04, 2012 at 10:54:29AM -0400, francis picabia wrote: > There was discussion here a few months ago about there being no official date > for end of life on Lenny.  This has changed.  I just noticed this item > on the security announcement mailing list: > > http://lists.debian.org/debian-

Re: something regards "find"

2012-01-04 Thread Tony Baldwin
On Wed, Jan 04, 2012 at 12:19:18PM +0100, Wilko Fokken wrote: > On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: > > Hi, > > > > I don't know how to find one file out, > > > > one file contains some numbers, like > > > > 7.9 2.4 4.2 12.2 and etc > > > > I can't remember the file name. I tried:

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Tony Baldwin
On Wed, Jan 04, 2012 at 09:58:57AM +, Balint Szigeti wrote: > On 04/01/2012 09:54, Michael Tsang wrote: > >On Wednesday, January 04, 2012 05:28 PM, Kristian Lampen wrote: > >>Hello, > >> > >>I have a fresh install of apache2 and php on my server and I can > >>not get php to work, php-scripts ar

Lenny (Debian 5.0) approaching end of life

2012-01-04 Thread francis picabia
There was discussion here a few months ago about there being no official date for end of life on Lenny.  This has changed.  I just noticed this item on the security announcement mailing list: http://lists.debian.org/debian-security-announce/2011/msg00238.html No new Lenny updates after 6 February

Re: procmail, problem with this delivering recipe

2012-01-04 Thread T o n g
On Tue, 03 Jan 2012 23:18:59 -0700, Bob Proulx wrote: >> there were actually more piping commands between formail & $SENDMAIL in >> my rcfile. > > Yes. But as noted that is incorrect. Only one action line is allowed > there. Hmm..., actually, it is correct. True, that there can only be exactly

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

2012-01-04 Thread Harry Putnam
Kevin Ross writes: > 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! Hee hee, no wonder it `stalled right the

Re: bootmisc.sh

2012-01-04 Thread Balint Szigeti
thank you to everyone the help. I now understand it. Balint -- 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/4f046073.2070...@gmail.com

Re: possible success submit popularity contest

2012-01-04 Thread hvw59601
Camaleón wrote: 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 faile

Re: mcedit copy to cooledit.clip

2012-01-04 Thread hvw59601
Bill Marcum wrote: In gmane.linux.debian.user, you wrote: Hi, When mc runs in forked shell, like script, the ctrl-ins keys in mcedit to copy marked text to cooledit.clip doesn't work. Anybody knows why not? Hugo Have you tried the "Learn Keys" function in mc? (I prefer using nano instead

Re: something regards "find"

2012-01-04 Thread lina
On Wednesday 04,January,2012 08:01 PM, Wilko Fokken wrote: On Wed, Jan 04, 2012 at 12:42:36PM +0100, pedro insua wrote: On 4 January 2012 12:19, Wilko Fokken wrote: On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: Hi, I don't know how to find one file out, one file contains some number

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

2012-01-04 Thread lina
On Wednesday 04,January,2012 06:29 PM, Vincent Lefevre wrote: On 2012-01-04 17:58:45 +0800, lina wrote: On Wednesday 04,January,2012 05:47 PM, Vincent Lefevre wrote: On 2012-01-04 08:45:27 +, Lisi wrote: The OP was using the GIMP and it failed her, so she asked for something else. But unti

Re: something regards "find"

2012-01-04 Thread Wilko Fokken
On Wed, Jan 04, 2012 at 12:42:36PM +0100, pedro insua wrote: > On 4 January 2012 12:19, Wilko Fokken wrote: > > On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: > >> Hi, > >> > >> I don't know how to find one file out, > >> > >> one file contains some numbers, like > >> > >> 7.9 2.4 4.2 12.2

Re: apache vhost: remote document root

2012-01-04 Thread Victor Nitu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/04/2012 01:38 PM, Jochen Spieker wrote: > I am not sure I understand what you want to achieve, but I think what > you need is to setup a reverse proxy on system1: > > # a2enmod proxy_http Thanks a lot, you just pulled me out of this madness :)

Re: bootmisc.sh

2012-01-04 Thread Wilko Fokken
On Wed, Jan 04, 2012 at 11:10:11AM +, Balint Szigeti wrote: > > I found this > > *: > */var/run/utmp > > in /etc/init.d/bootmisc.sh on Debian 6.0.3 > > Can you explain what does " : > " mean? > > Thank you > Balint my /etc/init.d/bootmisc.sh shows these lines: ...

Re: bootmisc.sh

2012-01-04 Thread Karl E. Jorgensen
Hi! On Wed, Jan 04, 2012 at 06:10:11AM -0500, Balint Szigeti wrote: > hello > > I found this > > : > /var/run/utmp > > in /etc/init.d/bootmisc.sh on Debian 6.0.3 > > Can you explain what does " : > " mean? The ":" is an empty command - which has it's output redirec

Re: which is the best command to use

2012-01-04 Thread Wilko Fokken
On Tue, Dec 27, 2011 at 08:57:55PM +0800, lina wrote: > Hi, > > I have two questions, wish to get advice, > > Question 1: > > For a series of files: > > cat a_*.o* | grep "WARNING" > > some file like a_1.o12 has WARNING, but others does not have WARNING > > How can I let grep returns the filename?

Re: something regards "find"

2012-01-04 Thread pedro insua
On 4 January 2012 12:19, Wilko Fokken wrote: > On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: >> Hi, >> >> I don't know how to find one file out, >> >> one file contains some numbers, like >> >> 7.9 2.4 4.2 12.2 and etc >> >> I can't remember the file name. I tried: >> >> $ grep -e "7.9" -e

Re: bootmisc.sh

2012-01-04 Thread Roger Leigh
On Wed, Jan 04, 2012 at 11:10:11AM +, Balint Szigeti wrote: > I found this > : > /var/run/utmp > in /etc/init.d/bootmisc.sh on Debian 6.0.3 > > Can you explain what does " : > " mean? : is a builtin shell command that does nothing. Thus piping its output (nothing) to /var/run/utmp has the e

Re: something regards "find"

2012-01-04 Thread Wilko Fokken
On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: > Hi, > > I don't know how to find one file out, > > one file contains some numbers, like > > 7.9 2.4 4.2 12.2 and etc > > I can't remember the file name. I tried: > > $ grep -e "7.9" -e "2.4" -e "4.2" -e "12.2" */* > > $ grep -e "7.9" -e "2.4"

Re: apache vhost: remote document root

2012-01-04 Thread Jochen Spieker
Victor Nitu: > > The problem seems to be quite simple: from my point of view, it's as > easy as declaring a remote document root for my vhost, but I don't know > if there exists such feature in apache web server. The DocumentRoot only works with filesystems mounted on the same system Apache is ru

Re: "sudo" command passwd is not canceled.

2012-01-04 Thread chengshid
于 2012年01月04日 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. A

losing USB whenever I reboot host

2012-01-04 Thread Steve Kleene
I'm running a virtualbox client (Windows XP) on a host running Linux testing (Wheezy). Vbox is 4.1.6_Debian r74727 with guest additions and extension pack 74713. USB always works from the host. USB works from the guest only after a fresh fresh reinstall of virtualbox (plus virtualbox-dkms and vi

bootmisc.sh

2012-01-04 Thread Balint Szigeti
hello I found this *: > */var/run/utmp in /etc/init.d/bootmisc.sh on Debian 6.0.3 Can you explain what does " : > " mean? Thank you Balint

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

2012-01-04 Thread Vincent Lefevre
On 2012-01-04 17:58:45 +0800, lina wrote: > On Wednesday 04,January,2012 05:47 PM, Vincent Lefevre wrote: > >On 2012-01-04 08:45:27 +, Lisi wrote: > >>The OP was using the GIMP and it failed her, so she asked for > >>something else. But until it failed her she had been using the GIMP, > >>so sh

Re: apache vhost: remote document root

2012-01-04 Thread Victor Nitu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/04/2012 11:57 AM, Michael Tsang wrote: > Do you want system2 to be a file server only or a web server? They > require complete different set-ups. I only need it for web serving, fo r any other purposes I can ssh to my system1 and so on. -BE

Re: problematic poweroff on shutdown

2012-01-04 Thread Curt
On 2012-01-03, Bob Proulx wrote: > >> Now you say rebooting requires and entails the exact same electrical >> event as a poweroff? I don't quite understand. You mean that reboot >> powers off the machine, and then turns it back on again immediately, >> whereas a shutdown/poweroff simply powers t

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Balint Szigeti
On 04/01/2012 09:54, Michael Tsang wrote: On Wednesday, January 04, 2012 05:28 PM, Kristian Lampen wrote: Hello, I have a fresh install of apache2 and php on my server and I can not get php to work, php-scripts are not executed by apache, just the plain script is served to the browser. The

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

2012-01-04 Thread lina
On Wednesday 04,January,2012 05:47 PM, Vincent Lefevre wrote: On 2012-01-04 08:45:27 +, Lisi wrote: The OP was using the GIMP and it failed her, so she asked for something else. But until it failed her she had been using the GIMP, so she was obviously happy with whatever it did. Perhaps she

Re: apache vhost: remote document root

2012-01-04 Thread Michael Tsang
On Wednesday, January 04, 2012 05:20 PM, Victor Nitu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I have a minor configuration problem, and I need your help. On my home network, apache is working fine with vhosts, but I need a way to redirect inbound traffic requiring a specifi

Re: apache vhost: remote document root

2012-01-04 Thread Balint Szigeti
On 04/01/2012 09:20, Victor Nitu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I have a minor configuration problem, and I need your help. On my home network, apache is working fine with vhosts, but I need a way to redirect inbound traffic requiring a specific address to another

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Michael Tsang
On Wednesday, January 04, 2012 05:28 PM, Kristian Lampen wrote: Hello, I have a fresh install of apache2 and php on my server and I can not get php to work, php-scripts are not executed by apache, just the plain script is served to the browser. The problem looks similar to this one: Can't ex

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

2012-01-04 Thread Vincent Lefevre
On 2012-01-04 08:45:27 +, Lisi wrote: > The OP was using the GIMP and it failed her, so she asked for > something else. But until it failed her she had been using the GIMP, > so she was obviously happy with whatever it did. Perhaps she was happy because she didn't try anything else. -- Vince

PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Kristian Lampen
Hello, I have a fresh install of apache2 and php on my server and I can not get php to work, php-scripts are not executed by apache, just the plain script is served to the browser. The problem looks similar to this one: Can't execute PHP script. But it is unsolved and from 2007 on Lenny, so I

Re: dhcp class identifier with modified settings

2012-01-04 Thread J. Bakshi
On Wed, 04 Jan 2012 18:34:18 +1100 Scott Ferguson wrote: > 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

apache vhost: remote document root

2012-01-04 Thread Victor Nitu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I have a minor configuration problem, and I need your help. On my home network, apache is working fine with vhosts, but I need a way to redirect inbound traffic requiring a specific address to another host on my LAN. The problem seems to be q

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

2012-01-04 Thread Lisi
On Wednesday 04 January 2012 01:01:18 Vincent Lefevre wrote: > The goal of my post is to tell the OP *not* to use GIMP (what you did > propose). That's not hijacking the thread! The OP was using the GIMP and it failed her, so she asked for something else. But until it failed her she had been usi

Re: Wheezy live [was] Re: regarding e2fsprogs 1.42

2012-01-04 Thread Scott Ferguson
On 04/01/12 19:08, Scott Ferguson wrote: > Apologies Alan, I overlooked your post. > > > On 04/01/12 03:08, Alan Greenberger wrote: >> 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 th

Re: Wheezy live [was] Re: regarding e2fsprogs 1.42

2012-01-04 Thread Scott Ferguson
Apologies Alan, I overlooked your post. On 04/01/12 03:08, Alan Greenberger wrote: > 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

Re: "sudo" command passwd is not canceled.

2012-01-04 Thread Balint Szigeti
On 04/01/2012 07:37, chengshid wrote: 于 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 no