similar to: Smbget 3.4.7 Permission Denied in Crontab, Not in Interactive Console Session?

Displaying 20 results from an estimated 500 matches similar to: "Smbget 3.4.7 Permission Denied in Crontab, Not in Interactive Console Session?"

2011 Mar 03
2
Debian Lenny 5.04 and DMS in Windows 2000 Native Domain +Forest with Samba 3.2.5
> > Hello All, > > I have been struggling with this for a long, long time. I came here > looking for answers. So, I have a VM running Debian Lenny. I install > the apt package samba, which installs 3.2.5. I work in a large > university with an extensive Active Directory environment, both forest > and domain running in Win2k native mode. There is a NetApp filer >
2011 Jun 10
0
smbget -R creates problem in crontab
Hi , I am trying to download one folder from a windows share regularly. I used the following command from the *command line* its *working* fine. */usr/bin/smbget -R smb://192.168.10.32/Data --username USER --password PASSWORD* But same script that I used in crontab(user per cron) I am getting some errors and that is attached. The interesting thing is if I issue */usr/bin/smbget
2010 Mar 07
2
smbget returns wrong exit code
smbget -Rr smb://localhost/share [all files and folders are copied successfully!] echo $? 1 On the other hand, when smbget is introduced with an error smbget -Rr smb://localhost/shar Can't open directory smb://localhost/shar: No such file or directory echo $? 0 This is breaking my error checking in backup scripts. I can't find any place to file a bug report, I hope this is the right
2005 Nov 16
2
X11 error in png
Hi all, When I ran a script containing the following codes: png(paste(savepath,"a_rnaplot.png",sep = ""),width = fwidth, height = fheight,pointsize = fpointsize); data_deg <- AffyRNAdeg(data_cel) plotAffyRNAdeg(data_deg,col=cols,lty=1,lwd = "2") #a <- par("fin") legend("bottomright",sampleNames(data_cel),col=cols,lty=1)
2011 Mar 03
4
Can not delete files via Samba in some cases
Hi List, my problem is the following: I use Samba 3.5 with AD password authentification and uid/gid information in local files. Everything seems to work so far, when i create files via samba the created files have correct user/group information on linux filesystem level (so i think id mapping works basicly). The only thing that does not work is deleting files which - belong to other users from
2009 Oct 31
1
Kernel panic on zfs import
Hi, I''ve got an OpenSolaris 2009.06 box that will reliably panic whenever I try to import one of my pools. What''s the best practice for recovering (before I resort to nuking the pool and restoring from backup)? There are two pools on the system: rpool and tank. The rpool seems to be fine, since I can boot from a 2009.06 CD and ''zpool import -f rpool''; I can
2011 Jan 30
1
py-yaml complaints from yum
hello list!! I'm having a curious issue.. if I type yum update -y the system complains of a PyYAML dependency: --> Finished Dependency Resolution PyYAML-3.08-4.el5.x86_64 from installed has depsolving problems --> Missing Dependency: libyaml-0.so.1()(64bit) is needed by package PyYAML-3.08-4.el5.x86_64 (installed) Error: Missing Dependency: libyaml-0.so.1()(64bit) is needed by
2012 May 18
1
UTF-16 input and read.delim/scan
Hi all, I am running 64-bit R 2.15.0 on windows 7. I am trying to use read.delim to read from a file that has 2-byte unicode (CJK) characters. Here is an example of the data (it is tab-delimited if that gets messed up): HITId HITTypeId Title 2Q69Z6KW4ZMAGKKFRT6Q4ONO6MJF68 2LVJ1LY58B72OP36GNBHH16YF7RS7Z 看看句子,写写想法 请看以下的句子,再回答问 So read.delim (code below) doesn't read in correctly. It reads
2011 Feb 23
1
massive mirror errors
I'm trying to ... yum groupinstall "Development Tools" on a reasonably current 5.5 system and getting massive mirror failures... is there a problem, or is this my employer's network messing up? (45/74): rpm-build-4.4.2.3-20.el5_5.1.i386.rpm | 302 kB 00:03
2009 Nov 02
0
Kernel panic on zfs import (hardware failure)
Hey, On Sat, Oct 31, 2009 at 5:03 PM, Victor Latushkin <Victor.Latushkin at sun.com> wrote: > Donald Murray, P.Eng. wrote: >> >> Hi, >> >> I''ve got an OpenSolaris 2009.06 box that will reliably panic whenever >> I try to import one of my pools. What''s the best practice for >> recovering (before I resort to nuking the pool and
2002 Nov 06
3
Multiple Groups Assigned to a File
I'm new to this group so I hope that this is the right place to ask this question (if not, let me know): We are setting up several Samba servers and we've run into a problem with file permissions. We've have a few shared folders that we'd like for some GROUPS to have read/write access and other GROUPS to have only read access. I cannot figure out how to do this because
2010 Nov 16
1
Error: invalid type(list) for variable when using lm()
Try this: y <- rnorm(100) X <- matrix(runif(100 * 10), ncol = 10) lm(y ~ ., data = cbind.data.frame(y, X)) On Tue, Nov 16, 2010 at 5:07 PM, Tianchan Niu <niu@isis.georgetown.edu>wrote: > Dear All,I would like to do multiple regression in R. I used: lm(y~X), > where y is a n by 1 vector, and X is a n by m matrix. I kept getting the > error > message:Error in
2008 Dec 31
1
Problem with package SNOW on MacOS X 10.5.5
Hello All, I can run the "lower level" functions OK, but many of the higher level (eg. parSApply) functions are generating errors. When running the example (from the snow help docs) for parApply on MacOSX 10.5.5, I get the following error: cl <- makeSOCKcluster(c("localhost","localhost")) sum(parApply(cl, matrix(1:100,10), 1, sum)) Error in
2001 Jun 11
1
Hanging SSH1 client (fwd)
installing openssh on irix is hard? -------------- next part -------------- An embedded message was scrubbed... From: Miguel Jardine <mcj2 at georgetown.edu> Subject: Re: Hanging SSH1 client Date: Mon, 11 Jun 2001 11:09:38 -0700 Size: 4832 Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010611/c665c85d/attachment.mht
2002 Aug 23
1
Samba | Windows FindNextChangeNotification API call
Support, We currently develop a Windows based product that reads ASCII files and saves the data into different database types. Currently, we have a customer running Samba on his UNIX machine so our product can read the files off this system. After running tests at his site, we have found that the Windows FindNextChangeNotification API is not being triggered on the Samba directory after a period
2004 Jul 12
0
Statistical Learning and Data Mining Course
Short course: Statistical Learning and Data Mining Trevor Hastie and Robert Tibshirani, Stanford University Georgetown University Conference Center Washington DC September 20-21, 2004 This two-day course gives a detailed overview of statistical models for data mining, inference and prediction. With the rapid developments in internet technology, genomics and other high-tech industries, we
2004 Oct 27
2
Passive file server.
I am trying to get Samba running on RH Linux 9 to act as a file server and authenticate against the domain. I don't want it to be actively involved in Active Directory or be a domain controller. I do not have the ability to add a machine to AD. All I'm looking for is, when a user wants to access a share that the user is authenticated against the domain and if they are a valid user grant
2016 Mar 24
0
Re: uefi built from tiancore via edk2 can't persist boot changes
On 03/21/16 19:53, jsl6uy js16uy wrote: > Apologies if this has been gone over, but I believe I have checked the > intertubes more than a bit..... > > I am using libvirt and have vms booting under an OVMF.fd to use an efi > firmware. I can create vms, linux ubuntu, and they will boot up. > However, everytime I reboot am I dropped into the default efi shell > provide by the
2016 Mar 21
4
uefi built from tiancore via edk2 can't persist boot changes
Apologies if this has been gone over, but I believe I have checked the intertubes more than a bit..... I am using libvirt and have vms booting under an OVMF.fd to use an efi firmware. I can create vms, linux ubuntu, and they will boot up. However, everytime I reboot am I dropped into the default efi shell provide by the tianocore build. Then I must walk the FS to the booting efi app and run, in
2016 Apr 20
1
Re: uefi built from tiancore via edk2 can't persist boot changes
Thanks VERY MUCH for all the info and help! Apologies for the extreme delay. I got distracted by other threads that forced out this work to later date. Also some frustration as well. ;) I completely missed this update. Apologies and thanks Will be diving back into this shortly! On Thu, Mar 24, 2016 at 3:57 PM, Laszlo Ersek <lersek@redhat.com> wrote: > On 03/21/16 19:53, jsl6uy js16uy