similar to: failsafe against "stupid" / careless users

Displaying 20 results from an estimated 1000 matches similar to: "failsafe against "stupid" / careless users"

2002 Mar 04
2
PDC, NIS and password sync.
Hi. I have for a while been trying to get my samba 2.2.1a PDC to be a NIS master and still maintain the password sync feature, without any luck. Now I made something that seems to work - but I would like to get your input to see if what I do is ok or it is something I should'nt do. 1: Samba uses passwd to sync the password (not yppasswd) 2: cron runs make in /var/yp every 15 minutes to
2002 Oct 25
1
Re-establishing a Samba 2.2.1a domain controller after major "crash"
Our Samba 2.2.1a domain controller suffered a major disk error the other day. The partition with /etc and /dev died. :( I?ve now reinstalled SuSE 7.3, and re-established the UNIX password files (passwd, group, shadow) from backup, further more I?ve re-established the files from /etc/samba (MACHINE.SID, groups.mapping, lmhosts, machine.sid, secrets.tdb, smb.conf, smbpasswd, smbusers). All my
2010 Sep 27
2
[LLVMdev] Any plans to add LLVM support for ARM EH EABI ?
I am new to LLVM but have perused the code alongside using llvm-gcc and CLANG to build ARM EABI objects. Based on this superficial analysis it appears that LLVM currently does not support the ARM Exception Handling ABI (as defined under the EABI). Can anyone comment on whether plans are in place to remedy this? I did see the discussion regarding work on the MC for ARM. Will this work include
2007 Jul 26
0
(PR#9810) Problem with careless user of RODBC (was SQL
Your error message was >> d <- sqlFetch(channel, District) > Error in odbcTableExists(channel, sqtable) : > object "District" not found and as you had not defined an object 'District' in that session, it seems perfectly plain. If you want to refer to table "District" you have to give a character string (with quotes), not the name of an R
2001 Oct 31
3
Samba network recycle bin
>>>Is there a way we can recover deleted files in samba >>>shared folders?? >> on ext2 part. u can undelete files with mc. >Or use the "network recycle bin" patch, from >http://www.amherst.edu/~bbstone/howto/samba.html How come this is not implemented to the official version of Samba? Would be quite useful. Anyone tried this patch with 2.2.2 yet?
2010 Mar 24
6
dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder
I''m doing a series of ruby on rails tutorials and it got to a part where i need to edit the following files that should be automatically inside the public folder: dispatch.cgi,dispatch.fcgi,dispatch.rb but I have none of these inside my public folder. Is there a reason for this? And how can i change it so they are back The only files in my public folder at present are 404.html 500.html
2001 Aug 16
1
Deadlock occurring while opening documents in Notes R5
Version is cvs checkout today at approx 0900 CET. Running on a debian/unstable box with dist-upgrade as of 0830 CET today, and with no windows installed. Problem can easily be reproduced, and deadloc happens everytime I do this. Open database, everything is fine, open document.. wait a few seconds and wine hangs. output from wine: -- err:win32:_EnterSysLevel (0x4075062c, level 2): Holding
2001 Nov 10
3
Patch for events like "On Create", "On Modify"...
Hi all :) I have spent my night thinking about one problem that my company asked me to solve, and I come to the conclusion that is a little bit easy to do ( I guess... ). The problem with the Recycle bin was solved with the patches that Brandon made ( http://www.amherst.edu/~bbstone/howto/samba.html )...the recycle bin is working fine :) Lets see: The files go to the bin on a kind of "On
2006 Jun 13
4
Ruby app to rails?
Hi. Im am considering porting an c++ application to Ruby, and me company would also like to have an web-version of this particular application. If say there is an XML validator in the app. Then can Ruby and RoR share this in an easy way, so i wouldnt have to maintain 2 branches of the same XML validator. Best Regards. Lasse Thomsen -- Posted via http://www.ruby-forum.com/.
2010 Mar 23
7
redirection in format.json ...
I have presently a render :json which modify the current page if @request.save format.html { redirect_to(@request) } format.json { render :json => { :result => ''success'', :request => request_path(@request) } } .... but I would like rather to redirect to an index page I wrote this but it doesn''t redirect ... format.json {
2001 May 02
3
Weird graphical glitches while running notes.
My system is a debian/unstable box. I'm running daily cvs snapshots of wine and Lotus Notes R5.07. The problem is that it seems like wine isn't getting the redraw messages from the application or wine isn't sending the redraw messages to the application. So I get large areas of the program blank/black/see through to old gfx. It especially occurs with frames/framsets in notes. For
2010 Sep 27
0
[LLVMdev] Any plans to add LLVM support for ARM EH EABI ?
On Mon, Sep 27, 2010 at 8:50 AM, Dennis Taul <dtaul at codeaurora.org> wrote: > > I am new to LLVM but have perused the code alongside using llvm-gcc > and CLANG to build ARM EABI objects. > > Based on this superficial analysis it appears that LLVM currently does > not support the ARM Exception Handling ABI (as defined under the > EABI). > > Can anyone comment on
2010 Mar 24
3
More elegant solution for "missing" has-many through ids?
I have LabGroup and LabDesc which have many through LabDescGroup. I''d like to identify LabDescs which don''t have a LabGroup. This works: x = [] LabDescGroup.find( :all, :select => ''DISTINCT lab_desc_id'' ).each{ |c| x << c.lab_desc_id } y = [] LabDesc.find( :all, :select => ''id'' ).each{ |c| y << c.id } notfound = x - y But
2010 Mar 24
4
grouping and acts_as_tree
hi, im using acts_as_tree and im not sure on how to group find-result. x = find.almost_all <p> <% for y in @x.ancestors.reverse %> <%= link_to h(y.title), page %> &gt; <% end %> </p> gives me a nice "breadcrum". but how is it possible to group the list lets say by the 1level or second level? thx -- You received this message because you are
2010 Mar 26
6
Rake argument error
Hi, I''m having a problem loading a sample data with simple rake command. rake db:fixtures:load When I run the above command,I get the following error $rake db:fixtures:load (in /home/raghu/www/photos) rake aborted! a YAML error occurred parsing /home/raghu/www/photos/test/fixtures/photos.yml. Please note that YAML must be consistently indented using spaces. Tabs are not allowed. Please
2003 Sep 02
2
dovecot, vpopmail and djb's tcpserver
Hello! I've tried to set up dovecot in conjuction with vpopmail, and running it under djb's tcpserver instead of (x)inetd. Btw - there was no reference to setting dovecot up using (x)inetd either in the manuals/faqs i read, though I didn't search all that hard. Anyway, back to my Q: vpopmail uses vchkpw as an authentication mechanism, and with tcpserver I can do relaycontrol (based
2009 Oct 22
3
PDF too large, PNG bad quality
I wish to save a scatter plot comprising approx. 2 million points in order to include it in a LaTeX document. Using 'pdf(...)' produces a file of size about 20 MB, which is useless. Using 'cairo_pdf(...)' produces a smaller file, around 3 MB. This is still too large. Not only that the document will be too large, but also PDF viewers choke on this. Moreover, Cairo has problems
2006 May 30
11
Display XML file, with some formatting.
Hi. Im quite new to this Rails thing, but it seems like a good product so why not try it out whit a little prototype i need to build. What i want is to load any given XML file, and display it with some formatting. I have some XSD shemes to validate the XML files against, but its not vital rigth now. But how should i approach this task? At first it would proberly be a good idea to load the
2009 May 08
4
howto find x value where x=max(x)
Hi, fp is a data frame like this ,----[ fp ] | Frequenz AmpNorm | 1 3322 0.0379490639 | 2 3061 0.0476033058 | 3 2833 0.0592954124 | 4 2242 0.1275510204 `---- i want to find the "Frequenz" where "AmpNorm" is max. I use this line as workaround: PeakFreqHz = subset(fp, AmpNorm == max(AmpNorm))$Frequenz[1] Is there something nicer? And is there an
2017 Dec 14
2
delta and sd parameters for power.t.test
What is the rationale behind having both the delta and sd parameters for the power.t.test function? For the relevant noncentrality parameter, we only need the ratio delta/sd. If my effect size is given as Cohen's d, then I only got that ratio and not sd. As far as I see, in such a case, I can specify delta=d and leave sd at its default value 1. Is this correct or am I missing something?