similar to: cleanup_recycle.pl problem (maybe OT)

Displaying 20 results from an estimated 3000 matches similar to: "cleanup_recycle.pl problem (maybe OT)"

2003 Sep 10
1
Opening files issue.
Hi all. I've looked, and I do recall a posting from earlier addressing this, but I can't get the right combo of key-words to google up the solution. If I open a file (say a .doc) from windows explorer, the program launches and that file loads quickly. If I use the open dialogue from the application, the file loads slowly. Looking in performnce monitor I see that if I load the file from
2003 Jan 29
2
CUPs and Samba and XP
Hullo All. The preamble.... Samba 2.2.7a compiled against CUPS, CUPs v 1.1.6 (version that came with Mandrake 9.0), using client side drivers (raw printing) on XP. Printing works, cancelling jobs via the web interface works after the spooling is done. What doesn't work. Pausing jobs (though that's not as important as the next trouble) and cancelling jobs from XP. If I cancel a job by
2004 Jun 02
1
Unable to execute program from smbldap-passwd.pl om samba 3.0.4
Hello! Recently I've migrated from samba 2.2.8a to 3.0.4. I use ldap as user database backend. To synchronize unix password the smbldap-passwd.pl script is used. But I need to sync virtual mail passwords as well. That is why I added to the script few lines of code. Mainly I call external programs. The code is like this: system("/etc/cron.hourly/sqwebmail-cron-cleancache"); When I
2006 Jan 23
3
date.to_s trimming
When I convert a datetime to a string, it prints out something like this Jan 20 12:00:00 EST 2006 I want to trim off the last twelve characters, i.e. :00 EST 2006 I tried to do it like so: @date = @meeting.date.to_s.chomp.chomp.chomp.chomp.chomp.chomp.chomp.chomp.chomp.chomp.chomp.chomp but the chomps seem to do nothing. I''d love to use regex, but I don''t know which
2003 Jan 17
0
PDC Trouble
Running 2.2.7a as a Samba PDC. My root account seems to have been killed off. I can't join computers to domains, I can't add users, I can't login with a 2000 box as root. If I try and login as root I get "The system cannot find message text for message number 0x%1 inthe message file for %2" . It's possible that I really pooched it. I migrated our PDC to samba from
2002 Nov 20
2
Limiting User Space on Samba Share
Hi, Can someone tell me if Samba can limit users to certain amounts of space on specified shares? If so, where would I go to find out how to implement it? I have the following setup: RHL 7.2, Samba 2.2.3a using a Windows 2000 PDC with Winbind. I want to be able to set a limit for each user on certain folders/shares on the Linux box that they are accessing from Windows systems. Thanks, Kevin
2010 Dec 26
6
variables created with generate() function have a newline when used in a template
I have this in nodes.pp $puppetmaster_fqdn = generate("/usr/bin/facter","fqdn") and this in a template http://<%= puppetmaster_fqdn %>:8080 When puppet runs, this is the result: http://puppet.home :8080 Anybody any clue to whats causing this? I''ve tried -%> -- You received this message because you are subscribed to the Google Groups "Puppet
2017 Jul 21
3
[PATCH] common/mlstdutils: Add chomp function to remove \n from end of strings.
This is like the Perl chomp function, it removes a single \n from the end of a string if present, else leaves the string alone. I believe I found the only (two) places where such a function is used, but there may be a few more lurking. --- common/mlstdutils/std_utils.ml | 7 +++++++ common/mlstdutils/std_utils.mli | 2 ++ common/mlstdutils/std_utils_tests.ml | 10 ++++++++++
2016 Apr 15
0
aggregate combination data
Hello, I'm cc'ing R-Help. Sorry but your question was asked 3.5 years ago, I really don't remember it. Can you please post a question to R-Help, with a reproducible example that describes your problem? Rui Barradas ? Citando catalin roibu <catalinroibu at gmail.com>: > Dear Rui, > ? > I helped me some time ago with a code..... regarding aggregated data >
2013 Oct 15
2
extract regression coefficients
Hello all! I have a problem with R. I want to extract regression coefficients from summary and use it for compute the theoretical values. How can I do that in R? thank you! best regards, -- --- Catalin-Constantin ROIBU Lecturer PhD, Forestry engineer Forestry Faculty of Suceava Str. Universitatii no. 13, Suceava, 720229, Romania office phone +4 0230 52 29 78, ext. 531 mobile phone +4
2010 Dec 30
4
perl code to remove newlines
Given an HTML file which looks like this: --------- begin snippet --------- <HTML ><HEAD ><TITLE >We've Lied to You&#8230;</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="Maximum RPM" HREF="index.html"><LINK REL="UP"
2013 Mar 27
3
animated charts
Hello all! I want to create animated chart of temperature variation in last century. how can I do this with R? Thank you! -- --- Catalin-Constantin ROIBU Forestry engineer, PhD Forestry Faculty of Suceava Str. Universitatii no. 13, Suceava, 720229, Romania office phone +4 0230 52 29 78, ext. 531 mobile phone +4 0745 53 18 01 +4 0766 71 76 58 FAX: +4
2009 Nov 04
11
Sending Mails with mutations ä,ü,ö
Hi everyone I am sending mails with rails in German. The Problem is that the German letters ä,ü,ö are arriving correctly at the receiver. When the subject contains the word Für the receiver gets Für Does anybody knows this issue? Thanks in advance. Adam -- Posted via http://www.ruby-forum.com/.
2005 Dec 29
6
How do I open and read/write to a file?
I need to process some text files quickly. I''ve not been able to find the answer in the archive. The Ruby Standard Library site times out. Can someone tell me where to find info on how to: 1. Get a list of filenames in a directory. 2. How to open a file. 3. How to read it a line at a time. -- Thanks in advance for the help, -Larry "Work, work, work...there is no satisfactory
2012 Mar 16
3
custom fact issue
Would anyone please assist me on this one? This fact seems to work, but it doesn''t return when called directly via facter --puppet noop, but the resulting facts end up in the reports. I''m at wits end with this. Thanks! <snip> utc_hour = Facter::Util::Resolution.exec(%q</bin/date -u +"%H">).chomp Facter.add(:noop) do setcode do
2011 Aug 25
5
custom fact regex problem
Hi guys I have a custom fact envt, it was working fine but now I have to make some changes in it; puppet client''s hostname is of the type 1234qa-abc-de.local where 1234 can be any thing of any length.My custom fact should contain qa, ie I want to check in the first part(before the first -) of the hostname if there exists a pattern/word qa and if it exists then my custom fact for envt
2003 Jan 18
1
An addendum to my PDC troubles.
OK, I lied a bit about not being able to add users. I can do that just fine, if I remember to set the UID above 1000. I still cannot add a computer or log in as root with a client machine. I can change password just fine from WIN2000/XP for all users, including root. I get the error message "The system cannot find message text for message number 0x%1 inthe message file for %2" only if
2007 Nov 18
2
Obtaining x-values from ECDF
Dear Group, I am using the ecdf function as follows: cawa.cdp <- ecdf(cawaocc$LEFF80) summary(cawa.cdp) Empirical CDF: 223 unique values with summary Min. 1st Qu. Median Mean 3rd Qu. Max. 0.07918 1.35700 1.68600 1.61000 1.91200 2.70000 I can see by the summary that the y-value for the 3rd quartile is 1.912. How can I obtain the x-value for a specified y-value (e.g., 0.8)?
2009 Dec 01
1
ggplot legend for multiple time series
Hello All, I am trying to create a legend for a black-white graph. The package I use is ggplot2. It can add colors to the legend key but not line types. Can you please help? # example from Wickman (2009, ggplot2 - elegant graphics for data analysis, page 109) library(ggplot2) huron <- data.frame(year=1875:1972, level=LakeHuron) ggplot(huron, aes(year)) +
2013 Feb 10
1
compute exponential model with R
Dear R users, Please help me to compute an exponential model with R. Thank you! -- --- Catalin-Constantin ROIBU Forestry engineer, PhD Forestry Faculty of Suceava Str. Universitatii no. 13, Suceava, 720229, Romania office phone +4 0230 52 29 78, ext. 531 mobile phone +4 0745 53 18 01 +4 0766 71 76 58 FAX: +4 0230 52 16 64 silvic.usv.ro [[alternative