similar to: Guest account problem ... please help

Displaying 20 results from an estimated 2000 matches similar to: "Guest account problem ... please help"

2005 Nov 22
0
Guest account and deleting filed
I have an internal Samba installation where I have security=share, and have everything going to a guest account, which I've made a "regular" user and password. I can can copy and move files, but I can't delete any files. I was expecting Samba to follow the permissions of the user, which should be able to delete these files. I've enclosed my smb.conf. The internal (guest)
2018 Mar 18
1
Samba 4 ACL with RHEL 7 XFS
Hello, We are moving to RHEL 7 with Samba 4, and XFS file systems with ACL turned on by default. We come from RHEL 5 Samba 3 with no ACL activated, on file systems. Initially anyway, we do not want ACL support activated, in order to initially preserve legacy. Our shares will have these directives: force user = dl4ub force group = dl4ub create mode = 0000 force create mode = 0660 directory
2007 Dec 22
0
another buglet in OSX dtrace? - cwd value
On Solaris 10, dtrace''s cwd yields a full path name: # dtrace -n ''syscall:::entry { printf("%s", cwd); }'' 0 1685 pollsys:entry / 0 1381 write:entry /data/homes/guest/rdm ... On OSX, it yields just a directory name: # dtrace -n ''syscall:::entry { printf("%s", cwd); }'' 0 17596 read:entry rdm
2007 Jun 21
0
problem with redirect_to() and VirtualHost
I''m running into a problem with redirect_to() and Apache''s VirtualHost facility. I have probably have something set up wrong, but I''m not even sure how to approach the problem. Background: We have DNS set up to return the domain''s address for all sub-domains. So, "dig xyz.cfcl.com" returns the same IP address as "dig cfcl.com".
2007 Feb 20
0
Wanted: Rails-based, Open Source pastebot (resend)
Josh Goebel''s Pastie is very handy, but it''s proprietary. This means that I can''t hack on it, install a local copy, etc. So, I''m looking around for an Open Source pastebot. I''ve found a few: http://common-lisp.net/project/lisppaste/ http://paste.lisp.org/ http://sourceforge.net/projects/pasteme/
2007 Feb 04
0
Locomotive/lighttpd config questions
I''ve got a couple of configuration questions about using lighttpd under Locomotive: * (how) can I cause lighttpd to run each Rails page request as a separate process? It seems like this should be possible, using dispatch.cgi, but I don''t know how to get that to run. * Assuming that I have a looong-running Rails app, (how) can I raise the lighttpd
2007 Nov 26
0
sorry about the triple post
I haven''t the slightest idea why that happened; Eudora only shows one copy as being sent. -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm at cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development
2007 Dec 15
0
simplified siginfo_t definition?
I now have a Solaris account and I''ve been able to try out my DT_Logger code there. I ran into several issues, but the one I''m stuck on (though working around :-) is the need for a much simplified siginfo_t definition. I looked at /usr/include/sys/siginfo.h, but I can''t figure out what the maze of #ifdefs would actually resolve to, so I don''t know which data
2007 Sep 07
1
RoR apps that act as web user agents?
I''d like to find some examples of Rails apps that act as web "user agents" (i.e., "portals" to the web at large). That is, programs that pass requests up and content back down, but also add some local intelligence, etc. Any suggestions? -r P.S. CritLink (http://zesty.ca/crit/) is an example of this sort of application. -- http://www.cfcl.com/rdm
2007 Apr 09
1
multi-way join files with types? (resend)
[ I''m still hoping for some help with this, folks... -r ] As part of the Arti (http://mephisto-ar.cfcl.com) effort, I''m looking into creating a database to store information on entities and relationships found in Ruby and Rails, as: Method M1 is defined for Class C1 in File F1. Method M1 of Class C1 is used by Method M2 in File F2. Disregarding (for the moment)
2006 Mar 02
0
March Ruby events in the SF Bay Area
Sadly, no South Bay Ruby events have been announced. C''mon, guys, make something happen... 3/14 6:00 pm Beginner''s Presentation - Chris Wanstrath will write a Ruby time server and discuss the code, to compliment Barce''s time server query script [from the Feb. meeting]. Chris says: "Nothing
2006 Feb 12
0
February Ruby events in the SF Bay Area
Although it''s getting late in the month for this announcement, you haven''t missed anything yet (that I know of :-). 2/21 6:00 pm We got a venue! (RSVPs requested, via Meetup) The SF Ruby Meetup usually meets on the 2nd Tuesday of each month. However, that day turns out to be Valentine''s Day this year. So
2006 Aug 19
22
Wazzup with the rubyonrails-talk Google Group?
I just got a Google Groups notification that I had been subscribed to http://groups.google.com/group/rubyonrails-talk. Looking at the page, it appears that about 4300 folks have been subscribed. However, I saw nothing about this on rails@lists.rubyonrails.org. Wazzup? -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm@cfcl.com
2005 Dec 25
4
SF Bay Area Beer and Pizza SIG (RSVP request)
Although I don''t _need_ RSVPs for this event 12/28 8:00 pm The Beer & Pizza SIG will meet at Wild Pepper (3601 26th. St.; SF, CA). For details, see http://cfcl/rdm/beer_and_pizza. I''d like to be able to give the restaurant some idea of the size of table we''ll be needing. So, if you are planning to attend, please drop
2003 Mar 24
1
negative binomial regression
I would like to know if it is possible to perform negative binomial regression with rate data (incidence density) using the glm.nb (in MASS) function. I used the poisson regression glm call to assess the count of injuries across census tracts. The glm request was adjusted to handle the data as rates using the offset parameter since the population of census tracts can vary by a factor of
2006 Jan 06
1
Anyone using AJAX, SVG, and Rails?
I''m interested in the idea of using AJAX and SVG to create a simple diagram editor. It seems like Rails might be able to support this sort of thing, so I thought I''d ask if anyone is doing anything in this direction. -r -- Technical editing and writing, programming, and web development: http://www.cfcl.com/rdm/resume.html Contact information: rdm@cfcl.com, +1 650-873-7841
2006 Jan 23
1
Problems with Rails 1.0 on Ruby 1.8.4?
I think I recall reading that there were some incompatibilities, but that was a while back. What''s the current situation? -r -- Technical editing and writing, programming, and web development: http://www.cfcl.com/rdm/resume Contact information: rdm@cfcl.com, +1 650-873-7841
2005 Dec 08
0
SF Beer & Dim Sum SIG (12/28) - !change of venue!
It turns out that the Long Island Chinese Restaurant has (a) moved and (b) changed its name (to "Wild Pepper"). So, please visit the SIG''s page (http://cfcl/rdm/beer_and_pizza) for new directions! -r -- email: rdm-go8te9J4rpw@public.gmane.org; phone: +1 650-873-7841 http://www.cfcl.com - Canta Forda Computer Laboratory http://www.cfcl.com/Meta - The FreeBSD Browser,
2006 Jan 02
1
January Ruby events in the SF Bay Area
Bosco So has located a promising new venue for the SF Ruby Meetup: There is WiFi access to the Internet as well as a large plasma TV/monitor for presentations. In addition to offering caffeine in various forms, they have sandwiches and desserts. Lastly, there are lots of dining opportunities nearby for apres-event chowing. -- http://ruby.meetup.com/6/events/4815812 Meanwhile,
2015 Jun 24
2
EXT4/LVM recommendations for 3TB of mdbox ?
Hello, Do you have recommendations on EXT4 and LVM options for a 3TB file-system for mdbox? We currently use the mbox format on a XFS with poor performances since the update in v2.1 (Debian). We will switch to EXT4 to have the possibility of shrinking the file-system if needed (which is not possible with XFS), we currently have LVM partitions but with mdbox we will use LVM snapshots to