search for: porter

Displaying 20 results from an estimated 589 matches for "porter".

Did you mean: ported
2011 Feb 07
4
delete rows
Hello. I came across your response in an R forum and could use your help. I have a data set with 472 rows. I want to delete rows 416 through 472. The name of my data set is MERGE. I am an extreme R novice. How do I write a script to accomplish this? Thank you. --- Christopher H. Porter, M.A., M.Ed. Director, Undergraduate Recruitment College of Engineering and Science Clemson University 106B Holtzendorff Hall (864) 656-7870 (864) 656-1327 - Fax AIM: ClemsonCES http://www.clemson.edu/ces/psu/ [[alternative HTML version deleted]]
2000 Aug 23
6
WinAmp Streaming
I'm currently working on adding streaming capabilities to the WinAmp plugin and was wondering if I'm duplicating anyone else's work. Right now it's about half done. I'll be submitting the changes when it's finished (if I can figure out how to work CVS :-). Aaron Porter --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2011 Nov 27
5
Monitoring services
What's available to remotely monitor services? What I'd like is something that can run scripts for each service to connect to a port and verify that it's up, and then send me an SMS message (phone text) to let me know which, if any, are down. Also, does a script exist that checks all the services listed by chkconfig and reports those that should be up but are down?
2004 Jan 10
3
Domain group not working in valid users
...t with "wbinfo -g", and I can see the group listed in the test user's group list. Any idea what's going wrong? I want to allow the Win2k admin to control who has access to this share, so I don't have to create local accounts for all the people who need access. -- Kenneth Porter http://www.sewingwitch.com/ken/
2011 Jun 22
1
getting winbindd errors on OS X Server 10.6.6
...onnected to the system, which hosts files for a software build system. We don't think there's been a significant change in the way the clients interact with the server, nor have any software changes been made on the server. Any help figuring out what to do next is appreciated! -- Michael Porter Senior Desktop Admin and Project Lead 650-357-3415 michael.porter at efi.com<applewebdata://AED39CAB-3274-4D7E-8D18-10BC6694E14B/michael.porter at efi.com> ________________________________ Confidentiality notice: This message may contain confidential information. It is intended only for the...
2011 Jul 08
5
Triggering script from cron or web client
I have a Bash script, currently run a couple times an hour from cron, that pulls data from an old Windows DB by rsync, converts it to SQL, and injects it into a MySQL DB for display in a LAMP-based app. (Make and Perl are also involved to minimize the number of tables touched and to clean up the SQL generated by Pxlib.) I'd like to add the ability to refresh the data immediately from the
2008 Aug 15
5
SpamAssassin and Maildir with Dovecot
A patch has been proposed for SpamAssassin to process Maildir folders of spam: <https://issues.apache.org/SpamAssassin/show_bug.cgi?id=3003> Is this patch compatible with Dovecot's implementation of Maildir? For example, is anything needed to avoid stepping on Dovecot's metadata?
2002 Dec 29
3
lowess + turnpoints = doubling integers?
...ults have double-integers in the first case, and terminal zeros in the second. My project involves applying these functions in a batch run for dozens of data sets so I want to understand more about what is going on that yeilds these strange double-integers or zero-terminating values. Thanks, Bob Porter, Tampa
2008 May 19
6
Disallow folder delete
Is there a straightforward way to disallow the deletion of all IMAP mailboxes? I have a user who's deleted an important IMAP mailbox and I'm now recovering a recent copy from the backup. But I'd rather just blanket disallow all folder deletions. The user is using Thunderbird and this has happened more than once so I suspect Tbird is willing to let a folder get deleted too easily.
2012 Jan 13
4
Troubles with stemming (tm + Snowball packages) under MacOS
...- First time: Error in .jnew(name) : java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line Refreshing GOE props... - Second time: Stemmer 'porter' unknown! Stemmer 'english' unknown! Stemmer 'porter' unknown! Stemmer 'english' unknown! Stemmer 'porter' unknown! Stemmer 'english' unknown! Stemmer 'porter' unknown! Stemmer 'english' unknown! Stemmer 'porter' unknown! Stemmer &...
2013 Oct 15
3
Firewall/Gateway Hardware Question
I've given up on getting the other machine to work so I'm looking at building a new one. The machine will be a firewall/gateway running NAT, Web Proxy with Dansguardian, DHCP, DNS, NTP and VPN (~6 clients). I read so much about VPN encryption and the processor needs, now I am unsure if this will work. I can get this for AMD FX-8120 Zambezi 3.1GHz Socket AM3+ 125W Eight-Core Desktop
2005 Apr 28
4
Shorewall - Long Starting Times
We have been using Shorewall for years and are extremely grateful for the work that has been put into the system. It has never disappointed us once. For the first time this week, we have run into an issue. I am almost absolutely sure it has something to do with the configuration of the servers where it has been deployed. I am hoping someone on the list can assist. Some of our servers
2017 Jun 09
2
using autofs on C-7
On Thu, Jun 08, 2017 at 04:02:05PM -0700, Kenneth Porter wrote: > Automounting is now done through systemd. In my use, we continue to use autofs for automounts of CIFS volumes, because as best I can tell, systemd doesn't support using the request-key infrastructure to use a user's kerberos ticket to set up the automount. -- Jonathan Billing...
2017 Oct 04
2
systemd-networkd issue
On 4 Oct 2017 3:13 pm, "Kenneth Porter" <shiva at sewingwitch.com> wrote: On 10/3/2017 8:14 PM, Phil Manuel wrote: > systemd-networkd doesn't use those files at all. > > If you look at the appropriate ifcfg files eg > /etc/sysconfig/network-scripts/ifcfg-em1 do you see IPV6_FAILURE_FATAL=no > ? > Wher...
2008 Jun 25
2
R alternative to SAS PROC REPORT
...nderful graphics but I am wondering whether there is anything in R to provide customization of tables like PROC Report does in SAS. A Smile costs Nothing      But Rewards Everything Happiness is not perfected until it is shared                                                               -Jane Porter   [[alternative HTML version deleted]]
2011 Apr 29
0
Trying to get RWeka/Snowball to work
Hi! I was trying to install RWeka to be able to use SnowballStemmer in a Mac OS X 10.6.7 environment... but coudn't do it... I get error messages after: > library(RWeka); > install(Snowball); > ## Test the supplied vocabulary for the default stemmer ('porter'): > source <- readLines(system.file("words", "porter","voc.txt", + package = "Snowball")) > result <- SnowballStemmer(source) Error in .jnew(name) : java.lang.InternalError: Can't start the AWT because Ja...
2011 Aug 19
3
PHP 5.3: IUS vs CentOS repos
I need to upgrade PHP because the latest WordPress requires one at least at 5.2.4. What are the tradeoffs of using the php53 packages provided by CentOS versus IUS? I've seen that installing the RHEL-derived php53 requires removing php first and it creates package conflicts because it doesn't provide a virtual php-common package. That suggests I should install the IUS package. Is
2007 Aug 04
4
Asterisk
Is an RPM for Asterisk (the PBX system) available for CentOS 5? It looks like RPMforge is supposed to have one, as I can see dependent packages like asterisk-sounds, but the base package seems to be absent from the repository.
2006 Apr 04
1
Have the expanded rcorder behaviour merged to RELENG_5?
Hello, I saw in the Porters Handbook this OSVERSION macro: 6.0-STABLE after incorporating scripts from the local_startup directories into the base rcorder(8) <http://www.FreeBSD.org/cgi/man.cgi?query=rcorder&sektion=8>. 600101 I think that change has been merged to the RELENG_5 branch but I1m not sure. If so,...
2020 Aug 26
2
Viewing changelog for packages to be updated
On Wed, Aug 26, 2020 at 2:54 PM Kenneth Porter <shiva at sewingwitch.com> wrote: > > Is there some way to see the RPM changelog entries for a prospective yum > update? Ideally I'd like to see just the entries that are newer than the > version of the package I already have. > > I saw a new kernel in today's yum-cr...