I read about mosh http://mosh.mit.edu/ only yesterday and installed it
on some of my systems to get started with it.
I have a server at a customer which I access through an IPSEC tunnel ...
for some reason the openssh-connection somehow stalls and even playing
with the IPSEC-params didn't help mu
Am 12.09.2013 02:12, schrieb Silvio Siefke:
> Hello,
>
>
> has someone run a Mailserver (Postfix) with virtuell User which not
> use Mysql/Postgresql Database Backen? I has read the Dovecot / Postfix
> Websites which has Howtos for No Database but so really want not run.
>
> The most Howto i
On Wednesday 11 Sep 2013 12:38:23 Stefan G. Weichinger wrote:
> Am 11.09.2013 13:22, schrieb Stefan G. Weichinger:
> > Failed to set a proper state for notification semaphore identified by
> > cookie value
>
> Also found this:
>
> http://forums.gentoo.org/viewtopic-t-965446-view-previous.html?sid
Am 12.09.2013 08:50, schrieb Mick:
> On Wednesday 11 Sep 2013 12:38:23 Stefan G. Weichinger wrote:
>> Am 11.09.2013 13:22, schrieb Stefan G. Weichinger:
>>> Failed to set a proper state for notification semaphore
>>> identified by cookie value
>>
>> Also found this:
>>
>> http://forums.gentoo.org
On Thursday 12 Sep 2013 09:37:32 Stefan G. Weichinger wrote:
> Am 12.09.2013 08:50, schrieb Mick:
> > On Wednesday 11 Sep 2013 12:38:23 Stefan G. Weichinger wrote:
> >> Am 11.09.2013 13:22, schrieb Stefan G. Weichinger:
> >>> Failed to set a proper state for notification semaphore
> >>> identified
Am 12.09.2013 14:43, schrieb Mick:
>> I don't have that binary. And some page on my way said the
>> contrary: set it to empty and let udev (?) do that.
>
> Ha! Neither do I!
>
> # ls -la /sbin/hotplug ls: cannot access /sbin/hotplug: No such
> file or directory
>
> I can honestly say that I c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I sometimes have the feeling the number of people directly
contributing to gentoo is decreasing and the number of people with
their own overlays is increasing.
Q: "Why contribute? I have my own overlay."
A: That is bad. There are several reasons:
* mo
On Sep 12, 2013 8:04 AM, "Stefan G. Weichinger" wrote:
>
> Am 12.09.2013 14:43, schrieb Mick:
>
> >> I don't have that binary. And some page on my way said the
> >> contrary: set it to empty and let udev (?) do that.
> >
> > Ha! Neither do I!
> >
> > # ls -la /sbin/hotplug ls: cannot access /sbi
On Thu, Sep 12 2013, Stefan G. Weichinger wrote:
> Am 12.09.2013 08:50, schrieb Mick:
>> On Wednesday 11 Sep 2013 12:38:23 Stefan G. Weichinger wrote:
>>> Am 11.09.2013 13:22, schrieb Stefan G. Weichinger:
Failed to set a proper state for notification semaphore
identified by cookie value
On Thu, Sep 12 2013, gottl...@nyu.edu wrote:
> The premerge check for systemd complains that CONFIG_HOTPLUG is not
> set.
> grep .config does not show "CONFIG_HOTPLUG"
>
> make menuconfig when asked to search for HOTPLUG shows that is has the
> value HOTPLUG (?). It also asserts that HOTPLUG is "
The premerge check for systemd complains that CONFIG_HOTPLUG is not
set.
grep .config does not show "CONFIG_HOTPLUG"
make menuconfig when asked to search for HOTPLUG shows that is has the
value HOTPLUG (?). It also asserts that HOTPLUG is "selected by"
a Boolean combination of flags all of which
On Thu, Sep 12, 2013 at 11:10 AM, wrote:
> On Thu, Sep 12 2013, Stefan G. Weichinger wrote:
>
>> Am 12.09.2013 08:50, schrieb Mick:
>>> On Wednesday 11 Sep 2013 12:38:23 Stefan G. Weichinger wrote:
Am 11.09.2013 13:22, schrieb Stefan G. Weichinger:
> Failed to set a proper state for noti
Am 12.09.2013 18:22, schrieb Canek Peláez Valdés:
> Really, whomever is recommending to set CONFIG_UEVENT_HELPER_PATH is
> probably wrong. I can't find *one* place where it is recommended, and
> several where they explicitly say to leave the option in blank.
So ... I agree with this.
What to do
On Thu, Sep 12, 2013 at 12:35 PM, Stefan G. Weichinger wrote:
> Am 12.09.2013 18:22, schrieb Canek Peláez Valdés:
>
>> Really, whomever is recommending to set CONFIG_UEVENT_HELPER_PATH is
>> probably wrong. I can't find *one* place where it is recommended, and
>> several where they explicitly say
On 12/09/13 at 09:21am, Stefan G. Weichinger wrote:
> ps: anyone using mosh already? Experiences? opinions?
I've been using mosh for almost a month now for my remote servers and
when I'm away, for my workstation. I like the local echo and the
persistent session over dodgy network connections. I ca
On Thu, Sep 12 2013, Canek Peláez Valdés wrote:
>
> Really, whomever is recommending to set CONFIG_UEVENT_HELPER_PATH is
> probably wrong. I can't find *one* place where it is recommended, and
> several where they explicitly say to leave the option in blank.
OK. The wiki will continue to say it
I want to list recursively certain type of files eg. *.pdf
but I want to display: date, path and newest file first.
What is the easiest way of doing it?
--
Joseph
On Thu, Sep 12, 2013 at 11:48 PM, Joseph wrote:
> I want to list recursively certain type of files eg. *.pdf but I want to
> display: date, path and newest file first.
>
> What is the easiest way of doing it?
ls -l --sort=time "$(find /path -iname "*.pdf")"
If there are no spaces in the filename
On Thu, Sep 12, 2013 at 11:58 PM, Canek Peláez Valdés wrote:
> On Thu, Sep 12, 2013 at 11:48 PM, Joseph wrote:
>> I want to list recursively certain type of files eg. *.pdf but I want to
>> display: date, path and newest file first.
>>
>> What is the easiest way of doing it?
>
> ls -l --sort=time
On 09/13/13 00:04, Canek Peláez Valdés wrote:
On Thu, Sep 12, 2013 at 11:58 PM, Canek Peláez Valdés wrote:
On Thu, Sep 12, 2013 at 11:48 PM, Joseph wrote:
I want to list recursively certain type of files eg. *.pdf but I want to
display: date, path and newest file first.
What is the easiest w
On Fri, Sep 13, 2013 at 12:11 AM, Joseph wrote:
> On 09/13/13 00:04, Canek Peláez Valdés wrote:
>>
>> On Thu, Sep 12, 2013 at 11:58 PM, Canek Peláez Valdés
>> wrote:
>>>
>>> On Thu, Sep 12, 2013 at 11:48 PM, Joseph wrote:
I want to list recursively certain type of files eg. *.pdf but I
* Canek Peláez Valdés [13.09.2013. @00:16:51 -0500]:
> On Fri, Sep 13, 2013 at 12:11 AM, Joseph wrote:
> > On 09/13/13 00:04, Canek Peláez Valdés wrote:
> >>
> >> On Thu, Sep 12, 2013 at 11:58 PM, Canek Peláez Valdés
> >> wrote:
> >>>
> >>> On Thu, Sep 12, 2013 at 11:48 PM, Joseph wrote:
> >>>
Am 13.09.2013 08:24, schrieb Jean-Christophe Bach:
> * Canek Peláez Valdés [13.09.2013. @00:16:51 -0500]:
>
>> On Fri, Sep 13, 2013 at 12:11 AM, Joseph wrote:
>>> On 09/13/13 00:04, Canek Peláez Valdés wrote:
On Thu, Sep 12, 2013 at 11:58 PM, Canek Peláez Valdés
wrote:
>
23 matches
Mail list logo