similar to: default font size

Displaying 20 results from an estimated 1000 matches similar to: "default font size"

2005 Sep 06
1
wine20050830 - can't run anything
Hi, I've had an older installation (taken from the Mandriva distro) that worked ok with some glitches, that I hoped will be partially eliminated with the newer version. I've succesfully compiled and installed the latest version. However when trying to run an application I receive following error: Protocol error:0x819cff0: no reply fd for request 7 what went wrong? CUIN Kaczy
2005 Aug 31
1
using different config files
Hi, I'd like to use different config files for two of my applications can I do it via some commandline option? The issue is with a dll file being used natively or builtin. One app need it the other way then the rest. CUIN Kaczy
2005 Sep 12
2
ip rule to block ssh attack
I''ve found the below rule, is it possible to use it with shorewall? I see how to setup the timing/rates but how to perform loggin of such action (a separate rule?). as an additional question is i possible to dynamically add hosts to blacklist and persist this between restarts? " SSH -A PREROUTING -m tcp -p tcp -d $EXTERNAL --dport 22 -m recent --rcheck --hitcount 3 --seconds 600 -j
2005 Oct 07
1
epoll_ctl: Operation not permitted
Hi, I'm not exactly sure that this is caused by wine. But maybe someone have already met this. I have wine 20050628 setup on Mandriva Linux 10.2. I am seeing the stream of epoll_ctl: Operation not permitted in the .xsession-errors It take about a day to fill a 10G partition I think it is connected with audio card, so I switched off the audio system in wine (I don't need it anyway),
2005 Jun 30
0
samba 3.1 Mandrake 10.2
Hi I tried to search for the aneswer but this is simply to much to browse. And I am quite newbie. Problem: I created a public share, onto which I can log no problem, however I'd like to have homedirs available. I added few of the users I want to have this feature to smbpasswd but can't log in. The critical switch is a map to guest, as soon as I switch it from bad user to anything else.
2005 Aug 22
0
resetting wine cache
Hi, I have strange problem with wine. (Mandrake 10.2, wine 20050725, KDE3.3) I have a windows app that I want to run under linux (obviously), and I managed to run it. It is a report browser/generator made with Visual Objects. CA-Ret they call it. I can browse, and edit reports perfectly, but I can't display it. Or to put it otherwise, no matter what I do I am always receiving the very
2002 Jun 13
2
fisher.test FEXACT memory bug "should not occur" (PR#1662)
This is a bad bug as reported by Robin Hankin, it is still in "R-patched" ... ##- From: Robin Hankin <r.hankin@auckland.ac.nz> ##- To: r-help@stat.math.ethz.ch ##- Subject: [R] possum sleeping: thanks and fisher.test() FEXACT error ##- Date: Thu, 13 Jun 2002 16:46:26 +1200 ## ..... ## Example slighlty modified (MM) d4 <- matrix(c(0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0,
2005 Nov 15
1
UDP transfer speed exceeding the ceil by about 4x
A bit more detail. I have the following htb classes set up... class htb 1:356 parent 1:4 leaf 356: prio 4 quantum 1600 rate 12800bit ceil 51680bit burst 15Kb/8 mpu 0b overhead 0b cburst 1663b/8 mpu 0b overhead 0b level 0 class htb 1:357 parent 1:4 leaf 357: prio 4 quantum 1600 rate 12800bit ceil 51680bit burst 15Kb/8 mpu 0b overhead 0b cburst 1663b/8 mpu 0b overhead 0b level 0 class htb 1:2 root
1999 May 19
12
Samba performance question
Hi all, I am running a samba server (2.0.3) in a small eth-based home network. There is only one win client (NT workstation, Sp4). The samba box ist set up with wins support enabled and the NT box? wins server entry points to samba server. Everything works fine: no error messages neither server nor client. The server shows up immediately in the NT?s network neigborhood. Browsing is fast. !!But
2007 Aug 07
1
R2WinBUGS results not different with different runs
Hi All I dont know if anyone else has noticed the same thing, but with 2 subsequent runs of the same syntax, I am getting exactly the same results. I was expecting that results differ slighlty, say in the 4th or 5th decimal place. Is this a specialty with R2WinBUGS? Does it have something to do with the seed value? Isnt the seed value reset everytime I restart winbugs? Thanks Toby
2010 May 18
25
Very serious performance degradation
Hi, I''m running Opensolaris 2009.06, and I''m facing a serious performance loss with ZFS ! It''s a raidz1 pool, made of 4 x 1TB SATA disks : zfs_raid ONLINE 0 0 0 raidz1 ONLINE 0 0 0 c7t2d0 ONLINE 0 0 0 c7t3d0 ONLINE 0 0 0 c7t4d0 ONLINE 0 0
2005 Sep 02
1
setup.exe installation ( inno setup ) fails wine-20050830
When i tested a setup program made with inno setup, the program complaints about the target directory. It worked with the previou version. Is there a new configuration to be made ?
2005 Aug 31
1
MDAC not installing
MDAC is proving to be a pain for me to install. I have so far had nothing but failure. Here is a breakdown of what I'm working from. I am using Ubuntu Linux (Hoary 5.04) and the 20050725 binary install from the instructions here: http://www.winehq.com/site/download-deb Wine installs fine and I can get some core software installed w/o a hitch. I am using the script from here to get IE6,
2005 Jul 22
2
fedora core 4
First has anybody been able to install wine on fedora core 4 by using an rpm? If so how? Second, It doens't appear that Mr. Beron has posted the latest version as rpms (20050628) for redhat/fedora. Does anyone know if he plans to? Justin
2005 Jun 28
2
UID confusion
Hi, 2 or 3 customers have reported that they are having problems downloading their mail via. POP3. I have attached the rawlogs of their transactions and the UID list at the time. Is this because I am using an incompatible UID format or is something else at fault? Deleting the UID list and indexes fixes the problem. I am using Test72. Regards Andrew -- Andrew Hutchings (A-Wing) - Linux
2005 Jul 04
2
ALSA and MIDI
Can anyone help me get MIDI working with Wine please? I'm on wine-20050628, which I installed with the ./tools/wineinstall script. It's a pure wine installation. (I have a Windows ME partition, but I'm not using it.) I'm using ALSA with Linux 2.6.x. I installed Band in a Box - according to the application DB this works under wine, and indeed, it does load and display the main
2006 Jul 31
4
switching database dynamically based on incoming request
So I have this idea to reduce code replication in our rails setup. Currently we have our rails app serving two distinct sites, soon to be three. At the moment we check out a separate set of code for each site, and configure it by adjusting the database setting and some config files that pull in separate style sheets. To remove this replication I''d like to have a single codebase, but
2005 Jun 28
1
enabling stun on asterisk?
hello I am going to be setting up a stun server on windows how do I enable it to work withasterisk? thanks hank -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050628/6995e8d5/attachment.htm
2005 Jul 13
1
Total Annihilationcd annd map problems
I've heard that Total Annihilation (a fantastic game) runs in wine, (frankscorner.org and som other people on various malinglists). I've applied the 3.1 patch (ta1x-31c.exe) and tried to run the game under wine-20050628 in Fedora Core 4 with 2.6.11 kernel, it starts and I press "single", no problem, but when I try to press "new campagne" or "skirmish" I
2005 Mar 30
2
Problem with pdf printing (SOLVED)
Urs Rau wrote: >>I start to wonder what "dammage" it would do to set lpq to >>lpq command =/bin/true >>for my pdf printer? ;-) > > > > Well, wonder no more sir!!!!!! I set my lpq command = /bin/true and > ALL QUEUES CLEAR AND ACT PROPERLY!!!!!!!!!!!! I could kiss you! That was all I did, I can't believe it worked......thank you!!!!!! >