search for: simpleserver

Displaying 11 results from an estimated 11 matches for "simpleserver".

2006 Feb 21
2
Apache patching questions
...e viewed/parsed. CAN-2003-0020. OSVDB-4382. # Apache/2.0.46 (CentOS) - Apache 2.0 to 2.0.50 contains a DoS with certain input data. CAN-2004-0493. OSVDB-7269. # Apache/2.0.46 (CentOS) - Apache 2.0 to 2.0.51 contains a potential infinite loop. CAN-2004-0748. OSVDB-9523. # 2.0.46 (CentOS) - TelCondex Simpleserver 2.13.31027 Build 3289 and below allow directory traversal with '/.../' entries. # Apache/2.0.46 - "Apache 2.0 up 2.0.46 are vulnerable to multiple remote problems. CAN-2003-0192. CAN-2003-0253. CAN-2003-0254. CERT VU # Apache/2.0.46 - Apache 2.0 up 2.0.47 are vulnerable to multiple rem...
2010 Mar 05
1
WEBrick 500 error only with https
...=> OpenSSL::PKey::RSA.new( File.open(RAILS_ROOT + "/config/certs/server.key").read), :cert => OpenSSL::X509::Certificate.new( File.open(RAILS_ROOT + "/config/certs/server.crt").read), :server_type => WEBrick::SimpleServer, :charset => "UTF-8", :mime_types => WEBrick::HTTPUtils::DefaultMimeTypes, :debugger => false } ENV["RAILS_ENV"] = OPTIONS[:environment] RAILS_ENV.replace(OPTIONS[:environment]) if defined?(RAILS_ENV) require RAILS_ROOT + "/config/environment&...
2016 Jul 26
0
Fwd: help - how to use python bindings for smbtorture test suits
...ba-4.4.4/selftest/wscript: Main code for selftest samba-4.4.4/selftest/target/--.pm : Files for testenv creation samba-4.4.4/selftest/st: Test environment gets created under this dir Steps followed to execute tests: 1../configure --enable-selftest --testenv 2.make -j testenv SELFTEST_TESTENV=simpleserver 3. make test TESTS=samba3.base *or *make quicktest I c*ould execute "make test" for samba3.base & "make quicktest" successfully locally*. (In this, test gets executed locally, setup gets created locally in test itself & uses all loopback addresses Still figuring out...
2018 Dec 04
0
Samba Testsuite causes machine to crash
...ncluding the testsuite, see parameters below) and a make, I tried   $ make quicktest # Which failed at some tests but left my virtual machine running   and then   $ make test   For Samba 4.9.3 I noticed that running the full test suite lets my virtual machine (1 CPU, 4GB RAM) crash right after ./st/simpleserver/smbd_test.log is written. I tried the same with Samba 4.9.2 (because, you know, might be some of that new stuff ^^) and it, too, crashes. This time right after ./st/nt4_dc_schannel/nmbd_test.log .   Short explanation how I got to these particular log files: Since I did not find any central log of t...
2006 Feb 01
1
RAGI Gem - Running an additional server thread
I have RoR running and have configured RAGI (per the new tutorial provided at ETel http://www.snapvine.com/code/ragi) but I get this: --- user# script/server => Booting WEBrick... [2006-01-30 14:20:25] INFO RAGI::CallServer: default-handler= port=4573 [2006-01-30 14:20:25] INFO WEBrick 1.3.1 [2006-01-30 14:20:25] INFO ruby 1.8.2 (2004-12-25) [i586-linux] [2006-01-30 14:20:25] WARN TCPServer
2006 Mar 10
0
WEBrick crashing
..._dis patch 0.00 6.55 0.00 1 0.00 0.00 Kernel.remove_instance_var iable 0.00 6.55 0.00 1 0.00 0.00 Array#reverse 0.00 6.55 0.00 4 0.00 0.00 String#split 0.00 6.55 0.00 1 0.00 0.00 WEBrick::SimpleServer#star t 0.00 6.55 0.00 1 0.00 0.00 #<ActionController::Routin g::RouteSet:0x2c86d30>.recognize_path 0.00 6.55 0.00 2 0.00 0.00 Module#remove_const 0.00 6.55 0.00 1 0.00 16.00 User#subclasses 0.00 6.55...
2006 Mar 26
4
edge and 1.8.2/1.8.4 issues
I recently upgraded to 1.8.4 to try out mongrel, and so far have been in a kind of hell where I can''t get my app working! Currently running (or trying to run): Ruby version 1.8.4 (i386-mswin32) RubyGems version 0.8.11 Rails version 1.0.0 Active Record version 1.13.2 Action Pack version 1.11.2 Action Web Service version 1.0.0 Action Mailer version 1.1.5 Active Support version
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...t + libsmbclient + idmap + vfs > > @@ -418,6 +418,8 @@ for t in tests: > plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD --signing=required') > elif t == "smb2.dosmode": > plansmbtorture4testsuite(t, "simpleserver", '//$SERVER/dosmode -U$USERNAME%$PASSWORD') > + elif t == "vfs.acl_xattr": > + plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD') > else: > plansmbtorture4testsuite(t, "nt4_dc", '...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote: > On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote: > > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote: > > > > > > Yeah, as much as I'd like to avoid adding a new option, I guess we > > > have to do something about it, my latest take on this is >
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...t + libsmbclient + idmap + vfs > > @@ -418,6 +418,8 @@ for t in tests: > plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD --signing=required') > elif t == "smb2.dosmode": > plansmbtorture4testsuite(t, "simpleserver", '//$SERVER/dosmode -U$USERNAME%$PASSWORD') > + elif t == "vfs.acl_xattr": > + plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD') > else: > plansmbtorture4testsuite(t, "nt4_dc", '...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote: > On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote: > > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote: > > > > > > Cheerio! > > > -slow > > > > Still reviewing this - but a few things that will need changing: > > > > When adding the