search for: servicenam

Displaying 20 results from an estimated 83 matches for "servicenam".

Did you mean: servicename
2007 Aug 21
1
handling of dynamic filecontent creation
...of dynamic filecontent creation" I think is the best to describe it: We use a lot of in-house built services (for arguments sake webservers) which are instantiable and bring their own "framework" for setup, so I created something like this: # define create-webservice ($ip =$ip, $servicename = $servicename, $instance = $instance) { exec {"create-webservice-script --ip $ip --instance $instance --servicename $servicename$instance": path => whatever, alias => "create-webservice$servicename$instance" } } # Then I have n classes that use that definition: # clas...
2006 Aug 10
1
Web service SOAP URLs started failing with 1.1.4 or using 1.1.2 security patch
...ce URLs work with Rails 1.1.2 but fail both with Rails 1.1.4 (and 1.1.5) and when I apply the new 1.1.2 security patch to Rails 1.1.2. It looks like they are failing with SOAP clients but succeeding with XML-RPC clients. The URL that used to work is of the form http://localhost:3000/my_controller/ServiceName/api. When I use that same URL after applying the 1.1.2 security patch (or in 1.1.4/1.1.5), my application sees a 404 error. The WSDL url http://localhost:3000/my_controller/ServiceName/service.wsdl also fails. When I try to go to that URL in my browser, I see Recognition failed for &quot...
2011 Aug 24
2
handy tip against unhelpful "Could not intern from pson" error
...uppet keywords, plus for syntax highlighting, etc. Turns out this personal preference has shot me in the foot as the difference between the error messages for an empty string versus an undefined variable is rather big. See this unhelpful message: $service_name = "httpd" service { "$servicename": ensure => running } err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target "Service[]" versus this: $service_name = "httpd" service { "$servicename": ensure => runn...
2020 Jun 16
2
Apache (httpd) fails to start at boot - Centos 8.1
...to avoid that your modified httpd.service > will get an overwrite, create an alternative httpd.service in > /etc/systemd/system (if I'm not wrong). > > Probably there is a new way to do this. > The new way to do this is exactly what Gordon suggested - using `systemctl edit <servicename>` creates an override in `/etc/systemd/system/httpd.service.d/override.conf`. The only issue is that there is no `systemctl` related command to remove this override - you will have to remember to `rm -rf /etc/systemd/system/httpd.service.d` if/when you want to remove that override.
2008 Dec 22
1
Web-driven SIP call thru Asterisk IPBX
...m / sip user), you just need to setup the HTML link as that: (Attached is the HTML page example) ? /**************************/ simple HTML code example: /*************************/ <html> <head> <script type="text/javascript"> ? function webcall_win(sip,realm,phone,user,serviceName) { //You can have your ajax code here communicating with your site... //XMLHttpRequest... ? var URL? = "http://doddle.com.br/endoddle.jsp?sipserver="+sip+"&siprealm="+realm+"&callto="+phone+"&username="+user+"&provider="+serviceNam...
2010 Jun 25
0
WG: Samba PDC and big files
...;EmailAddress=poremsky at hotmail.com ;FullName=Diane Poremsky ;Connection Type=0 ;ConnectOID= ;*************************************************************** ; Section 6 - Mapping for profile properties ;*************************************************************** [Microsoft Exchange Server] ServiceName=MSEMS MDBGUID=5494A1C0297F101BA58708002B2A2517 MailboxName=PT_STRING8,0x6607 HomeServer=PT_STRING8,0x6608 OfflineAddressBookPath=PT_STRING8,0x660E OfflineFolderPath=PT_STRING8,0x6610 [Exchange Global Section] SectionGUID=13dbb0c8aa05101a9bb000aa002fc45a MailboxName=PT_STRING8,0x6607 HomeServer=PT...
2007 Sep 12
6
Step By Step PDC with OpenLDAP?
Hello, We had a linux guy here working on this in his busy schedule, but ultimately, he was unable to make it work before he left the department. Is there a good doc that will help someone without much linux experience other than lots of /etc/init.d/servicename restart, using vi to edit the named.zones DNS entries and other similar stuff to configure an existing Samba server as a PDC with OpenLDAP for single sign-on? This is on OpenSUSE 10.2 Thanks, Joel
2013 May 26
3
samba4 & (domain) dfs
...1882, 10, pid=27834, effective(0, 20513), real(0, 0), class=msdfs] ../source3/smbd/msdfs.c:140(parse_dfs_path) parse_dfs_path: hostname: samba4-2 [2013/05/26 20:52:46.581987, 10, pid=27834, effective(0, 20513), real(0, 0), class=msdfs] ../source3/smbd/msdfs.c:182(parse_dfs_path) parse_dfs_path: servicename: dfs [2013/05/26 20:52:46.583205, 2] ../source3/modules/vfs_acl_xattr.c:193(connect_acl_xattr) connect_acl_xattr: setting 'inherit acls = true' 'dos filemode = true' and 'force unknown acl user = true' for service dfs [2013/05/26 20:52:46.598748, 2] ../source3/smbd/serv...
2006 Feb 26
1
HABTM SQL generated
I have a HABTM relationship between 2 tables : companies and services. I want to find all the companies who provide a particular service so I''m using @companies = Service.find_by_name(''servicename'').companies. But in the development log, rails appears to be making 2 sql calls - one to find the id of the service and a 2nd to find the companies by that id. How can i reduce it to one sql call ? _Tony -- Posted via http://www.ruby-forum.com/.
2015 Dec 30
2
Systemd and systemd-sysv-generator
...rs all run automatically when systemd reloads config. > > The transient unit files created are in /var/run ... > Thanks. I located a few generated ones in /var/run/systemd/generator.late/ But not one for lsi_mrdsnmpagent > Best way to see this is using systemctl (status|cat|show) <servicename> ... > > I expect if you do this for your failing service you'll get a better > understanding of what's going on. ~]# systemctl status lsi_mrdsnmp.service ? lsi_mrdsnmp.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) ~]# systemctl...
2013 Feb 12
1
[SC] EnumQueryServicesStatus:OpenService FAILED 123
*Hi guys!* * * *I''m trying to perform a service creation using SC and if this service is already created, using an "unless" we can avoid it. * *Sound very simple, but for any reason, when instructions are called by puppet they are not working instead you call directly, same instructions, using DOS, where works sweet.* * * *Here is part of the code:* $cmd =
2001 May 03
1
[PATCH]: Addition to Cygwin README
...EXE you will see two +sshd processes in the process list unless you give the "-D" +option to sshd. That will avoid that sshd detaches from the +controlling terminal and it will remain under process control +of SRVANY.EXE. That allows easy killing of the service by +using the `net stop <servicename>' command. + If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add the following line to your inetd.conf file: -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen at redhat.com
2010 Aug 28
1
Wine 1.2, how to run services?
...9;m trying to install Webtrends 6.5 , which can run its scheduler in service mode. It installs the service OK, and I can see the service using the "sc" and "net" commands in wine. However I cannot figure out how to start the service. I've tried using "wine net start {servicename}" , and it says that it started the service, and that the service is already running. Yet there is no running process for it. I've read that services might be supported in Wine, yet I cannot get it to start it. Are service supposed to work OK? I'm just trying to find out more in...
2007 Aug 24
0
rsync patch to add Apple keychain support
...r user without having the passwords readable to everybody accessing the console. With this chance rsync falls back to Apples keychain access if no secrets file is given. You need to put the passwords into the keychain like this (I do it programmatically bit it can be done manually as well): Servicename: rsyncd Account name: <modulename>-<username> Enjoy! It would be very cool to see this as an option for the Darwin target. Greetings, Dirk In the Makefile, I added: -------------------------------------------------------------- LDFLAGS=-framework Security -framework CoreFounda...
2010 Jul 23
0
[database-support] How to interact with the eXist XML database
...or edition 2b. GET /<resources>/<id>.xml(/edit) -> returns the XML data (to edit or to show) 3. POST /<resources> -> creates a new resource with the provided XML data (in the POST body) 4. DELETE /<resources>/<id> -> deletes the resource 5. GET /services/<servicename>/<resources>?<query> -> perform the "servicename" service on the selected resource, given the query parameters. Requests 1 and 2a are already ok (they aren''t changing from my former application using MySQL). Technically, I need: - to redirect/map requests 2b,...
2004 Apr 06
7
[Bug 833] sshd server sends SshMsgChannelFailure despite of successfully running sftp server
...,213,240,145]} ---------readingThread/rcvd message ends. ---------sendSshMsg/sent message follows: Newkeys ---------sendSshMsg/sent message ends. ---------readingThread/rcvd message follows: Newkeys ---------readingThread/rcvd message ends. ---------sendSshMsg/sent message follows: Service_request {serviceName = "ssh-userauth"} ---------sendSshMsg/sent message ends. ---------readingThread/rcvd message follows: Service_accept {serviceName = "ssh-userauth"} ---------readingThread/rcvd message ends. login: lukasz password: ---------sendSshMsg/sent message follows: Userauth_request {user...
2015 Dec 30
2
Systemd and systemd-sysv-generator
On Tue, Dec 29, 2015 at 5:23 PM, Joseph L. Casale <jcasale at activenetwerx.com > wrote: > Instead of converting the sysv script, you could trivially write your own, > the following > was tested against about 6 SNMP queries, the service stops and starts as > expected. > That's certainly an option. One that I was prepared to resort to. But curiosity has the best of me ...
2019 Jan 21
1
force re-authentication when accessing different shares
On Mon, 21 Jan 2019 12:54:00 -0400 Robert Marcano via samba <samba at lists.samba.org> wrote: > On 1/21/19 11:04 AM, Rowland Penny via samba wrote: > > On Mon, 21 Jan 2019 10:43:35 -0400 > > Robert Marcano via samba <samba at lists.samba.org> wrote: > > > >> On 1/21/19 10:24 AM, Harald Glanzer via samba wrote: > >>> hello & thx for your
2015 Dec 30
2
Systemd and systemd-sysv-generator
On Wed, Dec 30, 2015 at 10:06 AM, James Hogarth <james.hogarth at gmail.com> wrote: > > > > Best way to see this is using systemctl (status|cat|show) <servicename> > > ... > > > > > > I expect if you do this for your failing service you'll get a better > > > understanding of what's going on. > > > > > > ~]# systemctl status lsi_mrdsnmp.service > > ? lsi_mrdsnmp.service > > Loaded:...
2004 Feb 16
1
Problem with NT -> Samba User Configuration: Probably very simple
...e to a user name mapping file defined in smb.conf with the parameter "username map = ...": <username> = <ntuser> Note: The user name mapping file already contained an entry for another user and the one above was appended to the file. 4. Added the following to smb.conf: [<servicename>] comment = '....etc' path = /usr/users/<username>/input valid users = <username> public = no writable = yes printable = no 5. Restarted the samba daemons. Can anyone spot what the problem is? Have I missed out a particular step? In desperation I tried adding <use...