search for: strightly

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

Did you mean: sprightly
2005 Jun 03
3
bad blocks showing up
I am getting a few bad sector messages in my /var/log/messages. I have read where an "fsck -c -c /dev/hda" may be what I need. Before I go doing such things I am looking for confirmation that that is what I should do. Anyone please comment on how to tell linux to not use sectors in my disk. This is stright IDE no raid not nothing at this point /dev/hda is all. Thanks, jerry
2004 Aug 05
3
QuadBri in NT mode not working.
I am unable to make quadbri board to work in NT mode, in TE mode it works OK. I have set 5 jumpers to NT mode. Dmesg shows everything OK: qozap: Junghanns.NET quadBRI card configured at mem 0xd084e000 IRQ 9 HZ 100 CardID 1 qozap: S/T ports: 4 [ TE TE TE NT ] qozap: 1 multiBRI card(s) in this box, 4 BRI ports total. from Asterisk side seems to be ok. pri show span 4 Primary D-channel: 12 Status:
1999 Nov 20
1
No subject
Dear friends. I wanted to reproduce a sheet of paper useful for plotting the reciprocal of some biochemical variable (creatinine) over time (Bleyer Am J Kidney Dis 34:576-578,1999). Time on X axis with units years and months. On Y axis, 1/creatinine, but with the original creatinine value indicated - to make it easier for people to use it. When using the graph, the linear decrease in 1/crea over
2006 Mar 30
4
SSL Requirement plugin
Is there any way to have the plugin require SSL to be used for all actions in a controller and just specify the ones you dont want to require SSL using ssl_allowed? class ApplicationController < ActiveRecord::Base include SslRequirement ssl_required *.* Many thanks. Also I could of course combine this with local.request? so that when developing locally http is allowed, but
2011 Mar 18
1
PREDICTIONS from a PIECEWISE LINEAR (mixed) MODEL: THEY AIN'T LINEAR BETWEEN BREAK POINTS!!
I Dears, if that wouldn't take u too much effort I'd like to ask for a swift opinion: I have a alinear (mixed effect) model that I wish to run as a piecewise one. When I predict the values Iget quite some odds and disturbing results: The predicted stright line after the break point is not straight at all, instead behaves like if it was a hig order polynomial or something similar!!!! I
2005 Nov 17
3
Goodness fit test HELP!
Hi there, I'm a newbie, plesae bear with me. I have a dataset with about 10000 ~ 30000 data points. Would like fit to both Gamma and Normal distribution to see which one fits better. How do I do this in R? Or I could do a normality test of the data, if it's normal, I then will do a normal fit, otherwise, a gamma fit. But again, I don't know how to do this either. Please help! David
2020 Apr 08
0
[RFC PATCH 09/26] x86/paravirt: Add runtime_patch()
On Tue, Apr 07, 2020 at 10:03:06PM -0700, Ankur Arora wrote: > +/* > + * preempt_enable_no_resched() so we don't add any preemption points until > + * after the caller has returned. > + */ > +#define preempt_enable_runtime_patch() preempt_enable_no_resched() > +#define preempt_disable_runtime_patch() preempt_disable() NAK, this is probably a stright preemption bug, also,
2010 Oct 13
1
wine stopped printing
Hi, I started using linux (Ubuntu 10.04) in my bussines 3 months ago. Replacing my windows machines. Up to now, was all stright forward, and without problems. I am using wine (with all it's recomended upgrades). I use wine, because I have a little visual fox program that runs the invoices and stuff like that. Until yesterday, I was printing normally. No problems at all, and quite happy.
2005 Jul 09
2
Roaming Profile
Hi, I have my Samba Server setting as a PDC, but I wouldn't like that Windows XP store and retrieve profile from the server. Does anyone know how I can do it? Thanks, Cleiton
2015 Mar 25
0
[PATCH 0/9] qspinlock stuff -v15
On Mon, Mar 16, 2015 at 02:16:13PM +0100, Peter Zijlstra wrote: > Hi Waiman, > > As promised; here is the paravirt stuff I did during the trip to BOS last week. > > All the !paravirt patches are more or less the same as before (the only real > change is the copyright lines in the first patch). > > The paravirt stuff is 'simple' and KVM only -- the Xen code was a
2015 Mar 25
0
[PATCH 0/9] qspinlock stuff -v15
On Mon, Mar 16, 2015 at 02:16:13PM +0100, Peter Zijlstra wrote: > Hi Waiman, > > As promised; here is the paravirt stuff I did during the trip to BOS last week. > > All the !paravirt patches are more or less the same as before (the only real > change is the copyright lines in the first patch). > > The paravirt stuff is 'simple' and KVM only -- the Xen code was a
2023 Dec 25
2
bind crashes after samba upgrade
On Mon, Dec 25, 2023 at 1:20?PM Peter Milesson via samba <samba at lists.samba.org> wrote: > Couldn't you setup a completely new Debian VM with the latest Samba from > backports, sync with the old one, transfer the FSMO roles, and then > demote the old one? Wasn't sure I could do that with such a big jump. But it's worth a try. I always have my original as I'm
2007 Jan 04
2
Icecast protocol
Hey there, I'm writting a simple app which is gonna take FLAC file and convert them to ogg and mp3 format before sending them to icecast upon streaming. I have search a lot over and can't find a icecast protocol definition, or even an overview anywhere. Is somebody can point me on this one or I have to read the whole icecast source code (I know java but C/C++ is another thing...).
1999 Nov 20
1
Sv:
Thank you to Peter Dalgaard, who provided help for some of this solution. It is still not ideal since the dots which are equidistant in the x-direction ideally should respect the reciprocal scale in the y-direction. op <- par("cex"= 0.7) x<-y<-NA plot(x,y,xlim=c(0,10),ylim=1/c(2000,70), axes=F) box() axis(1)
2023 Dec 28
1
winbind offline logon
Sent with Proton Mail secure email. On Thursday, December 28th, 2023 at 15:59, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Thu, 28 Dec 2023 18:18:22 +0000 > bd730c5053df9efb via samba samba at lists.samba.org wrote: > > > Hi all! > > > > As a die hard slackware user and as a part of my learning pam process > > I installed debian
2011 Mar 15
2
call file for page auto-call
Hey Support, I am planing to implement new page system with asterisk 1.8 we have 200 SIP calls and page() will overkill my system if announce in one shot. so i am planing to record and play page over 50...50...50 chunk.. I am planing to do with .call file for auto calling after record message but i don't know how to call multiple extension ? and how to use page() with .call file for
2023 Dec 28
1
winbind offline logon
On Thu, 28 Dec 2023 18:18:22 +0000 bd730c5053df9efb via samba <samba at lists.samba.org> wrote: > Hi all! > > As a die hard slackware user and as a part of my learning pam process > I installed debian bookworm (12.4.0) in a vm and setup a domain > member server per the instructions in the wiki trying to figure out > how debian does it so I can correct some issues I have
2015 Mar 30
2
[PATCH 0/9] qspinlock stuff -v15
On 03/25/2015 03:47 PM, Konrad Rzeszutek Wilk wrote: > On Mon, Mar 16, 2015 at 02:16:13PM +0100, Peter Zijlstra wrote: >> Hi Waiman, >> >> As promised; here is the paravirt stuff I did during the trip to BOS last week. >> >> All the !paravirt patches are more or less the same as before (the only real >> change is the copyright lines in the first patch).
2015 Mar 30
2
[PATCH 0/9] qspinlock stuff -v15
On 03/25/2015 03:47 PM, Konrad Rzeszutek Wilk wrote: > On Mon, Mar 16, 2015 at 02:16:13PM +0100, Peter Zijlstra wrote: >> Hi Waiman, >> >> As promised; here is the paravirt stuff I did during the trip to BOS last week. >> >> All the !paravirt patches are more or less the same as before (the only real >> change is the copyright lines in the first patch).
2001 Dec 03
6
smbpasswd and ldap
I've compiled samba with the --with-ldapsam option and have setup up an ldap server. When I try to change the password of a user, say Administrator, get the following stuff with full debugging turned on (-D 255): New SMB password: Retype new SMB password: ldap_open_connection: connection opened ldap_connect_system: succesful connection to the LDAP server ldap_search_one_user: searching