Displaying 20 results from an estimated 34 matches for "becuse".
Did you mean:
because
2012 Mar 07
4
[PATCH] xen: Make sure log-dirty is turned off before trying to dismantle it
...n/arch/x86/mm/paging.c
+++ b/xen/arch/x86/mm/paging.c
@@ -722,6 +722,10 @@ int paging_domctl(struct domain *d, xen_
/* Call when destroying a domain */
void paging_teardown(struct domain *d)
{
+ /* Make sure log-dirty is turned off before trying to dismantle it.
+ * Needs to be done here becuse it''s covered by the hap/shadow lock */
+ d->arch.paging.log_dirty.disable_log_dirty(d);
+
if ( hap_enabled(d) )
hap_teardown(d);
else
2012 Mar 29
2
ugly login screen - squirrel
Dear Friends Greetings,
i am CentOS User for some years now, have installed and configured
squirrelmail number of times without issues.
but this time it is on CentOS 6.2 x64 - i see very ugly login interface.
of squirrelmail, i wish to mention that the package was installed from
epelrepo becuse it is not available on centos or rpmforge repo either.
i can login also, after login this is how i see the inside interface.
id anyone has come across the same? any solution?
here is what i see on squirrelmail login page:
bgcolor="#ffffff" border="0" cellspacing="0"...
2014 Jul 21
4
[OT] Leveno HDD caddies
...d HDD in yet another caddy, which item is available only
from Leveno.
My question is: Does anyone here know of a source for an after-market caddy
that fits these machines ad which allows one to install a standard low profile
3.5 inch SATA HDD? My google-fu has failed in my attempts, but that may
becuse I have no idea how to phrase a search for this situation.
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB at Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilt...
2019 Dec 17
2
[llvm-exegesis] Uops mode isnćt working
...nnot create event uops_dispatched_port:port_0
LLVM ERROR: invalid perf event 'uops_dispatched_port:port_0'
I'm running this on a i7-4790K. Am I missing something on my computer or is this not yet fully implemented?
This also affects the llvm-exegesis lit tests and they all get skipped becuse the configuration script determines that uops doens't work. This could be changed so that the tests still run the modes that work (latency and inverse_throughput in my case).
Regards
Miloš
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org...
2004 Apr 28
1
Softfax/spandsp compilation
...o define the symbol _GNU_SOURCE
example, the line to compile app_rxfax from:
gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c
to
gcc -D_GNU_SOURCE -O2 -g -Iinclude -I../include -c -o app_rxfax.o
app_rxfax.c
this won't break compilation but I've not tryied functionality becuse of my
mgcp problems with chan_capi.....
Hope this help
Diego Ercolani
2012 Oct 09
1
kvno problem when accessing "bdc" as \\domain.com
Hi!
I have a samba4 domain with two r/w directory controllers. DNS is set up
so that domain.com name adresses both servers for redundancy. But
workstaions can't contact second server with address \\domain.com becuse
the kvno is different that first servers kvno and when using \\domain.com
address the kvno seems to be always first servers kvno.
Can I somehow increase the second servers kvno or is there other solutions
Hannu
2002 Jan 04
1
taking variables from data.frame
...n fn(), say, are a glm-obj and a variable
in the data.frame where there are the variable of the obj too.
Is there a way to build a function that takes the variables form the same
data.frame? For instance, the update() function does so:
>obj<-glm(....,data=mydata)
>update(obj,.~.+x) #works becuse it searches x in mydata
But for my function:
>fn(....,obj, mydata$x) #it works
and
>fn(....,obj, x) #doesn't works: x not found!
Of course I can attach the data.frame in the function by something like:
fn<-function(....,data){
attach(data)
....
detach()
}
but is there anyone t...
2005 Jun 17
2
Speex granulepos definition
Jean-Marc,
What exactly does the speex code do to calculate the granulepos? With
vorbis it's the 'count of decodable samples including this packet'. So
if you had a packet that allowed you to decode 1024 samples since the
beginning of playback, the granulepos is 1024, not for example 1023
which would be the *index* of the last sample assuming C-style array
indicies starting at
2004 Oct 07
2
re:re:help
yes used rpm- 20040914-1fc1winehq... i do the rpm -ivh
when i goto install say a windows exe i type wine " theprogram exe" and it goes thur a what seems to be a instlal of fonts then stops and redhat crashes yes it crashes.. locks rite up on me ...i have no clue what else to do i try a rpm -e program name and nuffin there to uninstall
how did you install it ? by rpms ?
I install
2005 Jun 13
3
recycle with debian-package of sambe 3.0.10
...cing deleted files inside the .recycle-
SH> folder), the touch-option does not work.
I am experiencing the same problem. The recycle vfs module is quite buggy,
IMHO.
The touch option does not seem to work, and also recycle needs some
adjustments to the way it manages permissions, becuse by default it
creates files and the .recycle directory itself with a permission of 0600
(or 0700) which is absolutely wrong when working on a share that's used
by a group of users and not a single one.
Still it seems that the recycle VSF module is of quite no interest, since
these long sta...
2019 Sep 27
2
CentOS 8.0 1905 is now available for download
CentOS 8.0 1905 is using Linux Kernel 4.18? Not Linux Kernel 5.x?
On Wed, 25 Sep 2019 at 01:46, Dennis Jacobfeuerborn
<dennisml at conversis.de> wrote:
>
> Already bummed that the 4.18 kernel is too old for /proc/pressure :(
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
2005 Jun 16
2
Big trouble: can't start server after new kernel
Hi,
I have this file server with CentOS 4.0
Each time a new kernel comes out, i have to recompile it, becuse i need
Appletalk support and the kernel doesn't have it.
I've done this before many times and in other servers, and all went well.
Now, in this particular server, with the new 2.6.9-11, after i've
recompiled it, created the .img and edited grub, the machine doesn't
start at all...
2007 Feb 16
13
openSUSE in domU on a CentOS dom0
Hi there,
I am new to Xen. Just began trying it out from day-before.
I have a CentOS 4.4 install on my hda6 partition. And I have a
openSUSE 10.2 install on my hda8 partition.
For openSUSE 10.2, I chose the Xen options while installing, and so I
have the xen kernels too installed. For CentOS 4.4, I downloaded the
Xen 3.0.2 source and compiled from there. (I followed the instructions
at this
2004 Aug 06
7
Sacrilege, but...
Hi all,
I'm afraid that having spent yet another entire day floundering around in
the world of icecast, I've really now got to the point of asking a
difficult question.
I set up an icecast server back in early 1999, and it seemed to work fine
for months. We had a server crash here that meant I had to go and reget
the sources to rebuild, and ever since then it has been nothing but
2019 Sep 27
0
CentOS 8.0 1905 is now available for download
...ngs it seams. You can start with my FB
post where almost all resources are listed along with some tips:
https://www.facebook.com/groups/centosproject/permalink/10151629616222728/
And please stop SPAM-ing the list. There is no need to thank everyone
that posted anything you like, keep it moderated, becuse everyone on
this list receive your mails unnecessarily. If you want to thank
someone, you can sent them a private/direct message, not via the list.
many will be thankful.
If you do not know something, like "SCL", "orphaned packages", etc.,
please first search on the net (Google...
2005 Jun 19
0
Speex granulepos definition
...know about Ogg) is that it gives
packet N the granulepos "N*frame_size - lookahead". In the case of narrowband,
the first frame would have granulepos "1*160 - 80", so 80. I can't say about
your example because Speex cannot encode a frame of one sample, which is a good
thing becuse otherwise, the granulepos would be -79. BTW, the reason for the "-
lookahead" is that it allows gapless playback (because the first samples in the
first frame are zeros). Hope that clarifies things (and doesn't break too much
stuff).
Jean-Marc
Selon Ralph Giles <giles@xiph.org...
2005 Jun 20
1
Speex granulepos definition
...that it gives
> packet N the granulepos "N*frame_size - lookahead". In the case of narrowband,
> the first frame would have granulepos "1*160 - 80", so 80. I can't say about
> your example because Speex cannot encode a frame of one sample, which is a good
> thing becuse otherwise, the granulepos would be -79. BTW, the reason for the "-
> lookahead" is that it allows gapless playback (because the first samples in the
> first frame are zeros). Hope that clarifies things (and doesn't break too much
> stuff).
so is the following correct, for th...
2004 May 24
1
no delivery from queue on IAX2 extension
Trying to use IAX2 extension as call center agent but getting this on the CLI
May 24 20:34:20 WARNING[1209214400]: channel.c:1783 ast_request: No channel type registered for 'IAX2[2001@2001]'
using AddQueueMember as the login mechanism and that seems to work but * will not deliver to the IAX2 extension.
any ideas?
Jason Kawakami
-------------- next part --------------
An HTML
2004 Oct 08
2
Fwd: Re: re:re:HELP
...tryin for over a
> > year to get wine to work and no place to read on a start to
> > finish manul .. no place for good FAQ's no place for problems ..
> > sorry programmers there r smiple people out here we all cant
> > read ur manuls u write ..... oen person not on linux becuse of
> > one problem WINE removing myself form list thank u
>
> _______________________________________________
> wine-users mailing list
> wine-users@winehq.org
> http://www.winehq.org/mailman/listinfo/wine-users
>
>
> !DSPAM:4166a028247941615320519!
------------------...
2004 Apr 25
2
yum fails on IBMJava2-JRE
My yum update for CentOS-2 started to fail a while ago.
http://mirror.centos.org/centos-2/updates/headers/header.info mentions this
line:
1:IBMJava2-JRE-1.3.1-10.i386=i386/IBMJava2-JRE-1.3.1-10.i386.rpm
But that file doesn't seem to exist anywhere. So I end up with this error
and it exits.
getting /var/cache/yum/update/headers/IBMJava2-JRE-1-1.3.1-10.i386.hdr
Error getting file