Displaying 2 results from an estimated 2 matches for "remotemount".
Did you mean:
remote_count
2009 Jun 24
2
CIFS mount not applying setuids
...with this problem for years now and I am a bit fed
up with it. Maybe some of you all can shed some light on the situation.
I am having problems with my samba server setting the
uid/gid/permissions incorrectly when a file is written to the server
filesystem over cifs. I currently use the account remotemounter for
mounting samba shares. Even with the 'setuids' options set, it still
defaults back to writing files as the remotemounter's default
user:group:umask settings. I know that samba will rollback to standard
UID/GID of the mounting username if CIFS Unix Extensions are
unavailable. I...
2004 Aug 06
2
improved error.log output --diff
...tting down */
global.running = ICE_HALTING;
diff -u --recursive icecast/src/slave.c icecast-new/src/slave.c
--- icecast/src/slave.c 2003-07-18 16:29:23.000000000 -0400
+++ icecast-new/src/slave.c 2003-08-06 19:19:04.000000000 -0400
@@ -83,11 +83,11 @@
if(!localmount)
localmount = remotemount;
- DEBUG1("Adding source at mountpoint \"%s\"", localmount);
+ DEBUG1("Adding source at mountpoint \"%s\", %s", localmount, client->con->ip);
streamsock = sock_connect_wto(server, port, 0);
if (streamsock == SOCK_ERROR) {
- WA...