similar to: (no subject)

Displaying 20 results from an estimated 400 matches similar to: "(no subject)"

2002 Sep 10
1
Rsync with multiple huge filesystems
Hi, I invoked several rsync processes simultaneously. The rsync code reads the from a file each time it's invoked. The file read into the script contains lists of filesystems to be sync-ed from client machine to the NFS fileserver. Both the client machine and the NFS fileserver are on separate NIS domain, and have been made to trust one another. The 2 NIS domains are also on separate
2016 Nov 28
0
domain member with winbind, slow smbcacls or smbclient listing
I think, the reason is some files acls, which contain uid or gid, absent in the domain. How to make so that winbindd in this case every time didn't connect with controller, but only periodically update data, using parameters winbind cache time and idmap negative cache time? I think so because in logs I see these strings: ...host has no idea of uid ... ...Connected to LDAP server...
2016 Nov 24
2
domain member with winbind, slow smbcacls or smbclient listing
Hi, all! When I launch (again and again) smbcacls "//myfileserver/share" "" -U user -W domain or smbclient "//myfileserver/share" -U user -W domain -c "ls", in tcpdump output at myfileserver I see multiple calls to controller via ldap, therefore these commands are executed slowly. When I run getent groups at myfileserver, all worked fine, and tcpdump
2019 Jul 16
0
samba 4.8 client and 4.9 AD DC: Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT
On 16/07/2019 16:31, Kacper Wirski via samba wrote: > Hello, > > I have an issue as stated in topic. My samba 4.8.3 file server, which is AD > member frequently shows winbind errors (pasted below). From user > perspective it seems to work fine, but I'm worried that I have something > misconfigured and in the long run, I might run into some errors. > > My AD DC are
2019 Jul 16
1
samba 4.8 client and 4.9 AD DC: Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT
Hello, Thank You for prompt reply! As I stated, I don't have any issues that I'm aware of, but this file server is new in my infrastructure and I was worried that something is incorrect. I set minimal logging as a habit, and I bumped winbind recently to maybe see something that would help me solve this problem. What about this: ads_search_retry: failed to reconnect (No logon servers are
2019 Jul 16
2
samba 4.8 client and 4.9 AD DC: Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT
Hello, I have an issue as stated in topic. My samba 4.8.3 file server, which is AD member frequently shows winbind errors (pasted below). From user perspective it seems to work fine, but I'm worried that I have something misconfigured and in the long run, I might run into some errors. My AD DC are running on samba 4.9.x (two of them), compiled from source with BIND as DNS backend (running on
2002 Jul 25
2
rsync with --exclude files
HI, I'm trying to exclude some files & directories from a filesystem which I would like to copy to a different site. I did: # rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt /fs22/a/circuit_design mickey.willow.com:/cpu/store/design where file /fs21/tmp/perl_scripts/exclude.txt contains the following directories and files to be excluded from /fs22/a/circuit_design :
2011 Mar 08
1
NaNs in Nested Mixed Model
Dear R users, I have a problem with something called "NaNs" in a nested mixed model. The background is that I have studied the number of insect nymphs emerging from replicated Willow genotypes in the field. I have 15 replicates each of 4 Willow genotypes belonging two 2 Willow species. Now I want to elucidate the effect of Willow genotype on the number of emerging nymphs. Previously I
2011 Jul 18
3
EL6, xinetd, and permissions. What am I missing?
Staging for a rollout of EL 6, and ran into a very strange permissions issue with xinetd that defies all (my) logic. It's a script called "spfiled" that we use for messaging between our server cluster servers. I'm trying to get it to run with "least permissions necessary". Because it reads/writes files in conjunction with a web-based service, it runs as user
2008 Jul 28
0
[LLVMdev] Problem
Yes I am running Vista. I tried running the program as an Administrator but I get the same error. What is a valid -mtune argument I can try? Thanks, Willow Anton Korobeynikov wrote: > Hello, Willow > > >> C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a >> a.c:1: error: bad value (generic) for -mtune= switch >> > Something is
2002 Jun 24
3
Weird problem - one machine works another doesn't on new server - both OK on old one.
Hello and Thanks in Advance, I've been at this for three days now and can't think of anything else to try. Been through the docs and #samba on openprojects and even begged for direction in #samba-technical who suggested writing here. On the ancient RedHat 5.2 server (SAMBA 1.9?) both boxes work OK and continue to work OK with both servers now up (new one is from Mandrake 8.2 - SAMBA
2009 Feb 12
1
VPNC article
I have put the article on the wiki at http://wiki.centos.org/HowTos/vpnc I wasn't sure where to put in the main table of contents. In the end, I put it under security, using the FreeBSD ports as an example. It could have also gone under Network. As far as its actual location, as you can see from the link above, I just put it directly under howtos. -- Scott Robbins PGP keyID EB3467D6 (
2008 Jul 27
2
[LLVMdev] Problem
Hello, Willow > C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a > a.c:1: error: bad value (generic) for -mtune= switch Something is really broken at your side. Are you running Vista? -- WBR, Anton Korobeynikov
2008 Jul 28
1
[LLVMdev] Problem
On Sun, Jul 27, 2008 at 10:15 PM, Willow Schlanger <wschlanger at gmail.com> wrote: > Yes I am running Vista. I tried running the program as an Administrator > but I get the same error. What is a valid -mtune argument I can try? generic *is* a valid value for mtune; however, it's was added to gcc relatively recently. This is only a rough guess, but the most likely issue is that
2007 Jun 16
0
[LLVMdev] OS Development
On Fri, 15 Jun 2007, Willow Schlanger wrote: > I'm interested in developing a 64-bit operating system to run inside a > version of BOCHS compiled with x86-64 support enabled > (bochs-2.2.6-x86-64.exe) that I found on the web. > > Can I use LLVM as a GCC replacement for OS development? I need to > generate 64-bit x86-64 assembly language output which I can then > assemble
2008 Jul 27
1
[LLVMdev] Hi
Hello, Willow > Hello, I want to use LLVM to develop a 64-bit operating system (64-bit > Win64 DLL targets) on a 32-bit Windows host. Is this possible? In general - yes, however inw64 codegeneration is work-in-progress and there are some issues with it. > `/c/Downloads/llvm-2.3/llvm-2.3/Release/bin/ > tblgen.exe', needed by How you're configuring? > of running the DLLs
2002 Jan 09
2
Removing Vorbis tags
Hello everyone, Was wondering if there was an option or program somewhere that can delete all tags associated with an Ogg Vorbis file? Ross Vandegrift ross@willow.seitz.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
2007 Jun 16
3
[LLVMdev] OS Development
Hi, I'm interested in developing a 64-bit operating system to run inside a version of BOCHS compiled with x86-64 support enabled (bochs-2.2.6-x86-64.exe) that I found on the web. Can I use LLVM as a GCC replacement for OS development? I need to generate 64-bit x86-64 assembly language output which I can then assemble with the normal 'as' and link via 'ld' commands. How do
2006 Nov 06
3
RHEL4 as 64-bit HVM guest -- not starting in 64 bit mode
I''m trying to install RHEL 4 on an HVM (Core 2 Duo). However, when the RHEL installer tries to start the kernel, it complains that the CPU doesn''t support extended mode, and that I should use a 32-bit installer. However: hrm@willow:~$ sudo xm info | grep xen_caps xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 Is there some magic I
2001 Nov 01
1
Lossy Audio Compression Research
Hello everyone, I'm a student at the Universtiy of Delaware, and will be soon starting some research on the effects of lossy audio compression on speech sounds. I will be preforming test with both mp3 and vorbis. First of all, if I use the '--ogg' switch to lame, does lame use GPSYCHO to encode the wave, or some other psychoacoustic model (perhaps one designed for