search for: uhoh

Displaying 9 results from an estimated 9 matches for "uhoh".

Did you mean: uhh
2004 Aug 06
2
Call for testing: libshout 2.0 beta 1
On Thursday, 19 June 2003 at 02:17, Arc wrote: > On Wed, Jun 18, 2003 at 09:20:23PM -0400, Brendan Cully wrote: > > Libshout 2.0, the icecast 2 compatible streaming library, is now in > > did you resolve the return value issue that was addressed before? what return value issue? > also, and I dont know if this should be release-dependent, but I'd > really like to see
2009 Aug 06
3
Monitoring Asterisk uptime
We have added Asterisk to a line of 'mission critical' servers at our business, and being in the web application development business one of the core things we do is to monitor web server availability. I'd like to add Asterisk to the servers that our monitoring systems are handling, and also that our SIP trunk provider has our Asterisk system correctly registered at all times.
2004 Aug 06
0
Call for testing: libshout 2.0 beta 1
...turn value issue? To quote yourself: ----------- I think libshout 2 is complete and stable enough for a beta release. But I have one change I'd like to make: right now all the public error codes are positive, but I'd like to make them negative (so the unix tradition of if (shout_x < 0) uhoh(); works). This breaks binary compatibility of course, which is why I want to do it now. Any issues? -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 188 bytes Desc: not available Url : http://lists.xiph.org/pipermail/ic...
2011 Apr 18
1
[nut-commits] svn commit r2972 - trunk/drivers
Citeren Arnaud Quette <aquette op alioth.debian.org>: > Log: > Trim extraneous end-of-line, in buggy HID string tables, which > results in upsc breaking the communication pipe (Ubuntu bug #753661) We have 'rtrim' to do this: - return buf; + return rtrim(buf, '\n'); Best regards, Arjen -- Please keep list traffic on the list (off-list replies will be rejected)
2009 Mar 24
2
update yum
Am trying to update my wine i get the following .. [] download]# yum update wine* Loading "priorities" plugin Loading "fastestmirror" plugin Loading mirror speeds from cached hostfile * epel: ftp.nluug.nl * rpmforge: fr2.rpmfind.net * base: ftp.halifax.rwth-aachen.de * updates: ftp.halifax.rwth-aachen.de * addons: ftp.halifax.rwth-aachen.de * extras:
2009 May 07
2
for loop vectorization
Hi, I am still not familiar with vectorization. Could you help with making this for loop more efficient? The code is trying to make a Q matrix for a multidimensional state space with specific conditions. thanks Mira tmp = 0:(maxvals[1]) for(i in 2:nchars) { tmp <- outer(tmp, 0:(maxvals[i]), FUN="paste", sep=".") } states = tmp stateidx = array(1:length(states),
2004 May 11
4
3.0.4: winbind not working with windows 2003?
...04 16:20:03 05/11/04 16:22:03 kadmin/changepw@DISTRO.CONECTIVA renew until 05/11/04 16:22:03 - after winbindd is up, check secret: [root@pandora root]# wbinfo -t checking the trust secret via RPC calls succeeded - list users: [root@pandora root]# wbinfo -u Error looking up domain users Uhoh... - list groups: [root@pandora root]# wbinfo -g BUILTIN\System Operators BUILTIN\Replicators BUILTIN\Guests BUILTIN\Power Users (...) "BUILTIN"? /etc/nsswitch.conf: [root@pandora root]# grep winbind /etc/nsswitch.conf passwd: files nisplus winbind group: files nisplus winbin...
1999 Oct 20
3
patch for tinc-0.3
...the log closelog(); } sub write_pid { local($file, $pid) = @_; open(LOCK, ">$file"); print LOCK "$pid\n"; close(LOCK); } sub rm_lock { local($file, $pid) = @_; unlink($file); } sub check_pid { local($file, $pid) = @_; if (-e $file) { #uhoh file exists... open(LOCK, "<$file"); $foreignpid = <LOCK>; chop($foreignpid); close(LOCK); #valid pid? if ($foreignpid) { print "tincsched: saw an old lockfile with pid $foreignpid\n"; write_syslog('info', "tincsched: saw an old lockfile...
2009 Jan 10
51
Xen with dom0 pvops on ultra-recent "git tip" kernel on x86_64
Hi everyone, I am very excited to see that dom0 pvops is finally coming close to working, so I wanted to give it a try. >From the description it was not clear to me which kernel to chose as base for the patches.hg, so I took the latest (that was ~ 2 weeks ago) kernel on git.kernel.org I could find (post-2.6.28 git tip at that point). I managed to more or less apply all of the patches in the