search for: dirc

Displaying 8 results from an estimated 8 matches for "dirc".

Did you mean: dir
2002 Nov 28
0
problem with smbc_init in libsmbclient
...f(stderr, "Initializing the smbclient library : %s\n", strerror(errno)); } dh=smbc_opendir(path); if (dh <0) { fprintf(stderr, "Could not open directory: %s: %s\n",path,strerror(errno)); exit(1); } /* Now, list those directories, but in funny ways ... */ /* if ((dirc = smbc_getdents(dh1,dirp,sizeof(struct smbc_dirent)*128)) < 0) { fprintf(stderr, "Problems getting directory entries: %s\n", strerror(errno)); exit(1); } */ /* Now, process the list of names ... */ /* fprintf(stdout, "Directory listing, size = %u\...
2009 Jan 28
3
mount.cifs is not working (smbclient does work), somekind of recursive content in mount-dir
Hi all, When I try to make a connection to our windows server with smbclient: smbclient //server/dira/dirb/dirc -U username -W workgroup Password: ***** I get a working ftp-like connection to our data. When I try to make the same connection with mount.cifs: mount.cifs //server/dira/dirb/dirc /mnt/mnt_dir -o user=877790 dom=workgroup Password: ***** I get a mount to a location which appears to be //server...
2003 Mar 12
0
can't delete older file/directory links on another local partition after `snapshot' type backup script
...$month.$year; $dirday=$dirmonth.'/old'.$day.$month.$year; # loop through all required directories up to final checking and creating if necessary # change directory permissions if (!(-d $archivedir)) {print LOG "archivedir $archivedir does not exist\n"; die;} foreach $dirc ($diryear,$dirmonth) { if (!(-d $dirc)) {mkdir ($dirc, 0755) or do {print LOG "can't make $dirc: $! \n"; die;};} } # now loop through possible directory suffixes finding a directory that hasn't been created yet foreach $diradd ('','a'..'z',...
2004 Nov 12
1
Keeping File Trees in Sync
Hi list, I try to keep a local file tree synchronized with the remote one. However, using the --delete option does not work as expected or at least as I whish it would. Here is an example of the local tree I'd like to sync: /dirA/subDirA /subDirB /dirB/subDirC On the remote machine I have: /dirA/subDirA /subDirB /dirB/subDirC /dirC Here is the rsync call I use: Executing rsync with: -avvr --delete --temp-dir=temp -e "ssh -P -i .ssh/identity -o StrictHostKeyChecking=no -o PasswordAuthentication=no" --stats --files-from=files.inc --exclu...
2002 Sep 24
2
rsync to a symlink directory
Here is the structure of my servers : Source : /home/test1/link_dir sub_dir1 file1 file2 ... sub_dir2 ... Destination: /home/test2/real_dir sub_dir1 file1 file2 ... subdir2
2011 Dec 14
2
Apache httpd-2.2.15 updates
...e update on httpd-2.2.15-9? There was a security fix just last August, the CVE-2011-3192 on Range and DoS. I don't imagine that this is in the 2.2.15-9. Do you have plans to provide this patch in the repository so that 'yum update httpd*' would get this patch? Thank you in advance, Dirce Richards Systems Engineer, GlobalCerts
2012 Aug 16
0
libfget ported to CentOS 6.2?
...this and had success in building and running it. There are bugs in the socket programming (getsock* calls and select()). I replaced gethostbyname_r with getaddrinfo, but I can't figure out why a select() call is failing. I am using the lastest version: fget-1.3.3.tar.gz (libfget.so). Thanks, Dirce
2013 Jun 14
2
crash with CentOS 6.3 2.6.32-220.4.1.el6.x86_64
Hello, Has anyone seen a crash triggered by an incoming telnet connection? It seems that that's what we are experiencing on a certain system. It happens randomly, hard to reproduce. Attached is the crash screen shot. Thanks, Dirce