similar to: how to change samba (smbpasswd) via web browser...

Displaying 20 results from an estimated 1000 matches similar to: "how to change samba (smbpasswd) via web browser..."

1999 Aug 25
2
Change passwd via web
hi all, I am looking for a cgi script which can be used to change the smbpasswd via web browser. Anyone done this already ?. Any pointers will he appreciated much. Thanks rakesh -------------------------------------------------------------------- Rakesh Jain Systems Administrator, MIS Dept BEA Systems, Inc. voice: +1-972-943-5135 4965, Preston Park Blvd fax: +1-972-943-5111 Suite 500
2000 Mar 10
1
Problem while installing packages
Dear R team / R helpers / R users , I downloaded R-1.0.0 to install it but I am currently facing the following problem : Installation of packages. Here is the output I had while trying to install RmSQL : ------------- > R INSTALL -l /software/R-1.0.0/library/ /software/archive/R/RmSQL_0.2-1.tar.gz Installing package `RmSQL' ... libs RmSQL.c:7: msql.h: No such file or directory make:
2004 Aug 06
0
A better fix for the /lib/tls problems
Further to the email below from a few weeks ago, I can announce that Xen/Linux 2.6 handles the TLS problem (-ve accesses into segments) by dynamically rewriting the offending instructions. This is enabled by default in the 2.6 kernels, and reduces the overhead of handling those instructions to almost zero (compared with around 100% overhead when using pure emulation in Xen, when running
2004 Mar 24
1
rsync --files-from with symlink in path
Here is what I have been doing with rsync(This is condinced version of the main script that runs): #!/usr/local/bin/bash SSH=/usr/local/bin/ssh RSYNC=/usr/local/bin/rsync SED=/usr/bin/sed USER=vmladmin ROLLLISTDIR=/home/vmladmin/rolllists/ ROLLFILE=${ROLLLISTDIR}rollfile.${CELERITYID} EXCLUDEFILE=${ROLLLISTDIR}rollfile.exclude RSYNC_OPT="-zrc --delete"
2009 Sep 29
2
Mapping usernames
Dear all I am trying to configure samba username map file in order to map the same user from a windows domain to 2 different unix users: Map to = map from bea = PRODUCTION\garcijo mpcadmin = PRODUCTION\garcijo but only works for the first map in the map file. When I try to use a share with permissions for mpcadmin unix user, I realize that smbd takes the first map (bea user) and
2003 Jul 18
1
unexplained error (code 255) at main.c(620)
Hi, after syncing I get the following error: rsync error: unexplained error (code 255) at main.c(620) If I use -vvv I get the follwing error: rsync error: errors with program diagnostics (code 13) at log.c(284) _exit_cleanup(code=13, file=log.c, line=284): about to call exit(13) All files are correctly transfered. Somebody can help me ? SUN Solaris 9 rsync 2.5.6 sun-ssh /usr/local/bin/rsync
2002 Jul 15
1
ReInstalling packages
Hello, I just have upgraded from Mandrake 8.1 to 8.2 and installed R 1.5.1. I now try to reinstall all the packages but get the following error (for the multiv package for instance) : /usr/bin/ld: cannot find -lreadline collect2: ld returned 1 exit status make: *** [multiv.so] Erreur 1 ERROR: compilation failed for package 'multiv' The readline library is under /lib on my system and I
1998 Dec 04
0
AW: Question on NFS mounted Shares
Hi James, we use some NFS mounted shares on our Linux-SCO-network. Samba runs on the linux box. The linux server mounts some NFS shares from the SCO server. The access error should not be a samba failure. Make sure that the directory above the mountpoint is accessable for user nobody (chmod o+x , if you upgrade to samba > 1.9.18p7 make sure that there is read permission on the directories too:
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003! Let it be prosperous for both you and me! Below you see a very short version of my CV as of January 2003 for your kind consideration and update. Word, TXT, and PDF version of the complete CV are available upon request. Enjoy the economic recovery! Make it a great day: ZAR ================================================================= ZAR PETKOV,
2007 Mar 13
1
Java Installation HowTo kickoff (JDK 1.4.2, 1.5 and 1.6)
I've started a Java Installation HowTo. Take a look: http://docs.google.com/Doc?id=dfd4fncx_32gbthmp Give me feedback, please. The IBM JDK is the "easiest" on 1.4.2 and 1.5 versions. The Sun JDK 1.6 is probably the most optimized (and the only 1.6implementation by now), but doesn't integrate so good like IBM JDK's generated RPMs. The BEA's JPackage nosrcs are so much
2002 Feb 19
2
Dump Analysis -- when NCR server frozen by rsync
Hi, rsync was running against filesystems /disk5 and /disk7 to back them onto remote server (172.16.101.4) using the following script: if [ `ps -ef | grep -v grep | grep ::d5 | /usr/bin/wc -l` -eq 0 ] then rm -f /etc/rsync5.log echo " --- Disk5 --- starts `date`" > /etc/rsync5.log /usr/local/bin/rsync -a --recursive --compress /disk5/ 172.16.101.4::d5 >> /etc/rsync.log echo
2019 Sep 19
3
Postfix vs. Thunderbird on Mac OS
Hi, I'm running our local school's mail server on CentOS 7, Postfix and Dovecot. We get quite a lot of spam, so I have the following sender restrictions in my /etc/postfix/main.cf: --8<------------------------------------------------------ # Restrictions SMTP smtpd_helo_restrictions = reject_unknown_helo_hostname smtpd_sender_restrictions = reject_unknown_sender_domain,
2010 Jan 27
1
How to split a matrix into a few matrices?
Hi dear users, I try to split a matrix into a few matrices, for example, suppose that I have 1000X4 matrix from mvrnorm(1000,m,c) with m<-matrix(c(0,0,0,2),4,1) and c<-matrix(c(1.0,0.2,-0.5,0.3,0.2,1,0.2,-0.5,-0.5,0.2,1,0.2,0.3,-0.5,0.2,1),4,4,byrow=T) How to split the matrix into a. 2 matrices which the first one consists of the first 500 rows, and the second one consist of the
2006 Nov 04
0
3 Months Ruby Contract / London
I am currently looking for a developer with skills in Ruby Rails and Java for a 3 month contract in London If you are interested can you please give me a call on the number below. Regards Rakesh ___________________________ Rakesh Thakrar Manager Microcom Recruitment Division 2 Adelaide Street St. Albans Herts, AL3 5BH Tel: 01727 752000 Mob: 079 7094 3227 Fax: 01727 752018
2006 Mar 13
0
XATTR and extra meta data sync between nodes
Hallo, Does Rsync support XATTR sync between nodes? Using setfattr -n user.line -v 100 <File Name> setfattr -n user.creator -v ?Rakesh Kumar Bhatia? <File Name> will create extended attribute for different files. I used rsync -av <source> <destination> to copy the files. extended attributes are missing in the destination path. Can use the command
2014 Mar 05
0
[PATCH] Btrfs-progs: remove unused variable and update btrfs-image man page
Remove unused variable in btrfs-image.c (update_super) and update man page documentation about -r option. Running btrfsck on a restored image produces missing chunk information. This is because by default, btrfs-image fixes up chunk tree to use 1 stripe pointing to the primary device. This in turns results in btrfsck making some noise. $ ./mkfs.btrfs /dev/sdb2 -f $ ./btrfs-image /dev/sdb2
2009 Feb 11
0
Job Opportunity - Linux System Administrator - SFO;CA
Duration: 3months + Location: SFO; CA The primary skills are: * Over all Red Hat Linux system admin - Patches using our own patch center - Spinning up approved version of the Linux - Migration of Red Hat 4.0 to 5.0 release in all our environment - Network trouble shooting & Design (mainly for our qa and dev environment) - Backup setup and Strategies - General scripting skills using bash,
2004 Jul 26
0
A better fix for the blkdev merging bug
> > I''ve given this change a go on my PE1650 (aacraid driver). > > Unfortunately this seems to be one of the SCSI drivers that doesn''t > > correctly handle the error condition. > > > > Running my usual test (''compare'' in dom0, compiles in other domains), I > > don''t see any differences in the compares, but after a
2004 Jul 26
0
New user manual
I''ve just checked in the beginnings of a unified user manual to be distributed with Xen, in which I''d like to unify as much of the available user-related information as possible. Contributions are strongly encouraged. Even if it''s just some corrections or a few paragraphs on something. Please e-mail the list or contact me directly (mark.williamson@cl.cam.ac.uk).
2004 Jul 16
1
/proc/xen/memory_target patch
This patch to the balloon driver eliminates the need for a user-space program to slosh memory between domains and xen. This uses a proc file at /proc/xen/memory_target. When read it reports memory the domain owns in bytes. Writing a new value to the memory_target proc file will cause the domain to exchange memory with xen to reach the target. A xenolinux domain cannot grow bigger than it was