search for: pickier

Displaying 20 results from an estimated 25 matches for "pickier".

Did you mean: picker
2000 Feb 18
0
Different Domain Login.
...ame'. > > Any suggestions would help. Thanks. > > -- > > Ryan Wyler > SC4211@email.mot.com Voice: (480) 732-4318 > Motorola ITSS Pager: ryan.page@monitor.sat.mot.com > U N I X > > [ Unix is very Friendly ... > ... just pickier about who it makes friends with. ] -- Ryan Wyler SC4211@email.mot.com Voice: (480) 732-4318 Motorola ITSS Pager: ryan.page@monitor.sat.mot.com U N I X [ Unix is very Friendly ... ... just pickier about who it makes friends...
2017 Sep 29
2
Call for testing: OpenSSH 7.6
On 29 September 2017 at 11:05, Iain Morgan <imorgan+openssh at nas.nasa.gov> wrote: [...] > This is due to my shell being csh, which is pickier about undefined > variables than the Bourne-style shells. The attached patch fixes the > issue. Thanks for figuring this out. > - 'test -z "$SSH_USER_AUTH"' || fail "SSH_USER_AUTH present" > + 'test -z `printenv SSH_USER_AUTH`' || fail &...
2000 Feb 18
0
Different Domain Login. UPDATED
...ame'. > > Any suggestions would help. Thanks. > > -- > > Ryan Wyler > SC4211@email.mot.com Voice: (480) 732-4318 > Motorola ITSS Pager: ryan.page@monitor.sat.mot.com > U N I X > > [ Unix is very Friendly ... > ... just pickier about who it makes friends with. ] -- Ryan Wyler SC4211@email.mot.com Voice: (480) 732-4318 Motorola ITSS Pager: ryan.page@monitor.sat.mot.com U N I X [ Unix is very Friendly ... ... just pickier about who it makes friends...
2007 Feb 15
2
ajax.request not working in ie7
it sends the request fine in firefox but it never gets sent in ie7 (im using iewatch). here''s my code: var headers = [''Man'', ''POST http://'' + location.host + ''/something HTTP/1.1'',''MessageType'',''CALL'' ]; var myAjax = new Ajax.Request( url, { requestHeaders: headers ,contentType:
2012 Oct 15
2
[LLVMdev] LLD AbsoluteAtoms
...bol must have in order to be converted into an absolute atom, st_shndx == SHN_ABS. The problem is that symbols with this attribute can be of multiple (at least 2) types, STT_FILE, STT_OBJECT. The attributes of the original input must be preserved in the output file. Maybe the reader should be pickier about what it is calling an absolute atom and only making them when type == STT_OBJECT is true. I have a patch that adds contentType to absolute atom rather than just filtering the input, hmm filtering probably would have been easier. I will submit the patch anyway later today or tomorrow. W...
2012 Oct 16
2
[LLVMdev] LLD AbsoluteAtoms
...onverted into an absolute atom, st_shndx == SHN_ABS. The > problem is that symbols with this attribute can be of multiple (at least 2) > types, STT_FILE, STT_OBJECT. The attributes of the original input must be > preserved in the output file. > > > > Maybe the reader should be pickier about what it is calling an absolute > atom and only making them when type == STT_OBJECT is true. I have a patch > that adds contentType to absolute atom rather than just filtering the > input, hmm filtering probably would have been easier. I will submit the > patch anyway later today...
2012 Oct 15
0
[LLVMdev] LLD AbsoluteAtoms
...st have in order to be converted into an absolute atom, st_shndx == SHN_ABS. The problem is that symbols with this attribute can be of multiple (at least 2) types, STT_FILE, STT_OBJECT. The attributes of the original input must be preserved in the output file. > > Maybe the reader should be pickier about what it is calling an absolute atom and only making them when type == STT_OBJECT is true. I have a patch that adds contentType to absolute atom rather than just filtering the input, hmm filtering probably would have been easier. I will submit the patch anyway later today or tomorrow. >...
2018 Apr 17
5
Wing's repo, rpms & upgrades
Hi All, I started using Samba as an AD DC on el7 a few weeks ago. I have some questions for others who mights also be using Wing's rpms on el7 (http://wing-net.ddo.jp/wing). A) Is there a wiki/issues page for that repo? I could not find any.. B) is that the only repo of samba rpms available for el7/centos7? C) Is there a reason why samba46-4.6.14 is the latest available version? Are
2012 Oct 16
0
[LLVMdev] LLD AbsoluteAtoms
...n order to be converted into an absolute atom, st_shndx == SHN_ABS. The problem is that symbols with this attribute can be of multiple (at least 2) types, STT_FILE, STT_OBJECT. The attributes of the original input must be preserved in the output file. > > > > Maybe the reader should be pickier about what it is calling an absolute atom and only making them when type == STT_OBJECT is true. I have a patch that adds contentType to absolute atom rather than just filtering the input, hmm filtering probably would have been easier. I will submit the patch anyway later today or tomorrow. > &...
2015 Mar 12
0
samba 4.1.17 on raspberry pi as ad dc - internal dns problems
...g trouble. however, I feel like kerberos has > problems because dns has problems. > DNS itself seems not to work at all. Yes, this is what it looks like. But You need to dig for more information. But the first step is to check the configuration. Regarding DNS: the bind backend for sure is pickier than the internal DNS... So starting with the internal one definitely is more convenient. Personally I prefer bind as I have years of experience with it (mainly under windows). But when I started with Samba 4.0 I had a very hard time, until the DNS updating process from Samba to Bind worked rel...
2015 May 10
0
sssd on a DC
...d GSS failure. Minor code may provide more information (Server not found in Kerberos database)] It turns out that the reverse DNS entry for DC1 led to DC1.my-pre-AD-dns-domain.tld, rather than DC1.domain.tld. This had been working perfectly for everything else - but evidently kerberos is a little pickier. I now have sssd working, I think: [fo_set_port_status] (0x0100): Marking port 389 of server 'dc1.domain.tld' as 'working' [set_server_common_status] (0x0100): Marking server 'dc1.domain.tld' as 'working' I used the following commands to test the GSSAPI element (ea...
2000 Feb 29
2
cat /etc/passwd > mksmbpasswd
Hi all, Quick question, is it possible to take an existing /etc/passwd file and run it through mksmbpasswd.sh (or some other script) to update a smbpasswd file? I am asking this because everytime we change a password or add or delete usernames on a machine, it would seem we have to do the same thing to change th samba password file, and I'm hopeing there is an easier way..... thanks, jeff
2018 Apr 18
0
Wing's repo, rpms & upgrades
...4.6.x to 4.7.x) Is a 'yum update' usually sufficient or are there > some db actions that are required? For minor upgrade, you mostly can go forward without much stress. For major upgrades, it is always better to test an upgrade on a snapshot and do a dbcheck first. Dbcheck is getting pickier at every major version to get the best and nicest ldb database for your beloved domain. Cheers, Denis > > Thanks, > > Vincent > -- Denis Cardon Tranquil IT Systems Les Espaces Jules Verne, bâtiment A 12 avenue Jules Verne 44230 Saint Sébastien sur Loire tel : +33 (0) 2.40.97.57...
2009 Dec 02
1
[LLVMdev] More AVX Advice Needed
On Wednesday 02 December 2009 17:24, Eli Friedman wrote: > On Wed, Dec 2, 2009 at 3:08 PM, David Greene <dag at cray.com> wrote: > > On Wednesday 02 December 2009 16:51, Eli Friedman wrote: > >> On Wed, Dec 2, 2009 at 2:44 PM, David Greene <dag at cray.com> wrote: > >> > I'm working on some of the AVX insert/extract instructions.  They're >
2000 Feb 29
0
automount, samba, desktop.ini issues
...inks/projects writable = yes Note: When you edit this, don't forget to use VI .. =) ALWAYS do the ':set ts=2' to change the tabspaces over to two spaces instead of 8 spaces. -- Ryan Wyler - ryan@nhorizon.net TekSystems U N I X [ Unix is very Friendly ... ... just pickier about who it makes friends with. ] -------------- next part -------------- A non-text attachment was scrubbed... Name: update_links.pl Type: application/x-perl Size: 6455 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20000229/e594ab83/update_links.bin
2003 May 12
1
[Fwd: Re: Down the MPD road]
Made a typo in the cc: line. Coffee time, I guess. -------- Original Message -------- Date: Mon, 12 May 2003 19:52:17 -0400 From: Bob K <melange@yip.org> To: Michael Collette <metrol@metrol.net> CC: freebsd.-security@freebsd.org Subject: Re: Down the MPD road > I did this, and it does correct the immediate problem. Of course, it > also > creates a new glitchy. >
2007 Dec 20
2
Cisco 7961 new firmware stops reading configuration files
Hello, I have been running SIP41.8-2-2SR4S firmware on the Cisco 7961 and have recently upgraded to SIP41.8-3-2SR1S to add the DND button on the front of the phone and also to hopefully resolve some issues with the phones not registering after a long period. Once we upgraded the phones now display "Error Verifying Config Info" in the Status messages and will not process the
2005 Dec 30
5
Version download problem?
Trying to download the 3.1 iso's of CentOS and no matter which mirror I go to, or release 3 version, I always see the 3.6 iso's. URL: http://wuarchive.wustl.edu/pub/linux/distributions/centos/3.1/isos/i386/ Shows all of the 3.6 iso files. Some reason why I can't find the older release files? Thanks, Darren Young Senior UNIX Administrator University of Chicago Graduate School
2012 Oct 15
0
[LLVMdev] LLD AbsoluteAtoms
On Oct 15, 2012, at 8:08 AM, Sidney Manning wrote: > > I think that absolute atoms will need something similar to, "contentType" added. > > SHN_ABS symbols can have different types, STT_OBJECT, STT_FILE and maybe others. In order for the writer to tell it must have a way to reach back and ask the atom what type of symbols caused it to be created. To that end I added a
2015 Mar 12
2
samba 4.1.17 on raspberry pi as ad dc - internal dns problems
Hello List, I have a raspberry pi with raspbian. I am trying to get samba 4.1.17 to work as AD DC and have problems which seem to be dns related... What I did to get here: - I removed the preinstalled samba - installed prerequisites (build-essential libacl1-dev libattr1-dev libblkid-dev libgnutls-dev libreadline-dev python-dev libpam0g-dev python-dnspython gdb pkg-config libpopt-dev