search for: scirpt

Displaying 13 results from an estimated 13 matches for "scirpt".

Did you mean: scipt
2017 Nov 16
2
gnome boot problem
Not understanding. At what point in the boot process should I be doing that and why would I need to do that at all? Seems like it's something wrong with the Plymouth and plymouth-scirpt packages....I uninstalled them and rebooted I didn't get stuck in a loop but I didn't have a gui. I reinstalled and I'm back at the Plymouth wait error. On Thu, Nov 16, 2017, 4:55 PM Gordon Messmer <gordon.messmer at gmail.com> wrote: > On 11/16/2017 01:28 PM, dominic adair-j...
2014 May 21
2
Per-user Sieve script location question
...d, /home/vmail/domains/sieve i looked up Dovecot docs for per user but i don't understand clearly can i replace sieve parameters like sieve = /home/vmail/domains/..................edu.tr/%n/.dovecot.sieve sieve_dir = /home/vmail/domains/.........................edu.tr/%n/.sieve for per user scirpt. thanks in advance. -- Sel?uk YAZAR
2009 Mar 02
2
Bash script that uses an R command
I have wriiten (with the help of the internet) a bash scirpt for my debian ppc 5.0 laptop to display battery remaining in a panel on the xfce desktop environment. echo `hal-device | grep battery.remaining_time | awk '{print $3/3600}' `-battery and this nicely spits out 4.95 hours in the panel. This is fine except it is a snow day and I have some...
2012 Dec 14
4
New Puppet User: Issues with pre-commit script
...working on adding all the configs to SVN since I will have all my users checkout the nodes.pp file and place their node entries in this file via SVN. I would like to do some check on this file before it is checked in to make sure there are no syntax errors. I am using the following pre-commit scirpt that I came across online: -- #!/bin/bash REPOS="$1" TXN="$2" tmpfile=$(mktemp) export PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin" for file in $(svnlook changed -t "$TXN" "$REPOS" | awk ''/^[^D].*\.pp$/...
2017 Nov 16
0
gnome boot problem
...y see text that describes why the boot process isn't completing. > and why would I need to do that at all? Because long ago the debugging text was deemed confusing, and a graphical wallpaper was placed over it. > Seems like it's something wrong > with the Plymouth and plymouth-scirpt packages. That's unlikely.? Those packages are probably just hiding the actual problem.
2004 Jan 06
0
dfree and linux quota
...and there are no quota. Now my question: How can I get the real path of a share parsed to my dfree-script? Thanks in advance Johannes Laemmermann I've tried any other substitution but without any positive result. My dfree command entry: dfree command = /scripte/dfree/smb_dfree.pl %U My perl scirpt: #!/usr/bin/perl use Quota; my ($dev,$uid,$isgrp); my ($bc,$bs,$bh,$bt,$ic,$is,$ih,$it); $dev="/dev/md3"; #$uid=`getent passwd $ARGV[0]|cut --delimiter=\: --fields=3-3`; $uid=`getent passwd sjohlae|cut --delimiter=\: --fields=3-3`; ($bc,$bs,$bh,$bt,$ic,$is,$ih,$it) = Quota::query($dev,$ui...
2004 Jun 13
1
[Help] IMQ download traffic is duplicated !?
...ortant stuff, but I do not understand why my download traffic is duplicated in both. It work fine for my upload traffic (same setting except the red class but I have the same result if I create an esfq instead). Any comments/information will be appreciated. Below my config : tc commands from my scirpt : # TC on my download link tcdownload () { tc qdisc add dev $TC_D_INT root handle 1: htb default 99 debug $HTB_DEBUG tc class add dev $TC_D_INT parent 1: classid 1:1 htb rate ${D_LIMIT}kbit # VOIP class have the highest priority tc class add dev $TC_D_INT parent 1:1...
2009 Jun 17
1
gbm for cost-sensitive binary classification?
I recently use gbm for a binary classification problem. As expected, it gets very good results, based on Area under ROC with 7-fold cross validation. However, the application (malware detection) is cost-sensitive, getting a FP (classify a clean sample as a dirty one) is much worse than getting a FN (miss a dirty sample). I would like to tune the gbm model biased to very low FP rate. For this
2011 Sep 11
0
Sieve envelope :detail "to" "xxx" does not deliver to fileinto destination
Dear Listmember. I try to migrate from my current courier-mta setup fo postfix dovecot setup. I use the following scirpt to filter to the destination mailbox. ### /var/vmail/none.at/al/sieve/lists.sieve require ["fileinto", "subaddress", "envelope" ]; if envelope :detail "to" "pdnsusers" { fileinto "Lists.pdnsusers"; } ### postfix/master ### doveco...
2017 Nov 16
5
gnome boot problem
greetings all. running centos 7. i recently performed an upgrade and the server rebooted later in the night. now everytime i start my server its sits at the grey gnome background. i can hit ctl+atl+f2 to get to another console and the error message states "a start job is running for wait for plymouth boot screen to quit". i can ssh into the server but i dont see any obvious issues. this
2011 Sep 12
3
Sieve envelope :detail "to" "extention" does not deliver to fileinto destination
Dear Listmember. I resend this with different Subject so that the spamfilter does not drop the mail, I hope ;-) I try to migrate from my current courier-mta setup fo postfix dovecot setup. I use the following scirpt to filter to the destination mailbox. ### /var/vmail/none.at/al/.dovecot.sieve # from http://wiki.dovecot.org/LDA/Sieve require ["fileinto", "envelope", "subaddress", "include"]; include "lists.sieve"; if envelope :detail "to" "wor...
2010 Jun 25
5
Error installing gems for Rails 3.0.0.beta4 on MacOSx
I tried to install Rails 3 Beta in my snow.leopard machine using the command below: (w/ sudo if it requires) gem install tzinfo builder memcache-client rack rack-test rack-mount erubis mail text-format thor bundler i18n unfortunately after 12 gems installed i got an error regarding builder-2.1.2 12 gems installed Installing ri documentation for tzinfo-0.3.22... Installing ri documentation for
1999 Jul 01
1
SAMBA digest 2150
...; that prints the command history as in the shells. > > And of course, it allows the standard keystroke bindings > of readline. For example, Ctrl-L clears the screen, arrow keys work etc. > > A thing that has not been tested is "smbclient" being > used in scirpts like "smbprint" that pipe files to the > application to send them for printing. Maybe "readline" gets into > the way and produces problems. > > Regards, > Simos Xenitellis > > Patch for samba-2.0.4b/source/client/client.c > > 1572a1573,1592 > >...