search for: fiend

Displaying 14 results from an estimated 14 matches for "fiend".

Did you mean: field
2008 Mar 04
3
Gecko installs but page faults on execute
Using Kubuntu 7.10 with a fresh apt-get on Wine, running winecfg, then doing wine iexplore http://winehq.org to install Gecko seems to work just fine, but when it finishes it goes into a page fault and then never works. Here's a dumplog of bash. > static-fiend at static-fiend-desktop:~$ wine iexplore http://winehq.org > err:advapi:service_control_dispatcher pipe connect failed > fixme:ole:CoResumeClassObjects stub > fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE > fixme:urlmon:ObtainUserAgentString (0, 0x7ce37d73, 0x7ce37d74): stub >...
2005 Dec 17
3
some beginnerkernel questions
Hi List, I run XEN 2 since some month (unfortunatly installed by a fiend of mine). Recently I bought some new hardware and tried to get XEN 3 running on a Debian Sarge 3.1. I installed via the Debian installer a RAID 1 with LVM. even though there are some devfs_mk_dir errors systems comes up. Now I installed XEN but system doe not boot as the boot device seems not to...
2010 Sep 28
18
[PATCH] Btrfs: add a disk info ioctl to get the disks attached to a filesystem
This was a request from the systemd guys. They need a quick and easy way to get all devices attached to a Btrfs filesystem in order to check if any of the disks are SSD for...something, I didn''t ask :). I''ve tested this with the btrfs-progs patch that accompanies this patch. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> --- fs/btrfs/ioctl.c | 64
2006 Nov 01
1
iteration option for xentop?
Hello to all, Does anyone know if there is an iteration option planned for xentop (similar to top) to make it easier for simple shell scripts to scrape the output? I don''t see one in tools/xenstat/xentop/xentop.c , but I''ve been meaning to play with stuff in libxenstat anyway. If its going to be added soon I''ll tinker much later than sooner. TIA :) Best, -Tim
2005 Nov 23
1
Wine and 64 arhitectures
Hi, probably this question was already posted, but i'd like an update / estimation to this. Can Wine run on 64bit processors (compiling + no chroot to 32bit environment)? For 32bit applications - i mean - not for 64 bit apps? Is there an estimation for when wine will be compilable on 64bit arhitectures (even without support for 64bit apps)? Since as far as i worked through the source-code,
2004 Aug 13
1
Asterisk and softswitch
We would like to know if you have any recommendations for softswitchs to be used by a small size telco with sip services in *.
2003 Sep 09
1
Make installworld failure
...*** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. [localhost] /usr/src# uname -a FreeBSD localhost 4.7-STABLE FreeBSD 4.7-STABLE #1: Fri Jan 3 21:06:53 EST 2003 eperrin@localhost:/usr/src/sys/compile/FIEND i386 Strangely enough, using the mkcdroot port allowed me to build and install a system without this error, albeit not as a base system. (need to cut some CD's for 2 firewalls) Any pointers appreciated Thanks eperrin@cseven.ca
2003 Jul 30
4
Add directory share without killing samba?
Is there a way that I can dynamically add a share point to the smb.conf file and not be forced to kill the smbd daemon and restart in order for it to be visible? Or is this such a simple thing I'm blind and can't see it in any FAQ I read? :-) Thanks! Ryan
2007 Feb 12
0
File transfers to Windows XP x64 stalling and dying after a few minutes.
...p initially as user neppyman (uid=1000, gid=1000) (pid 11311) I'm certainly no Linux guru, but I was at least able to get Samba set up and running prior to the reformat, and had no issues with it up until this point. Here are various portions of my smb.conf file: [global] workgroup = DOPE FIENDS server string = Loki dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d security = user encrypt passwords = true valid users = <snip> ... neppyman passdb backend = tdbsam guest obey...
2010 Jun 18
2
Hypothetical question - for the devs...
Hello everybody. I know this is user forum - but I also know that developers "lurks" in here from time to time. So I would like to ask... what do you (developers) think is the biggest issue in wine development? Is it money? How much would wine development process speed up if Codewavers would start selling... let say, 10 times more licenses for Crossover then they sell now? Would it be a
2009 Aug 17
1
WINE doesn't work after kernel upgrade
After updating linux kernel from 2.6.26 to 2.6.30 on Debian GNU/Linux testing amd64 (kernel from repositaries) Wine doesn't work. Neither 1.1.27 (development), nor 1.0.1 (stable). It can't open object files -- there are no such object files. $ winecfg err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libuuid.so.1: =52>7<>6=> >B:@KBL
2007 Mar 28
0
File transfers to Windows XP x64 stalling and dying after a few minutes. [SOLVED]
...p initially as user neppyman (uid=1000, gid=1000) (pid 11311) I'm certainly no Linux guru, but I was at least able to get Samba set up and running prior to the reformat, and had no issues with it up until this point. Here are various portions of my smb.conf file: [global] workgroup = DOPE FIENDS server string = Loki dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d security = user encrypt passwords = true valid users = <snip> ... neppyman passdb backend = tdbsam guest obey...
2004 Aug 06
3
Server based audio merge
There's no perfect solution to the multiple client problem. Each approach has advantages and drawbacks: 1) Mixing at the server - Allows a constant bandwidth for every client - Allows compatibility with regular VoIP prones - Requires transcoding, even when only on person is talking - Higher bit-rate required for the general case (one speaker is talking) 2) Sending multiple streams - Possible
2000 Oct 02
9
the underscore ("_") in variable name
At 14:35 02/10/00 +0800, mohd zamri wrote: >new to R and starting to learn to program R. The underscore ("_") did some >suprising result. e.g > >> c <- c(1,2,3,4,5) >> mean(c) >[1] 3 >> c_mean <- mean(c) >> c >[1] 3 > >having some experience in C, I thought the underscore is "always" valid in >variable name. totally confuse