similar to: Strange behavior from OO Writer

Displaying 20 results from an estimated 3000 matches similar to: "Strange behavior from OO Writer"

2008 Jun 03
6
Live CD?
I just used a Live CD for the first time today, in part to show what CentOS can do for a co-worker who is looking at using it at work and home, but I got the strangest result. We booted the CD and let the centos user log in. It took a really long time to load the desktop and there were no panels, so the only things we could do were browse the computer, CD, home, file system, keyboard (sort of)
2007 Nov 27
3
Disappearing decimals... please help!
Maybe it''s all in my head, but I''m having the strangest little issue ever. My pricetags in my rails app are always whole numbers. Rails seems to completely ignore my decimal input. So as a consequence, 10.41 becomes 10.00, always. Here''s some worthwhile stuff: within my 004_create_products.rb file: :price, :decimal, :percision => 2, :default => 0 And calling
2007 Dec 31
2
Time just moved backwards
This wins the 2007 award for strangest (or most amusing) log message: dovecot: Time just moved backwards by 13 seconds. This might cause a lot of problems, so I'll just kill myself now. It does, unfortunately, leave dovecot dead, which was pretty mysterious to me. Maybe it could re-exec instead?
2007 Sep 24
2
ANNOUNCE: Facter 1.3.8
I''ve just committed Facter 1.3.8. All of the work for this release was done by James Turnbull, so everyone should thank him for getting it done. Here''s the changelog: Fixed Rdoc::usage bug on CentOS 5 - closed Puppet #753 and Facter #40 Added support to return multiple interfaces and their IP addresses and MAC addressess as facts. Returns
2010 Jun 24
3
Very strange registration problem
Hello list, using asterisk 1.4.30 I have the strangest problem that some SIP accounts can register to my Asterisk and others not. I see no connection between all those that can register or all those that can't. It's not a firewall problem as all register to port 5060 and the range 5060 --> 5064 is open. It's just very strange that some can register and other not. Any
2016 Jun 20
2
xxx not available for .C in package yyy
Hi R package developers. This is literally the strangest thing I've ever seen. Latest (as of a month ago) R under cygwin64. I'm teaching an intern package building and using the .C interface. The package compiles, but when it gets to "setting up lazy load" or some such it throws the error "triang" not available for .C() in package "randpkg". Upon checking,
2017 Dec 22
2
Having problems connecting
I am having problems connecting two computers over the vpn. Form the debug messages it looks like the two computers are connected via tcp on port 655. But when I try to ping the other computer I get the message: Cannot route packet from TrackServer (MYSELF): unknown IPv4 destination address 10.23.23.255 One computer has the VPN ip address 10.23.23.1, the other 10.23.23.2. The network mask is
2003 Oct 16
2
Copy from INBOX to INBOX corrupts file
Aloha, again, Timo. Concerning the problem of copying within one folder... I'm still not sure it's not a problem I created myself, but I think it's caused by the use of the buffered IO routines in ostream-file.c ... you use io_add() to schedule write operations for later while simultanously reading new chunks from the very same file. This seems to confuse dovecot and make it write
2005 May 20
10
Stange question...
Ok, guys... Please be gentle with me. I have what is going to be the strangest question you will have ever heard, but I have no idea what to tell this person. I set up Asterisk 3 or 4 weeks ago, everything is running smooth. My receptionist has told me on two different occasions that she tried to transfer a call by pressing "#", and she heard a buzz noise in the phone and the
2001 Dec 14
2
Tricky Samba Issue
Hello. I've been a Samba user for quite a while, but I've had a bit of trouble getting the newer winbind stuff to work as I require, and was hoping someone might be able to help. I'm not subscribed to the list, so if you would CC me or e-mail me privately, that would be greatly appreciated. Right now I'm using winbind to fit into our NT domain. I'd *like* to have the system
2006 Aug 02
1
PDF::Writer using rpdf templates..
I''ve been implementing this: http://wiki.rubyonrails.org/rails/pages/HowtoGeneratePDFs [PDF::Writer section on using rpdf templates] Strangest thing tho is that it doesn''t work with IE [get a ''server not found'' error] - after reviewing the headers and such, I noticed that there was no file name for the generated PDF in IE - so I made sure that this was in
2009 Apr 23
3
AGI PHP script
I have the below script that doesn't seem to be working. I don't know if I have something in the script wrong that I am just missing. Or if I don't have the php.ini set correctly for emailing This is the CLI output -- Executing [4099XXXXXX at port3_real:1] Goto("DAHDI/50-1", "newhire,s,1") in new stack -- Goto (newhire,s,1) -- Executing [s at
2007 Dec 11
2
lustre + nfs + alphas
This is the strangest problem I have seen. I have a lustre filesystem mounted on a linux server and its being exported to various alpha systems. The alphas mount it just fine however under heavy load the NFS server stops responding, as does the lustre mount on the export server. The weird thing is that if i mount the nfs export on another nfs server and run the same benchmark (bonnie) everything
2002 Aug 05
1
scp fails where ssh succeeds; buffer_get?
I have built the freshest CVS versions of openssh and still observe the same strangest behavior I encountered when trying to scp from a SuSE 7.2 to RedHat 7.1 system -- I built openssl-0.9.6e on RedHat as well-- and updated a lot of stuff; but still: ssh succeeds, and scp fails, leaving the following message in /var/log/secure: Aug 5 11:50:44 pdb-pc-6 sshd[4609]: fatal: buffer_get: trying to
2004 Jun 07
1
PDC login problem
About two months ago Samba (PDC) started rejecting users when login in Windows 98 or XP (that's what we've got). The strangest thing is that there is no rule when the server rejects username, so sometimes it allows login and sometimes doesn't. Users say that the system let them in if they empty all three fileds (username, password, domain) and retype them when login in Windows 98. I
2014 Apr 11
1
Samba 4.1.6 strange read performance issue.
Hi All Having the strangest performance problem with Samba on 1GB ethernet. Clients are Windows 7. Server is a modern Xeon on an Intel Board with 16GB ram running Opensuse 13.1 with all updates. Samba is 4.1.6. smb.conf doesn't have anything special in it, haven't played around with the socket options. The server is a Xen host, samba is running on the host, not the guest.
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
+llvmdev > On 2014 Dec 18, at 15:14, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: > > Currently we support reading bitcode in 3 ways: > > * Read everything upfront. > * Be lazy about reading the function bodies. > * Read the bitcode over a streaming interface. > > The first two modes are commonly used and well tested. In fact the > "read
2009 Oct 01
1
Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'character' & 'getEncChar' must be called on a CHARSXP
Hello, I have list of 600K lists, each sublist a list of two elements, the first a character, the second a list of six named elements, some characters some numrics. LISTA (600K) (:= h) |__ List of two elements |__ Character |__ Named List of 6 elements (characters and numerics) This works, sip <- lapply(h,function(r) r[[2]][['sip']]) but I wish to unlist this
2007 Sep 27
1
Able to open TCP session, but unable to receive html content
I seem to be having a problem with all of my CentOS5 machines, which do not seem to be a problem with CentOS4.4: [garron at MailScanner ~]$ telnet www.debtbusterloans.com 80 Trying 87.86.7.52... Connected to www.debtbusterloans.com (87.86.7.52). Escape character is '^]'. GET / HTTP/1.1 200 OK Date: Thu, 27 Sep 2007 10:34:24 GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET
2000 Feb 02
1
Samba disappearing from WINS
We are running samba 2.0.4b to provide corporate print services. Everything with regards to printing is working like a charm. However, twice in the past two weeks, some of our Samba servers have disappeared from the WINS servers. The WINS servers are NT servers running 4.0SP5. The strangest part was that in one occurrence, it was the lone samba server at one location, but in the other