Displaying 20 results from an estimated 100 matches similar to: "llvm-trunk errors with gcc-5.3.0 on SuSE Linux"
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
>
2018 Feb 15
4
llvm-6.0.0rc2: fatal error: clang/Basic/Version.h: No such file or directory
Hi,
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 http://prereleases.llvm.org/6.0.0/rc2/cfe-6.0.0rc2.src.tar.xz
wget
2016 Apr 16
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 16 April 2016 at 01:44, Zhao, Weiming via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> I'm building libunwind for ARM baremetal using clang.
> I notice that __ELF__ is used in libunwind and the macro is only defined for
> Linux target on ARM.
> Should we also predefine that for arm-none-eabi target?
Do you mean in Clang's ARMTargetInfo::getTargetDefines() ?
I think
2017 Aug 03
2
fatal error: clang/Basic/Version.inc: No such file or directory
Hi,
I try to build lldb with Cmake (gcc-5.3.0 is necessary for CUDA)
on my "SUSE Linux Enterprise Server 12.2 (x86_64)". Unfortunately
the build process breaks for lldb with the below mentioned error
message. I've downloaded the following packages and configured
with the following commands.
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
cd llvm/tools
svn co
2010 Mar 09
1
Backup files from Windows application
Hello,
I'm using sama 3.0.24 on linux machine that serves a share for a windows client.
When editing a file on samba, using MS Word I can see there are severals
(probably) backup files. ls looks like this:
Dotaznik1.doc
~$taznik1.doc
~WRD0000.tmp
~WRD0001.tmp
~WRD0002.tmp
~WRD0003.tmp
~WRD0004.tmp
These files do not disappear after I quit the Word.
This does not happen if I edit
2009 Apr 25
1
GlusterFS on a FreeBSD-Server
Hello
I want to use GlusterFS as a nfs substitute for a FreeBSD Server and
Linux clients.
The FreeBSD-server should export several directories. One of these
directories contains the home-directory for the client-mashines.
The problem is that my GlusterFS setup isn't very stable and crashes
quite often. It is less stable, when more than one volume is mounted,
but even when only one volume is
2019 Dec 05
0
security = ads, backend = ad parameter not working in samba 4.10.10
On Thu, 2019-12-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:
> >
> >
2019 Dec 05
0
security = ads, backend = ad parameter not working in samba 4.10.10
On Thu, 2019-12-05 at 17:30 +0000, S?rgio Basto via samba wrote:
> 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
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 .
2019 Nov 26
6
[PATCH v2 0/3] rhv-upload: Support import to qcow2 disk
Add support for qcow2 disk format, enabled by imageio NBD backend in RHV 4.3.
To use this feature manually, you can run virt-v2v with "-of qcow2".
Here is example run:
Source disk:
$ qemu-img info /var/tmp/fedora-30.img
image: /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
2003 Aug 15
1
Broken pipe error in local copy mode
I get an error when copying a specific directory using rsync. It works for a lot of smaller files, but when it comes to a 1.2 GB file, it always fails with the following error:
rsync: writefd_unbuffered failed to write 4 bytes: phase "unknown": Broken pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(515)
I've read at several places that this is an error
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
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 =>
1998 Oct 16
0
Samba 1.9.18p8 shared read-only?
Hi,
I recently upgraded to 1.9.18p8 on Solaris 2.6 and am having a problem with
writable services other than [homes]. [apps] is one that's causing the most
difficulty. Users are being logged into writable shares as user 'nobody' and
are not permitted write access. The shares are set as 'writable' and 'write
ok'. host equiv does not have an effect either. All hosts
2020 Jan 22
3
[PATCH libnbd] PROPOSAL Add nbdcp (NBD copying) tool.
This is a proposal for an NBD to/from file copying tool (not actually
written). Obviously this would duplicate functionality which is
already available in qemu-img convert.
The reasons for writing this tool would be:
- to produce a tool which is very focused on the specific needs of
virt-v2v and similar migration scenarios
- to have a small tool with minimal dependencies
- fix some of
2019 Nov 26
0
[PATCH v2 1/3] rhv-upload: Log params for easier debugging
Log the params dict passed from v2v to the plugin for easier debugging.
Here is an example output:
using params: {'diskid_file': '/home/nsoffer/src/virt-v2v/tmp/rhvupload.To9y8J/diskid.0',
'disk_size': 6442450944, 'disk_format': 'raw', 'disk_name': 'v2v-000', 'output_name': 'v2v',
'verbose': True,
2020 Aug 14
2
[PATCH nbdkit] New ondemand plugin.
This creates filesystems on demand. A client simply connects with a
desired export name and a new export is created. The export is
persistent (until deleted by the server admin), and clients may
disconnect and reconnect. In some respects this is similar to the
nbdkit-tmpdisk-plugin, or nbdkit-file-plugin with the dir= option.
---
plugins/ondemand/nbdkit-ondemand-plugin.pod | 190 ++++++
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
Our site has been experiencing problems with Samba causing kernel panics
under heavy use. We are running Mandrake 7.0 and Samba 2.0.6. We are no
longer using the distro included with Mandrake - we actually downloaded
the 2.0.6 release and recompiled. Downloading from Samba shares causes no
problems - and downloads are frequent and heavy - but uploading similar
amounts of data leaves a catatonic