search for: turn

Displaying 20 results from an estimated 39632 matches for "turn".

Did you mean: tun
2006 Jul 21
2
Tableless ActiveRecord attribute and my aching head
...-------------------------- class Setup < ActiveRecord::Base def self.columns() @columns ||= []; end def self.column(name, sql_type = nil, default = nil, null = true) columns << ActiveRecord::ConnectionAdapters::Column.new(name.to_s, default, sql_type.to_s, null) end ... column :turn, :integer ... def change_turn if turn==0 turn = 1 else turn = 0 end end end -------------------------------- ok.... now the head-banger. Any time I called the ''change_turn'' method inside my new class, the turn wouldn''t actually be changed. Oh, I...
2007 Aug 24
3
[LLVMdev] Turning on exception handling codegen
Right now llvm-gcc generates exception handling intrinsics, but actual eh codegen (--enable-eh) is turned off. On x86-linux, turning it on generates no new failures in the testsuite, so how about turning it on? The problem is likely to be PPC which claims to support eh but doesn't support it completely yet AFAIK. I suggest setting SupportsExceptionHandling to false for PPC until it is fixed....
2003 Mar 02
0
Entering username/password (DTMF) from Cisco 7960/SIP in Voicemail touchy...
...on 'SIP/lenny-b19c' ("Lenny Tropiano" <5555>) -- Executing VoiceMailMain("SIP/lenny-b19c", "") in new stack == Parsing '/etc/asterisk/voicemail.conf': Found NOTICE[17426]: File rtp.c, Line 167 (process_rfc3389): RFC3389 support incomplete. Turn off on client if possible -- Playing 'vm-login' -- Playing 'vm-password' -- No such user '55555' in config file -- Playing 'vm-incorrect' WARNING[17426]: File app_voicemail.c, Line 1720 (vm_execmain): Couldn't read username == Spawn extension (d...
2001 Aug 31
1
Bug: ext3 patch prevents power-down in 2.4.x kernels
I am running debian unstable. I applied the ext3 patch to the 2.4.9 kernel source, and got ext3 working fine. However, when I shut my system down (shutdown -h now or shutdown from kdm), it does not turn the power off. The whole shutdown sequence runs, and finally displays the message "Power Down", but nothing else happens. At this point, the power switch does not turn off the machine, which is normal behavior for when the system is running. The reset button still works, and once th...
2016 Jun 08
8
[PATCH v2 00/15] Runtime pm ref leak bonanza
Second iteration of my endeavour to rid nouveau, radeon and amdgpu of runtime pm ref leaks. Patches 1 to 8 are identical to v1. Patch 9 of v1 modified the DRM core to turn off all CRTCs on driver unload. Based on feedback by Daniel Vetter, I've replaced this with a helper to turn off all CRTCs, which is called by nouveau, radeon and amdgpu on unload. In other words, this is now opt-in. So patch 9 of v1 is replaced with new patches 9 to 12. A by-product of patch...
2008 Dec 01
1
APC Back-UPS CS 500 power cycle
...nected via USB, usbhid-ups-apc) and UPS-NUT. We've tried different Versions of UPS-NUT (2.2.1 and 2.2.2), including the latest from SVN (28th November 2008). We've also tried apcupsd, which works fine for our requirements, but we don't want use it. What we need is simple: The UPS should turn off after power loss and shutdown (after a delay) and automaticly turn on after power is back. A 'upsdrvctl shutdown' in the halt.local does not turn off the ups. A 'upscmd apc load.off.delay 5' works, but the ups does not turn on after power is back. Here the output of 'upscm...
2014 Jul 26
4
Power race? with Eaton 5E and how to auto-mute beeper
...ver edition Nut 2.7.1 Installed via apt-get install nut I have two problems I would like to fix. First the beeper is annoying and loud and I worry it will wake everyone up at night. I read that you can mute the beeper temporarily (and this works) but that most UPSs do not allow you to permanently turn it off (I tried using upsrw but it said beeper.status was read only). So is there a way to auto-mute the beeper? e.g on system boot or on power failure? Next I did some testing and I think I have a power race (is that the right term?). Basically if I switch off the AC, wait for battery to drain a...
2016 Nov 29
2
Bug Report on A1286 (Macbook Pro Mid 2012)
...de> wrote: > On Sat, Nov 26, 2016 at 06:09:34AM +0000, Evan Foss wrote: >> I did some other bug reports here a while back. I am back again >> because I updated my kernel from 3.19.1 to linux-4.8.10-gentoo (if you >> want I can test the mainline too). On boot all my GPU's turn on. If I >> turn them off via >> echo "OFF"> /sys/kernel/debug/vgaswitcheroo/switch >> I can't turn them back on. They also do not turn on if I try to change >> GPU's. Trying to stop xdm locks the machine so I can't even turn it >> off. Suspend...
2014 Aug 10
0
Power race? with Eaton 5E and how to auto-mute beeper
On Jul 26, 2014, at 9:58 AM, Leith Bade <leith at leithalweapon.geek.nz> wrote: > First the beeper is annoying and loud and I worry it will wake everyone up at night. I read that you can mute the beeper temporarily (and this works) but that most UPSs do not allow you to permanently turn it off (I tried using upsrw but it said beeper.status was read only). Can you send the variable list of upsrw and the command list of upsc for reference? I don't have any information on the 5E. I think there should be "beeper.mute" and "beeper.off" commands. > So is th...
2017 Mar 02
3
Laptop turns off after lid closed Centos6
Folks I have a laptop which i am using temporarily as a test server. It is permanently plugged in. It is running Centos 6, command line only. In the past, I could close the lid, thereby turning off the display, but not turning off the machine. It remained running indefinitely. A recent update (this past week) changed that behavior. Now, when I close the lid, the laptop turns itself off within an hour. A google search talks about tools like "upower" and apcitool, but a...
2018 Feb 01
0
testing shutdown: pc not restarting; and "ups unavailable" messages
> >> I see at http://networkupstools.org/ddl/Cyber_Power_Systems/Value_800E.html that >> the Value 800E does not have variables such as >> load.off.delay - Turn off the load with a delay (seconds) >> load.on.delay - Turn on the load with a delay (seconds) >> >> What does command ? upscmd -l <UPS> ? report? > > I'll try this tonight when I'm back home. It looks like the two commands you mention are there: $ upscmd...
2016 Nov 26
2
Bug Report on A1286 (Macbook Pro Mid 2012)
Hi Folks, I did some other bug reports here a while back. I am back again because I updated my kernel from 3.19.1 to linux-4.8.10-gentoo (if you want I can test the mainline too). On boot all my GPU's turn on. If I turn them off via echo "OFF"> /sys/kernel/debug/vgaswitcheroo/switch I can't turn them back on. They also do not turn on if I try to change GPU's. Trying to stop xdm locks the machine so I can't even turn it off. Suspend/resume still works. None of these problems e...
2012 Feb 12
3
[LLVMdev] llvm interprocedural analysis and optimization
If I turn on one of the llvm interprocedural optimizations without turning on the analysis it uses. will the analysis be turned on automatically ? Thanks Xin
2012 Feb 28
2
[LLVMdev] how to turn off the tail optimization
Hello, It seems to me that LLVM is merging/in-lining the tail function to its caller. I am wondering if there is a flag that I can use to turn off this optimization? Thanks! Wei
2011 Jun 15
4
[LLVMdev] Connection llvm ir
I want to connect each llvm ir for example: 1. Turn C/C++ language into C_llvmIR assembly language using Clang 2. Turn Fortran language into Fortran_llvmIR assembly language using Dragonegg 3. Turn Python language into Python_llvmIR assembly language using Unladen-Swallow 4. Connect each llvm IR Is this possible? Wonjun, Choi -------------- next p...
2018 Feb 01
10
testing shutdown: pc not restarting; and "ups unavailable" messages
...uiet time with no disk activity when it's OK to shut down that computer. > I looked at the product documentation at > https://www.cyberpower.com/uk/en/product/sku/Value800EILCD and could find > nothing about shutting down the UPS power outlets. Although the 800EILCD is able > to turn off the beeper, this in itself is not sufficient. The proposed typical > applications include NAS & Servers so it should be possible. Perhaps you could > ask the Cyber Power support people if the 800EILCD has this function. What exactly should I be asking? "Is it possible to switc...
2012 Feb 28
0
[LLVMdev] how to turn off the tail optimization
Hi Wei, > It seems to me that LLVM is merging/in-lining the tail function to its > caller. > I am wondering if there is a flag that I can use to turn off this > optimization? do you want to turn off all inlining, or only inlining of calls that are tail calls? Why do you want to turn it off? Ciao, Duncan.
2018 Jan 19
0
[Bug 104698] crashes when monitor is turned off or turned on
https://bugs.freedesktop.org/show_bug.cgi?id=104698 --- Comment #4 from Valdas <zmogas at hotmail.com> --- I reproduced xorg crash (as in description) again. I think key is that secondary monitor was turned off (power save mode like: cable connected but power button blinking) during boot up. Then I turned off primary display (crash), then logged in and turned on primary display (crash), then again logged in. Attached kernel log and both xorg logs. -- You are receiving this mail because: You are t...
2007 Aug 24
0
[LLVMdev] Turning on exception handling codegen
On Fri, 24 Aug 2007, Duncan Sands wrote: > Right now llvm-gcc generates exception handling intrinsics, > but actual eh codegen (--enable-eh) is turned off. On > x86-linux, turning it on generates no new failures in the > testsuite, Woo hoo! > The problem is likely to be PPC which claims to support eh but doesn't > support it completely yet AFAIK. I suggest setting > SupportsExceptionHandling to false for PPC until it is...
2008 Jul 10
4
Turn any vector
Dear R-users, I'd like to turn a vector so it starts with it's end. For better understanding, this set of commands will do what I need: i <- seq(1:10) i_turned <- i for (j in 1:length(i)) i_turned[j] <- i[length(i)-j+1] now, i_turned is what I call turned. Is there a function which would make a script lighter? Tha...