similar to: SYSLINUX stuck on boot about 0.1% of the time

Displaying 20 results from an estimated 500 matches similar to: "SYSLINUX stuck on boot about 0.1% of the time"

2009 Dec 21
2
Bug#561995: mkdir: cannot create directory `/var/lock/logcheck': Permission denied
Package: logcheck Version: 1.3.4 Severity: normal I am running debian/testing and just upgraded to logcheck 1.3.4 and it started reporting the error: mkdir: cannot create directory `/var/lock/logcheck': Permission denied I created the directory and chown'd it to logcheck and it seems fine now. Looking at the changelog, I see something was purposefully changed, so I imagine I
2007 Jul 13
8
More sorting problems with untokenized index
I''m having problems sorting on untokenized fields. I have one field that sorts fine, but there are others that seem to sort on a different field. Here''s the index description: acts_as_ferret :remote=>true,:fields=>{:name=>{:boost=>2},:name_for_sort=>{:index => :untokenized}, :city=>{:boost=>2}, :city_for_sort=>{:index=>:untokenized},
2007 Jan 03
1
Unable to browse PDC from WIN2000 clients or clints from PDC
HI All; I can not browse the PDC from client machines (even though they log into the domain just fine). I am unable to browse the shares from the server or see any of the client PC's in the domain. I'm running REDAHT Linux ES 4, with Kernel 2.6.9-42.0.3.ELsmp SAMBA is samba-3.0.10-1.4E.9 I deleted all the logs and restarted samba and find only the following 3 log files created:
2008 May 05
0
Prinde banii: 500 RON
Reinventeaza-te! Ai fost invitat de CHELARIU CRISTIAN-IULIAN la jocul Regleaza Linkutil ca pagina de Start de pe www.linkutil.ro cu castiguri de 500 RON saptamanal! Acest email este trimis tie pentru ca prietenul tau/prietena ta CHELARIU CRISTIAN-IULIAN se afla in concurs si are nevoie de sprijinul tau, deoarece sansele se maresc daca se fac mai multe inregistrari pentru invitatii. Martea
2005 Apr 11
0
plotting Principle components vs individual variables.
Dear R, I'm trying to plot the first principle component of an analysis vs the first variable but am having trouble. I have no trouble doing the initial plot but have difficulty thereafter. First I want to highlight some points of the following data set list(running) [[1]] X100m X200m X400m X800m X1500m X5K X10K Marathon Argentina 10.39 20.81 46.84 1.81
2006 Sep 07
3
bad VAD in preprocessor of version 1.2beta1
Hello, first of all, sorry for the joke in the subject ;-) I have successfully update the speex library my software was using from 1.1.12 to 1.2beta1 (1.1.13). It is a VoIP software, where i set preprocessor VAD on and use the result of speex_preprocess() to determine if there is voice activity. I must say that it works fine...since i have update to the new version. Ive been testing, and
2007 Jun 24
1
Why I'm so annoying about tests
Hi, I believe quite some people get turned off by me writing tests for everything. I'd like to give a reason for this: I can't manage to find the bug(s) in the following movie: http://www.q-lympics.de/iq-marathon/game.swf The game starts fine, you can place the arrows, but when you click "go", the cow just moves across the arrow without changing direction. So what does Swfdec do
2006 Oct 04
6
Ferret just got faster.
Hey guys, Sorry I haven''t been around for the last few days. I''ve just finished a coding marathon fixing up some of the performance problems in Ferret. If you don''t know what I''m talking about there has been a problem with Filters and Sorts on large indexes. Well, I think I''ve fixed the problem. Before: dbalmain at ubuntu:~/workspace/exp_old/c $
2005 Apr 11
1
plotting Principal components vs individual variables.
At the cost of breaking the thread I'm going to change your subject and replace 'Principle' by 'Principal'. I just can't stand it any longer... OK, here is how I would solve your other problems. First put > wh <- c("USA", "New Zealand", "Dominican Republic", "Western Samoa", "Cook Islands") > ind
2004 Jul 11
1
Samba 3.0.2 PDC Setup: cannot join W2k machine - SAMR_SET_USERINFO fails
Okay, this is near the end of a marathon day trying to get this linux machine up and running as a PDC. At this point I am unable to get a Windows 2K machine to join the domain, it responds with "Logon failure: unknown user name or bad password". Samba log shows the following: rpc_server/srv_samr_nt.c: _samr_set_userinfo(2937) _samr_set_userinfo: 2937
2009 Mar 10
0
W2K8 online migration delays guest execution 45-50 seconds
I''m experiencing a problem with XenEnterprise migration for a Windows 2008 server VM where a large % of the time I notice a 45-50 sec delay after the VM has been migrated to the other side. I''m wondering if anyone in this list is using XenEnterprise and has tried W2k8 migrations. Thanks in advance. W2K8 online migration delays guest execution 45-50 seconds Posted: Mar
2004 Aug 06
0
Broadcast for peace
Hello: If you are not interested in this initiative, you will not be bothered again. If you are, please feel free to forward this to other interested people. <p>From: Jonathan Mosen <jonathan@mosen.org> Shortly after 02:30 GMT on Thursday 20 March, the United States and it's allies including the UK and Australia launched pre-emptive strikes against Iraq. Pre-emptive strikes are
2013 Oct 05
0
Android App for Icecast Administration
However, the app can not change the icecast config files, as they are not accessible from Icecast's administration panel on the Web interface. On Sat, Oct 5, 2013 at 11:54 PM, Luca Cireddu <sardylan at gmail.com> wrote: > Hi Elad, > I think that a very useful function could be the possibility to are new > mount point with different password without restarting the whole
2012 Sep 18
0
[Re] add reference lines (or grid) in background
Dear Luigi, Here's an option: boxplot(x, boxcol="white", whiskcol="white",medcol="white",staplecol="white") abline(h=c(-1,0,1)) grid(NA, 4, lwd = 2) boxplot(x,add=T) Regards, Jos? Iparraguirre -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Luigi Sent: 18 September 2012 09:36
2002 Mar 21
1
[dillon@FreeBSD.org: cvs commit: src/sys/net zlib.c]
What about this one? The diff looks like this: --- src/sys/net/zlib.c 2002/02/17 17:35:18 1.11 +++ src/sys/net/zlib.c 2002/03/20 04:05:26 1.12 @@ -10,7 +10,7 @@ * - added inflateIncomp and deflateOutputPending * - allow strm->next_out to be NULL, meaning discard the output * - * $FreeBSD: /c/ncvs/src/sys/net/zlib.c,v 1.11 2002/02/17 17:35:18 jedgar Exp $ + * $FreeBSD:
2011 Dec 07
0
Revolutions Blog: November Roundup
I write about R every weekday at the Revolutions blog: http://blog.revolutionanalytics.com and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of November: R 2.14 now includes SVG support for Windows: http://bit.ly/vKQ0UC The submissions for the Applications
2011 Mar 23
0
removing data randomly based on previous observations
Hello, I have a dataset which contains multiple trap pulls over the course of a fishing season. Each trap was baited and then returned to the water to be pulled again. I am trying to remove that bait from the catch observed on the next pull (the bait is the same as the catch, lobster). The traps have been baited differently throughout the season. I would like to randomly remove two lobsters
2015 Aug 12
2
[PATCH] Revert "drm/nouveau/fifo/gk104: kick channels when deactivating them"
On Wed, Aug 12, 2015 at 3:00 PM, Afzal Mohammed <afzal.mohd.ma at gmail.com> wrote: > Hi, > > On Wed, Aug 12, 2015 at 01:17:38PM +0900, Alexandre Courbot wrote: >> This reverts commit 1addc1264852 >> >> This commit seems to cause crashes in gk104_fifo_intr_runlist() by >> returning 0xbad0da00 when register 0x2a00 is read. Since this commit was >>
2007 Jul 02
3
Walking an HVM''s shadow page tables and other memory management questions.
Hello, I''m new to Xen and especially to the hypervisor code. I''m working off a 3.0.4.1 base and have the following questions regarding the memory management code for an x86, 32-bit platform (capable of supporting PAE). I''m doing some research into providing grant table hypercall support from a Windows 2003 HVM. I have made all the necessary changes to allow the
2018 Mar 06
5
Autoaccept all authentications to mitigate disabled guest logins in Windows 10 build 1709
Hello, guest logins are not allowed anymore in Windows 10 build 1709 by default. Due to company restrictions I am not allowed to reenable that in windows group controls. I now like to authorize all connections independent of the current user and password and just allow access so Windows thinks it has an authenticated connection and allows access. Is this somehow possible by using strange PAM