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
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
在 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
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
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]: (
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
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
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
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
>
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 /
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
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
> 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
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
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
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
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
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
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
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
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
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:
> > > >
> > >
在 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
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
24 matches
Mail list logo