search for: fiendly

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

Did you mean: friendly
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 >
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 be recocnized by the
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
Good Day, Please cc me ( eperrin@cseven.ca ) on responses to this, I am not on either mailing list anymore. I cvsup'ed on the STABLE branch today (September 9th) at around 2:30PM EDT. No problems with buildworld or kernel build, but I am getting failures during installworld Error and output from uname -a are below. vm/pmap.h -> vm/pmap.ph vm/swap_pager.h -> vm/swap_pager.ph vm/vm.h
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.
I just did a fresh install of Windows XP Professional x64 on my primary machine, and am reconnecting all of my LAN services. One thing I have on my home network is a dedicated file server, running Ubuntu and Samba, used as a general file server, as well as a backup for when I reformatted my main system. While attempting to restore some of my files, I started noticing some odd errors. After a
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]
just wanted to post to the list that i just had a very very similar issue to Geoff's but in this case the client OS (using samba as a file server) was Windows Server 2003 x64 R2 SP1 and the samba version was 3.0.24. After much googling and config trial-and-error, i found that upgrading to the recently-released Windows Server 2003 SP2 alleviated my problem. I also corresponded with Geoff
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