search for: complient

Displaying 15 results from an estimated 15 matches for "complient".

Did you mean: compliant
1998 Jun 25
1
can't run programs from directories > 8 chars
Hi, We're trying to use a samba server as a repository for all our PC source media, and I've discovered that if an exe exists in a directory with more than 8 characters then the client (NT) will complain that it cannot find the exe. Changing the name of the directory to 8 chars or less fixes the problem. I've played around with name mangling options
1998 Jul 16
0
Samba services to NT client (PR#8411)
...ped drive --------------------------------------------------------------- The Windows NT redirector has a bug when running against a Samba or Windows 95 mapped drive and attempting to run a 16 bit executable. The problem occurs when the pathname to a 16 bit executable contains a non 8.3 filename complient directory component, Windows NT will fail to load the program and complain it cannot find the path to the program. It can be verified that this is a bug in Windows NT and not Samba as the same problem can be reproduced exactly when attempting to run the same program with the same pathname from a W...
2002 Nov 28
8
Could not insatall Internet Explorer on linux through wine.
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: koutput Type: application/x-java-vm Size: 2881 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20021128/a81741b4/koutput.class
2004 Jun 11
1
* as conference server for shoutcast.
...ngs live sales demonstrations and all interactive. you get the picture. right now i'm thinking of just patching a cable from the * operator console to a shoutcast server. thank god for old tech. but i would luv to explore the potential to feed an mp3 stream to a shoutcast server. * is mp3 complient. i'd be willing to use my test system - which is currently called frankenstein and for good reason - to experiment. just an idea to the * community. regards joe baptista
2004 Jul 19
0
POE Switches and QOS
...fic port by logging onto the switch). As to loading for the switch you can read the specs here:- http://www.3com.com/products/en_US/detail.jsp?pathtype=purchase&tab=features&sku=3C17205-US I may be telling people on here how to suck eggs but make sure whichever POE kit you get is 802.3af complient...a LOT of people are pushing products as POE but not using the proper standard (i.e. only using 5V or 12v up the wire which means voltage drop off is a problem over the cable length run). I've got no links to 3com just a happy customer...and POE stuff is starting to take off with 802.3af came...
2001 Feb 15
2
Tatu Ylonen's message to the OpenSSH developers
A non-text attachment was scrubbed... Name: not available Type: application/pgp Size: 3562 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010214/5489bfec/attachment.bin
2005 May 16
3
voicemail.conf from DB
Hi I have been playing with trying to get voicemail.conf from DB, I am using cvs-head, but when I start asterisk, it dies a horrible death, because it cant load any voicemil setting. I looked at my mysql logs to see what query was being sent, and I get SELECT category, var_name, var_val, cat_metric FROM voicemail_users WHERE filename='voicemail.conf' and commented=0 ORDER BY
2016 Apr 05
3
Repeat core dumps due to libgcrypt?
On Tue, 5 Apr 2016, Andrew Bartlett wrote: > On Mon, 2016-04-04 at 14:48 -0600, Ochressandro Rettinger wrote: >> Hi, sorry. I have spent about 4 hours googling, and had no >> luck. >> I'm getting repeat core dumps out of smbd, and nothing I've gotten >> from >> the log file has successfully pointed me at any indication that >> anyone >> else
2000 Sep 28
1
[PATCH] Next cleanup part 4 or 5 by now.=)
...t;wrapper" functions to replace to BSD functions */ -int posix_utime(char *filename, struct utimbuf *buf); /* new utime() */ -#define utime posix_utime -pid_t posix_wait(int *status); /* new wait() */ -#define wait posix_wait +/* Swap out the next 'BSDish' wait() for a more POSIX complient one */ +pid_t posix_wait(int *status); +#define wait(a) posix_wait(a) /* MISC functions */ -int waitpid(int pid, int *stat_loc, int options); -pid_t setsid(void); +#define setsid() setpgrp(0, getpid()) +pid_t waitpid(int pid, int *stat_loc, int options); /* TERMCAP */ int tcgetattr(int fd, s...
1997 Oct 07
4
utime and backing up files
I read in the Samba docs that there is a problem with "utime()" when a user updates another users file the modified time cannot be updated. According to the docs, even if it the file has write permissions set for the non-owner. When I attempt to do a test on a files that is mode 777, I create the file as one user, wait a minute, edit it again as another user, and it changes the modified
2001 Dec 14
0
Re: proposal1
...it should not be "compliant" behavior to place that information > in a "DURATION" tag instead of the "LENGTH" tag. Including both > should be allowed, I think. But discarding a standard tag in lieu of > a non-standard one should disqualify a program from being complient. > But I'm not sure how to word this so it sounds nice and "standard-like." >> >>-------------------------------------------------------- >> >>If a tag can denote more than one item, repeat the tag for each >>item, one item for each usage of the tag...
2004 Feb 15
8
Wifi Phones
Hello list, I was going to buy this weekend a Wisip from http://www.pulverinnovations.com/, but jeff got out of stock and he wont have Wisip for the next 3 to 4 weeks. So I start searching for other wifi phones because I was really upset about it and I found IPC5000 from http://www.fahdtel.com/sip_phones.htm, I liked so much the pic that I email the guy and he send me the PDF with all the details
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid, I think it is the first time it is run that the errors occcur !? Not sure but that would seem logical. Aaron
2003 Dec 01
0
No subject
...be> List-Archive: http://lists.samba.org/pipermail/samba/ Well - version 1.0 of LSB has finally been released (at : http://www.linuxbase.org/spec/gLSB/gLSB/book1.html so in the spirit of standardization, I'd be very happy to include patches to the packaging/ area of Samba to create an LSB complient package (probably called : lsb-samba.org-samba to match the spec) as soon as possible. It'd be great to get this in 2.2.1, but I'm not going to hold off shipping for it.... *Finally* we have a standard.... Hurrah ! Cheers, Jeremy Allison, Samba Team. Return-Path: <alex@avantel.ca&...
2003 Dec 01
0
No subject
...he nmbd changes, I knew that code was broken w.r.t. the C standard after it was raised on the list a few months ago. It was my code and I was dreading re-writing it to be standards "correct" as it would require the addition of many extra unions to make it work :-). I *love* your standards complient "workaround" :-) :-). I'lll work on getting these in for 2.2.2. Thanks, Jeremy Allison, Samba Team. Return-Path: <byteuk@fullwormage.com> Delivered-To: samba@lists.samba.org Received: from mail5.svr.pol.co.uk (mail5.svr.pol.co.uk [195.92.193.20]) by lists.samba.org (Post...