search for: truschnigg

Displaying 6 results from an estimated 6 matches for "truschnigg".

2018 Feb 02
1
Does samba support fsync() a directory?
...our dir fd is going to fail, and route around that (potential) failure as best as you can. It still can be beneficial to try fsync()ing to try as hard as possibe to get operations against the directory as consistent as possible in face of a potential crash. Hth! -- with best regards: - Johannes Truschnigg ( johannes at truschnigg.info ) www: https://johannes.truschnigg.info/ phone: +43 650 2 133337 xmpp: johannes at truschnigg.info Please do not bother me with HTML-email or attachments. Thank you. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc...
2010 Jan 20
2
SMB/CIFS seq. transfers top out at 30MiB/s (NFSv4 and HTTP: 100MiB/s+)
...ind of name resolution support. Samba is Version 3.4.5, running on Gentoo GNU/Linux ~amd64. If anyone spots something obvious that might limit transfer speeds in the way I described, please leave a comment. Thanks very much in advance for your time and effort! -- with best regards: - Johannes Truschnigg ( johannes at truschnigg.info ) www: http://johannes.truschnigg.info/ phone: +43 650 2 133337 xmpp: johannes at truschnigg.info Please do not bother me with HTML-eMail or attachments. Thank you. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type...
2012 Aug 07
1
samber server in openvz container - venet oder veth0?
I'm new to the list. hopefully my question is correctly placed here... I'd installed my samba server 3.5.6 on debian squeeze in a openvz container that uses venet. I'd love to keep it that way but I'm not sure if that is ok. Do you use samba server with venet or do I have to change to veth? I already read http://wiki.openvz.org/Differences_between_venet_and_veth and I don't
2018 Feb 02
4
Does samba support fsync() a directory?
Hi group: I need some help! I use samba 4.5.8 And I mount a samba directory from CentOS 7. When I run such program in the mounted directory: ``` #include <stdlib.h> #include <stdio.h> #include <errno.h> #include <fcntl.h> #include <string.h> int main() { printf("open aaa\n"); int fd = open("aaa", O_RDONLY |
2011 Dec 14
4
wireless
Hello again, At this school I am working we are setting up a wireless network. What would be the best way to set up the system to this network? How should we log in to Samba? What should I consider. The wireless system has already been purchased by people who have left. Kind regards Anna-Karin
2018 Feb 02
0
Does samba support fsync() a directory?
...> your dir fd is going to fail, and route around that (potential) failure as > best as you can. Thanks very much for this information. Is this documented? So that I can report this to my boss. I googled this for sort of time. Thanks again! Best Regards Cao 在 2018年02月02日 20:59, Johannes Truschnigg 写道: > Hi! > > Afair, fsync()ing a directory is subject to platform-specific and > implementation-defined behaviour, and may either > > - work as you'd want and (probably) expect > - fail with an error > - fail silently > > at least if your application targets...