similar to: Inactivity restart segmentation fault

Displaying 20 results from an estimated 900 matches similar to: "Inactivity restart segmentation fault"

2010 Jul 13
1
MyFuel Express FO - Shortcomings
Re-sent copying UNON and Expand Technologies. Apologies for the omission. Rgds, Alphonse On Tue, Jul 13, 2010 at 3:27 PM, Alphonse Ogulla <aogulla at gmail.com> wrote: > Dear Esther, > > The foregoing mail notes sent to Expand Technology refer, in view that you > were not copied in the initial correspondence. > > We were hoping that Expand Technology would make a
2006 Jan 24
1
Hunting for DIDs in Kenya/Nigeria
Don't know if anyone's got experiences on this they'd be able to share... I'm trying to obtain numbers for Kenya/Nigeria, but I'm struggling to find a company selling them. There's one for Nigeria listed on didx.com, but $22/month seems a little steep. Has anyone had any luck getting DIDs for countries in Africa, and are there any companies out there selling them? Thanks
2008 Oct 02
3
function in R
Dear ALL, Does anyone know how to get the complete code program for any build-in function in R, e.g. when I tape mean in the R-console, I get the following:  mean function (x, ...) UseMethod("mean") <environment: namespace:base> but I need the full mean function. Thank in advance, Alphonse. [[alternative HTML version deleted]]
2009 Mar 30
3
Nonparametric analysis of repeated measurements data with sm library
Dear all, Does anybody know how to get more evaluation points in performing Nonparametric analysis of repeated measurements data with "sm" library. The following command gives the estimation for 50 points, by I would like to increase to 100 points But I do not know how to do that. library(sm) provide.data(citrate, options=list(describe=FALSE)) provide.data(dogs,
2011 Sep 06
2
Reg: Difference between chroot & pivot_root
Hi, What is the difference between chroot & pivot_root. They don't seem obvious based on the man pages apart from the below mentioned caveats. 1) Inherited Open file descriptors, have to be explicitly closed. 2) Does not change CWD of the process, which can be overcome by doing a chdir before & after chroot call. Any information on this would be useful. Thanks,
2017 Jul 21
3
Openups patch proposal
Hello, I have an openups2 ups. It works very well with nut, except two things: 1) It keeps sending a 'libusb_get_string: invalid argument' message to the log; 2) It does not report any command. Following http://nut-upsdev.alioth.debian.narkive.com/bmJyFFkO/libusb-get-string-invalid-argument, I was able to fix the error message using the attached patch. I do not know how ot fix the
2011 Aug 26
1
Reg: Workaround to use pivot_root while using "rootfs" for "/" ?
Hi All, I am trying to start a lxc container using libvirt and I am facing an issue due to pivot_root. The return code from the system call ?pivot_root? is EINVAL (Invalid arguments). I isolated the issue to this specific condition check within the system call. This is an code snippet from fs/namespace.c::pivot_root * error = -EINVAL; if (root.mnt->mnt_root != root.dentry)
2011 Oct 06
1
Reg: shutdown/restart from within the container(system LXC)
Hi, Is it possible to shutdown/restart a system LXC from within the container? From what I have observed(Version - 0.8.4): * The libvirt_lxc manager process, which listens on the /dev/pts for console connection loops infinitely. Let me know If I am missing out something obvious or there exists any other way to shutdown/restart system LXC from within. Any pointers in
2017 Jul 22
1
Openups patch proposal
Charles Lepple a ?crit : > Thanks for the patch. For reference, what does the rest of the "upsc" > output look like for this device? Here it is: $ upsc openups2 Init SSL without certificate database battery.capacity: 100 battery.charge: 100 battery.charge.low: 5 battery.charge.warning: 20 battery.current: 0.000 battery.mfr.date: battery.runtime: 3932100 battery.temperature:
2012 Sep 10
1
Reg: Libvirt API does not return, after qemu-kvm is hungup.
Hi All, I am facing the following issue, while using Libvirt version 0.8.4. (1) Libvirt API does not return, since the qemu-kvm process is hung up. Based on the information available on mail thread *https://bugzilla.redhat.com/show_bug.cgi?id=676205* (comment 26 - scenario 1), this has been fixed in later version of Libvirt, specifically in RHEL 6.2(libvirt 0.9.4). I have checked the
2013 Jun 02
16
Ruby 2.0 is running, but Rails 4 doesn't see it.
What am I doing wrong?? ****@ubuntu:~/ruby/things_i_bought$ rake db:migrate Rails 4 prefers to run on Ruby 2.0. You''re running ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux] Please upgrade to Ruby 1.9.3 or newer to continue. ****@ubuntu:~/ruby/things_i_bought$ ruby -v ruby 2.0.0p0 (2013-02-24 revision 39474) [i686-linux] ****@ubuntu:~/ruby/things_i_bought$ rvm
2008 Aug 06
3
Help in running Stata dataset in R
Dear All, I installed R 2.7.0 and tried to call a dataset i had ealier own called on R2.6.2 but i keep on getting an error: use("maltreat.dta") Error in fromchar(x) : character string is not in a standard unambiguous format Tried doing the same with R2.7.1 but i get the same error. However if i call the same on R 2.6.2, there is no error: use("maltreat.dta") > des()
2002 Jan 08
6
Subsets without NA
Is there a way of removing all rows with missing values from a data frame? I usually use subset(x, var1!="NA") and repeat for each variable. It would be nice to be able to do it in one fell swoop. Also, surprisingly, it doesn't always work. Sometimes I'm left with an empty set even though not all rows have missing values for the variable. Cheers, mikkel Mikkel Grum,
2003 Oct 02
7
Any way to get out of a remote console without stopping *
This probably has an easy solution, but I found it yet. How can I get out of a remote console after using ssh to get into the box, making changes, reload etc. without stopping *? Thanks in advance. Sincerely, Andy Hester Consero
2009 Mar 10
5
Changing factor to numeric
Dear Users, I have a variable in my dataset which is of type factor. But it actually contains numeric entries which like 5.735 4.759 ..... This is because the data was read from a CSV file into R and this variable contained other charaters which were not numeric. I have now dropped the records with the characters which are not numeric for this variable and want to change it to numeric srotage
2004 Nov 30
4
Asterisk Process Stop After few hours
Hello to all, I have a strange behavior of my asterisk box. I'm running asterisk with asterisk-oh323 channel driver and everything works very well. But after few hours, my asterisk stop running and I have to restart it by typing "asterisk -vvvc". Most of the time I connect to my asterisk with a remote host so I don't know exactly which error causes my box to stop, but I found on
2003 Dec 23
6
UTMP logging in Samba 3.0.1 does not have hostnames
Hi, I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparc box. I compiled Samba using gcc 3.3 with the following options: configure --prefix=/local/samba-3.0.1 --enable-static --with-nis --with-quotas --with-syslog --with-msdfs --with-utmp I set utmp = yes in the smb.conf file The samba server does create login entries but minus the hostname entries. The following
2007 May 08
1
load modules
Hello again, I have a little problem, every time I switch on the Asterisk server I must load two modules: modprobe zaptel and modprobe wctdm Is there any way to load there automatically when the server start? I have a Debian Etch. One more cuestion, it's posible to start Asterisk (asterisk -vvvc)as well? What metod do you prefer? "asterisk" or "asterisk -vvvc"? Thanks
2005 Mar 09
3
Asterisk@home silly problem, please help!
Hi all! After much struggling I got my *@home working fine AND making use of two AVMFritz!PCI cards. Really nice ! (kernel 2.4.2x) There's however a silly glitch that's getting on my nerves, and, kind of a newbie that I am to linux, it should be easy to get help : -- "capiinit start" MUST BE run before Asterisk. (any other way makes * not to start because chan_capi
2003 May 19
6
G729 and snom
hey, I bought a license for 729 but I can't use it this is the message. == Registered translator 'g729tolinb' from format 8 to 6, cost 99999 == Registered translator 'lintog729b' from format 6 to 8, cost 18 == Parsing '/etc/asterisk/enum.conf': Found Asterisk Ready. *CLI> WARNING[5126]: File chan_sip.c, Line 1601 (process_sdp): No compatible codecs!