search for: ruff

Displaying 10 results from an estimated 10 matches for "ruff".

Did you mean: buff
2003 Aug 22
0
[ANNOUNCE] netfilter.org systems downtime
...hould be up by midnight GMT. All your pending emails will be delivered, since we have plenty of backup= =20 MX'es. We are sorry for the inconvenience, but assure you that we are doing everything we can to minimize downtime. Special thanks to Florian Sippel <fun@noris.net> and Alexander Ruff <ruff@exodus.franken.de>, who are taking care of physically replacing the servers (hosted 500km away from my current location). [*] We will provide more details about the exact type of event soon --=20 - Harald Welte <laforge@netfilter.org> http://www.netfilter.org/ =3D=3D...
2008 Aug 07
1
Cairo bitmap output should work without X11 dependency (PR#12218)
Full_Name: Craig Ruff Version: 2.7.1 OS: Irix 6.5.30 Submission from: (NULL) (128.117.8.145) Cairo based bitmap graphics output should work if cairo and R have been compiled without xlib support. 2.7.1 gives the "X11 is not available" message in this case when run interactively, and from my reading the png...
2009 Sep 25
2
Data import from .csv-file with numeric header
Hello everybody out there using R, How can I import data with a numeric header from a .csv-file? My file example.csv has the following content (a duplicate measurement of potentials for three different currents): 1; 2; 6 1.0; 2.1; 5.9 1.1; 2.0; 6.0 I try to import the data by using: >measurement <- read.table("example.csv",sep=";",header=T) However, the values in the
2010 Sep 09
1
Dovecot 2.0.2 breakes LMTP delivery for me
...1 0:00 grep dovecot > root 31778 0.0 0.0 12384 684 pts/2 S+ 22:36 0:00 tail -f > /var/log/mail/dovecot.log The older version works without any problems for me. Any ideas whats the Problem? Could there be a regression from the LMTP fixes introduced in 2.0.2? Cheers, Fabian Ruff
2009 Jun 29
0
[LLVMdev] Pinning registers in LLVM
On Sun, Jun 28, 2009 at 11:00 PM, David Terei<davidterei at gmail.com> wrote: > So just hoping this can be done with LLVM and if so, then how. Despite the fact that llvm-gcc accepts the given code, the extension isn't properly supported; the current output is close to correct, but not quite. The issue is that the register allocator isn't aware of the global register, and can
2004 Apr 08
1
openssh-3.8p1 fails to set TZ environment variable bug
Found on while running on IRIX 6.5.22f, sshd from openssh-3.8p1 nukes its envrionment in main(), causing sshd to loose track of the TZ environment variable passed to it by the system. This means that inside do_setup_env(), the call to getenv("TZ") will never succeed, despite the fact that this variable should have a value.
2008 Aug 12
0
Cairo bitmap output should work without X11 dependency (PR#12529)
On Thu, 7 Aug 2008, cruff at ucar.edu wrote: > Full_Name: Craig Ruff > Version: 2.7.1 > OS: Irix 6.5.30 > Submission from: (NULL) (128.117.8.145) > > > Cairo based bitmap graphics output should work if cairo and R have been compiled > without xlib support. 2.7.1 gives the "X11 is not available...
2008 Apr 07
0
http://wiki.centos.org/HardwareList/Nvidia_Graphics
OK looking for some constructive critiuquing and ideas. This is just a ruff draft 1. First we need to know what type of graphics card you have. Please do the following at the command window. To get to the command window do the following [root at nVidia ~]#lspci -v "note the difference in board manufactures." These drivers will work on...
2000 Feb 28
3
SSH & xauth (fwd)
...ardX11 no > > > Discussions of security flaws within X11 have been going on for years. > The "issue" in SSH X11 forwarding is not new. SSH has added to the > security of X11, but by no means does the use of SSH secure X11. > > -- > Brian Caswell <cazz at ruff.cs.jmu.edu> > If I could load the world into vi, the first command I would use is: > %s/Windows NT//gi
2009 Jun 29
4
[LLVMdev] Pinning registers in LLVM
Hi all, I'm working on using LLVM as a back-end for an existing compiler (GHC Haskell compiler) and one of the problems I'm having is pinning a global variable to a actual machine register. I've seen mixed terminology for this feature/idea, so what I mean by this is that I want to be able to put a global variable into a specified hardware register. This declaration should