search for: tref

Displaying 20 results from an estimated 21 matches for "tref".

Did you mean: ref
2002 Apr 08
1
compilation fails on Cobalt RaQ2
Configure seems to work fine with no options passed, but a make attempt fails in clientname.c: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c clientname.c -o clientname.o clientname.c: In function `client_addr': clientname.c:55: warning: implicit declaration of function `getnameinfo' clientname.c:56: `NI_NUMERICHOST' undeclared (first use this function) clientname.c:56: (Each
2018 May 10
2
readLines() behaves differently for gzfile connection
...ines() in 3.4.3, it returns text (and a warning). In 3.5.0, it gives a warning, but no text. Is this expected behavior or a bug? 3.4.3: > source_file = "1k_annotation.gz" > readfile_con <- gzfile(source_file, "r") > readLines(readfile_con, n = 5) [1] "#chr\tpos\tref\talt\t <truncated output here> Warning message: In readLines(readfile_con, n = 5) : seek on a gzfile connection returned an internal error > close(readfile_con) > sessionInfo() R version 3.4.3 (2017-11-30) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS Sierra 10...
2002 Mar 08
2
Compiling on a Cobalt RaQ1
...ause I don't have problems compiling other programs. Above all, there is a directory with include files in /usr/src/linux (and the source is also available...) Can anyone give me advise on how I can get Rsync to compile correctly? Thanks in advance, Greetz -- Jurrie jurr@tref.nl PS: It appears the search archives option is broken, please fix this, as it's a very handy option! -------------- next part -------------- HTML attachment scrubbed and removed
2002 Feb 12
4
Printing to File
I have a bit of a problem, however, I am not sure if it has been solved, or what. I have: RedHat Linux 7.2 samba version 2.2.1a Client machine is Windows NT 4.0 (Service Pack 5.0) Printer: using an NT driver on an NT machine configured to print to the port-'file'. problem: I am trying to print a file on a samba file server to a "printer". When the file is stored on an
2018 May 10
1
readLines() behaves differently for gzfile connection
...es a warning, but no text. Is this expected > > behavior or a bug? > > > > 3.4.3: > >> source_file = "1k_annotation.gz" > >> readfile_con <- gzfile(source_file, "r") > >> readLines(readfile_con, n = 5) > > [1] "#chr\tpos\tref\talt\t > > > > <truncated output here> > > > > Warning message: > > In readLines(readfile_con, n = 5) : > > seek on a gzfile connection returned an internal error > > > >> close(readfile_con) > > > >> sessionInfo() > >...
2018 May 10
0
readLines() behaves differently for gzfile connection
...d a > warning). In 3.5.0, it gives a warning, but no text. Is this expected > behavior or a bug? > > 3.4.3: >> source_file = "1k_annotation.gz" >> readfile_con <- gzfile(source_file, "r") >> readLines(readfile_con, n = 5) > [1] "#chr\tpos\tref\talt\t > > <truncated output here> > > Warning message: > In readLines(readfile_con, n = 5) : > seek on a gzfile connection returned an internal error > >> close(readfile_con) > >> sessionInfo() > R version 3.4.3 (2017-11-30) > Platform: x86_64-appl...
2008 May 08
1
cpower and censoring
I would like to do some power estimations for a log-rank two sample test and cpower seems to fit the bill. I am getting confused though by the man page and what the arguments actually mean. I am also not sure whether cpower takes into account censoring or not. Could anyone provide a simple example of how I would get the power for a set control/non-control clinical trial where censoring occurs at
2002 Apr 15
1
My motherboard/cpu/memory seems to hang when rsync runs...?
Is this just because rsync gives it a work out? I may drop using this motherboard, since the store will not replace it, and thinks it's a hard drive problem, and the board has no way to underclock even as a test. What about changing from 1300 MHz to 800Mhz AThlon processor... think that would help an AZZA KT3 ABX motherboard work easier? John G Austex
2002 Aug 27
0
User not privileged to join domain.
...pha) but I think this has something to do with my configuration (see below). When I try to join my domain from a computer that has never been on the domain before it gives an error about unprivileged user. I use root/sauron as the admin users with the correct passwords. TIA Sander van Vliet maxor@tref.nl ; Samba config file ; By maxor ; Global settings [global] netbios name = barad-dur workgroup = MORDOR server string = Mordor PDC os level = 64 preferred master = yes domain master = yes local master = yes security = user...
2002 May 17
3
Rsync dies
I?m trying to rsync a 210 GB Filesystem with approx 1.500.000 Files. Rsync always dies after about 29 GB without any error messages. I?m Using rsync version 2.5.5 protocol version 26. Has anyone an idea ? Thank?s Clemens
2002 Apr 11
3
rsync processes hang and client failing on "max connections"
rsync processes hang and client failing on "max connections", I can't kill rsync process. The temporary work around are: increase max connections in /etc/rsyncd.conf or reboot the server ! The client get this error: @ERROR: max connections (6) reached - try again later $ ps -aux | grep rsync admin 30408 0.0 0.0 1696 232 ? S Mar26 0:00 [rsync] admin 28121 0.0
2009 Feb 26
13
o2dlm mle hash patches - round 2
The changes from the last drop are: 1. Patch 11 removes struct dlm_lock_name. 2. Patch 12 is an unrelated bugfix. Actually is related to a bugfix that we are retracting in mainline currently. The patch may need more testing. While I did hit the condition in my testing, Marcos hasn't. I am sending it because it can be queued for 2.6.30. Give us more time to test. 3. Patch 13 will be useful
2009 Apr 17
26
OCFS2 1.4: Patches backported from mainline
Please review the list of patches being applied to the ocfs2 1.4 tree. All patches list the mainline commit hash. Thanks Sunil
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding changes for Ocfs2. Aside from the usual set of cleanups and fixes that were inappropriate for 2.6.25, there are a few highlights: The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location meshes better with modern sysfs layout. A symbolic link has been placed in the old location so as to
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging
2001 May 08
0
make install fails if configured --with-tcp-wrappers
Hello, I tried building OpenSSH-2.9p1 on AIX 4.3.3(ML6) with gcc. I included the --with-tcp-wrappers flag in configure. Configure went just fine, make went just fine, but 'make install' failed with the following error: exec(): 0509-036 Cannot load program ./ssh-keygen because of the following errors: 0509-130 Symbol resolution failed for /usr/local/lib/libwrap.a(libwrap.so)
2003 May 31
1
Rsync not requiring a server
Hello, When you synchronize with rsync, how does rsync tell what part of a sourcefile differs from the destination file? Rsync does not require a server for this... Can anyone give me a short answer? Greetz -- Jurrie j.m.overgoor@student.utwente.nl
2002 Jul 24
1
%u etc not working
Hello I've got some problems with log files and usernames. I was trying to make seperate log files for different users but I cannot get them to work when I specify log file = /var/log/samba.%u a file samba.%u appears in /var/log Am I missing something here or might it be a compile error? Greetz Maxor -------------- next part -------------- HTML attachment scrubbed and removed
2002 Jul 30
0
Sysvol
Hy I've just installed win2k server to create profiles and do some research for my samba 2.2.5 PDC (which is working nicely) and I noticed that Win2k uses a SYSVOL folder. Can anyone tell me what is does and if I need it for my samba pdc? Maxor salutes you -------------- next part -------------- HTML attachment scrubbed and removed
2002 Sep 20
1
Samba 3.0 ADS Server
I've looked around on the inet and docs in the tarball and I encountered a lot of docu's on setting up an ADS client but what I'm really interested in is if samba 3.0 can act as an ADS server. Is this possible? TIA Maxor -------------- next part -------------- HTML attachment scrubbed and removed