search for: puzzel

Displaying 20 results from an estimated 30 matches for "puzzel".

2005 Oct 13
2
varimax rotation difference between R and SPSS
Hi, I am puzzeled with a differing result of princomp in R and FACTOR in SPSS. Regarding the amount of explained Variance, the two results are the same. However, the loadings differ substantially, in the unrotated as well as in the rotated form. In both cases correlation matrices are analyzed. The sums of the s...
2009 Feb 05
11
Crash Hard, Crash Often
...at version it was running prior to upgrade (it was probably an old CVS HEAD from 2+ years go.) Anyway, currently running 1.4.21.2. == Problem == Problem is that its crashing for seemingly no reason at all, no errors on the console, no logs (that I can find), nothing in /var/lib/messages - its puzzeling! Management is screaming like banshees, calls are dropping like flies, and all hell is about to break loose if I can't stop asterisk from crashing every couple of hours, taking down any Zaptel calls with it. I've been thinking of switching over to CallWeaver, but I havn't got an...
2008 Oct 29
1
SIP ACCOUNT CODE not included in CDR when SIP Status is "Unknown"
...peers" returns status "Unknown" the CDR does not include the accountcode even though the call is correctly processed. I'm using A2 Billing and it uses the accountcode to determine the authentication. Asterisk version 1.4.21.2 I'm calling from a Quintum device. I'm very puzzeled. Name/username Host Dyn Nat ACL Port Status 1532497439/1532497439 (Unspecified) D 0 UNKNOWN The SIP settings are: [1532497439] type=friend host=dynamic username=1532497439 secret=wspiov8729 accountcode=1532497439 callerid=90002 regexten=900...
2002 Dec 12
1
CD rippers
ok, i'm puzzeled here I just recently reinstalled windows 2k, and i've been useing EAC to rip my CDs for a while now. i wanted to test it out (i had to reconfigure it) so i put in a burned CD with a few pretty bad scratches (used a hunting knife to make em) When i rip it i don't get any errors (with...
2005 May 13
1
manipulating dataframe according to the values of some columns
hi netters, I'm a newbie to R and there are some very simple problems puzzeled me for two days. I've a dataframe here with several columns different in modes. Two of the columns are special for me: column 1 has the mode "factor" and column 2 has the mode "numeric vectors". The values for column 1 are either "T" or "F". I wanna...
2003 Sep 26
1
empty postscript output of figures
Hi, I have a puzzeling problem. I want to export graphics from R to TeX via postscript(). This works fine for some graphs, but for others, the eps remain empty when viewed with GSView. When such an empty eps is imported to TeX, the figure appears upside down and very small, irrespective of TeX width and height command...
2008 Apr 29
1
HID PDU implementation [WAS: 24V DC ATX PSU with limited UPS functionality over USB]
...en very little driver code needs to change - just device > firmware. > > Also, I believe that GNOME has a power monitor that works with HID PDC > devices out-of-the-box, which would be another bonus feature if you go > down the USB route. Now I have read Tonns of documents and i am puzzeling arround, HOW to implement the HID PDC stuff in my PDU. Can you tell me, where I can find documents and maybe example source codes for the implementation? Thanks, Greetings and nice Day Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network D...
2015 Sep 26
2
Tinc clients behind a NAT, tunnels get unstable
Am Freitag, den 25.09.2015, 22:45 +0200 schrieb Marcus Schopen: > Hi Guus, > > Am Freitag, den 25.09.2015, 17:46 +0200 schrieb Marcus Schopen: > > Hmmm ... I've tried "LocalDiscovery = yes" > > in /etc/tinc/mytunnel/tinc.conf already, but that didn't help. Config on > > client A is: > > > > --------------- > > Name = clienta >
1999 Nov 12
2
security hole in sudo allows users full access
...required. The correct path of treport is not required. This program should be restricted only to _very_ trusted users in the meantime. wade [mod: Note that many operations that normally require "root" will "give away" root when allowed under "sudo" with a little puzzeling. This, however, is unforgivable..... -- REW]
2011 Apr 27
1
read.table: fill=T for header?
...row numbering.". Now the row.names really are numbered automatically but I get a "bonus column": read.delim(textConnection(infile), row.names=NULL) row.names sample x1 1 1 A NA 2 2 B NA 3 3 A NA Hm - not what I want. I am also a bit puzzeled why the extra column is introduced instead of just using the first col.name. At the moment I deal with it by fixing the col.names and dumping the extra column: dat <- read.delim(textConnection(infile), row.names=NULL) colnames(dat) <- colnames(dat)[-1] dat <- dat[-ncol(dat)] dat sam...
2018 Aug 09
2
Re: Mount URL as cdrom/iso KVM/QEMU
Just a quick correction and apologies, the actual issue is that http will not work, https will so I dont think this is a bug as such I think this is by design likely for security. Looking at the man page for qemu-kvm it states http will work with examples given however only https works, my best guess from looking at the spec file from the srpm is that it has only been enabled in the centos
2018 Aug 09
0
Re: Mount URL as cdrom/iso KVM/QEMU
...ave disabled support for http:// protocol, however, I expect that to immediately fail when trying to start the guest. eg # /usr/libexec/qemu-kvm -drive file=http://example.com/foo/bar -accel tcg qemu-kvm: -drive file=http://example.com/foo/bar: Driver 'http' is not whitelisted so I'm puzzelled why your guest successfully started at all with a http protocol in use. Are you able to share your QEMU log from /var/log/libvirt/qemu/$GUESTNAME.log from a VM that fails to launch with http ? Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |:...
2015 Sep 26
0
Tinc clients behind a NAT, tunnels get unstable
Hi, Am Samstag, den 26.09.2015, 12:20 +0200 schrieb Marcus Schopen: > Last Problem seems to be the local UFW Firewall on the clients whichs > seems to block the Broadcast for LocalDiscovery = yes. Need to check the > logs here. Puzzeling around with UFW firewall. What ports need to be open on the clients to get "LocalDiscovery = yes" working? I don't see any blocked packages in kern.log. If I disable the UFW firewall, the clients are able to talk directly. Ciao Marcus
2010 Mar 24
0
Trying to create R dataframe with JRI
...nterfaceHL.java?spec=svn52&r=52 ... RList rlist = new RList(vectors.size(), true); ... // turn the rlist into a dataframe REXP dataframe = REXP.createDataFrame(rlist); .... both of these constructors do not exist in JRI (apparently). They must use a different set of libraries (?) and I am now puzzeled. How can I create a dataframe from Strings and integers? I managed to create RVectors: ArrayList<RVector> vectors = new ArrayList<RVector>(); for (Feature feature : freqFeatures){ RVector rVector = new RVector(); rVector.addAll(feature.getParameters().values()); vectors.add(rV...
2002 Nov 22
0
ISOLINUX, problem with initrd
.../dev/hda7 I create de iso file with : mkisofs -R -o /CDInstall.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table /home/CDInstall I brun it with NERO When i try to start with the CD, initrd isn't loaded and it stop at loading kernel .... It is puzzeling because i try to boot on a floppy with this files and (ldlinux.sys + syslinux.cfg) What goes wrong ? Does some one has an idea ? Thanks
2010 Dec 06
1
Execute DialPlan Context without Answer App
Hi, i have context in a dialplan, I want to "execute" this context without insert the Answer Application (s? ..without call any ext). Example : [sistema-allarmi-principale] exten => s,1,Set(GRUPPO=${DIAL:-2:1}) exten => s,2,Set(ALLARME=${DIAL:1:1}) exten => s,3,AGI(checkgroup.php|${GRUPPO}) ;rest of... I tried with a Call Data File.. i create a CallDataFile like this :
2014 Aug 14
0
Problem with enabling /etc/default(s)/login on Cygwin
...at's not correct, AFAICS. Even if the package maintainer *explicitely* enabled /etc/default/login support, the configure script makes the sshd code only supports /etc/default/login if the file existed on the maintainer's machine at configure time. This is very unreliable and the result is puzzeling. Shouldn't configure.ac be changed like this: if --disable-etc-default-login is given etc_default_login=no else if --enable-etc-default-login is given etc_default_login=yes external_path_file=/etc/default/login AC_DEFINE([HAVE_ETC_DEFAULT_LOGIN], [1], ... else if cros...
2018 Aug 09
1
Re: Mount URL as cdrom/iso KVM/QEMU
...ave disabled support for http:// protocol, however, I expect that to immediately fail when trying to start the guest. eg # /usr/libexec/qemu-kvm -drive file=http://example.com/foo/bar -accel tcg qemu-kvm: -drive file=http://example.com/foo/bar: Driver 'http' is not whitelisted so I'm puzzelled why your guest successfully started at all with a http protocol in use. Are you able to share your QEMU log from /var/log/libvirt/qemu/$GUESTNAME.log from a VM that fails to launch with http ? Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| [ht...
2017 Jan 05
4
About DNS Updates
Hello, i have samba 4 as AC-DC mode with Bind as DLZ, all work well but, in my server i have 2 NICs, one of them is only to work into a servers network and don't want to be into dns. I remove all the internal ip reference from DNS, but samba always create them again. So how i can tell to samba that ignore that interface and not put it's ip into DNS??
2005 Mar 10
4
Suse Compiling: next err
Hi all, sorry bothering again. I am still stuck in compiling asterisk. Learning (or trying to) from the first problem and first hint, when I got this error: gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o