Displaying 20 results from an estimated 751 matches for "untouched".
2013 Jan 04
5
How to manage one line in a file by puppet
Hi,
I want to write a puppet module for xen on Debian. This module will need
to manage one line in the file /etc/default/grub, namely the line
starting with "GRUB_CMDLINE_XEN=". Currently I want to leave the rest of
the file untouched.
Which would be the best way to do this?
I see two options:
a) Do some `sed` magic on the file in a `exec` call. Downside: puppet
won''t notice when the line gets manually changed.
b) Have some support for sections inside files, like this:
[... part of file untouched by puppet ...]
###...
2001 Jul 29
0
The users, modems, and spools are all useless and untouched.
I sell dumb PGPs within the vulnerable strong tape, whilst Ayn
daily vexates them too. It's very plastic today, I'll post locally or
Mike will kill the ideas. Other lower out-of-date archives will
know quickly behind zipdisks. Will you distribute beneath the
complaint desk, if Willy absolutely transports the screen? My
clear monitor won't facilitate before I compile it.
2002 Jul 21
3
password case sensitivity
...: authentication failure;
logname= uid=0 euid=0 tty=samba ruser=
rhost=streetwalker.pristine.com.tw user=imacat
After several days of debugging, I found that the server had
received the password for 3 times: The client sent an upper-cased
version of the password and failed twice, and then the untouched password
(which is correct and successful).
I guess it's the historical compatibility reason that Windows 98
does so. I can try the "password level", though, but it can't fix the
delay (and maybe timeout) problem.
Since it will send the untouched password at last, is th...
2009 Apr 20
1
Random Forests: Predictor importance for Regression Trees
...riable is categorical:
1. For out-of-bag (oob) cases, randomly permute their values on
predictor P1 and then put them down the tree
2. For a given tree, subtract the number of votes for the correct
class in the predictor-P1-permuted oob dataset from the number of
votes for the correct class in the untouched oob dataset: if P1 is
important, this number will be large.
3. The average of this number over all trees in the forest is the raw
importance score for predictor P1.
I am wondering what step 2 above looks like if the response variable
is continous and not categorical, in other words - for a Regress...
2002 Dec 11
4
Corrupted OGGs (Winamp or Mac OS?)
I recently ripped a bunch of tracks to ~192 VBR OGG using OGGDROP
XPd v. 1.1 running on Win98 SE and they worked fine and sounded
great in Winamp 2.80. I then edited the tags (also with Winamp
2.80) and copied the files over to to my Mac G4 running OS 9.0.4,
where they sat untouched for about a month. Now, having copied
them back to my Win98 SE machine, they won't play in Winamp,
and--attempting to convert back to WAV--OGGDROP says they're
corrupted.
Does this sound familiar to anyone? Any suggestions on
diagnosing/recovering the OGGs? I saw the thread in the list
ar...
2016 Jun 20
7
Disabling passdb pam in local.conf
Greetings,
I'm trying to create a configuration that leaves every config file deployed by
an install process or paket management software untouched. The goal is to put
every configuration required into /etc/dovecot/local.conf.
I've come quite far, but I fail to disable pam as passdb service in
local.conf. What I get if I run doveconf -n is this section:
passdb {
driver = pam
}
It is in there, because 10-auth.conf includes it:
!includ...
2011 May 25
1
Hook script to preserve one partition untouched during install
...In high level, this script behaves as the following:
a) Consume a kernel parameter that indicates which is the HDD device and
partition to preserve. The syntax for this kernel parameter is the
following:
ignore_vol=/dev/sdb:1
In this example, /dev/sdb is the device, and partition #1 will be left
untouched.
Notice that the device listed in ignore_vol cannot be present in
storage_init also --- devices in storage_init will be formated by the
RHEV-H install process. Also, AppVG logical volumes sizes should not be
specified in storage_vol kernel parameter. Hence, the RHEV-H
installation process will onl...
2005 Apr 01
4
error in kmeans
...5),165,165,byrow = T)
cl <- kmeans(M,centers=10,20)
len = dim(M)[1]
....
....
I ran the same script last night and it was working prefectly. I have not
made any changes at all !!!And this is very strange. This evening when I ran
the same script i am getting this error. My matrix file is also untouched.
Can any one let me know how to go about this. I must generate 10-mean
clusters
Is there anyother way of doing it ? and how to avoid such error in future?
Asha
http://www.cross-tab.com/surveys/run/test.asp?sid=2026&respid=1 Help us help
you better!
2006 Jul 24
4
Destroy action doesn''t work?
Hi all,
Here is my Customer controller''s destroy method:
** def destroy
Customer.find(params[:id]).destroy
redirect_to :action => ''list''
end
It''s stock, untouched scaffold code. When I submit the URL:
http://localhost:3000/customers/destroy/11
The entry in the MySQL database with id 11 is not destroyed. The destroy
method won''t destroy any MySQL entries. Any idea why this is?
- David
-------------- next part --------------
An HTML attachment w...
2016 Oct 18
5
RFC: Killing undef and spreading poison
...s to "poison", and your proposed lowering of a bitfield write
> throws away the value of every other adjacent bitfield. Am I missing
> something?
Right, a load touching a single uninitialized bit results in poison.
The trick is that on the first bitfield write, all the remaining untouched
fields become initialized (with an arbitrary value, though). Essentially we
are making the adjacent bitfields undef.
So if you have:
struct foo a;
a.x = 2;
a.y = 3;
IR becomes:
%a = alloca foo
%x = load %a
%x2 = freeze %v ; %x2 not poison
%x3 = bitmasking ; %x3 not poison
store %a, %x3
%y =...
2011 Jun 13
2
Odd issue with custom udev rule at boot
...doing so at boot? The file in questions I've called /etc/udev/rules.d/49-udev-override.rules and it contains
KERNEL=="tty[A-Z]*", NAME="%k", GROUP="rcl", MODE="0660", OPTIONS="last_rule"
the default 50-udev.rules file has been left untouched. SELinux is in permissive mode and so I can't find a reason why it is happening. Anyone have any ideas?
--
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone : 778-782-6573
Fax : 778-782-3045
E-Mail : jpeltier at sfu.ca
Website : ht...
2010 Jan 30
3
Checksum fletcher4 or sha256 ?
Hi,
I''m atmost ready to deploy my new homeserver for final testing.
Before I want to be sure that nothing big is left untouched.
Reading ZFS Admin Guide About the checksum method, there''s no advice about it.
The default is fletcher4. there''s also SHA256
Now the sha256 is pretty ''heavy'' to calculate, so I think that it''s left out because can impact the performance in some signifi...
2008 Nov 17
2
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...because R1.'a'bab and
R2.'b'baa)
the 'b' channel of R3 will be equal to the 'b' channel of Rt1 plus the 'b'
channel of Rt2, (i.e. 'b' from R1 + 'b' from R2, because R1.a'b'ab and
R2.b'b'aa)
the 'c' channel of R3 will be untouched, the value of the 'c' channel of Rt1
plus the 'c' channel of Rt2 (i.e. 'a' from R1 + 'a' from R2, because
R1.ab'a'b and R2.bb'a'a) will be lost.
the 'd' channel of R3 will be untouched, too. The value of the 'd' channel
of Rt1 plus the...
2009 Jan 19
2
Shared Mailboxes (symlink) and kmail: known issues?
Hi,
are there any known issues with symlinked-shared-mailboxes and kmail?
I use virtual users (LDAP), so there are no unix-permissions related
problems here: all mailboxes are owned by the local user vmail.
Each user maildir has some symlinks to shared mailboxes. This works
fine if I use squirrelmail as a MUA.
kmail instead seems to have some problems: if I save a mail into the
2006 Nov 16
2
Samba -> Linux copies fine, Samba -> Windows hangs all existing connections
...from a
Linux machine.
When I want to copy files from the Samba server to a Windows XP SP2
machine (connection made from Windows), it copies a couple of files, and
then everything just freezes - Samba doesn't send any more packets, and
I have to reconnect all connections.
SSH connection is untouched, and this phenomenon concerns only files
copied via Samba.
Anyone else seen this?
--
Tomasz Chmielewski
htp://wpkg.org
2001 Jan 17
2
Connections automatically timeout?
Hi --
Recently set up OpenSSH on a number of machines that I'd been using
ssh2 on (illegally, it turns out... gotta read the small print!).
OpenSSH is working great except for one small thing.
If I leave an openssh connection untouched for a few hours, it seems to
automatically disconnect. I don't see this behaviour with ssh.com
ssh, either v1 or v2.
I have Keep-Alive set to 'no' for both openssh and commercial ssh, but
can't find any other possibly relevant directives. Am I missing something
obvious?
Thanks!...
2018 Feb 06
2
Pre Poettering rsync?
Hi all,
Five minutes ago I heard a rumor that Lennart Poettering has rewritten
rsync. My top urgency is to download the latest numbered version of
rsync untouched by Lennart Poettering: I'll find out if the rumor is
true or false later.
I've downloaded rsync rsync-3.1.3.tar.gz and rsync-patches-3.1.3.tar.gz
from https://download.samba.org/pub/rsync/ . Is the source code in both
those files unmodified by Lennart Poettering?
According to
http://0poin...
2005 Apr 27
2
Cups updates - overwriting mime.* files
Every time cups is updated I have to check mime.convs and mime.types to
ensure that references to handling raw file types are uncommented otherwise
we notice that one of our printers stops working because the files are
overwritten by the updates. Should config files not be left untouched?
We do have 'print command = lpr -r -oraw -P %p %s' in smb.conf but this on
its own didn't make the printer work.
Do I just need to keep checking or is there a better way
Oh, Centos 3.4, by the way!
Thanks
Nigel Kendrick
2004 Dec 30
5
migration from bincIMAP
...using Freebsd 4.10stable, postfix 2.1.5 with SASL and TLS,
procmail version 3.22 and binc IMAP 1.2.8 binc uses IMAPdir style mail
boxes, Spam assassin, and ClamAV. Wish to convert to dovecot but your
program does not support IMAPdir does it??? also i have many user
accounts that i wish to use untouched if possible. I guess this is a
migration question for the most part i am switching to dovecot because
of its ability to use postgre database files and real log file. Is
there a simple way to achieve this without losing any of my users mail?
--
COMPUTER KING for all your computer needs
h...
2010 May 24
2
Upgrading Samba
...to work on a test machine.
After upgrading via "rpm -U ./*.rpm", starting nmbd and smbd, I can no
longer log in to the domain, I get:
netlogon_creds_server_check failed. Rejecting auth request from client
FREESCALE machine account FREESCALE$
While /etc/samba/smbpasswd remains seemingly untouched from the upgrade, I
have to delete and recreate each account before it will let me log in to the
domain.
Since there are about a hundred workstations (and more accounts), I'd like
to make this a more seamless transition... any tips for a newb?