Displaying 14 results from an estimated 14 matches for "nocreat".
2018 Apr 21
0
What is the maximum speed for download from a samba share
...w-rw-rw- 1 1, 5 Jun 15 2015 zero
(on cygwin):
/h> ll zero null
-rwxrw-rw- 1 0 May 20 2016 null*
-rw-rw-rw- 1 0 Jun 15 2015 zero
For write, I used cygwin's 'dd' with if=/dev/zero and of=/h/null.
For read, I used if=/h/zero and of=/dev/null.
Flags for reading: iflag=fullblock conv=nocreat
and for writing: oflag=direct iflag=fullblock conv=nocreat,notrunc
To test the CPU bounding, I just tried limiting the clock speeds
on the client and server.
Limiting the linux-server's max cpu-speed had
the most affect on performance:
(limited to 1.6GHz instead of 2.4GHz) (33% limitation)...
2018 Apr 20
3
What is the maximum speed for download from a samba share
What is the maximum speed for download from a samba share?
I have a 100 kbit/s Internet
The maximum speed for a download from my webserver with samba is about
25.000 kbit/s
The bottleneck is the samba access. Without samba I can download with
100 kbit/s
So the question? is it possible to get more speed or is this the maximum
speed with samba?
I tried a lot of hints for samba tuning but
2007 Jan 08
2
SV: Manage 'full' log file
...;s CLI "logger reload" command so as to close the
old files and open new ones.
Cheers,
--
Ex Vito
/var/log/asterisk/messages /var/log/asterisk/queue_log /var/log/asterisk/event_log {
weekly
rotate 52
dateext
compress
delaycompress
nocreate
missingok
sharedscripts
postrotate
/usr/sbin/asterisk -rx "logger reload"
endscript
}
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list
To UNSUBSCRIBE or up...
2007 Jan 08
2
Manage 'full' log file
Hi,
I need some help on how to manage the "full" log file. It's getting
quite large now and I'd like to clear it. Is there any simple command
for this or should I just delete the file (need to be sure this won't
affect the system).
Also - how do I keep the log file from growing so large?
Thanks!
Regards,
Jan
2006 Jul 13
1
Ext3 overhead vs Raw
...esystem.
I did some tests using dd, with different block sizes, directio and
none, etc. The test file is about 1Gig in size, and spread across 25
fragments (found using filefrag). Block size is 4k. I have also tried
setting readahead buffer using blockdev , from 256 to 32767.
time /root/dd conv=nocreat ibs=4096 obs=4096 if=/sam/cache/test/test3
of=/dev/null
The best real elapsed time I get is about 23.5s.
If I dd the same amount of data from the disk device itself, I get about
18.5s, which matches what hdparm -tT gives me.
Comparing strace outputs, I can see the read system calls reading fro...
1999 Jan 11
3
Samba and logrotate from Redhat
...log files with the default logrotate setup (or even a modified one)
from RedHat? The default setup is to move the files to another location,
create a new file for Samba to fill, then send the daemons a HUP signal.
I've tried some of the options that can be used in the logrotate.d/samba
file (nocreate and copytruncate) without success... Currently, I'm
allowing the default behavior without sending the HUP signal (the file
move and the creation of an empty log file) then having a cron job restart
the daemons by killing all the processes with a signal 9, and restarting.
Just wondering if t...
2019 Oct 18
5
[PATCH libnbd 0/2] api: Add support for AF_VSOCK.
...to connect to the server:
$ ./run nbdsh -c 'h.connect_vsock(2, 10809)' -c 'print(h.get_size())'
1073741824
$ ./run nbdfuse mp --vsock 2 10809 &
$ ll mp/
total 0
-rw-rw-rw-. 1 rjones rjones 1073741824 Oct 18 16:23 nbd
$ dd if=/dev/random of=mp/nbd bs=1024 count=100 conv=notrunc,nocreat
dd: warning: partial read (84 bytes); suggest iflag=fullblock
0+100 records in
0+100 records out
6851 bytes (6.9 kB, 6.7 KiB) copied, 0.013797 s, 497 kB/s
(Performance of FUSE is not great, it should be better using raw
libnbd.)
I mainly wrote this to show that it can be done. It's unclear i...
2019 Oct 14
0
Re: [PATCH libnbd] nbdfuse: New tool to present a network block device in a FUSE filesystem.
...ning a virtual file:
>
> $ nbdkit memory 128M
> $ mkdir mp
> $ nbdfuse mp/ramdisk nbd://localhost &
> $ ls -l mp
> total 0
> -rw-rw-rw-. 1 rjones rjones 134217728 Oct 12 15:09 ramdisk
> $ dd if=/dev/urandom bs=1M count=128 of=mp/ramdisk conv=notrunc,nocreat
> 128+0 records in
> 128+0 records out
> 134217728 bytes (134 MB, 128 MiB) copied, 3.10171 s, 43.3 MB/s
> $ fusermount -u mp
>
Cool!
> There are still some shortcomings, such as lack of zero and trim
> support. These are documented in the TODO file.
>
>...
2019 Oct 12
3
[PATCH libnbd] nbdfuse: New tool to present a network block device in a FUSE filesystem.
...ock device source into a
FUSE filesystem containing a virtual file:
$ nbdkit memory 128M
$ mkdir mp
$ nbdfuse mp/ramdisk nbd://localhost &
$ ls -l mp
total 0
-rw-rw-rw-. 1 rjones rjones 134217728 Oct 12 15:09 ramdisk
$ dd if=/dev/urandom bs=1M count=128 of=mp/ramdisk conv=notrunc,nocreat
128+0 records in
128+0 records out
134217728 bytes (134 MB, 128 MiB) copied, 3.10171 s, 43.3 MB/s
$ fusermount -u mp
There are still some shortcomings, such as lack of zero and trim
support. These are documented in the TODO file.
Now for some history:
In libguestfs which is where most o...
2013 Dec 13
17
[Bug 10322] New: Slow Performance over Network rsync
https://bugzilla.samba.org/show_bug.cgi?id=10322
Summary: Slow Performance over Network rsync
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: Joerg.Grube at Gmx.De
2017 May 12
3
samba-ad restart fails occasionally
Hi,
We are running sernet samba, and on one particular DC (debian 7.11,
samba 4.5.6), when logrotate is ready rotating, "sernet-samba-ad
restart" fails with:
> Shutting down SAMBA AD services : ...trying once more ... (warning).
> ...trying once more ... (warning).
.....
> ...trying once more ... (warning).
> Error: /usr/sbin/samba still running with PID=14755 from
2019 Oct 18
2
[PATCH nbdkit] Add support for AF_VSOCK.
...to connect to the server:
$ ./run nbdsh -c 'h.connect_vsock(2, 10809)' -c 'print(h.get_size())'
1073741824
$ ./run nbdfuse mp --vsock 2 10809 &
$ ll mp/
total 0
-rw-rw-rw-. 1 rjones rjones 1073741824 Oct 18 16:23 nbd
$ dd if=/dev/random of=mp/nbd bs=1024 count=100 conv=notrunc,nocreat
dd: warning: partial read (84 bytes); suggest iflag=fullblock
0+100 records in
0+100 records out
6851 bytes (6.9 kB, 6.7 KiB) copied, 0.013797 s, 497 kB/s
(Performance of FUSE is not great, it should be better using raw
libnbd.)
I mainly wrote this to show that it can be done. It's unclear i...
2012 Mar 31
3
[PATCH (incomplete)] Rewrite virt-sysprep in OCaml.
This patch is incomplete but it illustrates the idea. virt-sysprep is
rewritten as a modular tool in OCaml.
Only the 'utmp' and 'hostname' operations are implemented at the
moment.
Rich.
2009 Apr 01
4
ZFS Locking Up periodically
I''ve recently re-installed an X4500 running Nevada b109 and have been
experiencing ZFS lock ups regularly (perhaps once every 2-3 days).
The machine is a backup server and receives hourly ZFS snapshots from
another thumper - as such, the amount of zfs activity tends to be
reasonably high. After about 48 - 72 hours, the file system seems to lock
up and I''m unable to do anything