search for: run_program

Displaying 9 results from an estimated 9 matches for "run_program".

2009 Jun 10
0
KDE and mounting CD's / DVD's without noexec
...vinfo -q path -n /dev/scd0 udevtest /block/sr0 (the output is below) My question is which of these commands is actually doing the mount as all I want to change is the exec flag rather that how the device is labeled. main: looking at device '/block/sr0' from subsystem 'block' run_program: '/bin/bash -c '/sbin/lsmod | /bin/grep ^dm_multipath'' run_program: '/bin/bash' (stdout) 'dm_multipath 55257 0 ' run_program: '/bin/bash' returned with status 0 udev_rules_get_name: add symlink 'cdrom' udev_rules_get_name: add symlink '...
2014 Apr 24
0
Problem making usbhid-ups working on Centos 5.7
On Apr 23, 2014, at 3:47 AM, Frantz de Germain wrote: > I've compiled and installed nut-2.7.2 on a Xen server (Actually XCP > 1.6/Centos 5.7) to manage a Dell UPS 2700W. > > Here is my ups.conf : > > [SU27003U-08] > driver = usbhid-ups > port = auto > desc = "SU27003U-08" > > 52-nut-usbups.rules have well been installed in
2014 Apr 23
2
Problem making usbhid-ups working on Centos 5.7
Hello, I've compiled and installed nut-2.7.2 on a Xen server (Actually XCP 1.6/Centos 5.7) to manage a Dell UPS 2700W. Here is my ups.conf : [SU27003U-08] driver = usbhid-ups port = auto desc = "SU27003U-08" 52-nut-usbups.rules have well been installed in /lib/udev/rules.d/. I've put it in /etc/udev/rules.d/ too. I've rebooted the machine.
2010 Oct 26
3
[LLVMdev] Throwing C++ exception through LLVM JITed code
...d. Does anyone know of a way to throw C++ exceptions through LLVM JITed code? To illustrate the problem a bit better, consider this psuedo code. I want the exception thrown in intrinsic_function(), which is called from the LLVM compiled code, to be caught by the exception handler at the bottom of run_program(). void intrinsic_function() { throw runtime_error("unimplemented function"); } void run_program() { char *script_code = "call intrinsic_function();"; try { myFunction = compile(script_code); Engine->runFunction(myFunction); } catch (...) { // This is...
2011 Feb 20
1
Running a program that doesn't have an installer?
The program I am currently trying to run does not have an installer so what do I need to do to get it to work?
2013 Apr 08
0
5.9 update error messages
Just updated one of our servers, and see a bunch of udevd-event[8735]: run_program: ressize 256 too short Along with Apr 8 14:57:48 <servername> kernel: Breaking affinity for irq 209 Apr 8 14:57:48 <servername> kernel: CPU 8 is now offline Apr 8 14:57:49 <servername> kernel: CPU 8 offline: Remove Rx thread Apr 8 14:57:49 <servername> kernel: CPU 9 is...
2011 Jul 11
13
Sims 3 help
Hey, Im new to wine and ubuntu and just downloaded wine (1.2.2-0ubuntu6). Im trying to install "the sims 3" (a game for windows/macOS). Here is what I do, and what happends: 1: I insert the CD. 2: I go to "my computer" 3: I click on the sims3 file or whatever it is. 4: "The SIMS(tm) 3 install.app"-folder shows up. 5: I right-click on it, and click "open with
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...it); + + argv[0] = script; + argv[1] = eth_ifname; /* bridge device (e.g. bcp<N>) */ + argv[2] = devnam; /* physical device (e.g. hdlc<N>) */ + argv[3] = NULL; + argv[4] = NULL; + argv[5] = NULL; + argv[6] = NULL; + argv[7] = NULL; + bcp_script_pid = run_program(script, argv, 0, bcp_script_done, f); +} + +/* + * bcp_printpkt - print the contents of an BCP packet. + */ +static char *bcp_codenames[] = { + "ConfReq", "ConfAck", "ConfNak", "ConfRej", + "TermReq", "TermAck", "CodeRej" +...
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir, I was trying to install bridge as we are installing scps gateway in our testbed.This requires us to install the bridge. Our Linux version is 2.4.18 ~3 and we are using redhat 7.2 Please let me know which is the bridge I should install and how to configure it. Before configuring the bridge what I should check in my configuration. Thanks for your time, Sincerely Rama ===== I hear