similar to: MyFuel Express FO - Shortcomings

Displaying 20 results from an estimated 120 matches similar to: "MyFuel Express FO - Shortcomings"

2005 Jun 03
2
Inactivity restart segmentation fault
Hi all, for an unknown reason, I find my asterisk server down every morning as a result of failing to restart during the night because of a segmentation fault. The error message is as follows: Waiting for inactivity to perform restart... Executing last minute cleanups == Destroying any remaining musiconhold processes Asterisk cleanly ending (0). -- Remote UNIX connection Waiting for
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,
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
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
2000 Nov 21
1
blanks in filenames
Hi, When there is a blank in the name scp doesn't work correctly: bjacke at lamarr:~ > scp -v telefon.cgi lamarr:a\ directory/ Executing: program /usr/bin/ssh host lamarr, user (unspecified), command scp -v -t ein directory/ Enter passphrase for RSA key 'unon at rzstud1': scp: ambiguous target bjacke at lamarr:~ > By the way ... -v seems to be broken for scp in openssh 2.3. I
2017 Jul 22
0
Openups patch proposal
On Jul 21, 2017, at 3:21 PM, Alphonse <alphsteiner at gmail.com> wrote: > > 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
2017 Jul 22
0
Openups patch proposal
On Jul 22, 2017, at 9:40 AM, Alphonse <alphsteiner at gmail.com> wrote: > > This is weird (for me): I have added the 'explore' option into the ups configuration, and restarted the driver, but now it tells that the device is offline! It is back to normal without this option. > I have attached the requested log. Right, I forgot to mention that the explore mode is not meant
2017 Jul 23
0
Openups patch proposal (KDE, etc.)
On Jul 23, 2017, at 4:50 AM, Alphonse <alphsteiner at gmail.com> wrote: > > Another point is bugging me: the ups is not repported as a battery in kde nor in the output of 'solid-hardware list'. > Do you have an idea for this problem? > Thanks! > To be honest, most of the NUT development effort is focused on shutting down servers, so there isn't a whole lot of
2013 Mar 05
0
Corrupted squat uidlist file
Hi, I frequently get errors similar to this logged: Mar 5 17:49:20 alphonse dovecot: imap(roger): Error: Corrupted squat uidlist file /home/roger/Maildir/.Debian/dovecot.index.search.uids: wrong indexid I am running the Debian package version 1:2.1.7-7 on an up to date Debian Testing system with ext4 filing systems. 'doveadm index -A "*"' is run six nights a week and
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
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
2017 Jul 22
2
Openups patch proposal
>> I don't think that the firmware supported commands when this sub-driver was written. It is certainly something we can check for, using the "explore" mode mentioned in the driver man page: http://networkupstools.org/docs/man/usbhid-ups.html (please stop after 30-60 seconds, and gzip the output) This is weird (for me): I have added the 'explore' option into the ups
2004 Aug 13
2
how to plot an array with labels
How can i plot an array and instead of having on the x labels the indexes of the array I want to display an other String array of the same length
2004 Sep 23
3
multinomial logistic regression
Hi, how can I do multinomial logistic regression in R? I think glm() can only handle binary response variable, and polr() can only handle ordinal response variable. how to do logistic regression with multinomial response variable? Thanks __________________________________