search for: 41a5

Displaying 7 results from an estimated 7 matches for "41a5".

Did you mean: 41.5
2013 Jul 06
1
fstab, unusual behavior of "missing UUID"
I have the following as the last line of my /etc/fstab file on a computer running CentOS6.4.. UUID=3b550884-8d05-41a5-a205-17b6d7269dd1 /mnt ext3 rw,suid,dev,exec,noauto,nouser,async 0 2 The UUID refers to an ext3 partition of a removable USB drive. If the USB drive is not plugged into the computer the computer will not boot. It seems that this is the incorrect behavior since "noauto" means there...
2018 Nov 21
7
Setup a Samba AD DC as an additional DC
I've installed these packages: apt-get install samba winbind libnss-winbind libpam-winbind libpam-krb5 krb5-config Installing on fresh Ubuntu 18.04 server Nothing is configured yet as following the wikis you come to the DNS configuration before you get to configuring Samba stuff. Wiki states: If you are planning to set up a Samba Active Directory (AD) domain controller (DC) using the
2018 Nov 22
2
Setup a Samba AD DC as an additional DC
...t; on,DC=mydomain,DC=com > Deleted > CN=DCU18,CN=Servers,CN=MySite,CN=Sites,CN=Configuration,DC=myd > omain,DC=com > ERROR(ldb): uncaught exception - LDAP error 10 LDAP_REFERRAL > - <0000202B: RefErr: DSID-030A0AEB, data 0, 1 access points > ref 1: '50bb59f8-933c-41a5-87d9-f98ad1fa4e10._msdcs.daram.com' > > <ldap://50bb59f8-933c-41a5-87d9-f98ad1fa4e10._msdcs.mydomain.com> > File > "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", > line 176, in _run > return self.run(*args, **kwargs) > File > &quo...
2013 Jul 04
1
sda and sdb reverse order with an external USB drive
.../dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 #UUID=3b550884-8d05-41a5-a205-17b6d7269dd1 /mnt ext3 rw,suid,dev,exec,noauto,nouser,async 0 2
2013 Nov 12
1
How to get Puppet Ent Agent for Mac Mountain Lion?
Dear All, I''m very new to Puppet Enterprise.... I have the following setup so far: 1. Puppet Master (Puppet Ent) on Ubuntu with its own Agent 2. Puppet Agent on MAC Mountain Lion Everything looked ok but then I noticed this on the MAC (below), which suggested to me I had the wrong Agent? I''m a little confused on how to get the Puppet Ent Agent for MAC? Info: Retrieving
2015 Mar 02
13
Patch cleaning up Opus x86 intrinsics configury
The attached patch cleans up Opus's x86 intrinsics configury. It: * Makes ?enable-intrinsics work with clang and other non-GCC compilers * Enables RTCD for the floating-point-mode SSE code in Celt. * Disables use of RTCD in cases where the compiler targets an instruction set by default. * Enables the SSE4.1 Silk optimizations that apply to the common parts of Silk when Opus is built in
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...oject @@ -12,6 +12,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opus", "opus.vcxproj", "{21 EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "celt", "celt.vcxproj", "{245603E3-F580-41A5-9632-B25FE3372CBF}" + ProjectSection(ProjectDependencies) = postProject + {77C41C23-C4D0-4B86-9E1B-16BCD80FC0CA} = {77C41C23-C4D0-4B86-9E1B-16BCD80FC0CA} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opus_demo", "opus_demo.vcxpr...