search for: bodo

Displaying 20 results from an estimated 65 matches for "bodo".

Did you mean: bode
2007 Sep 30
3
Problems with Forms
Hi, I am using mechanize for a while now. Works great. But at the moment I have a small problem using it. The problematic file is attached. In that PHP-File you will see a formular, but mechanize doesn''t recognize it. Could somebody check this? Thanks, Bodo -- http://www.tvbrowser.org http://www.wannawork.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mechanize-users/attachments/20070930/698e3dbd/attachment.html
1999 Jan 21
0
DONE: Installation of packages?
Dear helpers, thanks. Installation of R and packages (like integrate) successful done. The LD_LIBRARY_PATH wasn't set in the correct order: system libs ahead of the compiler lib. Cross checks provided by Brian Ripley, Oxford, helped a lot. Yours Bodo gordon.harrington at uni.edu wrote: > Without tracing the loader system calls and knowing where the functions are > located I can only speculate on the problem. However, at least with earlier Sun > compilers, one needs to be careful that the compilers lib is ahead of the > system libs...
2003 Sep 12
1
levelplot
...? ############################## n<-8 xyz<-expand.grid(x=seq(1,n),y=seq(1,n)) z<-matrix(0,n,n) z[,(n/2-1):(n/2+1)]<-1 xyz$z<-as.vector(t(z)) library("lattice") levelplot(z~x+y,xyz) ################################ Versions of lattice and grid etc are actual. Thank you, Bodo -- Dr. Bodo Ahrens Institut fuer Meteorologie und Geophysik, Universitaet Wien Althanstrasse 14, A-1090 Wien, Austria Tel: +43-1-4277-51917, Fax: +43-1-4277-9519 E-mail: Bodo.Ahrens at univie.ac.at
2010 May 19
3
[PATCH] com32/lib/syslinux/load_linux.c: cmdline truncated
...The patch below fixes the problem for me. But I don't know, whether the patch is safe in all cases. I tried to reproduce the logic found in runkernel.inc, but I might have missed something. So, feel free to tell me what's wrong with it. Please CC me, as I'm not on the list. Thank you, Bodo ------------------------------------------------------------ From: Bodo Stroesser <bstroesser at ts.fujitsu.com> If a com32 modules uses load_linux, this handles long command lines differently to core programs which include runkernel.inc Thus linux.c32 loaded under pxelinux.0 truncates the...
1999 Jan 20
2
Installation of packages?
...cts built from fortran code do not find the appropriate libs with functions like __pow_ii or __epx at runtime. We tried to give -R -L -l options to the loader editing config.status (config.site editing shows no reaction), but this doesn't help. Hopefully a simple mistake done by us. Thanks. Bodo Ahrens -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-reques...
2010 Jun 15
4
dovecot vs. Thunderbird
...mail_log_events: delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields: uid box msgid size convert_skip_broken_mailboxes: no convert_skip_dotdirs: no sieve: /home/SIEVE-SCRIPTE/%Ln.sieve mail_debug: yes `------------------------------------- Can you please help me? Bodo PS: sorry about my english :}
1999 Mar 10
1
Fortran90
...atements like REAL,DIMENSION(:) :: d or x=SUM(y). REAL,DIMENSION(1:10) :: d is possible. We compiled R with f77. Is it possible with real f90 routines or is is in any conflict with the shared object concept or do we simply have to recompile R with f90? Are any system libraries missed? Thanks, Bodo Ahrens -- Dr. Bodo Ahrens Institut fuer Meteorologie und Geophysik, Universitaet Wien Hohe Warte 38, A-1190 Wien Tel.: +43 1 36026 3007, Fax : +43 1 36026 3020 E-mail: Bodo.Ahrens at univie.ac.at
2014 Aug 26
2
Re: filesystem
----- Original Message ----- From: "Bodo Thiesen" <bothie@gmx.de> To: <ext3-users@redhat.com> Sent: Monday, August 25, 2014 8:15 PM Subject: Re: filesystem > Hello Bill. [snip] > You're trying to understand what exactly? From the user point of view, > dir_index just makes directory accesses on very big direc...
2012 Oct 24
1
memdisk, memdiskfind and phram.ko
...s very promising to me. So, I looked into the sources trying to understand, how this works. Up to now, I could not find out how the memory containing the ISO image is preserved from being overwritten by the Linux kernel. Probably I'm missing something, could you please help me? Best regards, Bodo PS.: Please CC me, I'm not on the list.
2014 Aug 27
0
Re: filesystem
...ttp://www.nongnu.org/ext2-doc/ext2.html https://en.wikipedia.org/wiki/Ext2 https://en.wikipedia.org/wiki/Ext3 https://en.wikipedia.org/wiki/Ext4 https://oss.oracle.com/projects/ocfs2/dist/documentation/disklayout.pdf (The pdf also contains details about ocfs2 - you can just ignore that.) Regards, Bodo
2014 Oct 16
2
Re: CF Card wear optimalisation for ext4
...wouldn't trust that value for any purposes at all. I did test /sys/fs/ext4/sda/lifetime_write_kbytes now, that seems to be somewhat less bogus, so *that* might actuall be usable for the 24 hours test. But I wasn't talking about that when I said, that this lifetime thing is bogus. Regards, Bodo
2014 Jun 02
2
Re: [long] major problems on fs; e2fsck running out of memory
...ors to be fixed). This would not only allow the user to cancel at this point with no changes to the file system being done yet, it would also allow e2fsck to make sure, that newly allocated clusters will always go to clusters, which are actually not in use. What do you think about this? Regards, Bodo
2014 Oct 16
2
Re: CF Card wear optimalisation for ext4
...ut never written to clusters on that file system. And if /sys/fs/ext4/*/*_write_kbytes are as correct as the "Lifetime writes" value, than the correct answer to Jelle's question is: "There is no way currently to figure out the actual number of writes to a device". Regards, Bodo
2014 Oct 17
0
Re: CF Card wear optimalisation for ext4
On Thu, Oct 16, 2014 at 11:01:35PM +0200, Bodo Thiesen wrote: > > Since it never get's updated unless the file system is unmounted, it can > only be used for a 24 hours test by mounting the file system now, > unmounting it 24 hours from now and then taking the difference. It also gets updated if the file system syncfs(2) or sy...
2014 Jun 02
5
Re: [long] major problems on fs; e2fsck running out of memory
Hi Bodo and Ted, Thank you both for your responses; they confirm what I thought might be the case. Knowing that I can try to proceed with your suggestions. I do have some followup questions for you: On Sun, Jun 01, 2014 at 09:05:09PM -0400, Theodore Ts'o wrote: > Unfortunately, there has been a...
1999 Jan 20
1
pow__ii
> R code works but the shared objects built from fortran code do not find > the appropriate libs with functions like __pow_ii or __epx at runtime. I used to have endless trouble with __pow_ii which as I recall could be be fixed by the correct incantation of the mix of compiler libraries and LD_LIBRARY_PATH. It seemed to be extremely sensitive and never easy to get right. The problem is
2014 Aug 26
0
Re: filesystem
...ith ext2 / ext3, however, e2fsck may get cracy on that setup - but I don't see, why the file system drivers should get a problem with that - anyways, I didn't test it), uninit_bg (speeds up mke2fs by skipping the "overwrite all bitmaps and inode tables with zeros" step). Regards, Bodo
2014 Aug 25
2
filesystem
I hope this is the right list. I have created an ext2 filesystem and removed the dir_index feature. I don't know if this kind of experimentation is going to help me learn something about filesystems or not. Well what is dir_index? Then I ran e2fsck -f -v -pD and the /dev file. Now what did I remove? Htree. I guess it can always be put back and it's on an experimental filesystem.
2014 Jun 02
1
Re: [long] major problems on fs; e2fsck running out of memory
...stuff like that in low number is ok - to be sure, you might want to post that output here and ask before removing the -n to fix those errors), you should be save. If it reports tons of errors or includes invalid blocks or checksum errors. mount -o ro and backup everything and then mke2fs. Regards, Bodo
2014 Jun 02
0
Re: [long] major problems on fs; e2fsck running out of memory
Hi all, On Mon, Jun 02, 2014 at 11:04:52PM +0200, Bodo Thiesen wrote: > > Keith is not the first one with problems of this class and he will > probably not be the last one. He later told us, that at first, mounting > the file system still worked. Is there any value in discussing this issue in keeping this broken filesystem available for d...