search for: frontlines

Displaying 20 results from an estimated 23 matches for "frontlines".

Did you mean: frontline
2008 Mar 21
2
Frontlines fuel of war - Problem
Hi, I installed this game Frontlines fuel of war with wine 0.9.57, it installs fine (2 DVDs german version), patching to 1.01 - no problem. Starting from DVD does not work, so I have to use a no-cd help. But here is another problem : fixme:spoolsv:serv_main (0 (nil)) fixme:actctx:parse_depend_manifests Could not find dependent assem...
2009 Apr 17
1
Re: Frontlines fuel of war - Problem
I'm running wine 1.1.4 under ubuntu 810 and are having problems with Frontlines Full of War as well. I've installed vcrun2005 & set it to WinXP for the exe file and that helped a little. Here is the error message I get: Code: ~/.wine/drive_c/Program Files/THQ/Frontlines-Fuel of War/Binaries $wine FFOW.exe fixme:mixer:ALSA_MixerInit No master control found on USB De...
2004 Feb 24
2
Terminal server problem
Hello We use samba 2.0.7 on Solaris 2.6. After upgrade domain from NT4 to 2003 AD we start to get problem on our terminal server windows 2000. First user connect to samba server and other cannot do it. I tried to use samba 2.2.8 - same problem. Any suggestions? Best regards, Vadim Fattakhov Frontline PCB Solutions System & Network Manager Phone: +972-8-9322183 (ext. 130), fax:
2009 Oct 19
7
Running dtrace sript for defined period of time?
Hello, I''m building some simple monitoring tools to watch zfs storage servers. Is this possible to run dtrace script for example 10 seconds? (Of course it is, I just trying to figure out how). Right know it has to be stopped by "CTRL-C" I''m particulary interested in scripts like iscsiio.d, iscsiwho.d from
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
Good day, First off, I''m a complete puppet newbie, this openvpn recipe is pretty much the first puppet work I''ve done so be gentle :-) Secondly, the openvpn setup for Debian (and systems based on Debian) allows each openvpn network (tunnel) to be specified using a separate config file for each: /etc/openvpn/<vpn>.conf Each tunnel can be then stopped/started/restarted
2009 Dec 29
1
Error Code: 20. Error Desc: Received SIGUSR1 or SIGINT
Hi Rsync Support, Recently we encountered issue on our prod environment because the rsync seems hanging, it took time building the list.Previously the rsync process was working before 10:24am not until 10:25am. See sample log below. We have one source server and the data files will be rsync to 2 webservers. Please advise what could be the cause of the issue. Please let me know if you need
2007 Sep 30
2
Initial setup problems on Ubuntu edgy (06.10)
Good day, After having lurked for a while I''ve decided to actually start using puppet starting on my small home network. I''ve been following : http://reductivelabs.com/trac/puppet/wiki/InstallationGuide and :- http://www.howtoforge.com/installing_puppet_on_ubuntu to test puppet on 2 hosts, librarian running the puppetmasterd and mortvm. Unfortunately, I
2001 Dec 30
6
Samba Newbie
I'm in the process of beginning to set up Samba with the aid of the book Special Edition Using Samba. The problem that I have is that I cannot get the service to run. I am using Red Hat 7.2 - kernel 2.4.9-13. I modified the smb.conf file and get the following when running the "testparm" command: Load smb config files from /etc/samba/smb.conf Processing section "[homes]"
2020 Oct 23
0
Postdoc in data science and statistical modelling
Dear all We are currently seeking a post-doctoral research assistant in data science and statistical modelling at the University of Copenhagen (Frederiksberg campus). This is an exciting opportunity for someone with strong quantitative skills to join a group of ?data nerds? working on the frontline of human and animal health, and with privileged access to data sources including those relevant to
2007 Nov 02
2
Concatenate strings
Hi everyone. Mandatory disclaimer: New to puppet/clueless but learning/please don''t get fed up with me yet... Mandatory praise: Love puppet so far... Mandatory stupid first question: How do I concatenate a variable to an arbitrary string? ie. $someval="$hostname_prod_config" So if $hostname is "myserver", then $someval should result in
2011 Mar 12
1
Race condition with mdadm at boot
On 03/12/2011 09:00 AM, compdoc wrote: >> >On the particular Supermicro motherboard I'm using, there is a very >> >long delay (10 or 15 sec) between power-on and initiation of visible >> >BIOS activity, so all disk drives have ample time to spin up and stabilize. > > Yeah, I have used Supermicro in the past and they had the same long pause > when you turn
2016 Apr 21
2
Web interesante (ROpenSci)
Hola Javier. Yo te puedo dar mi opinión personal: tengo un package en R-Forge porque no me apetece plegarme a las exigencias de documentación de CRAN cuando mi paquete tiene un GUI totalmente autoexplicativo. Es un caso muy particular, pero es una razón. Otra: qué lleva a Microsoft a mantener su propio repositorio? (una especie de mirror de CRAN pero con otra timeline de actualización) Otra
2007 Oct 29
12
Boolean expressions
I''m trying to write a wrapper definition for the file type to make it a bit smarter. I have a basic version working fairly well: define xfile($owner = root, $group = root, $mode = 644, $source, $backup = main, $recurse = false, $ensure = file) { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup, recurse
2006 Nov 11
5
Ubuntu experience
What is everyone''s experience with Puppet on Ubuntu? Does it work as expected? Any caveats or oddities? -- DK -- Digant C Kasundra <digant@stanford.edu> Technical Lead, ITS Unix Systems and Applications, Stanford University
2007 Jun 20
0
Error: Unable to allocate RTCP socket: Too manyopen files
This was a bug 1.4.4 It has now been fixed in Asterisk 1.4.5 Stuart Bennett wrote: > Hi Yusuf > > A friend of mine had the same problem with a high volume site.. The problem > lies with a limitation in Linux. Linux will only allow a certain amount of > open files at a time. You will need to add the following line before running > asterisk. > > ulimit -n 32768 > >
2016 Apr 21
3
Web interesante (ROpenSci)
Hola. Hoy me he topado con esta web https://ropensci.org/ y he visto algunos paquetes interesantes (sobre todo alguno que no está en CRAN)... https://ropensci.org/packages Valgan como ejemplos los packages "rebi" o "cartographer" https://github.com/ropensci/rebi https://github.com/ropensci/cartographer Pd.- Está en inglés pero creo que es de utilidad para la lista (ahora es
2006 Sep 02
15
service restart failures
Puppet is failing to restart lighttpd using the Debian init script. Both the default action of stop/start and using the reload action, which basically does the same thing, fail. It seems to be a filehandle problem. Changing the execute method in service.rb to redirect stdout to /dev/null allows the daemon to restart. Otherwise, I end up with a zombie process and according to strace, ruby
2006 Jun 30
50
Time To Pick the Mongrel BUGS Mascot!
Bradley Taylor shot me this *goldmine* of ugly ugly ugly dogs: http://www.sonoma-marinfair.org/uglydogvote.shtml I *have* to use one of these for the Mongrel BUGS Mascot. He''ll go on our bug list page and replace the little beetles on the left. Pick the dog you think best represents a lovable but defective pooch and reply to this with your +1. Let the voting begin! -- Zed A. Shaw
2007 Mar 19
23
puppet hangs while trying to restart a daemon
Hello all, puppet hangs while trying to restart a daemon when the associated config file changes, here the log: Mar 19 11:30:04 ingentTest puppetd[27390]: Starting Puppet client version 0.22.0 puppetd[27390]: Starting configuration run puppetd[27390]: (/ingenttest/qualsevolnode/guaita[guaita]/File[/etc/guaita.conf]/content) synced puppetd[27390]:
2017 Apr 19
3
Using Icecast relay function with dynamic IP at remote source end
/I made an error, I swapped two diagrams, it should be this:/ Here's how I've been doing it: BUTT ===> WAN ===> Icecast server I thought I might try this instead: BUTT --> localhost Icecast server ===> WAN ===> Icecast server -- That Jack Elliott (541) 848 7021 KPOV 88.9 FM High Desert Community radio Producer, The Wednesday Point Host, The Sunday Classics On