similar to: [CentOS 5] tftp-server, unable to create new files (even with "-c" option)

Displaying 20 results from an estimated 400 matches similar to: "[CentOS 5] tftp-server, unable to create new files (even with "-c" option)"

2004 May 21
1
pdbedit + ldap doesn't work
I have to add new user to samba; I've just upgrade the system to 3.0.4 and smbldap-tools 3.0.4; # smbldap-useradd pippo # smblap-usershow pippo n: uid=pippo,ou=People,o=PROVTV objectClass: top,inetOrgPerson,posixAccount,shadowAccount cn: pippo sn: pippo uid: pippo uidNumber: 4000 gidNumber: 513 homeDirectory: /home//pippo loginShell: /bin/bash gecos: System User description: System User
2008 Sep 10
3
(PR#12770) format() under Windows giv wrong resuts with
On Windows XP SP3 > format(pippo, format="%I:%M:%S %p") [1] "11:43:12 PM" In any case, if there is a problem it is in Windows, not in R, since this is an Windows service that is being called. So there is no evidence at all of any bug in R here. On Wed, 10 Sep 2008, pego.enrico at tiscali.it wrote: > Full_Name: Enrico Pegoraro > Version: 2.7.2 > OS: Windows
2008 Oct 03
2
A strange behaviour of file.path in Windows? (PR#13119)
Full_Name: Enrico Pegoraro Version: 2.7.2 OS: Windows (Vista or Xp PRO) Italian Submission from: (NULL) (87.4.189.202) If you send these lines of code: outdir="c:/pippo" file.path(outdir,"pluto.html") R replies correctly: [1] "c:/pippo/pluto.html" But if you change the first steps to: outdir="" file.path(outdir,"pluto.html") R replies
2002 Sep 17
2
configuration & cups
I seem to be having a great deal of trouble with cups and samba configuration. cups seems to go on and off and it works and doesn't work. I think I need some help on my samba configuration. Generally, it has worked well on another machine, but my current setup seems a bit screwy. System: FreeBSD 4.6.2; cups-1.1.15.1; cups-base-1.1.15.1_4; cups-lpr-1.1.15.1_1;cups-pstoraster-7.05.5;
2012 Dec 12
1
Lost in S4 and S3 classes
Hi all, this is my first post in R devel? sorry if I lost some of the guidelines. Anyway this is my problem: Version: R version 2.15.2 (2012-10-26) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) I want to make an S4 class that use the output object of the function of nls.lm as a slot: setOldClass("nls.lm") setClass ( Class="TestClass",
2002 Mar 20
3
XP Problem
Hi, I have the following: Win2k server with AD for domain login validation. There is a secondary Win2k server as well. RH5.2 with samba samba-2.0.4b-19990519 RH6.2 with samba samba-2.2.2-20011014 I wish to setup one or two very basic shares on each of the RH boxes. share level security will be fine. Win2k seems to work ok. XP doesn't. It cannot find the servers with search. What are
2006 Mar 24
2
check_box_tag
hi, What''s the right way to use the CHECK_BOX_TAG? I used: <% for @pippo in @model %> <%= check_box_tag (:scelta,@pippo) %> <% end %> How Can I control if a person choosen the second or third element of the vector @pippo? -- Posted via http://www.ruby-forum.com/.
2009 Aug 13
1
winbindd & Domain group
Hi, I?m using samba rel.3.3.4. The domain group associated to the domain user is always 10000 that means ?Domain Users? for all the domain users $> getent passwd | grep pippo DOMAIN\pippo:*:10015:10000:PIPPO:/home/DOMAIN/pippo:/bin/false Do you know how is it possible to assign a different domain group ? How is it possible that winbindd intercepts another domain group instead of the default
2004 Mar 23
3
Logging from cron
Hello, I've just spent several hours going over several Google searches trying to find a way to configure rsync to log into a file named "/var/log/rsync.log". So far, every instance where I've found someone asking about rsync logging remained unanswered (which is kind of weird in itself). As far as I can tell, the only way to do this is to setup rsync as a daemon process so
2019 Jan 23
2
can't write Samba share as anonymous
Hello, I'm trying to access a Samba share as anonymous/guest user, so I have added the following entry inf file smb.conf (Samba 4.9) guest account = andrea map to guest = bad user ... [test] available = yes browsable = yes guest ok = yes nfs4: acedup = merge nfs4: mode = special path = /var/tmp/test read only = no and the shared directory /var/tmp/test has the following permission (so
2005 Jun 22
1
Problem: 'force user' + 'force group' don't work fine?
I'm newbe on Linux and I have this problem for you: Samba 3.0.14a (but 3.0.20pre1 also) work fine with AD users authentication on linux (Fedora 3) machine. I have on the root (/) the directory 'test' with permission dr-xrwx---, owner 'pippo' group 'smbusers' I share this directory via Samba; on the smb.conf all logged on user are force to 'pippo' user with
2008 Mar 01
4
Cisco 79xx users/consultants, 7970G color in particular share information
I would like to get in contact with users/consultants who are or have worked with the Cisco phones and Asterisk to trade information. Cisco has reluctantly made SIP available on their phones and most of the information on voip-info and other wiki's appears to be reverse engineered. There is a wealth of information out there which is terrific. I have a client with about 40 phones
2011 Aug 25
2
2.6.18-xen pv kernel config
Hi , I want to build a PV kernel of 2.6.18-xen on x86_64, but I don''t now how to configure the kernel for PV. Is anybody can give me some advices, or give me a .confg file if you have one. Thanks very much! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2003 Feb 08
3
Win files from *nix?
How can I browse Windows from Unix? I'm using FreeBSD 4.7, Samba, and KDE3. I'd like to be able to browse also from command line. I have not found instructions on use of smbclient-win32 and do not want to use sharity. smbclien-win32 comes with and exe file and cygwin dll's - but what are you supposed to do with them, copy the dll's to system or system32 foler and just run the
2008 Apr 07
1
plot with standar deviation (use abline and mad())
Hi list Maybe someone can help with the following problem (thanks in advance): I need to analisy a long list of data time \fluoscence I want to make one plot with standard deviation and the average data... Could you suggest me how to make that.. The data have this distribution: How can read and extrapolate this data? pippo.csv ps <- read.table(pippo.csv) time fluorescence 0; 0 4.013; 62.96
2011 Nov 23
1
How to change Record "repeated"
I have a great dataset like this: name ? ? ?colour ? ... ... ... jerry ? ? ? ? red pippo ? ? ? ?red tom ? ? ? ? ?red tom ? ? ? ?yellow tom ? ? ? ?green jessie ? ? orange jessie ? ? ?red bill ? ? ? ? ?yellow kate ? ? ? red henry ? ? ?green .. .. I want to find out, in this great dataset, if (the name of) a person is repeated (and which colour are associated).? My output has to be
2016 Jun 11
3
Increased errors "Broken MIME parts" in log file
On 11 Jun 2016, at 21:29, Timo Sirainen <tss at iki.fi> wrote: > > On 01 Jun 2016, at 16:48, Alessio Cecchi <alessio at skye.it> wrote: >> >> Hi, >> >> after the last upgrade to Dovecot 2.2.24.2 (d066a24) I see an increased number of errors "Broken MIME parts" for users in dovecot log file, here an example: >> >> Jun 01 15:25:29
2010 Dec 31
2
error adding a user
Sorry for (I'm shure) my stupid question (and my bad english)... If this is not the right place to post this kind of question forgive me and please point me to the right mailinglist. I've a Samba 3 that works with an openldap server as a sole domain controller. I used to use the Microsoft usermanager. After a general migration/upgrate I am not able to create new users anymore. I can do
2009 Apr 19
2
importing spreadsheet data - linera regression - panel data
Hi everyone and thank you for the help you could give me. My data is in a spreadsheet. The 1st column identifies the firm (with the fiscal number), the columns 2 to 11 have the variable value for 11 years. I have many variables (files like this). Each file has about 40.000 firms (rows). I transformed all the files in txt files. The data is a panel data, like this: firm revenu2007 revenue2006
2004 Nov 22
9
asterisk gui?
hello is there a gui that would allow me to configure everything from phones, to extentions, to voice mail to basicly everything that asterisk can do? I did go to www.voip-info.org and none of the guis I saw there do the trick and the ones that come close aren't downloadable just wanted to see status on this thanks hank ---------------------------------------- My Inbox is protected by