search for: ubuntu16.04

Displaying 20 results from an estimated 25 matches for "ubuntu16.04".

2017 Oct 31
3
Cross compiling for Baremetal ARM without using GCC
Dear LLVM developers, Hello, I'm trying to find a way of cross-compiling my c code against Baremetal Cortex-M device (so target triple will be arm-none-eabi) only using LLVM/Clang, and not using anything from GNU (ld or libc). I'm doing this to know which one of LLVM/clang and GCC produces smaller flash image size because saving flash is a big deal in our projects. 1) When I just follow
2016 May 01
1
fstab options in ubuntu16.04
Hello, I've been trying to write out the options: "defaults,barrier=1" in the /etc/fstab file on ubuntu16.04 BUT always obtain a read-only file system. So, what's new with Ubuntu Xenial Xerus? Do you keep the same fstab options? Help!
2017 Sep 05
5
[5.0.0 Release] The final tag is in
Dear testers, The final version of 5.0.0 has just been tagged. There were no changes after rc5. Please build the final binaries and upload to the sftp. For those following along: this means 5.0.0 is complete, but it will take a few days to get the tarballs ready and published on the web page. I will send the announcement once everything's ready. Many thanks everyone for your hard work!
2017 Jan 25
2
error connecting to Samba4 AD from the Windows DNS client
I provisioned a server with Samba4.3 from repo ubuntu16.04. I tested some things, but I can NOT connect to my Samba DC from the Windows DNS client. ADUC, AD Sites and services, and AD Domain & Trusts, connects Ok. But DNS [" Acces is Denied "] does not connect to the Samba4 DC. Any idea? What happens? _________________________________________ Ing. Felipe_ González_Santiago
2017 Apr 24
0
Issues with exposing USB serial dongle to guest VM
Hi. I have Centos 7 (updated) running as my host, and I?m using Qemu and KVM, version 2.0.0 and 2.6.0. I have a Trendnet TU-S9 USB serial dongle attached to the host, which uses the Prolific 2303 chipset. I blacklisted the pl2303 driver so the host doesn?t grab the device, and want to expose it to the guest. On the client, I see 2 USB hubs (3.0 and 2.0), and I see 2 USB endpoints (even though
2018 Aug 13
2
Assembly mimatch between windows and linux llvm.(probably caused by sort algorithm)
To whom it may concern, I'm running some testcases(A and B) in Linux LLVM(built in Ubuntu16.04) and Windows LLVM(built by Visual Studio 2015), both of which were LLVM 4.0.0 and built with same source codes, but I got different assembly files(A_Linux != A_Windows, B_Linux = B_Windows). Privacy reasons prevent me from sharing my testcases here, sorry. I compared debug information and found the
2018 Apr 25
2
RDMA Client Hang Problem
Dear Gluster-Users, I am experiencing RDMA problems. I have installed Ubuntu 16.04.4 running with 4.15.0-13-generic kernel, MLNX_OFED_LINUX-4.3-1.0.1.0-ubuntu16.04-x86_64 to 4 different servers. All of them has Mellanox ConnectX-4 LX dual port NICs. These four servers are connected via Mellanox SN2100 Switch. I have installed GlusterFS Server v3.10 (from Ubuntu PPA) to 3 servers. These 3
2017 Jul 25
1
transient configure turn to persistent configure
libvirt version: 3.4.0 architecture: x86_64 ubuntu16.04-server hypervisor: kvm,qemu I call virDomainCreate create a transient vm, After a period of time ,I call virDomainDestroy, the vm configure is stil exist, the vm turn to persistent, I don't known the reason. Thanks
2017 Jul 25
1
how libvirt create virbr0
libvirt version: 3.4.0 architecture: x86_64 ubuntu16.04-server hypervisor: kvm,qemu when install libvirt from ubuntu distribution deb install libvirt, a virtual bridge virbr0 will be create . But when I build libvirt from souce code, how can I create a virbr0. If I want create another virtual bridge ,How can I create and start the virtual bridge. Thanks
2017 Aug 21
1
dump in virEventPollRunOnce
libvirt version: 3.4.0 architecture: x86_64 ubuntu16.04-server hypervisor: kvm,qemu My program use libvirt event , the program is a module(.so) file in cloud application, when unload the module, program will dump in virEventPoolRunOnce call. program frame virInitialize virEventAddTimeOut virEventRunDefaultImpl virConnectXXX virConnectDomainEventRegisterAny ... virConnectDomainEventDeregisterAny
2017 Sep 10
2
[Release-testers] [5.0.0 Release] The final tag is in
On 2017-09-08 14:33, Brian Cain via llvm-dev wrote: > > Hans, > > Sorry it's a little late -- I got a request for ubuntu x86_64. > > Uploaded clang+llvm-5.0.0-linux-x86_64-ubuntu16.04.tar.xz and > clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz This one has a different name than all the other releases :(. The other releases are named
2016 Nov 08
1
ERROR:connection refused after provision
Hello, I'm installing Samba4 AD from repo Ubuntu16.04. These are the steps I've applied: 1. editing fstab in EXT3 2. install dependencies ( acl attr quota fam libnet-ldap-perl ) 3. install krb5-user, bind9, ntp, winbind, ldbtools and samba. 4. remove smb.conf, if exists 5. samba-tool provision 6. Restart services bind9, ntp and samba 7. config Bind9
2017 Jul 25
1
About seclabel configure,Migrate error
libvirt version: 3.4.0 architecture: x86_64 ubuntu16.04-server hypervisor: kvm,qemu When migrate vm, I encounter error: "Migrate VM virt21 failed unsupported configuration: Unable to find security driver for model apparmor" but two host are same environment.before this error, migrate can be success. the source host seclabel configure is this : <seclabel type='dynamic'
2017 Jul 25
1
memory snapshot save error
libvirt version: 3.4.0 architecture: x86_64 ubuntu16.04-server hypervisor: kvm,qemu when I want make a memery snapshot for a vm ,and I call virsh save ,but tell me this error: error: Failed to save domain 177 to /datapool/mm.img error: operation failed: domain save job: unexpectedly failed xml configure: <domain type='kvm' id='177'> <name>virt23</name>
2018 Apr 25
0
RDMA Client Hang Problem
Is infiniband itself working fine? You can run tools like ibv_rc_pingpong to find out. On Wed, Apr 25, 2018 at 12:23 PM, Necati E. SISECI <siseci at gmail.com> wrote: > Dear Gluster-Users, > > I am experiencing RDMA problems. > > I have installed Ubuntu 16.04.4 running with 4.15.0-13-generic kernel, > MLNX_OFED_LINUX-4.3-1.0.1.0-ubuntu16.04-x86_64 to 4 different servers.
2019 Dec 02
1
Problem in viewing server hostname when browsing network
I've setup a Ubuntu16.04 server with Samba 4.3.11+dfsg-0ubuntu0.16.04.23. Everything works fine except for a little problem with reverse "name resolution": when browsing computer in the networks the server is displayed as IP address instead of the configured hostname. All the PCs are displayed with name, only the server has the IP. [1] Accessing the server via \\hostname works
2018 Apr 25
1
RDMA Client Hang Problem
Thank you for your mail. ibv_rc_pingpong seems working between servers and client. Also udaddy, ucmatose, rping etc are working. root at gluster1:~# ibv_rc_pingpong -d mlx5_0 -g 0 ? local address:? LID 0x0000, QPN 0x0001e4, PSN 0x10090e, GID fe80::ee0d:9aff:fec0:1dc8 ? remote address: LID 0x0000, QPN 0x00014c, PSN 0x09402b, GID fe80::ee0d:9aff:fec0:1b14 8192000 bytes in 0.01 seconds =
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 05:13:09PM +0000, James Aylett wrote: > On 3 Mar 2019, at 17:01, Olly Betts <olly at survex.com> wrote: > > > I suspect what's going on here is that bootstrap will by default > > download, build and install (into a subdirectory of the build tree) any > > of the autotools for which suitable versions aren't already installed. > >
2019 Nov 18
2
libunwind is not configured with -funwind-tables when building it for ARM Linux?
There’s this bug: https://bugs.llvm.org/show_bug.cgi?id=38468. I’ve managed to track it down to a configuration issue. The thing is that in order for libunwind to be usable on ARM Linux, it should be built with the -funwind-tables flag. This flag is conditionally set here: https://github.com/llvm/llvm-project/blob/master/libunwind/CMakeLists.txt#L294, if the compiler “supports” it. However, the
2019 Nov 18
2
libunwind is not configured with -funwind-tables when building it for ARM Linux?
Hi Peter, Thanks for your response. > On 18 Nov 2019, at 17:44, Peter Smith <peter.smith at linaro.org> wrote: > > On Mon, 18 Nov 2019 at 12:32, Sergej Jaskiewicz via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> There’s this bug: https://bugs.llvm.org/show_bug.cgi?id=38468