search for: svr

Displaying 20 results from an estimated 141 matches for "svr".

Did you mean: mvr
2004 Apr 05
1
Why samba-3.0.2 give me this error message?
...bjectClass=posixGroup)(gidNumber=4294967295)) OS: FreeBSD 5.2.1-RELEASE-p4 Application: openldap-server-2.1.29, openldap-client-2.1.29, samba-3.0.2a_1,1, pam_ldap-1.6.9, nss_ldap-1.204_5 Really appreciate your advice. Thanks & regards, Suhaimi # more /var/log/message Apr 5 14:58:38 my-svr smbd[1034]: [2004/04/05 14:58:38, 0] rpc_server/srv_pipe.c:api_pipe_netsec_process(1371) Apr 5 14:58:38 my-svr smbd[1034]: failed to decode PDU Apr 5 14:58:38 my-svr smbd[1034]: [2004/04/05 14:58:38, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605) Apr 5 14:58:38 my-svr smbd[1034]: process...
2008 Jan 22
9
Cannot connect when spawning new workers on demand
...9;'s the code that spawns the workers: (sorry for the linewraps) def uitvoeren # put selected servers in a session session[:selectedservers] = params[:servers] session[:running_cmd] = 1 @selected_servers = System.find_all_by_id(params[:servers]) @selected_servers.each do |svr| # spawn new process MiddleMan.new_worker(:worker => :remote_command_worker, :job_key => svr.name) MiddleMan.ask_work(:worker => :remote_command_worker, :job_key => svr.name, :worker_method => :do_work, :data => {:svr => svr.name, :command => MultiComComman...
2006 Apr 02
1
Two ISP
...and_Routing.html and http://shorewall.net/MultiISP.html, however I still a bit confused how to organize what I need :-). I''ve a simple "layout" like a lot of people here have: eth0 LAN (192.168.1.0/24) ------ Shorewall --- eth1 --- DSL --- SVR | +--- eth2 --- DSL --- OGO "Shorewall" box is a RH 7.3, Shorewall itself is version 2.4.7. Preface :-). 1. SVR is very good, but expensive ISP. However, all kind of local (Uk...
2008 Mar 22
10
Xen Windows Clients - BSOD with Application Firewall Installs
I have set up both Windows XP and Windows 2000 Server clients on Xen under Centos 5.1 and am unable to install an application firewall. I have tried the latest: 1) Agnitum Outpost Commercial Version 2) Comodo Firewall (ver 2 on Windows 2000) 3) Sunbelt Commercial Version With all of these when the firewall starts up it results in a BSOD. With Windows XP and Agnitum I can go back to a previous
2008 Sep 05
1
Virtual email with Postfix, MySQL and Dovecot problem
...ormation Your advices are highly appreciates! Thank you and regards, lunix. PS: below is mail log for a session that I use telnet to port 25, send an email for test, I've deleted some info and replaced with X and Y for privacy reason: ------------LOG BEGIN----------- Sep 5 23:52:16 centos-svr dovecot: Dovecot v1.0.7 starting up Sep 5 23:52:16 centos-svr dovecot: auth-worker(default): mysql: Connected to localhost (mailserver) Sep 5 23:52:22 centos-svr sendmail[9442]: alias database /etc/aliases rebuilt by abc Sep 5 23:52:22 centos-svr sendmail[9442]: /etc/aliases: 76 aliases, long...
2002 Feb 24
3
Multiple Instancies of Samba on a single System
Hi out there, i intend to run multiple Instancies of Samba on a single, multi-homed, server, with each instance bound to a specific (logical) interface. If this works, it would be fine to me. Mainly for administrative Reasons. (You won't believe, but from time to time it becomes necessary to restart some services, but restarting the entire server is a real mess) Well here my
2006 Aug 06
1
How to use omega to search remote back end?
Folks, Having trouble getting this to work. OMEGA cgi is not reading my stub file properly because it is trying to read it as a directory instead of a file. Is there an easy fix? Here is a transcript. Thanks, OSC oscar@epsilon:/svr/xapian/beta$ ls -aFl total 21335200 drwxr-xr-x 2 oscar oscar 4096 Aug 6 10:15 ./ drwxr-xr-x 5 oscar oscar 4096 Aug 6 12:59 ../ lrwxrwxrwx 1 oscar oscar 17 Aug 6 10:15 default -> /svr/xapian/beta// -rw-r--r-- 1 oscar oscar 12 Jul 12 21:40 iamflint -rw-r--r--...
2003 Aug 12
1
Shorewall Keeps sending false IP Address Conflict
...ewall.conf... Restarting Shorewall... Loading Modules... Initializing... Shorewall has detected the following iptables/netfilter capabilities: NAT: Available Packet Mangling: Available Multi-port Match: Available Connection Tracking Match: Available Determining Zones... Zones: net wst dmz svr Validating interfaces file... Validating hosts file... Validating Policy file... Determining Hosts in Zones... Net Zone: eth0:0.0.0.0/0 Local-Wst Zone: eth2:0.0.0.0/0 DMZ Zone: eth1:0.0.0.0/0 Local-Srv Zone: eth3:0.0.0.0/0 Processing /etc/shorewall/init ... Deleting user chains... Creating...
2016 Aug 24
2
missing dns records? _ldaps._tcp ?
On Wed, 24 Aug 2016 11:56:06 -0400 lingpanda101--- via samba <samba at lists.samba.org> wrote: > > I know you asked recently but I do have them from a long ago > provisioned DC as reference. > > If you have them, I think you may be the only one who does ;-) A bit of searching doesn't turn up anything about _ldaps records, just _ldap. Rowland
2011 Apr 29
6
Bigining with a Program of SVR
...s. I want to know some examples and package that could help me in this way. I know about caret and e1071. But I' don't know if this package can work with continues variables.? Thanks in advance -- View this message in context: http://r.789695.n4.nabble.com/Bigining-with-a-Program-of-SVR-tp3484476p3484476.html Sent from the R help mailing list archive at Nabble.com.
2010 Sep 24
0
kernlab:ksvm:eps-svr: bug?
Hi, A. In a nutshell: The training error, obtained as "error (ret)", from the return value of a ksvm () call for a eps-svr model is (likely) being computed wrongly. "nu-svr" and "eps-bsvr" suffer from this as well. I am attaching three files: (1) ksvm.R from the the kernlab package, un-edited, (2) ksvm_eps-svr.txt: (for easier reading) containing only eps-svr pertinent blocks of code from ksvm.R w...
2009 Aug 03
1
How to get w and b in SVR? (package e1071)
Dear R users, I'm running a SVR in package e1071 but I did not able to calculate the parameters w and b of the regression. I don't know how to do that and if it is possible to do it with this package. Someone have some idea. Any help would be much appreciated. Marlene [[alternative HTML version deleted]]
2009 Jul 23
0
How to get w in SVR with e1071 package
> > Hi all, > > I need some help about how to calculate w in a SVR in package e1071. > > I have a regression y_i=f(x_i)+e > > where f(*x*)=(w,phi(x))+b > > then go on with the SVR calculation I know that w*=Sum_i=1^n [(á_i - > á*_i)K(x,x_i) ] where á_i and á*_i are the lagrangian multipliers of the > dual form. > > o.k but how I will...
2004 Aug 06
3
Please confirm your message
...m the confirmed address. [ This notice was generated by TMDA/0.68 (http://tmda.net/), an automated junk-mail reduction system. ] --- Enclosed is a copy of your message. Return-Path: <DKramer@reflect.com> X-Original-To: icecast@xiph.org Delivered-To: icecast@xiph.org Received: from svr-sfmail.reflect.com (unknown [63.251.57.227]) by motherfish-II.xiph.org (Postfix) with ESMTP id 38002532C28 for <icecast@xiph.org>; Tue, 10 Feb 2004 04:31:48 -0500 (EST) Received: by svr-sfmail.i.sfo1.reflect.com with Internet Mail Service (5.5.2653.19) id <1SW8D...
2016 Aug 24
0
missing dns records? _ldaps._tcp ?
...er: UnKnown Address: 172.16.232.29 > set type=all > _ldap._tcp.dc._msdcs.domain.local Server: UnKnown Address: 172.16.232.29 _ldap._tcp.dc._msdcs.domain.local SRV service location: priority = 0 weight = 100 port = 389 svr hostname = pfdc1.domain.local _ldap._tcp.dc._msdcs.domain.local SRV service location: priority = 0 weight = 100 port = 389 svr hostname = soldc1.domain.local _ldap._tcp.dc._msdcs.domain.local SRV service location: pr...
2006 Jul 14
1
(Solved) Re: How to configure omega.cgi to search multiple flint dbs?
Folks, OK found it, omega.cc looks for multiple DB definitions and adds it to the search list. If the dbs are only one directory lower (e.g. not in default as in beta/default, but only "beta"), then modifying database_dir setting as follows will work: database_dir /svr/hda1/xapian then, ./omega.cgi 'P=pda' FMT='xml' DB="beta" DB="gamma" DB="delta" HITSPERPAGE=1 ...provides a roll up of the queries, and summaries results. (Super!) Thanks, OSC "The only way to fly!" > ----- Original Message ----- >...
2019 Dec 25
3
Setting ACLs with smbcacls fails (partly)
...messages when setting the ACLs of a samba share either via the Windows explorer or using the smbcacls command. On Windows explorer I get the error message: ??? "Failed To Enumerate Objects In The Container, Access Is Denied" With smbcacls when adding a user the error is: ??? root at svr-002:/# smbcacls //svr-002/users / -U administrator --add ACL:S-1-5-21-106799508-1697487934-2302158525-1604:ALLOWED/3/FULL -d=0 ??? Enter MYWRKGRP\administrator's password: ??? ERROR: security descriptor set failed: NT_STATUS_ACCESS_DENIED Creating files and folders from within windows explo...
2002 Aug 06
1
Unable to reregister samba server with Primary Domain Controller
Please forgive any stupidity in the following question. The admin who maintained samba left recently and we (a bunch of programmers) are trying to fix it. We had a Solaris box called svr2, it provided samba and nfs services. We bought a new computer called originally newsvr2. We ported the samba settings across to newsvr2 - everything worked. We swapped the hostname and IP addresses of svr2 and newsvr2 - everything worked. Our administrator left. The new box (now called svr2) cras...
2005 Jul 24
1
RPC protocol error with one user on login (64 bit svr 2003 client - samba 3.0.14a PDC)
This user is attemting to log in on a win2003 64 bit client to a PDC running 3.0.14a. The user is able to log on on another machine (32 bit, I don't have another 64 bit machine) There was a local user with the same username but that user was deleted after adding the machine to the domain. I cannot see an error in a level 5 log from the client. I see nothing in the windows event log. I did
2008 Dec 15
3
idmap init ignoring domain ....
I have this error on my samba pdc, seems something related to winbind, my pdc worked fine for some months and now this error make login very slow and sometime the users are unable to load their roaming profile, any hints? regards Nicola