search for: openservice

Displaying 20 results from an estimated 36 matches for "openservice".

Did you mean: openservices
2007 Nov 18
4
Need help with win32-service, failure actions
Hi all, I''m trying to get failure action support working. I''ve modified the Service.configure method to accept the following options: failure_reset_period failure_command failure_reboot_message failure_actions failure_delay I''ve got the failure_command and failure_reboot message working, but the rest aren''t working properly. I''m mostly focused on
2013 Feb 12
1
[SC] EnumQueryServicesStatus:OpenService FAILED 123
...quot;'' Debug: Executing ''C:\Windows\System32\cmd.exe /c "C:\Windows\System32\sc.exe query nsc-devops" | C:\Windows\System32\find.exe "nsc-devops"'' Debug: /Stage[main]/Nagios-devops/Exec[Create Service nsc-devops]/unless: [SC] EnumQueryServicesStatus:OpenService FAILED 123: Debug: /Stage[main]/Nagios-devops/Exec[Create Service nsc-devops]/unless: Debug: /Stage[main]/Nagios-devops/Exec[Create Service nsc-devops]/unless: The filename, directory name, or volume label syntax is incorrect. Debug: Exec[Create Service nsc-devops](provider=windows): Executing ...
2006 Jun 19
2
win32-service cvs - potential issue with Service.services
Hi all, I''m preparing win32-service for an 0.5.1 release. I''ve made a couple minor changes and altered the test suite a bit. It passes on my box here, except that about half the time I get this error: 1) Error: test_services(TC_Win32Service): Win32::ServiceError: OpenService() call failed: The handle is invalid. test/tc_service.rb:227:in `services'' test/tc_service.rb:227:in `test_services'' 45 tests, 145 assertions, 0 failures, 1 errors If I run this test by itself via -n test_services, it always passes. Is this just an issue with interacti...
2008 Apr 19
0
[Fwd: win32-service-0.6.1 using a Rails Model]
Any ideas here? Line 911-921 indicates a failure in OpenService: handle_scs = OpenService( handle_scm, service, SERVICE_QUERY_STATUS ) if handle_scs == 0 error = get_last_error CloseServiceHandle(handle_scm) raise Error, error end Something to do with WEBrick perhaps? Regards, Dan -------------- next part -------------- An embedded...
2001 Aug 31
1
Finally, it can be told!
...Ogg Vorbis format, using the same interface as defined in the wave and sunau modules. At the moment it only supports reading Vorbis files, and I've only really tested it under Linux. Please feel free to download it and jump on it, break it, enjoy it, etc. It is available at: http://ignacio.openservices.net/devel/vorbis-0.0a.tar.bz2 Now go forth and bust some code! :) -- Ignacio Vazquez-Abrams <ignacio@openservices.net> --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbi...
2001 Aug 31
1
Finally, it can be told!
...Ogg Vorbis format, using the same interface as defined in the wave and sunau modules. At the moment it only supports reading Vorbis files, and I've only really tested it under Linux. Please feel free to download it and jump on it, break it, enjoy it, etc. It is available at: http://ignacio.openservices.net/devel/vorbis-0.0a.tar.bz2 Now go forth and bust some code! :) -- Ignacio Vazquez-Abrams <ignacio@openservices.net> --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbi...
2001 Sep 02
1
vorbismodule 0.0b
...ython (http://www.python.org/) module for reading and _writing_ Ogg Vorbis files! What is it? ----------- It is a Python (http://www.python.org/) module that emulates the native wave and sunau interface for Ogg Vorbis encoded files. Where can I get it? ------------------- http://ignacio.openservices.net/devel/vorbis-0.0b.tar.bz2 What do I need for it? ---------------------- You need a version of Python greater than or equal to 1.5.2 from http://www.python.org/download/. What's new in it? ----------------- - Latin-1 characters in comment values are now decoded - Now able to...
2001 Sep 12
6
Yet another backtrace
...0x400bb177 in __libc_start_main (main=0x8049570 <main>, argc=3, ubp_av=0xbffff934, init=0x8048f9c <_init>, fini=0x804adc0 <_fini>, rtld_fini=0x4000e184 <_dl_fini>, stack_end=0xbffff92c) at ../sysdeps/generic/libc-start.c:129 --- -- Ignacio Vazquez-Abrams <ignacio@openservices.net> --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe...
2001 Sep 11
2
Another backtrace
...t;free+6604>, rtld_fini=0x4000e184 <_dl_fini>, stack_end=0xbffff90c) at ../sysdeps/generic/libc-start.c:129 --- Plus I've got libvorbis and vorbis-tools compiled with -ggdb and ElectricFence now, so we'll see what we get with those. -- Ignacio Vazquez-Abrams <ignacio@openservices.net> --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe...
2015 May 14
2
Icecast install under Windows
Hi Marvin, I followed the wiki instructions and they went w/o any issues until C:\Users\username> nssm start Icecast Can't open service! OpenService(): Access is denied! Probably a good idea to mention that the command window needs to be Run as administrator. Then it works. Many thanks! -- Jack Elliott On 5/14/2015 10:07 AM, Marvin Scholz wrote: > On 14 May 2015, at 18:36, Jack Elliott 541 848 7021 wrote: > >> Oh dear. >&gt...
2015 May 21
2
Icecast install under Windows
...er discussions Subject: Re: [Icecast] Icecast install under Windows On 14 May 2015, at 20:56, that Jack Elliott wrote: > Hi Marvin, > > I followed the wiki instructions and they went w/o any issues until > > C:\Users\username> nssm start Icecast > Can't open service! > OpenService(): Access is denied! > > Probably a good idea to mention that the command window needs to be > Run as administrator. Then it works. Thanks for pointing that out! (My Windows XP has no UAC so I did not noticed this) > Many thanks! > > -- > Jack Elliott > > On 5/14/2015 1...
2001 Sep 02
1
Special Characters in artist field
Hi, I began to encode my CD collection into the ogg format today, but I ran into a little, minor problem. Certain characters don't work, for example "björk" comes out as something like "BjAPrk" 'P' being a paragraph symbol. I'm pretty sure it's an ogg problem as ogginfo outputs: ... artist=Björk ... Is there anyway to fix this, or a fix planned
2001 Sep 06
1
NULLs in ov_callbacks
When calling ov_open_callbacks(), is it safe to have seek_func, tell_func, and close_func all equal to NULL? If not, which ones must I provide and how can I return an error e.g., data source is not seekable? -- Ignacio Vazquez-Abrams <ignacio@openservices.net> --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe mes...
2001 Oct 15
1
ogg to mp3 conversion
Howdy folks, currently i am using a cygwin32 build of all tools on NT here at work. most of my cd's are ripped to ogg files, but my mp3diskman is.. well an mp3 player. (http://www.soul.com.hk Its a nice player!) i use: ogg123.exe -d raw -f - "filename.ogg" | lame --r3mix -r - filename.mp3 Is there a better way of doing this, for instance passing the tags through as well? I am
2001 Sep 09
1
Backtrace off Lithium's strem
...e the 'eval.c:41' comes from though... This happened when switching from "Francesca" to "Genesis". OTOH, ogg123 just switched cleanly on Lithium's stream just now (from "Genesis" to "State of the Union"). -- Ignacio Vazquez-Abrams <ignacio@openservices.net> --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe...
2001 Sep 02
0
Encoding process
...tected end-of-stream, but I'm certain that it's doing something far more subtle than that. Fifth, how does "extra" data get flushed through the encoder? Via line 20? Is it possible to do that in the cleanup section if the rest is done? TIA -- Ignacio Vazquez-Abrams <ignacio@openservices.net> --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe mes...
2015 May 22
2
Icecast install under Windows
...er discussions Subject: Re: [Icecast] Icecast install under Windows On 14 May 2015, at 20:56, that Jack Elliott wrote: > Hi Marvin, > > I followed the wiki instructions and they went w/o any issues until > > C:\Users\username> nssm start Icecast > Can't open service! > OpenService(): Access is denied! > > Probably a good idea to mention that the command window needs to be > Run as administrator. Then it works. Thanks for pointing that out! (My Windows XP has no UAC so I did not noticed this) > Many thanks! > > -- > Jack Elliott > > On 5/14/2015 1...
2015 May 14
0
Icecast install under Windows
On 14 May 2015, at 20:56, that Jack Elliott wrote: > Hi Marvin, > > I followed the wiki instructions and they went w/o any issues until > > C:\Users\username> nssm start Icecast > Can't open service! > OpenService(): Access is denied! > > Probably a good idea to mention that the command window needs to be > Run as administrator. Then it works. Thanks for pointing that out! (My Windows XP has no UAC so I did not noticed this) > Many thanks! > > -- > Jack Elliott > > On 5/14/201...
2001 Sep 19
2
compilation
Hello, I would like to compile the Ogg Vorbis libraries and tools on my Slackware 7.0 box. Unfortunatelly Slack is comming with gcc 2.91.66 which is not suited for compilation of these libraries and tools. I downloaded, compiled and installed in a separate directory tree gcc 2.95.3 but now I really don't know how to make the configure script see it and set it properly as the compiler to be
2001 Sep 03
3
oggmerge working, Ogg MIDI is here
Ok guys, I just committed the Ogg MIDI code to ogg-tools/oggmerge. You can now make synced vorbis+midi Oggs, but there is (not yet anyway) a tool to play such files. Have a look at the code, and let me know if you see anything major. Adding new media types for merging should be trivial, and you already have two examples (the vorbis one is VERY simple and the MIDI one is much more complicated)