similar to: Samba 2.0.7 poor performance

Displaying 20 results from an estimated 500 matches similar to: "Samba 2.0.7 poor performance"

2004 Jan 06
1
Problem reading large tables
Hi, I'm trying to read in a fairly large (92 observations by 3680 variables) table into R from a space-delimited text file (attached) using the command: d8 <- read.table('d8.r', header=T). The function call runs to completion, and I get back a valid table object. However, starting at column 999, the table records the value TRUE when it should record T (T's in columns 998 and
2002 May 15
1
rsync not prompting for username, only password
Hi guys, can anyone suggest why, when I connect to my rsync server, I'm not prompted for a username and password but instead I'm only prompted for a password? I have "auth users = username" set in /etc/rsyncd.conf and a corresponding entry in /etc/rsyncd.secrets but still rsync only asks for a password. Stewart -- Stewart Mclean UNIX Support Group Information Management
2002 May 15
1
strange password problem with rsync
Hi guys, I am experiencing a very strange problem with passwords and username with rsync. I have a "auth users" line in my /etc/rsyncd.conf file (see below) and a corresponding username and password in my /etc/rsyncd.secrets. The strange thing is is that authentication for the module listed in /etc/rsyncd.conf (unixadm) only works IF the username in /etc/rsyncd.secrets is the same as
2007 Mar 19
3
No License error message when running MSAccess via Wine
Does any one out there running MicroSoft Access 97 get this message when they try to run it via Wine ? "Microsoft Access can't start because there is no license for it on this machine" I get this message, despite the fact I have a perfectly legal copy of Access on my machine, and it runs perfectly, and has been for years, from windows. I am running linux Fedora FC5, and wine
2013 Jun 29
3
VMware distributed port groups..Supported?
Hi, I installed libvirt on CentOS 6 today, only to find I could create the volume, create the VM, but could not assign the interface to a distributed port group. I then downloaded the latest source, compiled, and it looks to be the same...unless its under a command I'm not recognizing? Does anybody have the great tip that is going to set me free? I hope? Everything we use is on the
2020 Apr 09
5
[Bug 1418] New: segfaults when running nft --file foo.nft --echo
https://bugzilla.netfilter.org/show_bug.cgi?id=1418 Bug ID: 1418 Summary: segfaults when running nft --file foo.nft --echo Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at
2014 Jun 11
1
R CMD check and DESCRIPTION file with Authors@R only
Section 1.1 of R-exts mentions that the Maintainer and Author fields can be omitted from the DESCRIPTION file if Authors@R is supplied. However, R CMD check does not seem to like this. package.skeleton("foo") desc <- readLines("foo/DESCRIPTION") desc[6] <- "Authors@R: person('Mathew', 'McLean', email = 'name@example.com', role =
2006 Sep 23
5
SYSLINUX 3.31-pre4 is release candidate
I have decided to promote SYSLINUX 3.31-pre4 to release candidate status. If it tests out OK, it will become 3.31 some time next week, probably. -hpa
2008 Mar 06
4
PXELINUX "Fancy" advanced menu question
Hello. I am trying to run advanced dialog-like menus from com32. But I can not boot anything... ? it always fails. :-) So, my /path/to/pxelinux.cfg/default looks like this: --------------8<-------------- DEFAULT pxemenu/fancy.c32 PROMPT 0 IMPLICIT 1 TIMEOUT 600 LABEL test MENU LABEL Test KERNEL suse10_3/vmlinuz APPEND initrd=suse10_3/initrd.img ....(and so on)....
2003 Jul 11
2
troubleshooting help
Hi, I've installed Samba and started up the processes; however, I do not see the Samba server in Network Neighborhood. In using the DIAGNOSIS.txt file, I cannot get past test 3: ./smbclient -U% -L localhost. The output is as follows: added interface ip=140.188.120.55 bcast=140.188.120.255 nmask=255.255.255.0 session setup failed: Call returned zero bytes (EOF) Any insight into this
2006 Nov 29
1
ISOLinux Windows / linux Install DVD
I am trying to create a DVD with ISOLinux as the bootloader to allow my users to select to install either Linux or Windows. Having read the article http://syslinux.zytor.com/archives/2002-October/001135.html i am left in a bit of a confused state as it sort of half explains things. All i think i need to know is: 1. What files are needed to boot windows? 2. Where do i have to place the
2010 May 10
0
Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available.? It replaces the suggests of NetWorkSpaces (previously used for optional parallel MCMC) with the dependency on package foreach, giving greater flexibility and supporting a wider range of parallel backends (see doSNOW, doMC, etc...). For those unfamiliar with foreach (thanks to Steve Weston for this contribution), it's a beautiful and highly
2010 May 10
0
Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available.? It replaces the suggests of NetWorkSpaces (previously used for optional parallel MCMC) with the dependency on package foreach, giving greater flexibility and supporting a wider range of parallel backends (see doSNOW, doMC, etc...). For those unfamiliar with foreach (thanks to Steve Weston for this contribution), it's a beautiful and highly
2010 May 09
0
"Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available. It replaces the suggests of NetWorkSpaces (previously used for optional parallel MCMC) with the dependency on package foreach, giving greater flexibility and supporting a wider range of parallel backends (see doSNOW, doMC, etc...). For those unfamiliar with foreach (thanks to Steve Weston for this contribution), it's a beautiful and highly
2010 May 09
0
"Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available. It replaces the suggests of NetWorkSpaces (previously used for optional parallel MCMC) with the dependency on package foreach, giving greater flexibility and supporting a wider range of parallel backends (see doSNOW, doMC, etc...). For those unfamiliar with foreach (thanks to Steve Weston for this contribution), it's a beautiful and highly
2007 Sep 06
3
Lisp-like primitives in R
I mainly program in Common Lisp and use R for statistical analysis. While in R I miss the power and ease of use of Lisp, especially its many primitives such as find, member, cond, and (perhaps a bridge too far) loop. Has anyone created a package that includes R analogs to a subset of Lisp functions? Chris Elsaesser, PhD Principal Scientist, Machine Learning SPADAC Inc. 7921 Jones
2002 May 22
2
rsyncing read-only files
Hi guys, I have a simple question regarding using rsync when one has read-only files on the src machine. My situation is the following: I have two machines, call then A and B. I'm using rsync on B to download from A (I'm running rsync in daemon mode on A from inetd.conf). The rsyncing on B works fine except for one problem: when I run rsync on B to do the downloading from A, I get
2009 Aug 11
3
com32 ssh/telnet support?
Perhaps I am being stupid and if so please enlighten me. Assuming that all clients have reserved IP addresses on the dhcp server, surely it would be possible to have a com32 module that presented the boot options to both stdout and also allowed connections via ssh. After all for the system to get the files via tftp it has to have network connectivity so one piece of the puzzle is there already.
2005 Jan 14
1
Unable to connect to smb shares from second machine in workgroup
I have a pretty simply home LAN with a Linux box (Mandrake 9.1) and 2 XP boxes. The workgroup is named UNIVERSE and the machines are earth (Linux), voyager (XP) and starbase (XP). (smb.conf has security=user). Voyager can browse over to \\earth\share no problem. Recently I connected starbase to my LAN using a wireless router. When on starbase I cannot browse to \\earth\share. When I do so I
2008 Jan 21
2
PXELINUX and WDS (The Proper WAY)
After about 15 hours, a packet sniffer and a ton of google searching later, I have a solution to getting WDS (Windows Deployment Services) to work with PXELINUX Google didn't turn up anything of use directly, everything that was referenced appeared to be related to starting pxelinux from either WDS or RIS. That just won't do, since they often can give hiccups and lockups when