search for: hobbl

Displaying 20 results from an estimated 53 matches for "hobbl".

Did you mean: hobbs
2019 Apr 15
4
compile samba 4.10.2 centos 7.6
...t-gnutls34) for Centos > > 7 > > [1] > > [1] > > https://github.com/sergiomb2/SambaAD > > Interesting. I'd not tried to bundle an upgraded compatibility > gnutls. > I think I understand how you did that, but I'm unclear on why you > selected the "hobbled" tarballs and where you got the > "nettle-3.2-hobbled.tar.xz" tarball to work with. Hi, I just copied it from Fedora [1] and [2] , it a long story [3], some ECC algorithms have patent issues , so they are discarded on Fedora (and so do I). [1] https://src.fedoraproject.org/r...
2012 Jan 27
4
[PATCH] Tools: build tests
Config.mk | 1 + tools/Makefile | 1 + tools/tests/Makefile | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 0 deletions(-) Build tests as part of the tools build. It is enabled with CONFIG_TESTS in Config.mk Currently disabled build of tests/regressions and tests/xen-access (in 32 bit mode) as they fail. Signed-off-by: Andres Lagar-Cavilla
2019 Apr 14
3
compile samba 4.10.2 centos 7.6
On Sat, 2019-04-13 at 07:43 -0400, Nico Kadel-Garcia via samba wrote: > On Fri, Apr 12, 2019 at 7:20 AM Andreas Habel via samba > <samba at lists.samba.org> wrote: > > > > Hi, > > > > I managed to compile 4.10.0 under CentOS 7.6. I did the following: > > I'll put muney down that you did not get it working as a full domain > controller.
2008 Jan 30
2
[rfc] Package to access the internal zlib library.
To make R.matlab's readMat work for me[1] I needed access to zlib's uncompress function. R already links with zlib, and sometime last year I hobbled together a quick package to get at a few functions. It's my first package, so I would love feedback both on the package and its purpose. I've dropped a temporary copy at http://jriedy.users.sonic.net/internalzlib_0.1.tar.gz Could someone with Windows and knowledge of how to decypher W...
2015 Nov 10
3
[Aarch64 00/11] Patches to enable Aarch64
...iginal justification on ARMv7 for the assembly was the processor's panoply of multiply instructions and their long cycle times. It seems to me that the ARM64 processor is much more like an x86 one, where using a simpleminded C multiply gives just as good of results. Inline assembly tends to hobble the compiler's optimizer, and in ARM64's case, may actually be counterproductive. The NEON code of course is valuable on all the ARM processors. On 11/10/2015 1:00 PM, opus-request at xiph.org wrote: > Send opus mailing list submissions to > opus at xiph.org > > To subscri...
2019 Apr 20
0
compile samba 4.10.2 centos 7.6
...com> wrote: > > On Sun, 2019-04-14 at 10:38 -0400, Nico Kadel-Garcia via samba wrote: > > Interesting. I'd not tried to bundle an upgraded compatibility > > gnutls. > > I think I understand how you did that, but I'm unclear on why you > > selected the "hobbled" tarballs and where you got the > > "nettle-3.2-hobbled.tar.xz" tarball to work with. > > Hi, > I just copied it from Fedora [1] and [2] , it a long story [3], some > ECC algorithms have patent issues , so they are discarded on Fedora > (and so do I). Right: I...
2006 Apr 18
4
Security considerations with displaying uploaded HTML
I have an application where I am allowing users to upload (or refer the app. to) arbritrary HTML that I am (currently) displaying in an IFRAME on a page. The users will be authenticated so it''s not open to the entire universe. I was always uneasy with this, but after reading the security chapter of AWDWR, I am even more concerned. What kinds of applications do people have out there
2007 Sep 25
2
mdadm problem.
.../md1 /mnt/md1 # tar cfpl - . | ( cd /mnt/md1 ; tar xfp -) # umount /mnt/md1 # sync I run grub just in case: # grub > device (hd0) /dev/sda > root (hd0,0) > setup (hd0) I reboot, expecting that the system will find /dev/md1 and use it as its root... but it doesn't. Digging around in hobbled mode (changing the root= parameter in grub to /dev/sda1 instead of /dev/md1) shows that /dev/md1 doesn't get assembled, therefore it doesn't get mounted. Can anyone tell me what I've done wrong? -- /\oo/\ / /()\ \ David Mackintosh | dave at xdroop.com | http://www.xdroo...
2008 Feb 19
20
Ruby on Rails and MS Access
How do I connect an existing or new Access database with Ruby on Rails? I am new to Ruby on Rails and a tutorial I am going through mentions using MySQL but I don''t have MySQL and only work with MS Access. Is MySQL available for free on the web? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2019 Apr 21
2
compile samba 4.10.2 centos 7.6
...>> On Sun, 2019-04-14 at 10:38 -0400, Nico Kadel-Garcia via samba wrote: > >>> Interesting. I'd not tried to bundle an upgraded compatibility >>> gnutls. >>> I think I understand how you did that, but I'm unclear on why you >>> selected the "hobbled" tarballs and where you got the >>> "nettle-3.2-hobbled.tar.xz" tarball to work with. >> >> Hi, >> I just copied it from Fedora [1] and [2] , it a long story [3], some >> ECC algorithms have patent issues , so they are discarded on Fedora >> (...
2016 Jan 03
2
Samba 4 AD - Samba Fails to Start, hdb_samba4_create_kdc (setup KDC database) failed
Andrew Bartlett <abartlet <at> samba.org> writes: > > What does 'samba-tool dbcheck' say? Running "sudo samba-tool dbfix" produces the following Python error: sudo samba-tool dbcheck ERROR(<type 'exceptions.IndexError'>): uncaught exception - list index out of range File
2015 Sep 03
2
[PATCH mesa 3/4] nv30: Do not export msaa capabable visuals on nv3x
On Thu, Sep 3, 2015 at 7:25 AM, Hans de Goede <hdegoede at redhat.com> wrote: > On nv3x we will likely end up using the cpu to do color resolving for msaa > blits. Disable msaa on these cards so that we do not end up using the cpu. Actually the CPU fallback won't do scaled, so it's stuck with SIFM or assert(false). Which isn't great, but... it's what the HW does. I
2019 Apr 21
2
compile samba 4.10.2 centos 7.6
...On Sun, 2019-04-14 at 10:38 -0400, Nico Kadel-Garcia via samba wrote: > > > > Interesting. I'd not tried to bundle an upgraded compatibility > > > gnutls. > > > I think I understand how you did that, but I'm unclear on why you > > > selected the "hobbled" tarballs and where you got the > > > "nettle-3.2-hobbled.tar.xz" tarball to work with. > > > > Hi, > > I just copied it from Fedora [1] and [2] , it a long story [3], some > > ECC algorithms have patent issues , so they are discarded on Fedora >...
2004 Aug 06
4
[Re: icecast2 ??]
...s simpler for me to stream mp3s. Does icecast2 only stream vorbis? If that's the case, then icecast1 will never be obsolete so long as people want to stream mp3s (without reencoding to ogg-- which introduces more loss into the stream). From my little understanding of what exactly icecast2 does (hobbled together from searches through the list archives, since there is no useful webpage information). > > > Furthermore, since icecast2 is not released yet, IMO it is premature > > to disable the icecast1-compatible directory server (especially > > without any kind of warning)....
2019 Nov 17
0
Post-installation setup script for CentOS 7 servers
...s). I?m curious why you list these as ?cruft? packages? chrony firewalld iperf NetworkManager-libnm They are all removed as per of the ?setup? command you provided. You remove the default NTP service, you disable the default firewall (although you do install iptables-service in base.txt) and you hobble NetworkManager. Also, I?m sure it?s helpful for you, but setting all the default CentOS repos to ones in France as a baseurl means that anyone using it would get that too, so anyone thinking of forking the repo, don?t replace the CentOS repo files. The mirrorlist url should give you geographical...
2016 Jan 03
0
Samba 4 AD - Samba Fails to Start, hdb_samba4_create_kdc (setup KDC database) failed
...some of the old values. The last time I came across a DB failure like this, I blamed a DRDB setup that didn't honour 'barriers' and an unexpected power-off. The DB was only able to be partially rescued with the new 'ldbdump' tool we wrote. In that case the domain was able to hobble on for a few weeks, but was rebuilt. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
2008 Aug 14
0
Has anyone ever seen outlook do single sign on with dovecot/etc?
...et to see it try to use the cached windows logon credentials.. It appears to do an NTLM exchange with a blank password and then prompt for a password and then do an exchange with the given password. It does the same thing if PLAIN authentication is used. I'm starting to suspect MS deliberately hobbled outlook so that it uses the SSPI to exchange an entered password but not ever the logon credentials.. Does anyone know different? What a topsy-turvy world when thunderbird using SSPI works better on Windows than outlook. :| Thanks, Jason
2011 Aug 07
1
openssl and eliptic curve
Hello, I'm trying to rebuild redhat openssl rpm with eliptic curve support enabled. What I did is just edit the spec file and modify the configure parameters from no-ec to enable-ec. Not surprisingly the package does not build with this enabled: http://pastie.org/2334009 This appears to be deliberate due to shitware patents. Anyone knows how to "fix" this? Thanks
2009 Dec 31
1
nfs vs. cifs based on my usage profile
Hello, I have an interesting architecture consisting of a 3 RHEL 5.3 NFS nodes that mounts about 30 TB worth of iscsi disk and presents them as 6 different NFS shares. It is an active-active-active cluster with each node presenting a couple of shares. It works pretty well. I am doubting my decision to use NFS and am wondering if CIFS would be a better route. Here are the NFS stats: getattr
2003 Aug 09
0
ogg player on a clie
...a ADPCM encoder and its source code are included with this document (wav2adpcm), provided under the GNU General Public License. My fantasy is to use this library with tremor, and be able to play oggs. But this library looks like a joke. 8khz? Mono? What the heck is that? Maybe this is a hobbled-down API they've released, rather than the real thing? I also assume that tremor just wants to spew bits directly at a DSP, not generate a complete adpcm block. (The sony API just 'pulls' data from an existing adpcm block.) Has anyone looked at this stuff? Are others already out th...