Displaying 9 results from an estimated 9 matches for "zonks".
Did you mean:
zones
2012 Sep 25
2
[PATCH V2] libxenstore: filter watch events in libxenstore when we unwatch
While on entry to xs_unwatch, there may be an event on its way from
xenstored (eg in the ring or in the local kernel), all such events
will definitely come before the reply to the unwatch command. So at
the point where the unwatch reply has been processed (after xs_talkv),
any such now-deleted watch events will definitely have made it to
libxenstore''s queue where we can remove them.
As
2005 Mar 18
2
Article on Slashdot
How ISPs May Quietly Kill VoIP
Communications
Posted by Zonk on Friday March 18, @10:59PM
from the poor-kids-never-had-a-chance dept.
ravenII writes "PBS's i'Cringley's informative piece gives an
eye-opening look at the anticompetitive behavior of some ISPs who are
showing up late to the VoIP game. This is not something that could be
easily mandated, and the beauty of this
2004 May 14
1
Logging into WIndows 2000 ADS from Linux Clients
Hi everyone,
I want to convert some 50 new machines that an organization is getting into Fedora Linux workstations.
This is the current setup:
The organization currently has one Primary Windows 2000 ADS and 2 numbers of Windows 2000 servers acting as Backup domain servers.
There are currently some 50 workstations already in the network and these are all Windows 2000 professional machines.
2004 Nov 13
0
the list is back online
Hi everybody,
Sometime last week outpost.ds9a.nl''s disk filled up and mailman corrupted
one of its databases. It took quite some time to fix this, for which I
apologize.
But we''re back now!
For posterity, the log file reported:
Nov 13 13:27:33 2004 (25374) Delivery exception: EOF read where object
expected
Nov 13 13:27:33 2004 (25374) Traceback (most recent call last):
File
2013 Oct 16
1
net rpc rights list 'accounts' works, kinda, sorta?
Hello all:
On Fedora 13 but tried this with binaries built off of trunk as well:
$ sudo bin/net -U Administrator%<somepass> -S <server DNS address> rpc
rights list accounts
NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS
SeNetworkLogonRight
NT AUTHORITY\SERVICE
SeImpersonatePrivilege
SeCreateGlobalPrivilege
...
S-1-5-21-4110185449-3833660826-895226858-1184
tdb(__NULL__): tdb_open_ex:
2011 Feb 12
5
Agent under Wine
Agent NNTP client from Forte.
I know that it works in Wine according to Agent NG, but I keep getting an "unknown error".
Suse 11.3
New to Wine - I am starting proggy simply by going into the Wine explorer and double click the .exe file. Is this correct?
--
John Phillips, Fashion Fair Pty Ltd
-- Sent via Telstra Blackberry --
2019 Jun 22
2
sftp client: upload from pipe
Damien Miller wrote:
> IIRC it's there because reads on named pipes can hang if nothing is
> attached to them
And what is the problem with that? It should break nothing if this named
pipe was passed to sftp explicitly (I'm not talking about recursively
uploading of directory that contains named pipes). Besides, there is
O_NONBLOCK if it would be very necessary.
> and because
2019 Jun 21
2
sftp client: upload from pipe
Hi,
the sftp client from openssh package can't upload data from local pipe
to remote file. For example, such a command fails:
$ cat file | sftp -b <(echo 'put /dev/stdin /directory/filename') -i ~/.ssh/key user at remote.host
sftp> put /dev/stdin /directory/filename
/dev/stdin is not a regular file
What is a purpose for such a behaviour and limitation? As experiment,
I removed
2009 Jul 12
1
[BUG] Incorrect maildir quota value after maildirsize creation
I found a problem with maildir++ quota. When dovecot creates maildirsize
file, it counts quota wrong. This is, how I reproduce a situation on
version 1.2.0:
First, I remove maildirsize file:
# cd /var/mail/test
# rm -f maildirsize
# ls -la
total 32
drwx--S--- 5 mbox mbox 4096 Jul 12 20:45 .
drwxrwsr-x 3 root mbox 4096 Jul 12 20:39 ..
drwx--S--- 2 mbox mbox 4096 Jul 9 20:45 cur
-rw------- 1 mbox