Displaying 8 results from an estimated 8 matches for "test_serv".
Did you mean:
testserv
2007 Aug 22
12
Virtual resource not found
...in
modules/network/manifests/(classes|definitions).
test1a:~
$ sudo puppetd --server 10.1.0.70 --test
notice: Ignoring cache
err: Could not retrieve configuration: Failed to find virtual
resources Network_interface[test1a-eth1]
warning: Not using cache on failed configuration
node test1a inherits test_server {
realize Network_interface["test1a-eth1"]
}
node test_server inherits basenode {
include network_dmz_virt
}
(all basenode classes are working)
class network_dmz_virt {
$domain = "mydomain.com"
$broadcast = "10.1.0.255"
$network = "10...
2013 Nov 05
4
Handling closed clients
...quot;app error", e)
- 500
+ if client.closed?
+ # client disconnected on us and there''s nothing we can do
+ else
+ Unicorn.log_error(@logger, "app error", e)
+ 500
+ end
end
if code
client.kgio_trywrite(err_response(code, @request.response_start_sent))
diff --git a/test/unit/test_server.rb b/test/unit/test_server.rb
index e5b335f..2fca1b4 100644
--- a/test/unit/test_server.rb
+++ b/test/unit/test_server.rb
@@ -145,8 +145,7 @@ class WebServerTest < Test::Unit::TestCase
# processing on us even during app dispatch
sock.shutdown(Socket::SHUT_WR)
IO.select([sock], nil, nil, 60) or...
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 -
win32/mmap.so (Errno::EACCES)
f...
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 investigation I find
that Solaris getpass() returns a maximum of PASS_MAX bytes which on our
systems is set to 8. The comment in authenticate.c is...
2014 Apr 09
2
Error occurs when build kernel 3.2.0
...th grubby
adding 3.2.0-custom to /boot/grub/grub.conf
/etc/lilo.conf does not exist, not running grubby
Does anyone ever run into this? How can I fix it?
Here is the link that I downloaded kernel from:
http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.tar.bz2
# uname -a
Linux test_server 2.6.32-431.11.2.el6.x86_64 #1 SMP Tue Mar 25
19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
# cat /etc/redhat-release
CentOS release 6.5 (Final)
Please let me know if any other information is needed.
Thanks.
Xin Li
2004 Mar 24
1
Stopping new directory creation ?
...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
smb.conf is >
[global]
workgroup = Server
netbios name = OurGroup
netbios aliases = Test_Server
server string = Samba Server
encrypt passwords = Yes
ssl CA certDir = /etc/ssl/certs
log file = /var/log/samba.%m
max log size = 50
load printers = No
disable spoolss = Yes
show add printer wizard = No
dns proxy = No
wins server = 172.16.1.50
hosts allow = 172.16.15. 172.16.50. 172.16....
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