Displaying 20 results from an estimated 300 matches similar to: "No subject"
2001 Oct 31
4
What is Samba speed?
Hi,
what is Samba speed limit? I usually get maximum throughoutput about 3-4
MBytes/s reading from Samba, 2-3 MB/s writing to Samba server. (IDE discs,
but 256 MB memory, Athlon 900 MHz, one 500 MB file, 100 Mbit network).
What are your results? Does anybody knows about some performance tunings? I
have adjusted only this:
socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
write cache
2009 Dec 22
1
(auto)regression
1) I want to calculate a regression, but when I enter >
lm(formula=KS~libor+adj.close) I only get the following:
Call:
lm(formula = KS ~ libor + adj.close)
Coefficients:
(Intercept) libor adj.close
-56.38666 55.39709 -0.01836
I don't get the estimated standard deviation, error, t-value etc. anymore
which I used to get when I use an old version (2yrs ago). What command
2010 Feb 23
2
Importing a file to r
Hello
I am trying to import the attached file Curva LIBOR to R. I am trying to use
the following commands and obtaining the following errors
> res <- read.xlsx("C:\\Users\\FELIPE
PARRA\\Documents\\Quantil\\Federacion\\Curva LIBOR.xlsx", 4)
Error en .jcall(rowCells[[ic]], "I", "getColumnIndex") :
RcallMethod: invalid object parameter
> res <-
2011 Oct 21
5
How to remove a Trash folder from a mounted ntfs partition
CentOS-5.7 using fuse-ntfs-3g
I have a HDD from a laptop that is being returned for
repair replacement. I wish to remove certain files before
sending the laptop back with the HDD.
I have mouunted the HDD on my desktop as an ntfs
filesystem using an external SATA / USB adapter. As root
I then used the gnome desktop to move the desired files to
trash. Now I wish to delete the contents of the
2019 Oct 23
1
AD Member Server and 'vfs objects recycle' permission problems
Hi,
on our samba 4 domain member server we use the vfs objects module
'recycle'.
Unfortunately we ran into a strange permission problem with deleted
folders.
The newly created folders in the recycle folder have the wrong
permission. The deleted file(s) itself has the correct group (rw)
permissions.
The shares correct permissions:
getfacl Papierkorb/
# file: Papierkorb/
# owner: root
#
2011 Mar 11
4
Any existing functions for reading and extracting data from path names?
Hi helpeRs,
I have inherited a set of data files that use the file system as a
sort of poor man's database, i.e., the data files are nested in
directories that indicate which city they come from. For example:
dir.create("deleteme")
for(i in paste("deleteme", c("New York", "Los Angeles"), sep="/")) {
dir.create(i)
for(j in
2013 May 24
1
Failed to create /dev/loop0p* entries for partitions inside loopback devices
centos 6 failed to create entries under /dev for newly created loopback devices. Any one know why? and how to fix/workaround it?
The steps to duplicate is pretty simple
dd if=/dev/zero of=/tmp/deleteme bs=1M count=100
losetup /dev/loop0 /tmp/deleteme
fdisk /dev/loop0?? ## created partitions 1, 2, etc.
fdisk -l /dev/loop0? ## confirmed that the partitions do exist
mkfs.ext3 /dev/loop0p1 ## failed
2019 Jun 09
2
[Bug 13991] New: rsync --delete --one-file-system skips deletes after crossing filesystems on destination.
https://bugzilla.samba.org/show_bug.cgi?id=13991
Bug ID: 13991
Summary: rsync --delete --one-file-system skips deletes after
crossing filesystems on destination.
Product: rsync
Version: 3.1.3
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2020 Nov 17
2
Best practice preparing for disk restoring system
Maybe "rear" is an appropriate solution for you?
https://relax-and-recover.org/
On 17/11/2020 18:23, Chris Schanzle via CentOS wrote:
> I would include LVM and mdadm info as well, since I use those features.? I encourage you to look at what long-lived tools, such as clonezilla, write into their archive directories.? It's impressive.
>
> If you zero out all free space on
2010 Feb 23
1
Importing Headers from excel files
Hello I am trying to import an Excel file but I am loosing the headers, My
headers are in the first to rows of the EXCEL file. In the following R
output, the NA are supposed to be the second item in the Header. Is there
any way to Import more than one row as headers?. Thank you
Felipe Parra
> Data<-odbcConnectExcel('Curva LIBOR.xlsx',readOnly=T,)
>
2010 Jul 19
2
Historical Libor Rates
Hello All,
Does anyone know how to download historical LIBOR rates of different
currencies into R?
Or if anyone knows of a website that holds all this data...I only need up to
january of 2000.
Also, how can we make the row names the index of a plot (the names of the x
values)?
[[alternative HTML version deleted]]
2008 Dec 30
5
Downloading data from Economagic
I was trying to dw data from Economagic
[http://www.economagic.com/em-cgi/data.exe/libor/day-ussnon], using
following code :
library(fimport)
dat2 = economagicSeries("libor/day-ussnon", frequency = "daily")
Here I see that data is not complete, downloaded data starts from
"2007-12-31 ", whereas actual data is available from 2001.
secondly, how I convert that data
2007 Apr 30
4
need some explanation
Hi,
OS : Solaris 10 11/06
zpool list doesn''t reflect pool usage stats instantly. Why?
# ls -l
total 209769330
-rw------T 1 root root 107374182400 Apr 30 14:28 deleteme
# zpool list
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
wo 136G 100G 36.0G 73% ONLINE -
# rm deleteme
# zpool list
NAME SIZE
2015 Apr 26
2
Cannot delete/write after system update
After upgrading one of my home servers, and I can no longer delete or
write files via Samba. I would very much appreciate assitance. I will
explain my situation and provide logs for the case of deleting a simple
file.
My configuration is to access my shares as a guest, which should be
mapped to the smbuser Linux account.
To achieve this I have set the following globally:
map to guest =
2020 Nov 17
0
Best practice preparing for disk restoring system
I would include LVM and mdadm info as well, since I use those features.? I encourage you to look at what long-lived tools, such as clonezilla, write into their archive directories.? It's impressive.
If you zero out all free space on all of your HDD partitions (dd bs=1M if=/dev/zero of=/path/deleteme; rm /path/deleteme) or use 'fstrim' for SSD's, you could use dd to image with fast
2020 Nov 18
0
Best practice preparing for disk restoring system
On November 17, 2020 4:07:52 PM EST, "Felix K?lzow" <felix.koelzow at gmx.de> wrote:
>Maybe "rear" is an appropriate solution for you?
>
>https://relax-and-recover.org/
>
>On 17/11/2020 18:23, Chris Schanzle via CentOS wrote:
>> I would include LVM and mdadm info as well, since I use those
>features.? I encourage you to look at what long-lived
2015 Apr 27
0
Cannot delete/write after system update
On 26/04/15 05:38, Bob Bell wrote:
> After upgrading one of my home servers, and I can no longer delete or
> write files via Samba. I would very much appreciate assitance. I
> will explain my situation and provide logs for the case of deleting a
> simple file.
>
> My configuration is to access my shares as a guest, which should be
> mapped to the smbuser Linux account.
2001 Oct 07
1
W2k don't substitute %
Hi,
I've setup a share with parameter
comment = Cely disk of user %U - %u
(just debugging message ;-)))
Samba 2.2.0:
W2k (in detail view) I see "Cely disk of user %U - %u". On WinMe I see properly e.g. "Cely disk of user LIBOR - nobody".
Samba 2.0.7
W2k - "Cely disk of user administrator - %u"
What's wrong with this?
Thanks,
Libor
-------------- next
2009 Dec 21
3
Shutdown vmware ESX
Hi,
is there some easy way how to shut down vmware ESXi host?
We have same apc smart 1500 and I passed usb port into one virtual linux, so
it can monitor ups state via NUT.
So how can i make esx server avare of low battery? Maybe using vsphere-cli
utils?
With regards
Libor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2002 Sep 25
2
pfifo_fast dosnt work?
Hep
Trying to get pfifo to work. Setup :
|------|<--->eth1 (192.168.10.0/24)
eth0---| GW |<--->eth2 (192.168.11.0/24)
|------|<--->eth3 (192.168.12.0/24)
read all documentation :
http://lartc.org/howto/lartc.cookbook.interactive-prio.html
here is my TOS mangling rulse in iptables :
$IPTABLES -A PREROUTING -i eth1 -t mangle -s 192.168.10.0/24 -p tcp --dport