Displaying 8 results from an estimated 8 matches for "test_servic".
Did you mean:
test_server
2007 Aug 22
12
Virtual resource not found
Hi All,
I asked on IRC but didn''t have everything organized and most people
seemed busy. Hoping someone can see what I''m missing here.
I''m trying to create a network module, used similar to the ''users''
configuration described in the Best Practices document. I have a users
module which has that and it works with similar syntax to below. If I
2013 Nov 05
4
Handling closed clients
We have a service that clients use to upload files. We have a couple of clients that are on slow links and so their upload times out. We get errors in the logs that I''d like to get rid of.
I was hoping that the recent commit 24b9f66dcdda44378b4053645333ce9ce336b413 would help us, but it does not. After digging in a bit, I have some ideas about why and a patch I''d like comments
2004 Mar 07
1
win32-mmap problem
Hi all,
Ruby 1.8.1 (hand built, not the installer)
Windows 2000
I was just playing with win32-mmap. I tried running the test_server.rb and
test_client.rb. I started the server, which seems to be fine, but when I
run the client I get this:
C:\eclipse\workspace\win32-mmap-0.1.0\test>ruby test_client.rb
C:/ruby/lib/ruby/1.8/ftools.rb:23:in `initialize'': Permission denied -
2003 May 29
2
Interactive Rsync Authentication Problem
I have run across an interesting issue when running rsync from Solaris
to an rsync daemon on Linux. It works properly when I specify the
password on the command line:
RSYNC_PASSWORD=the_Password rsync -r /tmp/test test_user@test_server::test_user/topdir/subdir
However, if I do not specify the password on the command line and am
prompted interactively, it always fails. After some
2014 Apr 09
2
Error occurs when build kernel 3.2.0
Hi all,
Please let me know if this is not the right place to ask this question.
I was trying to compile and build kernel 3.2.0, by following <Linux
Administration - A Beginner's Guide> written by Wale Soyinka.
Error occurs after running the following command:
# new-kernel-pkg -v --mkinitrd --depmod --install 3.2.0-custom
initrdfile is /boot/initrd-3.2.0-custom.img
2004 Mar 24
1
Stopping new directory creation ?
Hi, I've been looking for a way to stop users creating new sub-directories
under a top level (shared) directory - which will need to contain 3
readymade directories and/or to stop users placing files outside the 3
readymade directories.
Is this at all possible ?
Got a really basic system - Slackware 8.0 and Samba 2.2.8a running purely as
a fileserver for Win2k clients.
Thanks
Mike
2005 Jan 03
5
[Bug 2208] cygwin version of rsync sometimes hangs
https://bugzilla.samba.org/show_bug.cgi?id=2208
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|NEW |ASSIGNED
Summary|rsync failed at random file |cygwin version of rsync
2011 Apr 29
3
running libguestfs as a service?
Hello,
First off, many thanks for libguestfs... very useful!
I'm trying to run libguestfs as an RPC service by using a python
daemon with the python libguestfs bindings. With this service I'm
"centrally" editing VM images, and often running many GuestFS() on the
same image file in a short amount of time to edit the image's
contents.
The problem I'm running across is