similar to: Samba performance tuning & benchmarks

Displaying 20 results from an estimated 2000 matches similar to: "Samba performance tuning & benchmarks"

2005 Oct 01
1
rsync failed: Too many links
Dear Sir or Madam, Has anyone seen a error message like the following? rsync: recv_generator: mkdir "/home/kmiller/briefcase/1205275" failed: Too many links (31) rsync: stat "/home/kmiller/briefcase/1205275" failed: No such file or directory (2) As far as I can tell, I am not using any symlinks or hardlinks. Please find below a reasonably complete bug report. Please let
2005 Nov 27
0
Setting up samba
I've setup samba on my slacware box. Here is my smb.conf: ###################################3 My SMB.CONF ###################################3 root@darkstar:/usr/local/samba/bin# cat ../lib/smb.conf [global] workgroup = home netbios name = darkstar [videos] path = /mnt/backup public = yes writable = yes ###################################3 My TESTPARM SMB.CONF
2010 Apr 29
9
illegal root login on `hvc0''
Hi, I''m running Xen 4 on Slack64. I haven''t console login prompt to domU until I changed xvc0 to hvc0 on /etc/inittab file. No I have access to login but whenever I try to login I get this error from /var/adm/secure file root@darkstar:/var/adm# cat secure Apr 28 22:49:22 darkstar login[1286]: ILLEGAL ROOT LOGIN on `hvc0'' Apr 28 22:49:45 darkstar last message repeated
2004 Nov 30
4
adding regression curve to xyplot
Dear R-listers, It seems that predict() behaves differently within panel.xyplot. Am I doing something stupid? Thanks, Carlisle First, without xyplot(): > lmtest <- lm(t~s,data=subset(P100,whichLon100==1 & whichLat100==1)) > lmtest Call: lm(formula = s ~ t, data = subset(P100, whichLon100 == 1 & whichLat100 == 1)) Coefficients: (Intercept) t 33.3307
2007 Jan 23
1
"tapply" and "data.frame"?
I want to transform the data by "tapply" to one dataframe. But I can not get it. For example: > tst=tapply(point,pp,length) > tst[1:10] p1 p10 p100 p1000 p1001 p1002 p1003 p1004 p1005 p1006 1 5 1 8 6 5 8 7 4 4 > res=as.data.frame(tst) # I try to transform it > res[1:10,] p1 p10 p100 p1000 p1001 p1002 p1003 p1004 p1005 p1006 1 5 1 8 6 5
2023 Jun 28
1
horizontal grouped stacked plots and removing space between bars
I have code like this: data <- read.csv("test1.csv", stringsAsFactors=FALSE, header=TRUE) # Graph myplot=ggplot(data, aes(fill=condition, y=value, x=condition)) + geom_bar(position="dodge", stat="identity", width=0.5) + scale_fill_manual(values=c("#7b3294", "#c2a5cf", "#a6dba0", "#008837"))+
2008 May 21
2
Schedule write errors?
My BackgrounDRb server intermittently bails out with the following exception in the middle of a long running task running on a Worker sub classed from BackgrounDRb::MetaWorker (the point at which it raises this exception is different each time it runs) /opt/local/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_core.rb:145:in `schedule_write'': You have a nil object when you
2006 Nov 13
0
Reducing spurious change notifications on a mounted Win XP share
Overview ====== Linux box with Win XP Pro share mounted onto it appears to send spurious change notifications when the Windows box modifies a file on the share. Detail ===== I have an up-to-date Linux server (Ubuntu 6.06LTS) running Samba 3.0.22 This server has a share from an XP Professional desktop mounted onto it. The relevant fstab entry looks like this //DEATHSTAR/workspace
2005 Feb 02
1
anova.glm (PR#7624)
There may be a bug in the anova.glm function. deathstar[32] R R : Copyright 2004, The R Foundation for Statistical Computing Version 2.0.1 (2004-11-15), ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project
1999 Sep 14
2
DBase File locking issues
Hi All, I am experiencing issues with the use of DBase files on a Samba 2.0.5a share, that appear to be due to locking problems. Basically, I have test programs for both DOS and Win32 that does nothing but append records to a DBase database (DBF/MDX files). If more than one client PC is appending to this file, data loss occurs. I get random data loss, with records lost, and index file
2010 Jan 17
2
Root Mirror - Permission Denied
I have a system that I''m trying to bring up with a mirrored rpool. I''m using DarkStar''s ZFS Root Mirror blog post as a guide (http://darkstar-solaris.blogspot.com/2008/09/zfs-root-mirror.html). When I get to step 3 I execute: pfexec prtvtoc /dev/rdsk/c7d0s2 | fmthard -s - /dev/rdsk/c7d1s2 I get: fmthard: Cannot open device /dev/rdsk/c7d1s2 - Permission denied Any
2008 Mar 27
3
Counter Strike wine problem!!!
Hi everyone! I am using OpenSuse 10.3 with desktop effect compiz-fusion and wine 0.9.57! I have installed counter strike 1.6 with wine and everything went fine. When i run the game with no desktop effect works fine but when i run with desktop effects it doesn`t start and it tells me: Code: calin at DarkStar:~/.wine/drive_c/Program Files/Valve> wine hl.exe -game cstrike
1999 Jan 04
0
Tripwire mess..
This may be, or may not be a security issue, however, since alot of people still use tripwire-1.2 or lesser versions(this is what shipped with R.H. Linux 5.2 at least), they might be interested in following detail: Chuck Campbell (campbell@neosoft.com) pointed me out that tripwire dies with coredump on R.H. linux, if it hits a filename containing 128-255 characters. Playing a bit with debugger I
1998 Nov 15
0
Performance Tuning advice [tracked down]
> On Sun, 15 Nov 1998, Jan Kratochvil wrote: > Hmmm... are you saying the Ethernet driver was broken on the Windows > machine, or under Linux? I assume the DOS/Win machine.... I may look into No - Linux. :-) Becker's tulip.c was the one distributed with Linux kernel (not the one from Becker's web) and it was dropping packets massively probably due to missing PCI kludge
2003 Sep 24
1
same system syncs of filesystems, yet changing ownerships;
Folks, I'm setting up to sync files from a staging env to a prodution env, such that the filesystems for both are served via nfs to their respective systems. Thus, I can do the rsync on the nfs server as a 'advanced cp'. rsnyc $parms filessystem filesystem2 Due to ownerships and permissions, I have to run this as root, but, I'd like the files to belong to another user and
2006 Jul 21
0
simple configuration problem
This is smb.conf: [global] workgroup = workgroup netbios name = darkstar security = share log file = /var/log/samba.%m max log size = 50 [homes] comment = Home Directories browseable = yes read only = No [printers] comment = All Printers path = /var/spool/samba guest ok = yes printable = yes
2011 Nov 08
1
Rails install problem
Hi, all. I''m having a problem installing Rails on Mac OS X 10.6.8. When I issue the command `$ sudo gem install rails` I get: <code> [Tue Nov 08 23:36:17 dobbin@darkstar:~ ] $ sudo gem install rails Password: /usr/local/rvm/rubies/ruby-1.9.3-p0/bin/gem:4: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777 Successfully installed rails-3.1.1 1 gem installed
2007 Jun 01
2
lguest problem on boot of guest kernel
Hi ! Kenrel 2.6.21 (kernel.org) Patch lguest-2.6.21-254.patch Distro Slackware 11.0 GCC 3.4.6 GLIBC 2.3.6 HW model name : AMD Duron(tm) procu{s{ Module Size Used by tun 7680 0 lg 54600 0 just started playing with lguest - patching, compiling and booting the host-kernel goes ok - compiling lguest is ok as well after
2007 Jun 01
2
lguest problem on boot of guest kernel
Hi ! Kenrel 2.6.21 (kernel.org) Patch lguest-2.6.21-254.patch Distro Slackware 11.0 GCC 3.4.6 GLIBC 2.3.6 HW model name : AMD Duron(tm) procu{s{ Module Size Used by tun 7680 0 lg 54600 0 just started playing with lguest - patching, compiling and booting the host-kernel goes ok - compiling lguest is ok as well after
2006 Apr 20
0
Tvs Plasma notebboks E-gold apy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script> <!-- document.write(unescape("<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <script language="JavaScript"><!-- var hellotext="