search for: export2

Displaying 20 results from an estimated 26 matches for "export2".

Did you mean: export
2017 Aug 02
2
llvm-trunk errors with gcc-5.3.0 on SuSE Linux
...ld Unfortunately I get the following errors. Is it necessary to change my configuration to avoid the errors? ... [ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/TargetInfo.cpp.o [ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Targets.cpp.o /export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp:5133:23: error: 'AK_ARMV4T' is not a member of 'llvm::ARM' unsigned ArchKind = llvm::ARM::AK_ARMV4T; ^ /export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'void {an...
2019 Dec 05
2
security = ads, backend = ad parameter not working in samba 4.10.10
On 05/12/2019 17:48, S?rgio Basto wrote: > I did migration with something like this : > > ldbsearch -H /opt/samba/private/sam.ldb -s sub -b dc=old_ad,dc=local > '(objectClass=user)' > user-export2.ldif > scp user-export2.ldif to_the_new_machine: > > in new machine : > > sed -i 's/DC=old_ad/DC=corp/g; s/old_ad.local/corp.local/g' user-export2.ldif > sed -i bla bla user-export2.ldif > > ldbmodify -H /var/lib/samba/private/sam.ldb --controls=local_oid:1.3.6.1.4....
2018 Feb 15
4
llvm-6.0.0rc2: fatal error: clang/Basic/Version.h: No such file or directory
...e/CMakeFiles/lldbBase.dir/lldb.cpp.o /usr/local/gcc-6.4.0/bin/g++ -DGTEST_HAS_RTTI=0 -DHAVE_ROUND -DLIBXML2_DEFINED -DLLDB_CONFIGURATION_RELEASE -DLLDB_USE_BUILTIN_DEMANGLER -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/lldb-6.0.0rc2.src/source -I/export2/src/llvm-6.0.0/llvm-6.0.0rc2.src/tools/lldb-6.0.0rc2.src/source -Itools/lldb-6.0.0rc2.src/include -I/export2/src/llvm-6.0.0/llvm-6.0.0rc2.src/tools/lldb-6.0.0rc2.src/include -I/usr/include/libxml2 -Iinclude -I/export2/src/llvm-6.0.0/llvm-6.0.0rc2.src/include -I/usr/include/python2.7 -I/export2...
2019 Dec 05
0
security = ads, backend = ad parameter not working in samba 4.10.10
...2-05 at 18:34 +0000, Rowland penny via samba wrote: > On 05/12/2019 17:48, S?rgio Basto wrote: > > I did migration with something like this : > > > > ldbsearch -H /opt/samba/private/sam.ldb -s sub -b > > dc=old_ad,dc=local > > '(objectClass=user)' > user-export2.ldif > > scp user-export2.ldif to_the_new_machine: > > > > in new machine : > > > > sed -i 's/DC=old_ad/DC=corp/g; s/old_ad.local/corp.local/g' user- > > export2.ldif > > sed -i bla bla user-export2.ldif > > > > ldbmodify -H /var/lib...
2019 Dec 05
0
security = ads, backend = ad parameter not working in samba 4.10.10
...9;t know > but > I think not , what you recommend ? > I don't find ATM the scripts to convert users but I used ldb tools > ... I did migration with something like this : ldbsearch -H /opt/samba/private/sam.ldb -s sub -b dc=old_ad,dc=local '(objectClass=user)' > user-export2.ldif scp user-export2.ldif to_the_new_machine: in new machine : sed -i 's/DC=old_ad/DC=corp/g; s/old_ad.local/corp.local/g' user-export2.ldif sed -i bla bla user-export2.ldif ldbmodify -H /var/lib/samba/private/sam.ldb --controls=local_oid:1.3.6.1.4.1.7165.4.3.12:0 user-export2.ldif &...
2019 Dec 05
5
security = ads, backend = ad parameter not working in samba 4.10.10
On Thu, 2019-12-05 at 17:15 +0000, Rowland penny via samba wrote: > On 05/12/2019 17:00, S?rgio Basto wrote: > > On Thu, 2019-12-05 at 10:15 +0000, Rowland penny via samba wrote: > > > On 05/12/2019 06:16, S?rgio Basto wrote: > > > > Sorry , I spoke too soon getent passwd "a new user to this > > > > server" > > > > doesn't work .
2003 Aug 15
1
Broken pipe error in local copy mode
...-local copy (no remote paths involved), where there is plenty of space (approx. 10 times of the amount I want to copy) on the target disk. I use rsync 2.5.6 on a RH8 based Linux 2.4.21 system. The command options I've been using are the following: rsync --archive --one-file-system /export1/ /export2/ where /export1 and /export2 are separate hard disks with plenty of space on /export2 Can anyone give me a hint what the problem could be here? Thanks, Steve
2018 Feb 15
0
llvm-6.0.0rc2: fatal error: clang/Basic/Version.h: No such file or directory
On 15 Feb 2018, at 15:45, Siegmar Gross via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > today I've tried to build llvm-6.0.0rc2 using Cmake on my "SUSE Linux > Enterprise Server 12.3 (x86_64)" with the following commands (gcc-6.4.0 > is necessary for CUDA-9.0). > > > wget http://prereleases.llvm.org/6.0.0/rc2/llvm-6.0.0rc2.src.tar.xz > wget
2017 Aug 03
2
fatal error: clang/Basic/Version.inc: No such file or directory
...ntend.so [ 41%] Built target clangRewriteFrontend [ 41%] Generating SVNVersion.inc -- Found Subversion: /usr/bin/svn (found version "1.8.10") Scanning dependencies of target lldbBase [ 41%] Building CXX object projects/lldb/source/CMakeFiles/lldbBase.dir/lldb.cpp.o In file included from /export2/src/llvm-trunk/llvm/projects/lldb/source/lldb.cpp:15:0: /export2/src/llvm-trunk/llvm/tools/clang/include/clang/Basic/Version.h:19:35: fatal error: clang/Basic/Version.inc: No such file or directory compilation terminated. projects/lldb/source/CMakeFiles/lldbBase.dir/build.make:67: recipe for targe...
2010 Mar 09
1
Backup files from Windows application
...disappear after I quit the Word. This does not happen if I edit the files locally, the backup files are created but deleted after application quits. Is it something samba related? the share looks like: [uvt] comment = UVT For testing browseable = yes writable = yes path = /mnt/export2/smb/UVT guest ok = no create mask = 0644 directory mask = 0755 public = yes valid users = some users -- Luk?? Hejtm?nek
2009 Apr 25
1
GlusterFS on a FreeBSD-Server
...quot;-O0 -g -DDEBUG -I/usr/local/include/" > ./configure > make install clean server-vol-file: http://www.physik.tu-berlin.de/~frendor/glusterfs/new_glusterfs_server.vol > volume homeklein-dir > type storage/posix # POSIX FS translator > option directory /scratch/export2/home # Export this directory > end-volume > > volume homeklein > type features/locks > subvolumes homeklein-dir > end-volume > > volume server > type protocol/server > option transport-type tcp/server # For TCP/IP transport > # option transport-type tcp # F...
2007 Feb 28
8
Export/save csv-file to desktop of user?
Hi, looking for something that simple, but can''t find it. I got: outfile = File.open(''teams.txt'', ''wb'') CSV::Writer.generate(outfile) do |csv| for team in @teams csv << [team.id, team.name] end end outfile.close send_file "teams.txt", :filename => "teams.txt",:disposition =>
2019 Nov 26
6
[PATCH v2 0/3] rhv-upload: Support import to qcow2 disk
.../var/tmp/fedora-30.img file format: raw virtual size: 6 GiB (6442450944 bytes) disk size: 1.15 GiB virt-v2v: $ ./run virt-v2v \ -v \ -i disk /var/tmp/fedora-30.img \ -o rhv-upload \ -oc https://engine/ovirt-engine/api \ -op /var/tmp/engine-password \ -on v2v \ -os nfs1-export2 \ -of qcow2 \ -oa sparse \ -oo rhv-cafile=/etc/pki/vdsm/certs/cacert.pem \ -oo rhv-cluster=fc30 \ -oo rhv-direct=true ... [  71.2] Copying disk 1/1 to qemu URI json:{ "file.driver": "nbd", "file.path": "/home/nsoffer/src/virt-v2v/tmp/rhvupload...
1998 Oct 16
0
Samba 1.9.18p8 shared read-only?
...readonly = No dos filetimes = No dos filetime resolution = No fake directory create times = No [homes] comment = Home directories on gyudon read only = No create mask = 0755 guest ok = No [apps] comment = Windows apps path = /export2/windows read only = No create mask = 0755 [printers] comment = NeXT Printer path = /tmp read only = No print ok = Yes [tmp] comment = tmp files path = /tmp read only = No [shar] comment = Shell archives path...
2019 Nov 26
0
[PATCH v2 1/3] rhv-upload: Log params for easier debugging
...isk_format': 'raw', 'disk_name': 'v2v-000', 'output_name': 'v2v', 'verbose': True, 'output_conn': 'https://engine/ovirt-engine/api', 'output_password': '/var/tmp/engine-password', 'output_storage': 'nfs1-export2', 'output_sparse': True, 'rhv_cafile': '/etc/pki/vdsm/certs/cacert.pem', 'rhv_cluster': 'fc30', 'rhv_direct': True, 'insecure': True} --- v2v/rhv-upload-plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/v2v/rhv-upload-plugin.p...
2020 Aug 14
2
[PATCH nbdkit] New ondemand plugin.
...p/exports + nbdkit ondemand dir=/var/tmp/exports 1G + +Clients can connect and create 1G ext4 filesystems on demand using +commands such as these (note the different export names): + + nbd-client -b 512 server /dev/nbd0 -N export1 + mount /dev/nbd0 /mnt + + guestfish --format=raw -a nbd://localhost/export2 -m /dev/sda + + qemu-img info nbd:localhost:10809:exportname=export2 + +On the server you would see two filesystems created: + + $ ls -l /var/tmp/exports + -rw-rw-r--. 1 rjones rjones 1073741824 Aug 13 21:40 export1 + -rw-rw-r--. 1 rjones rjones 1073741824 Aug 13 21:40 export2 + +The plugin does no...
2020 Jan 22
3
[PATCH libnbd] PROPOSAL Add nbdcp (NBD copying) tool.
...x domain socket /tmp/socket: nbdcp /dev/sda 'nbd+unix:///?socket=/tmp/socket' from NBD server to NBD server For example this copies between two different exports on the same NBD server: nbdcp nbd://example.com/export1 nbd://example.com/export2 This program cannot: copy from file to file (use cp(1) or dd(1)), copy to or from formats other than raw (use qemu-img(1) convert), or access servers other than NBD servers (also use qemu-img(1)). NBD servers are specified by their URI, following the NBD URI standard...
2003 Jun 23
1
can not join the domain
Hi, I am trying to join my win2000 workstation to my domain. Auto creation of machine account on samba goes fine but I get msg. ''The remote procedure call failed'' What then happends I do have a connection to shares on samba but I amnot in the domain. Pls. help! Greatings, Admir
2018 Apr 18
0
Bitrot - Restoring bad file
On 04/17/2018 06:25 PM, Omar Kohl wrote: > Hi, > > I have a question regarding bitrot detection. > > Following the RedHat manual (https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.3/html/administration_guide/bitrot-restore_corrupt_file) I am trying out bad-file-restoration after bitrot. > > "gluster volume bitrot VOLNAME status" gets me the
2000 Apr 26
2
Rapid transfers cause kernel panic
...is a 1.2Gb WD PIO Mode4 drive (/usr) There aren't any shares on those drives though (other than the "home" directories - here is the SCSI subsystem: Softraid /dev/md0 consists of 4 identical Seagate 2Gb UW disks (/export1) Volume is at 49% usage /dev/sda1 is a 4Gb Quantum UW disk (/export2) Volume is at 40% usage All of the shares on the above two filesystems. The clients are a mix of NT, linux, Win98, Win95 and Win2K. I have been able to reproduce this problem on all client OS' so far - so that doesn't appear to be a factor. Also, the problem appears limited to copying fil...