similar to: Take down and restart.

Displaying 20 results from an estimated 1100 matches similar to: "Take down and restart."

2004 Aug 06
2
Take down and restart.
On Tuesday, January 21, 2003, at 10:15 PM, Michael Smith wrote: > Steve Mallett <steve@osdir.com> said: > >> What is the best way to bring down and restart ices with a new >> playlist, or do I need to stop ices at all? > > Which version? With ices2, you don't need to do anything except > replace the > playlist with a new one - it'll be re-read
2004 Aug 06
0
Take down and restart.
On Tuesday, 21 January 2003 at 22:37, Steve Mallett wrote: > > On Tuesday, January 21, 2003, at 10:15 PM, Michael Smith wrote: > > >Steve Mallett <steve@osdir.com> said: > > > >>What is the best way to bring down and restart ices with a new > >>playlist, or do I need to stop ices at all? > > > >Which version? With ices2, you don't
2017 Apr 02
4
sound problems... alsa & systemd?
On 03/29/2017 06:43 AM, ken wrote: > On 03/28/2017 08:53 PM, ken wrote: >> The www has failed me with this, so I'm trying you guys. Sound worked >> great out of the box when I installed 7.2... Yay! I could watch all >> kinds of videos, like on facebook and youtube. And I could listen to >> most podcasts too. But then something happened. It was either a >>
2003 Jul 31
2
[LLVMdev] Location of the x86 JIT compiler tool
Hi, I'm mainly insterested on the x86 JIT compiler. /lib/Target/X86/README.txt talks about 'Jello', the JIT compiler, which should be on /tools/jello. I think that changed to /tools/lli and now comprises a bytecode interpreter as well. Is that right? -- Oscar
2008 Oct 05
2
Attn Ivo. Re patches 15347 and 15376
Ivo, Your patch number 16347 uses _fseeki64 when _WIN32 is defined. Unfortunately, MinGW (or at least the Linux -> Win32 cross compiler I'm using) defines _WIN32 but isn't aware of _fseeki64. I have therefore modified your solution a little and commited it as rev 15376. The code now looks like this: #ifdef __MINGW32__ return fseeko64(f,off,whence); #elif defined
2007 Jun 13
2
FLAC: library for C#
Hi FLAC dev's list, I'm looking for a library for the C# language (Microsoft .Net Framework 2.0or higher) to play FLAC files and/or maybe do some other things like getting the file duration, file properties, ... of FLAC files. The library must preferably be free (open source is not required, but is always nice). I hope somebody can help me with this! thx Harry -------------- next part
2004 Apr 05
2
[LLVMdev] Jello
Ok, my spec95 installation is completely different, so I'll try and figure out what options are needed for each benchmark separately by looking at the code that creates the makefiles. Meanwhile, I had another question - is there a way in llvm to look at the SSA form of a program and then modify the SSA, and then recompile this modified SSA ? If so, is there any documentation regarding
2004 Aug 06
1
1.3 admin etc...
Hi, <p>I decided to run with icecast 1.3 as V2 needed too many RPM's and at rations on the box - but as soon as I get a new box I am going to give it a try. I have another question installed seemed to go OK but I cannot get the admin page says http://ip:8000/admin 404 The requested file or stream was not found on this server. I looked at the icecast.conf file ( the one in
2002 Dec 12
2
rsync to 2000/NT servers?
I'm rsyncing over ssh to unix servers now & am wondering what people who use rsync for their unix boxes do when dealing with win 2000/NT machines? Steve Mallett
2002 Dec 22
3
.ssh files
I burned an .iso cd of the home dir of a server, my .ssh files are there, but if I restore from the cd using rsync -azurvp /mnt/cdrom/.ssh/* ~/.ssh the permissions seem screwy. I'm trying to use my id_dsa ssh key to login to other servers, but they don't acknowledge the key because the "permission are incorrect". Any Suggestions? Did i screwup, by using mkisofs &
2017 Mar 23
1
RHEL 6.9 is out
On 03/22/2017 05:11 PM, Digimer wrote: > On 22/03/17 05:31 PM, Johnny Hughes wrote: >> On 03/22/2017 08:27 AM, Phelps, Matthew wrote: >>> On Wed, Mar 22, 2017 at 9:16 AM, Valeri Galtsev <galtsev at kicp.uchicago.edu> >>> wrote: >>> >>>> >>>> On Wed, March 22, 2017 7:46 am, Phelps, Matthew wrote: >>>>> Red Hat released
2003 Jan 14
3
Live DB backups with rsync?
Is it possible to do live backups of a running DB with rsync??? I was just talking to livevault.com & they (only on win boxes) say they can grab changes from a client's live DB & sync them remotely. It sounded like BS to me, but I'm neither a DB guy or sync'ing expert. Steve Mallett
2017 Mar 29
1
RHEL 6.9 is out
On Wed, Mar 29, 2017 at 7:24 AM, Johnny Hughes <johnny at centos.org> wrote: > On 03/28/2017 06:54 PM, Richard wrote: > > > > > >>> On Fri, Mar 24, 2017 at 1:11 PM, Johnny Hughes <johnny at centos.org> > > > >>> wrote: > >>> > >>> OK guys, the CR release has happened. > >>> > >> Date: Tuesday,
2009 Jun 25
0
[LLVMdev] Problems with lli and hello.c
Jello Juan, The interpreter is quite useless in its current state. Try using a JIT compiler for you computer from the lli command and it should work. --Sam > >From: Juan Carlos Martinez Santos <juanc.martinez.santos at gmail.com> >To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> >Sent: Thursday, June 25, 2009 1:04:17 PM >Subject: [LLVMdev] Problems with lli
2011 Oct 16
1
ntlm_auth NT_STATUS_INVALID_HANDLE with windbind
I should use an authenticated proxy with Squid, but I have a problem with winbind. I'm working on a PDC, debian squeeze with samba from backport (ver. 2:3.5.11~dfsg-1~bpo60+1 ) Here the problem: I can authenticate users. /usr/bin/ntlm_auth --username=myname --domain=MYCOMPANY password: XXXX NT_STATUS_INVALID_HANDLE: Invalid handle (0xc0000008) wbinfo -a myname Enter myname's
2007 Oct 11
3
Multiple server sections for SSL
Hi, I would like to achieve the following with my dovecot server: - listen von FQDN 'mail.foo.example.com'/IP 'A' for imaps and pop3s with an SSL certificate for 'mail.foo.example.com' - listen von FQDN 'mail.bar.example.com'/IP 'B' for imaps and pop3s with an SSL certificate for 'mail.bar.example.com' I stumbled over a posting by Timo made
2008 May 27
1
[LLVMdev] JIT question: Inner workings of getPointerToFunction()
Hi, I was just reading through the Kaleidoscope tutorial (which is greatly written and understandable, thanks! ) hoping to get some glimpse about the workings of the JIT and the optimizations that are done at run time. I am curious as to how LLVM's JIT dynamically generates native code from bit code at run time and runs that code (I think my question is also somewhat more general in the sense
2003 May 22
1
possible dovecot problem (fwd)
I'm just forwarding this verbatim from somebody who works here. Comments ? mm ----- Forwarded message from Dave Chamberlain <davec at mv.mv.com> ----- > Subject: possible dovecot problem > From: "Dave Chamberlain" <davec at mv.mv.com> > Date: Tue, 20 May 2003 21:29:48 -0400 (EDT) > To: mem at mv.mv.com (Mark E. Mallett) > > Ok, I'm kind of
2009 Sep 08
3
OpenSSH and keystroke timings
Old news, but ... http://lwn.net/Articles/298833/ I first posted about this back in 2001 and it's still not resolved: http://osdir.com/ml/ietf.secsh/2001-09/msg00000.html 1) high latency networks are a reality that will never go away. In fact they will only become more prevalent since distributed networks continue to grow broader but (surprise) the speed of light remains a constant. 2)
2010 Jul 13
1
Fw: Xen, full virtualization and Virtual Machine Manager ?
I downloaded and ran the live CD from http://wiki.xensource.com/xenwiki/LiveCD which worked fine on a Lenovo, Intel Core 2CPU 6300@1.86 GHz with 2GB of ram and 80 GB disk space. The next step was to recreate a working version on this machine, using full virtualization of some test OS''s, one goal would be Microsoft Server 20xx and being able to view the console of the guest machine.