search for: myroot

Displaying 15 results from an estimated 15 matches for "myroot".

2010 Jun 30
0
drb problem? ringy-dingy won't answer...
...def initialize( script_id, run_id, distrib = true ) self.script_id = script_id self.run_id = run_id self.distrib = distrib @myLog = '''' end def perform myScript = Script.find(script_id) # left out setting of variables used below... require "#{myRoot}/script/#{myScript.name}" fullScript = Object.const_get(myClass).new( myScript, myRun, runenv, myURI, myRoot ) if self.distrib require ''rinda/ring'' DRb.start_service ring_server = Rinda::RingFinger.primary service = ring_server.take([:name, :S...
2007 May 18
2
files deleted without --delete option
...owever, whenever I run rsync the files on the DST side are deleted if they were deleted from the SRC side. What am I doing wrong? I am running the following command: ======================================================== rsync -avz --progress --force --delete-excluded --exclude-from=exclude.txt myroot@192.168.1.2:/mnt/array1/ /mnt/harddisk3/ ======================================================== This is what is in my exclude file: ======================================================== debian:/home/jchaven/scripts# cat exclude.txt thumbs.db Thumbs.db Temp/ debian:/home/jchaven/scripts# ====...
2013 Apr 12
1
Problem with handling of attributes in xmlToList in XML package
...me="netbios-ssn" method="probed" conf="10"/></port> </ports> <times srtt="647" rttvar="71" to="100000"/> </host>' I want to store this as a list of lists, so I do: mytree<-xmlTreeParse(mydoc) myroot<-xmlRoot(mytree) mylist<-xmlToList(myroot) Now my problem is that when I want to fetch the attributes of the services running of each port, the behavior is not consistent: > mylist[["ports"]][[1]][["service"]]$.attrs["name"] name "msrpc" > my...
2005 Jul 07
1
migrating samba 2.2.8a PDC to 3.0.12 SID problem
.../smbusers map to guest = Bad User include = /etc/samba/dhcp.conf logon path = \\%L\profiles\.msprofile logon home = \\%L\%U\.9xprofile logon drive = P: ;LDAP passdb backend = ldapsam:"ldap://127.0.0.1" ldap suffix = o=myroot ldap admin dn = cn=Manager, o=myroot ldap ssl = No hosts allow = 192.168. 127. localhost local master = yes preferred master = yes domain master = yes domain logons = yes [...] thanks
2009 Jun 25
1
DO NOT REPLY [Bug 6508] New: Inconsistent exit code behavior between local, ssh transport, and rsyncd transport
...discussions (in bugzilla or on the web) concerning inconsistent exit code behavior when comparing the ssh transport to a direct rsyncd connection. How to reproduce: ----------------- (0) mkdir rsync_experiment ; cd rsync_experiment (1) Prepare rsyncd. I put the following in /etc/rsyncd.conf [myroot] path = /root/rsync_experiment/ uid = 0 read only = false (2) Launch rsyncd. On Ubuntu edit /etc/default/rsync to have "RSYNC_ENABLE=true" and then do "invoke-rc.d rsync start" (3) Create a loop script to create/delete files as rapidly as possible: #!/bin/sh mkdir -p...
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
...e_md boolean true > # And the same goes for the confirmation to write the lvm partitions. > d-i partman-lvm/confirm boolean true > d-i partman-lvm/confirm_nooverwrite boolean true > +d-i partman-basicfilesystems/no_swap boolean false > + > +d-i partman-auto/expert_recipe string myroot :: 500 10000 1000000 ext4 \ > + $primary{ } \ > + $bootable{ } \ > + method{ format } \ > + format{ } \ > + use_filesystem{ } \ > + filesystem{ ext4 } \ > + mountpoint{ / } . > > # You can choose one of the three predefined partitioning recipes: > # - atomic: all f...
2007 May 21
0
[OT/R+MikTeX] WinAnsi.enc fonts not found by ghostscript by default [solved]
...tly, by default, GhostScript did not find the corresponding fonts from WinAnsi.enc . --------------- Solution with MikTeX: Copy the R afm-directory [in my setup to be found in $R_HOME/library/grDevices] into a TDS-compliant own texmf root directory (see MikTeX 2.5 help, chapter 6),i.e.; [myroot]/fonts/afm/[R] where [myroot] is (one of) your own texmf root directory/ies and [R] is an optional subdirectory to afm, e.g. "R". Then refresh FNDB (under MikTeX -> options). This did the job for me. --------------- I am not sure whether this is the preferred way to do, but I guess t...
2010 May 31
3
zfs permanent errors in a clone
...1.34G - 4.07G - mypool/ROOT/May25-2010-Image-Update at dbus_gam_server_race_partly_solved-6pm-may30-2010 23.9M - 4.14G - mypool/ROOT/OpenSolaris-Latest at dbus_gam_server_race_partly_solved-6pm-may30-2010 0 - 4.07G - I am trying to send myroot at dbus_gam_server_race_partly_solved-6pm-may30-2010 to my backup server. And it dies with error while sending: warning: cannot send ''mypool/ROOT/May25-2010-Image-Update at 2010-05-26-02:13:44'': I/O error sending from @2010-05-26-02:13:44 to mypool/ROOT/May25-2010-Image-Update at...
2005 Jun 26
3
Fwd: JE TROUVE QUE VOUS N'ETES PAS HONETE!
Note: forwarded message attached. __________________________________ Discover Yahoo! Have fun online with music videos, cool games, IM and more. Check it out! http://discover.yahoo.com/online.html -------------- next part -------------- An embedded message was scrubbed... From: Khubeka JM <jmkhubeka@yahoo.com> Subject: JE TROUVE QUE VOUS N'ETES PAS HONETE! Date: Sun, 26 Jun 2005
2005 May 15
0
AreskiCC doesn't log in
...the Slackware 10.1 disk. Other then that, I can't understand what's wrong. Dumb question: do I have to start asterisk before running ArekiCC? Or to check it out I don't need to? Thanks, Robson AreskiCC DOES work! Where are you stuck? Default user/pass for login is root/myroot and admin/mypassword. Any other questions? Post them here. --- robson at cariocanet.com <http://lists.digium.com/mailman/listinfo/asterisk-users> wrote: > Hi, > > > > > I have installed AreskiCC on Slackware 10.1 with Asterisk latest CVS and > Postgres 7.4. Fi...
2009 Aug 08
1
Released Sieve v0.1.11 and ManageSieve v0.11.8 for Dovecot v1.2.3
Hello Dovecot users, Apart from unfinished development of the date extension, this is a set of bug-fix releases. A few portability issues were found, a few stupidities were fixed and the ManageSieve proxy now also works with TLS. Most notably, the include extension had an issue regarding the expansion of $HOME in the personal include path. I've built a project site at:
2009 Aug 08
1
Released Sieve v0.1.11 and ManageSieve v0.11.8 for Dovecot v1.2.3
Hello Dovecot users, Apart from unfinished development of the date extension, this is a set of bug-fix releases. A few portability issues were found, a few stupidities were fixed and the ManageSieve proxy now also works with TLS. Most notably, the include extension had an issue regarding the expansion of $HOME in the personal include path. I've built a project site at:
2005 May 09
3
ANNOUNCEMENT : AreskiCC V2.2 - Asterisk CallingCard Application
Dear All, Here the version 2.2 a new version of your dear CallingCard Software !!! http://www.areski.net/areskicc-doc-v2/ Many new features have been added and several enhancements made! Newest features : - A new re-build rate-engine - LCR & LCD management (OOOOHHH YESSSSS) - Billing Increment - Progressive Rate - Scheduled Rates (days of the weeks) - Expiration rates - Buy rates
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
...@@ d-i partman-md/device_remove_md boolean true # And the same goes for the confirmation to write the lvm partitions. d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true +d-i partman-basicfilesystems/no_swap boolean false + +d-i partman-auto/expert_recipe string myroot :: 500 10000 1000000 ext4 \ + $primary{ } \ + $bootable{ } \ + method{ format } \ + format{ } \ + use_filesystem{ } \ + filesystem{ ext4 } \ + mountpoint{ / } . # You can choose one of the three predefined partitioning recipes: # - atomic: all files in one partition # - home: separate /home...
2010 Feb 19
0
Wine release 1.1.39
...quests when entering certain doors or jumping into water 14178 Can't paste large amounts of text into an application via the clipboard 16566 dooble browser's new tab button makes the browser window close 16675 Europa Universalis 2: crashes after a few moments upon starting 16812 MyRoots Install fails err:msi:msi_cabextract FDICopy failed 17632 Anno 1701 crashes at startup 18178 eBay Turbo Lister unhandled exception 18426 VMware Player install - not enough disk space 19217 EVE Online glitches graphically, then crashes 19256 Turbo Lister's installer put folders i...