search for: _anybody_

Displaying 4 results from an estimated 4 matches for "_anybody_".

2007 Feb 18
4
sysutils/fusefs-ntfs working for anyone?
...directory # mount_fusefs: seekscript failed The fuse module is loaded, of course. A ktrace of the ntfs-3g is, umm, interesting, to say the least. Lot's of sh(1), awk(1) and fstat(1) calls. It even tries to load modprobe, as you can see from the output above too. So, the basic question is: Has _anybody_ used ntfs-3g successfully on RELENG_6? Ulrich Spoerlein -- A: Yes. >Q: Are you sure? > >A: Because it reverses the logical flow of conversation. > >>Q: Why is top posting frowned upon?
2008 Nov 27
2
Annoying gconf/ccsm behavior
Fedora 10 ships with compiz and launches it as: compiz --ignore-desktop-hints glib gconf This causes compiz to load the glib and gconf plugins at startup. This works fine. The problem arises when the gconf database does not include those plugins in /apps/compiz/general/allscreens/options/active_plugins. What happens is that the plugins get loaded at startup, and after all the
2001 Oct 13
3
ttyS0 access
Until last week my wine runs a Microcontroler Programmer under serial port very well, But in this week have problems to work wine for serial ports on my new Mandrake 8.1. Well, in Mdk 8.1 there is no ttyS0 devices but links to /dev/tts/0 and /dev/tts/1 I realy don't remember how was until last week, but I think about users and perms to devices. I try to chmod a+rw for /dev/tts/0 and tts/1
2020 May 18
3
[PATCH] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
What do you base this on? Per https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html : "For the x86-32 compiler, you must use -march=cpu-type, -msse or -msse2 switches to enable SSE extensions and make this option effective. For the x86-64 compiler, these extensions are enabled by default." That reads to me like we're fine for SSE2. As stated in my comments, SSSE3 support must be