search for: _from

Displaying 20 results from an estimated 29 matches for "_from".

Did you mean: from
2006 Aug 28
1
disabling console blanking ?
Hi! Some of my centos's servers (poweredge 850/ centos 4.3) are crashing for any reason, and so i wanna get screen (kernel) output afterward. Problem is when the server is crashed and the screen blanked, a keypress doesn't do anything at all. Here it is what i've tried _from a ssh session_ : - setterm -blank 0 and many combinations. - "noacpi" boot option ... Any ideas ? Thanks ! -- Martin
2017 Aug 02
1
Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
...o be unreliable and mostly > failing. Not being able to reliably upgrade disqualifies any > distribution. I hate to break it to you, but since they began using fedup and dnf upgrade, it's never been an issue for me at all. Again, alot depends on what packages you have installed and _from what repos_ that determines a lot about your upgrade experience. Even Ubuntu LTS blows up when using non-standard repos. I'll say to you what I said to someone else on this list on Monday. If you're not willing to deal with the warts in Fedora, then you need to go elsewhere. It's...
2014 Aug 01
2
[LLVMdev] Clang Integration with MSVS 2013
...class name 1> { // determine whether _Ty(_Args...) is nothrow constructible 1> ^ 1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\type_traits(951,25): error : '_To' does not refer to a value 1> _IS_NOTHROW_ASSIGNABLE(_To, _From) 1> ^ 1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\type_traits(50,37) : note: expanded from macro '_IS_NOTHROW_ASSIGNABLE' 1> : _Cat_base<__is_nothrow_assignable(_To, _From)> 1>...
2006 Jan 07
1
datetime returned as string, sometimes....
...39;m using postgresql 8.1, rails 1.0, and I have a strange problem on a datetime field (timestamp without time zone in postgresql). As shown below, the field "value" sometimes returns a string, and sometimes a Time instance, depending of where the value is used....: * breakpoint session _from inside an instance method_ of the object: value => "1996-05-01 00:00:00" value.class => String However, as you can see, the value field is of type datetime: Detail.columns[3] => #<ActiveRecord::ConnectionAdapters::Column:0xb7489378 @limit=nil, @text=false, @null=true, @pri...
2017 Nov 17
2
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
..., tglx Thanks for your comments.. rethink of this patch set, 1. which data needs to considerd to make decisions about probabilistic polling I really need to write up which data needs to considerd to make decisions about probabilistic polling. At last several months, I always focused on the data _from idle to reschedule_, then to bypass the idle loops. unfortunately, this makes me touch scheduler/idle/nohz code inevitably. with tglx's suggestion, the data which is necessary to make power/idle state decisions, is the last idle state's residency time. IIUC this data is duration from idle...
2017 Nov 17
2
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
..., tglx Thanks for your comments.. rethink of this patch set, 1. which data needs to considerd to make decisions about probabilistic polling I really need to write up which data needs to considerd to make decisions about probabilistic polling. At last several months, I always focused on the data _from idle to reschedule_, then to bypass the idle loops. unfortunately, this makes me touch scheduler/idle/nohz code inevitably. with tglx's suggestion, the data which is necessary to make power/idle state decisions, is the last idle state's residency time. IIUC this data is duration from idle...
2007 Jan 17
3
Callback/ringback
Hi. Has anyone had any success in implementing a callback or ringback function in Asterisk? I've had a look at the callback-voicemail example on voip-info.org http://www.voip-info.org/wiki/view/Asterisk+tips+callback However it won't quite work for me. I need it for local SIP users which most of them don't have voicemail. If one SIP user calls another SIP user and the second user is
2015 Aug 24
0
Build optimized R : openblas, MKL, ATLAS
...plementations provide suitable code. That is the gist behind the package gcbd -- which is really a container for a paper / vignette where I use(d) the fact that on a Debian-based system I do have access to several of these (including the MKL) so that I can even script benchmark runs for comparison _from R_ as it is just a (system) package removal / installation which can be automated. The paper never got finished as the gpu/cpu comparison aspect confuses matters further --- but the basic idea is solid: you can still switch later, so benchmarking is possibly. And desirable as these question pop...
2008 Jan 23
0
No more audio with 99777 SVN version in certain case
...rom "Enter your PIN number" (sometimes all the sentance) and then *no more* audio in all Asterisk, for all devices. Sometimes break is created when ISDN party hangup, which means that all the conference went OK. It's now anymore possible to enter conferences or to call voicemails _from any device_: on CLI we see that everything is OK, but silence. Calling from a device to another, SIP iAX or ISDN, is working. Only solution to get it work again is to restart Asterisk. The problem appears since this week when we updated from an old SVN version (05/2007). Thanks for any help....
2003 Oct 26
1
include & exclude dosn't work...
Hello rsync, I run Rsync as standalone server (--daemon). Here is my rsync.conf file use chroot = yes max connections = 10 #syslog facility = local5 log = /var/log/rsyncd.log [mp3files] path = /home/guitar comment = directory read only = yes list = no secrets file = /etc/rsyncd.secrets auth users = gate1 # hosts allow = # hosts deny =
2014 Oct 02
0
DHCP option 93 for UEFI
...or-architecture> which in turn makes reference (among others) to another table in: <http://tools.ietf.org/html/rfc4578#section-2.1> These two tables contain conflicting information: RFC 4578 - DHCPv6 7 EFI BC - 7 x64 UEFI 9 EFI x86-64 - 9 EBC In addition, there is a PDF _from the UEFI Group_, "IPv6 Remote Boot Requirements From UEFI Forum", IETF 72, year 2008, which correctly reproduces the RFC 4578 (no conflict), and adds: 6 EFI IA32 <- used by many vendors for legacy boot of x64 machine 7 EFI BC <- used by many vendors for EFI x64 boot So, I...
2003 Jun 11
2
Does the RPM for RH9 know about TCL/Tk
Sorry for the probable repeat post but I can only search the list up to 2002 (is there a better way?). I am using the RH9 RPM from CRAN but packages like AnalyzeFMRI say that tcltk is not found. Do I need to do more to get Tk GUIs working on RH9 or does the RPM not have tcltk support built in (should I compile from source). Thanks in advance. Take care. -Morgan
2017 Nov 17
0
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
...ot overlap by at least 90%. > > > 1. which data needs to considerd to make decisions about probabilistic polling > > I really need to write up which data needs to considerd to make > decisions about probabilistic polling. At last several months, > I always focused on the data _from idle to reschedule_, then to bypass > the idle loops. unfortunately, this makes me touch scheduler/idle/nohz > code inevitably. > > with tglx's suggestion, the data which is necessary to make power/idle > state decisions, is the last idle state's residency time. IIUC this da...
1998 Aug 31
0
StackGuard-protected Linux and a New StackGuard Compiler (fwd)
...complete | tar ball and as a source patch to gcc 2.7.2.3, available here: | | http://www.cse.ogi.edu/DISC/projects/immunix/StackGuard/compiler.html Greetings, Jan-Philip Velders <jpv@jvelders.tn.tudelft.nl> _---------- Forwarded message ---------- _Date: Thu, 27 Aug 1998 22:26:54 -0700 _From: Crispin Cowan <crispin@CSE.OGI.EDU> _To: BUGTRAQ@NETSPACE.ORG _Subject: StackGuard-protected Linux and a New StackGuard Compiler StackGuard is a compiler to protect programs against stack smashing attacks. When stack smashing exploits are deployed against StackGuard-protected programs, the...
2015 Aug 24
3
Build optimized R : openblas, MKL, ATLAS
On Mon, Aug 24, 2015 at 11:29 AM, Bj?rn-Helge Mevik <b.h.mevik at usit.uio.no> wrote: > arnaud gaboury <arnaud.gaboury at gmail.com> writes: > >> - Intel MKL: this is part of Intel Parallel Studio and is a paid >> software. Now, there is the MKL package distributed by >> Revolutionanalytics, but I am not certain how this can be distributed >> for free. Is
2009 Mar 18
1
Why S4 methods of S3 'base' generics are not used in 'base' functions ?
Dear list, It seems that S4 methods defined for an S3 'base' generic are not used in 'base' functions. This can be problematic when 'base' functions start with something like 'as.matrix'. ### START R code setClass("classA", contains = "matrix", representation(realData = "numeric")) setMethod("as.matrix",
2004 Aug 06
2
Problems streaming just one file, yet /default works fine.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, We are needing to use icecast to stream a single mp3 _from_the_beginning_ of the file. Using Icecast and Shout, everything works fine, the problem with that is that when you conenct to /default you start listening at whatever point shout is currently playing at. This is not satisfactory at all, the stream must start at the beginning of the file each time...
2014 Oct 03
1
RE: DHCP option 93 for UEFI
...s reference (among others) to another table in: > <http://tools.ietf.org/html/rfc4578#section-2.1> > > >These two tables contain conflicting information: > >RFC 4578 - DHCPv6 > 7 EFI BC - 7 x64 UEFI > 9 EFI x86-64 - 9 EBC > >In addition, there is a PDF _from the UEFI Group_, > "IPv6 Remote Boot Requirements From UEFI Forum", IETF 72, year 2008, > > >which correctly reproduces the RFC 4578 (no conflict), and adds: > 6 EFI IA32 <- used by many vendors for legacy boot of x64 machine > 7 EFI BC <- used by many vendors f...
1998 Aug 06
0
S-98-51: Squid cache corruption alert (fwd)
...t;jpv@jvelders.tn.tudelft.nl> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Nederlandse Linux GebruikersGroep : http://www.nllgg.nl | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- _---------- Forwarded message ---------- _Date: Thu, 06 Aug 1998 13:06:59 +0200 (CDT) _From: Xander Jansen <Xander.Jansen@sec.nl> _To: cert-nl-ssc@dl.surfnet.nl _Subject: S-98-51: Squid cache corruption alert =============================================================================== Security Advisory CERT-NL =====================================================================...
2017 Nov 16
1
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On 2017-11-16 06:03, Thomas Gleixner wrote: > On Wed, 15 Nov 2017, Peter Zijlstra wrote: > >> On Mon, Nov 13, 2017 at 06:06:02PM +0800, Quan Xu wrote: >>> From: Yang Zhang <yang.zhang.wz at gmail.com> >>> >>> Implement a generic idle poll which resembles the functionality >>> found in arch/. Provide weak arch_cpu_idle_poll function which