search for: fefe

Displaying 10 results from an estimated 10 matches for "fefe".

Did you mean: fee
2011 Mar 01
2
unable to assign static IPv6
...l address is automatically brought up. I can manually ifconfig the address but when I configure it in ifcfg-eth0 and restart the network init script the IPv6 address is not assigned. Anyone have any ideas on how to fix this? /etc/sysconfig/network-scripts/ifcfg-eth0: IPV6INT=yes IPV6ADDR=fdca:fefe:dace:07b1:0000:0002:B339:2817 $ cat /etc/sysconfig//network NETWORKING=yes NETWORKING_IPV6=yes $ lsb_release -a LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1- noarch Distributor ID: CentOS Description: CentOS release 5.5 (Final) Release: 5.5 Codename:...
2005 Jul 12
3
comm between gui and app?
...m the app gui (object)... MVC''ish. How can I have the gui part communicate to the app that an event has taken place? Example code somewhere? Thank you. -- - Martin J. Brown, Jr. - - mjbjr@beaudesign.com - Public PGP Key ID: 0xB09AFEFE keyserver: http://pgpkeys.mit.edu:11371/ Key fingerprint = F3C4 503E 6239 E395 1D33 2FA6 CF11 6F34 B09A FEFE _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2010 Jul 13
1
incoming works out does not (prolly a newbie question)
...packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:222 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:16218 (15.8 KiB) vnet0 Link encap:Ethernet HWaddr 9A:B0:F1:FE:9F:1C inet6 addr: fe80::98b0:f1ff:fefe:9f1c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:128 errors:0 dropped:0 overruns:0 frame:0 TX packets:1504 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 RX bytes:18288 (17.8 KiB) TX bytes:105343...
2003 Apr 19
0
vorbis SSE diff
I just uploaded a diff I made for libvorbis to http://www.fefe.de/diffs/libvorbis-1.0-simd.diff.bz2 It adds a 3dnow! decoding speedup (about 10%), SSE decoding speedup (about 20%) and SSE encoding speedup (about 25%). The code selection happens purely at compile time, no CPU flag detection or so. I figure someone else will have to do that, I'm short on...
2006 Nov 06
0
problems with paypal plugin
...i run the same tests, and two fail and two have errors. /usr/local/bin/ruby -Ilib:lib "/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb" "test/paypal_test.rb" Loaded suite /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader Started ...FEFE Finished in 3.84531 seconds. 1) Failure: test_successful_authorization(PaypalTest) [./test/paypal_test.rb:55]: <false> is not true. 2) Error: test_successful_capture(PaypalTest): NoMethodError: undefined method `transactionID'' for #<SOAP::Mapping::Object:0xbf536dc8> ....
2008 Aug 14
5
dovecot performance
Hello All, I've been studying dovecot for replacing my company's current system and I got a little worried about an aspect of the dovecot's design. I was surprised that dovecot doesn't use prefork for its mail processes, forking a new processes for each new client connection. Talking in the #dovecot channel I was gave a scenario of a system supporting ~40k users with 4 servers
2015 Nov 20
6
[Bug 2503] New: The sshd log files are insufficient to detect sessions
...Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: felix-mindrot at fefe.de I am working on a software for log file analysis, and one of the ideas is to identify active sessions on a system so the software can warn if something is running as a user on a system when that user is not logged in. Here is a typical log output from sshd (the portable version) on my Linux se...
2003 Jan 20
2
Location of fileinfo
hello there, I just started using ogg files. And want to thank you all for this new format. I have written an addon for mirc (chatclient for irc chat networks) to play and exchange soundfiles and I am almost done with implementing the ogg vorbis format into this application. The mirc-scriptinglanguage provides me a command to read a specified number of bytes starting at a specified location of
2003 Dec 01
0
No subject
...-Archive: http://lists.samba.org/pipermail/samba/ Hi there, I've developed a short, dirty patch for Samba 2.09 that allows me to have a separate /etc/passwd for Samba. (and so allows me to have virtual users running under the UID of "nobody") It's based upon the diet libc (www.fefe.de/dietlibc/) getpwnam() and getpwuid() functions. Please CC: any comments as I'm not on the Samba list. Enjoy, Thomas. [demime 0.98b removed an attachment of type application/octet-stream which had a name of samba-getpwnam.patch] Return-Path: <abartlet@pcug.org.au> Delivered-To: samb...
2003 Jan 23
4
SIMD instructions
Vorbis does not appear to use any SIMD instructions. A short look around in the source code indicates that it would be possible and might even yield big performance improvements. Why has nobody done it yet? I am currently trying to learn using these instructions and would be willing to rewrite a few functions in SIMD instructions, if I understand how to vectorize them and if they make a