Displaying 20 results from an estimated 7000 matches similar to: "Ices 0.x really needs a release"
2007 Dec 06
0
Ices 0.x really needs a release
On Wednesday, 05 December 2007 at 00:01, Geoff Shang wrote:
> Hi,
>
> I've had to dust off Ices 0.x to provide some simple automation for a
> project I'm involved with and I ran into several bugs in 0.4 which have been
> fixed in SVN. I was shocked to see that 0.4 was released on 2004-08-28.
> Surely it's time to role out those bug-fixes?
I've gone pretty
2009 Sep 29
1
How to parsing data like this in R
Hi, R-users,
I met a problem:
Items:[Anna 'moi =) akku loppu joskus 4ltä. Kestää kauan nää..'\tAmer, Tuusula (0:20)\t20\t12\t16\t00\t00\t11]/Anne 'Ei jakoa,uus päivä muistio et 4n niin peruin. Hups'\t (0:16)\t0\t12\t18\t00\t00\t11/Elina 'Konsertissa. En tod. vastaa teille'\tEtu-Töölö, Helsinki (2:40)\t24\t12\t18\t00\t00\t11
I want to parsing the above data into the
2017 Jul 09
2
rsyslog stops logging on service reload?
I have multiple servers running stock CentOS 7 rsyslog 7.4.7-16.el7,
which are configured to log locally and over TCP to a remote logserver,
also running stock CentOS 7 rsyslog. The remote server uses imptcp to
receive, and pretty basic rules to parse and commit to disk.
I have several systems that log prolifically, but periodically, they
stop soon after the remote log server HUPs (daily
2010 Jan 15
4
Logrotate in CentOS 5.4 more brutal (to httpd at least) than in 5.3?
I've just updated a few CentOS 5.3 servers to 5.4. One of them were a Apache Webserver. Doing a diff/check on the new ".rpmnew" config files that are made, I saw that the logrotate command for apache was changed. In 5.3 it did a reload, but in 5.4 it does a hard kill:
CentOS 5.3:
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
postrotate
2009 Jul 14
1
Fatal: listen(143) failed: Interrupted system call
Hello,
we found dovecot down on one of our servers, with this error in the log:
dovecot: 2009-07-14 04:05:04 Warning: SIGHUP received - reloading
configuration
dovecot: 2009-07-14 04:05:04 Error: Temporary failure in creating login
processes, slowing down for now
dovecot: 2009-07-14 04:05:04 Fatal: listen(143) failed: Interrupted
system call
we can reproduce this error with this tight loop:
2009 Aug 09
3
Patch queue pushed out
I finally got some time to work through the klibc patch queue...
however, since I have been AWOL so long I might have dropped patches.
If someone could take a quick look at the git tree before I push a new
version out that would be great.
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
2009 Jan 12
1
iscsi storage and multipathing
First, I am new to Xen.... So forgive me if I am overlooking something. Here
is my situation, I have multiple dom0''s that are part of an ocfs2 cluster.
The dom0''s mount multiple volumes (/home, /app, /images) from an ISCSI
storage array. Their eth2/eth3 network interfaces are attached to a private
storage network. They are not part of Xen''s network bridge and have
2006 Feb 28
2
acts_as_taggable and auto_complete
I''m using the acts_as_taggable gem (who''s site has gone AWOL
apparently) and I''m wanting to make it autocomplete. I, however, am
the absolute worst JavaScript person ever, so is there anyone out
there that can point me to a tutorial or give some good starting
points? Thanks!
Kenneth
--
=> the blog from beyond <=
=> www.eyeheartzombies.com <=
2009 Jul 30
2
Any more details on Lance? (just curious; no pressure)
A friend of mine sent me this link:
http://linux.slashdot.org/story/09/07/30/130249/CentOS-Project-Administrator-Goes-AWOL
I went to the main page and read the letter and the "Facts." Are
there any more details, mainly along the lines of CentOS sticking
around - I know you folks all work really hard on this, and you know
better than me how many others depend on you - but - there's
2005 Feb 18
1
RE: Two questions
On Thu, 17 Feb 2005 09:40:09 -0800, Brendan Cully <brendan@xiph.org> wrote:
> On Thursday, 17 February 2005 at 12:20, Dan Stowell wrote:
> > So will ices0 - that's what I use, and I nudge it along all the time.
> > There is one significant problem with ices0 which is that if you nudge
> > it while it's playing *the very last* entry in a playlist, it seems to
>
2014 Dec 09
3
Tiny suggestion for upslog.c
Hi
Thanks for a very nice piece of software.
I have a tiny suggestion for upslog.c.
It adds a signal handler for the USR1 signal, which simply triggers it
to abort the current sleep and log the requested now.
I find it useful because my upssched-cmd can then killall -USR1 upslog
to ensure that there is an entry in the log for brief power dropouts
which would otherwise be unrecorded (because
2007 Jul 16
3
Writing Alpha Tags into the comments of an ogg stream
> Ideally you'd do it with the program which is encoding our stream. You just
> start a new ogg stream when you want to change your metadata and use the
> appropriate tags.
>
> If this is not possible, you can also do this via Icecast. It will insert
> the tags for you, creating the new stream.
>
> Here's what I've managed to turn up quickly as the
2006 Sep 24
1
Retaining undelete data on ext3
Having just spent a day trying to recover a deleted ext3 file
for a friend, I'm wondering about this way of maintining
undelete information in ext3, like is done for ext2:
The last step in the deletion process would be to put back
the (previously zeroed) block pointers. Since it gets logged
to the journal, I _think_ that this should be safe. The worst
that would happen is that, if the plug
2014 Dec 16
2
[PATCH 8/9] virtio_pci: split out legacy device support
Michael S. Tsirkin <mst at redhat.com> wrote:
> Move everything dealing with legacy devices out to virtio_pci_legacy.c.
> Expose common code APIs in virtio_pci.h
>
> Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
This breaks virtio_pci because you deleted the licence from it.
-- >8 --
Subject: virtio_pci: Restore module licence and other attributes
When the
2014 Dec 16
2
[PATCH 8/9] virtio_pci: split out legacy device support
Michael S. Tsirkin <mst at redhat.com> wrote:
> Move everything dealing with legacy devices out to virtio_pci_legacy.c.
> Expose common code APIs in virtio_pci.h
>
> Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
This breaks virtio_pci because you deleted the licence from it.
-- >8 --
Subject: virtio_pci: Restore module licence and other attributes
When the
2010 Oct 31
4
PATA Hard Drive woes
Hi All.
Yesterday I was installing Centos 5.5 to my web server, and
it looks like the main hard drive has gone AWOL.
Fedora 12 put the file system into r/o mode.
The drive is an Hitachi, still under warranty.
There are bad sectors on it, and running the Hitachi DFT
tool confirms this. Also I cannot repair the bad sectors.
Would this be caused by a faulty I/O chip, or is it safe to
say
2020 Mar 27
2
directfb on CentOS 7
I have another package (baresip) that needs "directfb".
from baresip make
MOD := directfb
$(MOD)_SRCS += directfb.c
$(MOD)_LFLAGS += $(shell pkg-config --libs directfb)
$(MOD)_CFLAGS += $(shell pkg-config --cflags directfb \
| sed -e 's/-I/-isystem/g')
include mk/mod.mk
I tried to find with:
yum provides
2015 Nov 04
1
Removeing tinc node from vpn without restarting vpn.
Hi,
I want a way to remove/deny a node from the vpn without restarting all
nodes.
What i did is to remove the hostfile and the ConnectTo but the node i
removed is still connected.
I did do a kill -HUP.
How do i purge the node that i removed, without effecting the other nodes ?
Greeting from Amsterdam.
Perry
2003 Mar 23
3
Whoah! My E400P system went AWOL
Hi,
I came back from a quiet weekend today and found my E400P box to have gone
astray. Asterisk is loaded from inittab, and started crashing and reloading
a couple of thousands of times, each time notifying my monitoring service :-P
I remember there would be issues on old cvs stuff since the crash at digium
so I made a clean checkout just now.
Here is what happens when I load manually:
2007 Jun 19
2
Leaky dovecot-auth ?
Hello,
as mentioned before, we are migrating our mailboxes from a 0.99 cluster
to a 1.0.0 one. With 0.99 dovecot-auth (with LDAP as backend) was leaking
quite happily and the dovecot-auth processes frequently did hit their
size limit and thus were killed and restarted. Which in 0.99 at least
lead to authentication failures on a busy server, as the dovecot
master process just killed off the auth