search for: config1

Displaying 20 results from an estimated 48 matches for "config1".

Did you mean: config
2008 Mar 02
3
DO NOT REPLY [Bug 5297] New: merge test fails
...scratch/bfriesen/build/rsync-3.0.0/testtmp/itemize/from /scratch/bfriesen/build/rsync-3.0.0/testtmp/itemize/from/bar /scratch/bfriesen/build/rsync-3.0.0/testtmp/itemize/from/bar/baz cd+++++++++ ./ cd+++++++++ bar/ cd+++++++++ bar/baz/ >f+++++++++ bar/baz/rsync cd+++++++++ foo/ >f+++++++++ foo/config1 >f+++++++++ foo/config2 >f+++++++++ foo/extra cL+++++++++ foo/sym -> ../bar/baz/rsync No differences encountered >f..T...... bar/baz/rsync >f..T...... foo/config1 >f.sTp..... foo/config2 hf..T...... foo/extra => foo/config1 No differences encountered .f..tp..... bar/baz/rsync ....
2005 Jul 28
2
test failed with acl patch
...'\''`' + '[' -d bar ']' + mkdir bar + cd bar + for c in '`echo $p | tr '\''/'\'' '\'' '\''`' + '[' -d baz ']' + mkdir baz + cd baz + cp -p ./configure.in /tmp/rsync-2.6.6/testtmp.itemize/from/foo/config1 + cp -p ./config.h.in /tmp/rsync-2.6.6/testtmp.itemize/from/foo/config2 + cp -p ./rsync.h /tmp/rsync-2.6.6/testtmp.itemize/from/bar/baz/rsync + chmod 600 /tmp/rsync-2.6.6/testtmp.itemize/from/foo/config1 /tmp/rsync-2.6.6/testtmp.itemize/from/foo/config2 /tmp/rsync-2.6.6/testtmp.itemize/from/bar/ba...
2013 Mar 08
5
hiera / create_resources / define
I''m trying to use create_resources to create a series of files with semi-custom content based on a template. This is what I have: foo.conf.erb: Name "<%= name %>" WorkingDir "<%= working_dir %>" ... a bunch of static entries YAML: configs: config1: Name: app1 WorkingDir: /var/app1 config2: Name: app2 WorkingDir: /var/app2 ... config100: Name: app100 WorkingDir: /var/app100 manifest: class app { create_resources(app::virtualApps, hiera(''configs'')) } define app::virtualApps() { f...
2008 Apr 15
1
rsync-3.0.2 fails testsuite in itemize
...g 'test -h' makepath /usr/src/packages/BUILD/rsync-3.0.2/testtmp/itemize/from/foo makepath /usr/src/packages/BUILD/rsync-3.0.2/testtmp/itemize/from/bar/baz cd+++++++++ ./ cd+++++++++ bar/ cd+++++++++ bar/baz/ >f+++++++++ bar/baz/rsync cd+++++++++ foo/ >f+++++++++ foo/config1 >f+++++++++ foo/config2 >f+++++++++ foo/extra cL+++++++++ foo/sym -> ../bar/baz/rsync >f..T...... bar/baz/rsync >f..T...... foo/config1 >f.sTp..... foo/config2 hf..T...... foo/extra => foo/config1 .f..tp..... bar/baz/rsync .d..t...... foo/ .f..t...... foo/config1 >fcstp........
2023 Dec 21
1
rsync over ssh fails with --files-from
...0:00 rsync --server -vvvvlogDtpRe.LsfxCIvu . > /var/tmp/one/ > > On the local side, with a few -vvvv added to rsync, I see this: > > recv_file_list done > get_local_name count=9 /var/tmp/one/ > generator starting pid=324075 > delta-transmission enabled > recv_generator(config1.cf,0) > config1.cf is uptodate > send_files(0, config1.cf) > > then it just stalls until it eventually times out. However, if I remove > any one of the nine files from the filelist, it completes normally. > > It actually also exhibits the same problem without a filelist at all...
2023 Dec 21
1
rsync over ssh fails with --files-from
...gDtpRe.LsfxCIvu > . /var/tmp/one/ > > On the local side, with a few -vvvv added to rsync, I see this: > > recv_file_list done > get_local_name count=9 /var/tmp/one/ > generator starting pid=324075 > delta-transmission enabled > recv_generator(config1.cf <http://config1.cf/>,0) > config1.cf <http://config1.cf/>?is uptodate > send_files(0, config1.cf <http://config1.cf/>) > > then it just stalls until it eventually times out. However, if I > remove any one of the nine files from the filelist, it c...
2023 Dec 21
1
rsync over ssh fails with --files-from
...xCIvu . /var/tmp/one/ 324094 ? S 0:00 rsync --server -vvvvlogDtpRe.LsfxCIvu . /var/tmp/one/ On the local side, with a few -vvvv added to rsync, I see this: recv_file_list done get_local_name count=9 /var/tmp/one/ generator starting pid=324075 delta-transmission enabled recv_generator(config1.cf,0) config1.cf is uptodate send_files(0, config1.cf) then it just stalls until it eventually times out. However, if I remove any one of the nine files from the filelist, it completes normally. It actually also exhibits the same problem without a filelist at all - as long as I'm transferring...
2012 Nov 28
3
config.c32 fails in 5.00pre11
...ective) is not behaving as expected when using syslinux.exe 5.00pre11 as installer. To replicate: 1_ The content of the device: /dira /cat.c32 /config.c32 /ldlinux.c32 /ldlinux.sys /libcom32.c32 /pwd.c32 /syslinux.cfg /dira/dira.cfg 2_ Content of /syslinux.cfg: DEFAULT pwd1 PROMPT 0 LABEL config1 COM32 config.c32 /dira/dira.cfg APPEND /dira/ LABEL pwd1 COM32 pwd.c32 LABEL config11 CONFIG /dira/dira.cfg APPEND /dira/ 3_ Content of /dira/dira.cfg DEFAULT pwd2 LABEL pwd2 COM32 /pwd.c32 LABEL config2 COM32 /config.c32 /syslinux.cfg APPEND / LABEL config21 CONFIG /syslinux.cfg APPEND / 3_ Bo...
2013 Oct 08
2
puppet module
I need to write a puppet SSHD module that does the following: First I have 5 different operating systems to install to: Red Hat, Free BSD, AIX, Ubuntu, and SuSE. The second requirements: If the host file contains an entry of host-A.domain.com (for example) then I need ssh-config1 installed. If the host file contains an entry of host-B.domain.com then I need ssh_config2 installed. If there is an entry in hosts for host-C.domain.com then I need ssh_config3 installed. Is there a sample SSH module that has such parameters, or can someone provide a generic template to foll...
2008 Sep 06
6
Configuring custom library
Hi, I''ve added a custom library called lib\AccountSystem like so: "module AccountSystem SINGLE = 1 MULTIPLE = 2 class << self attr_accessor :account_system_type end end" Now I wanna configure AccountSystem.account_system_type=AccountSystem::SINGLE in one app. I used an initializer: config/initializers/account_initialization.rb where I put this line in. I
2023 Dec 20
1
rsync over ssh fails with --files-from
What is the error? I assume you know that with that syntax the filelist.txt is local rather than remote. On 12/20/23 09:50, Alex via rsync wrote: > Hi, I've been using rsync on fedora over ssh to sync directories for > decades, but suddenly having a problem with transferring multiple files > at a time to one specific host using --files-from. I can't think of what > might
2005 Jun 24
1
[PATCH] Fix itemize test for objdir != srcdir builds
...evision 1.8 diff -u -r1.8 itemize.test --- testsuite/itemize.test 10 Jun 2005 23:36:57 -0000 1.8 +++ testsuite/itemize.test 23 Jun 2005 22:51:57 -0000 @@ -32,7 +32,7 @@ makepath "$fromdir/foo" makepath "$fromdir/bar/baz" -cp -p "$srcdir/config.h" "$fromdir/foo/config1" +cp -p "$srcdir/configure.in" "$fromdir/foo/config1" cp -p "$srcdir/config.h.in" "$fromdir/foo/config2" cp -p "$srcdir/rsync.h" "$fromdir/bar/baz/rsync" chmod 600 "$fromdir"/foo/config? "$fromdir/bar/baz/rsync"...
2006 Nov 09
1
wip5000 roaming
Good day all I cant get my WIP 5000 to roam 100% I have 2 access points, different SSI's I make a config1 and config2 on the phone, each for the different SSID's(A & B) Im standing next to A and I walk to B, but.the phone does not want to change its signal to B, it still keeps the bad signal from A If I power A down, it will switch to B, if I switch A back on and go stand next to it, it will...
2015 Feb 25
1
how to share file between samba on debian and ES File Explorer app on android phone?
There are two machines:ones is my pc whose os is debian7.8,other is my android phone whose os ids android4.4. ES File Explorer app was installed on my android phone,i have add linuxsir as samba user with : smbpasswd -a linuxsir config1 :samba on pc The /etc/samba/smb.conf is as the following. security = share [public] browseable = yes writable = yes path = /home guest ok = yes sudo /etc/init.d/samba restart I can share the /home properly on my android phone with ES File Explorer app. No window pop out to ask me to input acc...
2009 Oct 01
1
3-layer structure and the bonnie rewrite problem
...s (dd and bonnie++) the targeted setup (3-layer, below) shows a realy poor performance (especially with the bonnie-rewrite-test, already discussed in this list, but not in this context, i think). So: does this approach (3-layer) does make any sense with GlusterFS ? Here a draft of the structure: Config1 (regular): *********** [Client-Node] ^ | GlusterFS | v [Storage1 <-replicate-> Storage2] *********** Config2 (3-layer): *********** [Client-Node] ^ | GlusterFS | v [Re-Exporter/Proxy-Node] ^ | GlusterFS | v [Storag...
2005 Jan 27
3
2 Domains on one server (browse.dat location) (3.0.9)
Appologies for double posting this. I managed to add it to the end of an old thread instead of starting a new one, anyone recommend a mail client that shows threads? :) Hi, I'm trying to run 2 domains from the one server. I've got my 2 config files and both servers run, bound to the correct interface if started normally. The problem I have occurs when I try to start both at once.
2005 Jul 05
1
multiple instances of dovecot ?
...PID 26402 dovecot-auth: Jul 05 22:50:02 Info: MySQL: Performing query: SELECT password FROM users WHERE uid='flavien' dovecot-auth: Jul 05 22:50:02 Info: mysql(flavien): Unknown user 'flavien' is not known to the sql db. It's thunderbird trying to get my regular mail using the config1 on port 143, and it has nothing to do with the instance 2 whose output I'm just looking at !!! Any hint ? A+ Flavien.
2023 Nov 12
1
[REGRESSION]: acpi/nouveau: Hardware unavailable upon resume or suspend fails
....6 suspend works normally. That's great, thanks! > > I tested with v6.6 with the 2 patches at <https://lore.kernel.org/regressions/a592ce0c-64f0-477d-80fa-8f5a52ba29ea at redhat.com/> using <https://gitlab.freedesktop.org/drm/nouveau/uploads/788d7faf22ba2884dcc09d7be931e813/v6.6-config1>. I tested both docked and un-docked, just in case. > > Tested-by: Owen T. Heisler <writer at owenh.net> > >>> Kai-Heng can you test that the issue on the HP ZBook Fury 16 G10 >>> is still resolved after applying these patches ? >> >> Yes. Thanks fo...
2023 Nov 10
1
[REGRESSION]: acpi/nouveau: Hardware unavailable upon resume or suspend fails
...orm. Kai-Heng > > ## Testing > > - culprit commit is 89c290ea758911e660878e26270e084d862c03b0 > - v6.6 fails > - v6.6 with culprit commit reverted does not fail > - Compiled with > <https://gitlab.freedesktop.org/drm/nouveau/uploads/788d7faf22ba2884dcc09d7be931e813/v6.6-config1> > > ## Hardware > > - ThinkPad W530 2438-52U > - Dock with Nvidia-connected DVI ports > - Secondary display connected via DVI > - Nvidia Optimus GPU switching system > > ```console > $ lspci | grep -i vga > 00:02.0 VGA compatible controller: Intel Corporation 3r...
2012 Jun 12
5
[PATCH 0/5] Assorted patches to add virtio-scsi support.
These assorted patches end up with adding virtio-scsi support to libguestfs. It passes libguestfs-test-tool, but I haven't yet tried to run the full set of tests. In theory > 26 devices can be added, but it's likely that certain parts of the daemon will break if you actually try this. This of course needs to be fixed. Thanks Paolo Bonzini for invaluable help. Rich.