Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Techlive Zheng
2012/2/18 大熊 : > 在 2012年2月17日 下午10:32,郑文辉(Techlive Zheng) 写道: >> >> As I mentioned before, same problem in my /etc/bash_completion.d/git >> happend some tiem ago, now it is gone, because git bash_completion >> does not contain "done < <(*)" syntax any more. >> >> Also, as the first mail submiter an

Re: [arch-general] An empty /etc/crontab file maybe needed bo be add in to package filesystem.

2012-02-17 Thread Techlive Zheng
2012/2/18 Heiko Baums : > Am Sat, 18 Feb 2012 14:25:54 +0800 > schrieb 郑文辉(Techlive Zheng) : > >> Due to cronie doesn't contain an /etc/crontab anymore, there are losts >> of msgs of missing crontab as shown below in errors.log. >> >> > /usr/sbin/crond[1236]: (root) CAN'T OPEN (/etc/crontab): No su

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread 大熊
在 2012年2月17日 下午10:32,郑文辉(Techlive Zheng) 写道: > > As I mentioned before, same problem in my /etc/bash_completion.d/git > happend some tiem ago, now it is gone, because git bash_completion > does not contain "done < <(*)" syntax any more. > > Also, as the first mail submiter and I are both Chinese. I

Re: [arch-general] An empty /etc/crontab file maybe needed bo be add in to package filesystem.

2012-02-17 Thread Heiko Baums
Am Sat, 18 Feb 2012 14:25:54 +0800 schrieb 郑文辉(Techlive Zheng) : > Due to cronie doesn't contain an /etc/crontab anymore, there are losts > of msgs of missing crontab as shown below in errors.log. > > > /usr/sbin/crond[1236]: (root) CAN'T OPEN (/etc/crontab): No such > > file or directory Such a

Re: [arch-general] An empty /etc/crontab file maybe needed bo be add in to package filesystem.

2012-02-17 Thread whenov
I don't have /etc/crontab, but my cronie works ok. And there isn't any error about crond in errors.log. 2012/2/18 郑文辉(Techlive Zheng) > Due to cronie doesn't contain an /etc/crontab anymore, there are losts > of msgs of missing crontab as shown below in errors.log. > > > /usr/sbin/crond[1236]: (

[arch-general] An empty /etc/crontab file maybe needed bo be add in to package filesystem.

2012-02-17 Thread Techlive Zheng
Due to cronie doesn't contain an /etc/crontab anymore, there are losts of msgs of missing crontab as shown below in errors.log. > /usr/sbin/crond[1236]: (root) CAN'T OPEN (/etc/crontab): No such file or > directory

Re: [arch-general] shutdown problems

2012-02-17 Thread Kevin Chadwick
On Fri, 17 Feb 2012 09:42:20 +0800 Leon Feng wrote: > Maybe there is something wrong with ConsoleKit, KDM will take care of > it automatically. Without a display manager, some time in the last few months you now seem to have to add permissions for shutdown and suspend to console kit. Variations

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Sebastian Schwarz
On 2012-02-17 at 19:00 +0200, Mantas Mikulėnas wrote: > Commands in a pipe would be executed using subshells, so any > changes the 'while' loop makes to variables would be lost when > the subshell exited. I wasn't aware of this. I guess I was lucky I didn't run into a problem with this in all my

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Mantas Mikulėnas
On 2012-02-17 18:07, Sebastian Schwarz wrote: > On 2012-02-17 at 12:03 +0100, Lukas Fleischer wrote: >> "done < $(foo)" isn't the same thing as "done < <(foo)". > > Just out of curiosity: in unmount_all() in /etc/rc.d/functions > this is used: > > while read -r target fstype options; do >

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Sebastian Schwarz
On 2012-02-17 at 12:03 +0100, Lukas Fleischer wrote: > "done < $(foo)" isn't the same thing as "done < <(foo)". Just out of curiosity: in unmount_all() in /etc/rc.d/functions this is used: while read -r target fstype options; do ... done < <(findmnt -mrunRo TARGET,FSTYPE,OPTIONS /

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Techlive Zheng
As I mentioned before, same problem in my /etc/bash_completion.d/git happend some tiem ago, now it is gone, because git bash_completion does not contain "done < <(*)" syntax any more. Also, as the first mail submiter and I are both Chinese. Is there any chance that may be the locale caused this? I

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Techlive Zheng
2012/2/17 Lukas Fleischer : > On Fri, Feb 17, 2012 at 05:58:31PM +0800, 郑文辉(Techlive Zheng) wrote: >> 2012/2/17 Lukas Fleischer : >> > On Fri, Feb 17, 2012 at 05:32:33PM +0800, 大熊 wrote: >> >> 在 2012年2月17日 下午2:57,Lukas Fleischer 写道: >> >> >> >> > On Fri, Feb 17, 2012 at 12:35:03PM +0800, 郑文辉(Techli

Re: [arch-general] [arch-dev-public] Xorg 1.12 moves soon to testing for stabilization phase

2012-02-17 Thread Christian Storm
> On Mon, Feb 13, 2012 at 5:50 PM, Thomas Bächler > wrote: > > Am 13.02.2012 00:28, schrieb Thomas Bächler: > >> Am 13.02.2012 00:24, schrieb Thomas Bächler: > >>> Am 13.02.2012 00:17, schrieb Ben Price: > In case it helps, here's another datapoint > I am also seeing these issues. (1,2,3

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Techlive Zheng
My default shell is bash.But I am not sure which shell it is using or under which mode of the bash while the system is starting.How to ensure that? 2012/2/17 SanskritFritz : > On Fri, Feb 17, 2012 at 12:18 PM, Lukas Fleischer > wrote: >>> a) You're not using bash (e.g. running rc.d(8) in sh(1)/$w

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Techlive Zheng
I can confirm that all my daemon script begin with "#!/bin/bash" by runing `cd /etc/rc.d;find . -type f | xargs head -1 *`. 2012/2/17 Lukas Fleischer : > On Fri, Feb 17, 2012 at 03:03:21PM +0100, SanskritFritz wrote: >> On Fri, Feb 17, 2012 at 12:18 PM, Lukas Fleischer >> wrote: >> >> a) You're n

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Lukas Fleischer
On Fri, Feb 17, 2012 at 03:03:21PM +0100, SanskritFritz wrote: > On Fri, Feb 17, 2012 at 12:18 PM, Lukas Fleischer > wrote: > >> a) You're not using bash (e.g. running rc.d(8) in sh(1)/$whatever). > >> b) You built bash manually and disabled process substitution support. > >> c) You're running bas

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Tom Gundersen
On Fri, Feb 17, 2012 at 3:03 PM, SanskritFritz wrote: > On Fri, Feb 17, 2012 at 12:18 PM, Lukas Fleischer > wrote: >>> a) You're not using bash (e.g. running rc.d(8) in sh(1)/$whatever). >>> b) You built bash manually and disabled process substitution support. >>> c) You're running bash in POSIX

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread SanskritFritz
On Fri, Feb 17, 2012 at 12:18 PM, Lukas Fleischer wrote: >> a) You're not using bash (e.g. running rc.d(8) in sh(1)/$whatever). >> b) You built bash manually and disabled process substitution support. >> c) You're running bash in POSIX mode. >> d) Something else happened. > > e) Someone hacked int

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Lukas Fleischer
On Fri, Feb 17, 2012 at 12:03:24PM +0100, Lukas Fleischer wrote: > On Fri, Feb 17, 2012 at 05:58:31PM +0800, 郑文辉(Techlive Zheng) wrote: > > 2012/2/17 Lukas Fleischer : > > > On Fri, Feb 17, 2012 at 05:32:33PM +0800, 大熊 wrote: > > >> 在 2012年2月17日 下午2:57,Lukas Fleischer 写道: > > >> > > >> > On Fri, Fe

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Lukas Fleischer
On Fri, Feb 17, 2012 at 05:58:31PM +0800, 郑文辉(Techlive Zheng) wrote: > 2012/2/17 Lukas Fleischer : > > On Fri, Feb 17, 2012 at 05:32:33PM +0800, 大熊 wrote: > >> 在 2012年2月17日 下午2:57,Lukas Fleischer 写道: > >> > >> > On Fri, Feb 17, 2012 at 12:35:03PM +0800, 郑文辉(Techlive Zheng) wrote: > >> > > 2012/2/17

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Techlive Zheng
2012/2/17 Lukas Fleischer : > On Fri, Feb 17, 2012 at 05:32:33PM +0800, 大熊 wrote: >> 在 2012年2月17日 下午2:57,Lukas Fleischer 写道: >> >> > On Fri, Feb 17, 2012 at 12:35:03PM +0800, 郑文辉(Techlive Zheng) wrote: >> > > 2012/2/17 大熊 : >> > > > No matter I manual start any a daemon, I always see a error shown

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread Lukas Fleischer
On Fri, Feb 17, 2012 at 05:32:33PM +0800, 大熊 wrote: > 在 2012年2月17日 下午2:57,Lukas Fleischer 写道: > > > On Fri, Feb 17, 2012 at 12:35:03PM +0800, 郑文辉(Techlive Zheng) wrote: > > > 2012/2/17 大熊 : > > > > No matter I manual start any a daemon, I always see a error shown on > > > > console: > > > > > > >

Re: [arch-general] Start a daemon, show a syntax error

2012-02-17 Thread 大熊
在 2012年2月17日 下午2:57,Lukas Fleischer 写道: > On Fri, Feb 17, 2012 at 12:35:03PM +0800, 郑文辉(Techlive Zheng) wrote: > > 2012/2/17 大熊 : > > > No matter I manual start any a daemon, I always see a error shown on > > > console: > > > > > > /etc/rc.d/functions: line 506: syntax error near unexpected token

Re: [arch-general] crashes

2012-02-17 Thread P Nikolic
On Thursday 16 Feb 2012 17:43:30 David C. Rankin wrote: > On 02/15/2012 08:43 AM, P Nikolic wrote: > > Hi > > > > I am getting logs full of the following along with bad crazy Kmail > > behaviour Also problems writing to my NAS drive i dare say the NAS > > problem is me not finding the right sett