search for: griff

Displaying 11 results from an estimated 11 matches for "griff".

Did you mean: grief
2004 Jun 17
2
Problem with sending winpopup messages
...nel version 2.6 I want to send a message to Windows clients from my Samba 3.0.2a box. Clients are w2k and winxp. If i say in CL $> smbclient -M recipient_machine then recieve error message "session request failed". Here the part of debug log: ------------------------------------ [gri@griff gri]$ smbclient -M serv -d5 ... ... Sent session request size=1 smb_com=0x0 smb_rcls=0 smb_reh=0 smb_err=0 smb_flg=0 smb_flg2=0 smb_tid=0 smb_pid=0 smb_uid=0 smb_mid=0 smt_wct=0 smb_bcc=0 tdb(unnamed): tdb_open_ex: could not open file /var/cache/samba/lang_ru_RU:ru.tdb: Permission denied session r...
2003 Jan 02
7
Can I Classify Non-IP Traffic?
...this is different from the default). My question is can classify the non-IP traffic? Ideally I''d like to be able create a queue for IPX traffic.I know the tc filters command has a protocol statement but I can''t find any information about setting this to anything but ip or ipv6. Griff _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2016 Jun 17
7
[Bug 2591] New: ssh-keygen -R is case-sensitive, but should not be
...uld not be Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: minor Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs at mindrot.org Reporter: griff.miller at oplink.net Hostnames and domains are case-insensitive, but ssh-keygen -R is not honoring this. With openssh-7.2p2 Cygwin/Windows 7 (I've also seen the same behavior on RHEL/CentOS with 5.3p1 and 6.6.1p1): % grep -i myhost ~/.ssh/known_hosts # to show myhost is not there yet % ssh g...
2016 Apr 15
2
ssh-keygen -R is case-sensitive, but should not be
Here is a better patch. Somehow I pasted an older version of my edits: ------------------------------------------------------- % diff ./match.c /home/millerig/osrc/openssh-7.2p2/match.c 121a122 > char *low_string = 0; 156,159c157,168 < if (match_pattern(string, sub)) { < if (negated) < return -1; /* Negative */ < else --- > if (dolower) { > u_int j; >
2009 May 18
1
ReplayGain in Flac
Hi there, I'm interested in implementing Replay Gain in C++ and believe that this feature is available in the Flac library. http://en.wikipedia.org/wiki/Replay_Gain Would someone be kind enough as to direct me to the source files where this implementation exists. Thanks for your help, Barry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Aug 31
0
[JOB] Onsite, at Client Location only, NYC Consulting, Financial Services Firm
Please contact me directly at griff-uev+LmwxQNY@public.gmane.org if you are interesting working onsite at our client''s office in NYC participating in cutting edge development of financial services applications - $700-$900 per day. Thanks, Kathleen Griffiths www.sg.com http://www.linkedin.com/in/kathleengriffiths www.creat...
2011 Jun 22
5
Elite Force 2 Shortcut
...fine. When I launch it directly from EF2.exe that is. I have had no luck creating a shortcut however. Every time I try (entering the correct command line) I simply get the following. > Elite Force II 1.0 win-x86 May 24 2003 > ----- FS_Startup ----- > Current search path: > Z:\home\griff/base > d:\Setup\Data\ef2.exe/base > > ---------------------- > ----- CL_Shutdown ----- > ----------------------- > Couldn't load default.cfg > Apparently (despite the command line) it's not looking in the right area? Help please?
2005 Sep 14
7
Asterisk 1.0.9 long term stability <--thread hijack, why not reboot?
Disclaimer: Not a troll I'm curious as to this obsession with uptime is. All of the posts of this type are along the lines of "After X days, Y thing does not work but if I reload or reboot, it's OK" - so why not cron a reboot? Is it considered bad form or something like that? I reboot every night whether it is needed or not, not afraid to admit it, and everything works fine for
2006 Jul 31
0
validates_confirmation_of won''t work
Hello folks, this is the first time I''ve written to this forum. If there''s already a topic on this, forgive me but the search isn''t working right now. I seem to have a problem validating confirmation of a password. The first two snippets are some model code and some test code that work just fine: ---------------------------- class Challenge < ActiveRecord::Base
2004 Oct 18
1
multiple --link-dest options
I use rsync to backup several servers to harddisk on a backupserver. To save space i use the --link-dest option which creates a hardlink to the file of the last backup if the file hasn?t changed. Under certain circumstances the file doesn?t exist in the last backup, but in the second last backup ore somwhere else. If for example a backup couldn?t be completed (maybe because of a loss of power)
2004 Oct 18
1
check "--link-dest" directory first
I use rsync to backup several servers to harddisk on a backupserver. To save space i use the --link-dest option which creates a hardlink to the file of the last backup if the file hasn?t changed. If a file already exists in the destination directory then an maybe existing file in the --link-dest directory is ignored. The existing file will be overwritten with the new version regardless whether