similar to: Draft Call for Testing

Displaying 20 results from an estimated 6000 matches similar to: "Draft Call for Testing"

2010 Mar 28
15
frame/graphics lag in microsoft Freelancer
Huhu, I installed MS Freelancer via PlayOnLinux, but I have some graphics lags ingame/the game was redicoulus slow, I also wasn't really able to start a new game since the game hang up (kinda. It just didn't wanted to finish loading) One idea of me would be that it still runs in DX mode, how can I change it to OpenGL? On a side note, I have enough ressources to run the game at windows.
2011 Sep 11
8
bad seagate drive?
Hi list, I''ve got a system with 3 WD and 3 seagate drives. Today I got an email that zpool status indicated one of the seagate drives as REMOVED. I''ve tried clearing the error but the pool becomes faulted again. Taken out the offending drive and plugged into a windows box with seatools install. Unfortunately seatools finds nothing wrong with the drive. Windows seems to see
2011 Dec 02
7
Clean enviroments in Wine
I read somewhere that in order for a program to work properly in Wine it should be installed in a clean enviroment, something along the lines of one software conflicting with anothers drivers/runtime/apps/etc. Is this true? Does this mean that I can only have one program installed with Wine at a time? Can one not create several 'fresh enviroments'?
2003 Apr 17
4
Implementation of W2K Group Policies from a Linux Server
I am an evil M$ MCSE :), who of late is planning on opening his own business... Due to the large cost involved with setting up Win2K server, both Hardware and OS, we are considering a Linux server setup. We have SOME experience with Linux, but were after information specifically on the possible implementation of Win2K Group Policies (as well as 'Domain' Authentication_ for the client
2010 Nov 20
0
Fwd: Festival of Pacific Arts web cast
---------- Forwarded message ---------- From: Sean Linton <sean at lpnz.org> Date: 20 November 2010 18:33 Subject: Festival of Pacific Arts web cast To: Robert Loomans <robertl at apnic.net>, George Michaelson <ggm at apnic.net>, sylvia at apnic.net, Gaurab Raj Upadhaya <gaurab at lahai.com>, Ian Pringle < ipringle at col.org>, Martin Hadlow <m.hadlow at
2010 Jun 29
1
Xapian 1.2.2 released
I've uploaded Xapian 1.2.2 (including Search::Xapian 1.2.2.0). If you are wondering what happened to 1.2.1, a couple of portability issues were found after packaging it but before announcing it, so we decided not to widely publicise it, and prepare 1.2.2 to fix these. The logs showed at least one download of 1.2.1 already, hence we didn't just reuse that version. As usual you can
2009 Aug 23
1
Magazine's that carry CentOS on the cover mounts
hi, I've just come to know that this months LFY Magazine has CentOS on the front covermount ( its been a few months since I spoke to the guys there and completely lost track of the fact that they were still interested in doing this ). I dont see any specific place on the wiki where we might put this sort of info, so I've started a section on the /media/ page. If / When it gets too
2010 Jun 24
4
Samba PDC and big files
Hello, I'm trying to setup a PDC with Samba, but I have the known problem of the roaming profiles: big files. I think it's difficult to guarantee that a inexperienced user will copy is downloaded files, documents, or whatever, to a H:\ share instead of is handy desktop. Other problem is the files of Outlook or Thunderbird that can get big. The goal is to avoid email configuration each
2011 Nov 07
9
No sound in World of Warcraft - intermittant.
At first I thought it was due to running Mangler simultaneously, but recently we've had no sound in World of Warcraft. One night when I was setting up to raid that night, I started WoW, and sound worked fine. I then quit WoW, started Mangler, started WoW, had sound in the first but not the second. When WoW started this dialogue box popped up saying that a change in hardware had been detected
2018 Jan 05
3
SFTP chroot: Writable root
On Fri, 2018-01-05 at 16:00 +1030, David Newall wrote: > On 05/01/18 02:44, Thomas G?ttler wrote: > > I set up a chroot sftp server [...] > > Is there a way to get both? > > > > - chroot > > > > - writable root > > The source code (sftpd.c) seems to require that the root directory > be > owned by root and not group or world writable, so I
2008 Aug 28
2
Photoshop CS2 - hiding palettes with tools, layers etc.
I just managed to install Adobe Photoshop CS2 in Wine 1.1.3 and have a big problem with palletes with tools, layers, history and so on. They are disappearing behind the main window. When I resize it and bring palettes back to its place, they are disappearing again as soon as I set the last one. What can I do to make them behave like in Windows?
2008 Apr 29
2
Suggestions for AppDB
I'm not sure if this is the appropriate place for this suggestion but I'd like to get some discussion on the subject. I feel that AppDB does not provide enough information about the particulars of the system and user to be of a lot of value in deciding what works, what doesn't and why. I'd like to suggest that AppDB capture some additional information: 1. User experience: e.g.
2011 Jun 18
5
initial page for 6.0 RN
Hello I've created the first version of the ReleaseNotes page for CentOS 6.0 in the wiki. As usual, corrections / additions / translations are welcome. Manuel
2010 Dec 07
4
Creating binary variable depending on strings of two dataframes
Hi, consider the following two dataframes: x1=c("232","3454","3455","342","13") x2=c("1","1","1","0","0") data1=data.frame(x1,x2) y1=c("232","232","3454","3454","3455","342","13","13","13","13")
2008 Jan 07
2
Efficient way to substract all entries in two vectors from each other
Hi all, I'm to inexperienced to come up with the matrix solution elusively appearing on the horizon for the following problem and would appreciate if you could give me a nudge ... I have two vectors a, and b and need to find the closest match for each value of a in b. How to do that efficiently? Thanks, Joh
2007 Apr 29
2
icecast
Being one who deals with one software after another, and now looking at the possibility of using icecast to stream ogg clips on my website, I would like to ask before I go much further in the matter: Is icecast likely to introduce further issues and irregularities among visitors to my site? Will using icecast pull me deeper into programming, or will it be mainly a matter of setup? Right now I
2008 Dec 04
6
OpenGL test?
First off I just want to say thank you to all who contribute to wine, it is an awesome piece of software for the Linux community. I am trying to find a way to do a simple OpenGL test within Wine. I have looked all over but I can't seem to find anything. What is the easiest way to test OpenGL and ensure that it's working correctly? The reason I'm asking is this: I recently upgraded
2015 Apr 01
2
[LLVMdev] Why the fault?
for (BasicBlock::reverse_iterator I = BB.rbegin(), E = BB.rend(); I != E; ) { Instruction& inst = *I; ++I; <-- iterator should be advanced to the previous instruction // Happens to be an Instruction::SExt. // Works fine if I iterate forwards if (isInstructionTriviallyDead(&inst, TLI)) inst.eraseFromParent(); } Sorry for the inexperienced question, but
2014 Jun 04
2
Few questions about members
We are experimenting with two different scenarios here. The one I'm asking about this time is this: We have a samba4 AD set up. It seems to be fine as far as we can tell. We are trying to set up a member, and have followed the wiki page https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server. The first question I have is why is the start script we use on the AD not work on the
2011 Feb 03
0
temporary setups for ICEcast at festivals?
Hi : I am new to ICEcast, and really am just starting to get to grips with the ability of community radio, however I have a reason to look into the set up process and concepts some more, while I work with people in the Pacific region on using information communications technologies (ICT's) to empower learning networks, the foundations of indigenous music, and communities which have lots to