search for: inactivate

Displaying 16 results from an estimated 16 matches for "inactivate".

2002 Feb 01
1
Total lockups using ext3
For several months I have had frequent lockups using 2.4.x kernels. They began with about 2.4.10 and have continued down to 2.4.17. They always occur when I am online, downloading. The moden stops, the hard disk light is on, and no key works. They never happen with 2.2.20 or with earlier (i.e. pre-ext3) 2.4 kernels, and they never occur on my laptop with any kernel, including those using ext3.
2015 Mar 17
3
unable to recover software raid1 install
Hello All, on a Centos5 system installed with software raid I'm getting: raid1: raid set md127 active with 2 out of 2 mirrors md:.... autorun DONE md: Autodetecting RAID arrays md: autorun..... md : autorun DONE trying to resume form /dev/md1 creating root device mounting root device mounting root filesystem ext3-fs : unable to read superblock mount :
2018 Sep 08
1
Re: how "safe" is blockcommit ?
...hether it is reading/writing from the backing file or > the overlay, and even if the blockcommit action is aborted, you can > restart it for the same effects. I found the "manual overlay rm" a bit of a pain. What is the reason why a successfull blockcommit does not delete the just-inactivate overlay file? Thanks. -- Danti Gionatan Supporto Tecnico Assyoma S.r.l. - www.assyoma.it email: g.danti@assyoma.it - info@assyoma.it GPG public key ID: FF5F32A8
2020 Nov 06
2
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
...could be something like: ; RISC-V V & VE(*): ; %mask = get.active.lane.mask(%i, %i) ; %evl = call @llvm.vscale(256, %n - %i) ; MVE/SVE/AVX : ; %mask = get.active.lane.mask(%i, %n) ; %evl = call @llvm.vscale(... ,..) The vscale is only necessary with scalable types, eg you can inactivate the %evl parameter like so: llvm.vp.fadd nxv4f128(%x, %y, %mask, (@llvm.vscale() * 4)) The VPIntrinsic class upstream already has the functionality to check whether the %evl parameter is inactivated in this way (VPIntrinsic::canIgnoreVectorLengthParam()). Cheers, Sjoerd. - Simon ___________...
2002 Jan 14
1
The 4th Coming : 2 mouse cursors
..." = "builtin, native" "msacm32" = "builtin, native" "msvcrt" = "native, builtin" "msvfw32" = "builtin, native" "msvideo" = "builtin, native" "oleaut32" = "builtin, native" # don't inactivate ! "ole32" = "builtin, native" # don't inactivate ! "opengl32" = "builtin, native" #"rpcrt4" = "builtin, native" "shdocvw" = "so,native" #"shell" = "builtin, native" #"shell32" = "b...
2006 Mar 25
3
Rails and Lighttpd, hangs?
I know this is kind of a generic question. But, when hitting my lighttpd/rails site on some of the first hits, the site hangs. I think it has something with the lighttpd configuration, possibly something I am missing with rails or ruby? Any ideas or how to track this down. fastcgi.server = ( ".fcgi" => ( "0.0.0.0" => ( "socket" =>
2020 Nov 09
0
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
...could be something like: ; RISC-V V & VE(*): ; %mask = get.active.lane.mask(%i, %i) ; %evl = call @llvm.vscale(256, %n - %i) ; MVE/SVE/AVX : ; %mask = get.active.lane.mask(%i, %n) ; %evl = call @llvm.vscale(... ,..) The vscale is only necessary with scalable types, eg you can inactivate the %evl parameter like so: llvm.vp.fadd nxv4f128(%x, %y, %mask, (@llvm.vscale() * 4)) The VPIntrinsic class upstream already has the functionality to check whether the %evl parameter is inactivated in this way (VPIntrinsic::canIgnoreVectorLengthParam()). Cheers, Sjoerd. - Simon ___________...
2015 Mar 18
0
unable to recover software raid1 install
...g the super-minor. (You might want to mount the installation and look at fstab and grub.conf while running the LiveDVD to verify that it is looking for md1). For example (assuming md1 contained partitions sda1 and sdb1): - (Boot using the LiveDVD) - (Unmount anything from md127 > # df -h) - (Inactivate any VGs/LVs > # vgchange -an <VG> or lvchange -an <LV>) # mdadm -S /dev/md127 # mdadm -A /dev/md1 -U super-minor /dev/sd[ab]1 Then shut down the LiveDVD and attempt to boot the system under EL5. Steve PS I don't watch EL5 boot very often/recently, so I might have misses some...
2015 Nov 11
0
locked ldap users
...S ldap server. We lock our users with nsAccountLock=true. If user successfully logs into dovecot, his credentials gets cached. When this user is locked its credentials still stay in cache. The problem I'm having is that our ldap server returns error code 53 ("Unwilling to perform - Account inactivated"). Dovecot takes this error code and decides that ldap doesnt work so it takes users credentials from cache (like stated in docs). User can still login untill his credentials are cleared from cache. Error message in logs: ldap(USERNAME,193.X.Y.Z,<aaaaaaaaaaaaaaaa>): ldap_bind() failed:...
2004 Apr 28
0
Information
Thank you for contacting Dell Technical Support. You have sent your message to an inactivated Dell address. Dell's e-mail system is now accessed through a Web form so that we can provide better and timelier responses to you and many other Dell customers every day. Please redirect your message to our new Contact Center Web form so that we can serve you more effectively: Here is the ad...
2005 Jun 10
1
source bug ? (PR#7929)
hello bug fixers i think this bug is probably mentioned before but i couldn't find the answer to it on google. i have to build R from the source files ( on a mac os x system ) because i need the python R interface too work. for this too happen r needs to be configured in the following way ./configure --enable-R-shlib when i do this on the newest package i get already some problems but these
2020 Nov 06
4
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
On 11/6/20 8:49 AM, Roger Ferrer Ibáñez wrote: Hi Sjoerd, Trying to remember how everything fits together here, but could get.active.lane.mask not create the %mask of the VP intrinsics? Or in other words, in the vectoriser, who's producing the %mask and %evl that is consumed by the VP intrinsics? I'm not sure what would be the best way here. I think about the Loop Vectorizer. I imagine
2006 Mar 16
9
Baffling AJAX issue
Ok, I''ve got some link_to_remote stuff working elsewhere just fine, but this time it''s doing something very screwy. Here''s the view code to create a link to remotely toggle a boolean value on a record: <td class="contact_active"> <%= link_to_remote "<div id=''contact_active_#{cm.id}''><span
2018 Sep 07
3
how "safe" is blockcommit ?
Hi, currently i'm following https://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit. I 'm playing around with it and it seems to be quite nice. What i want is a daily consistent backup of my image file of the guest. I have the idea of the following procedure: - Shutdown the guest (i can live with a downtime of a few minutes, it will happen in the night). And i think
2012 Sep 30
2
rsync over NFSv4
Hi, my FreeBSD-9/stable machine (FreeBSD freebsd-tower.goebo.site 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #2 r241044M: Sat Sep 29 12:52:01 CEST 2012 lbo@freebsd-tower.goebo.site:/usr/obj/usr/src/sys/GENERIC i386) crashes reproducibly when rsync-ing files to an NFSv4 share on the FreeBSD machine. The crash makes the system reboot. The crash creates files in /var/crash which may be obtained
2012 Mar 16
27
xenconsole: Could not read tty from store: No such file or directory
Hello Community, I encountered an error while running "xm console domU". Here is the running script: # xm console domU xenconsole: Could not read tty from store: No such file or directory I googled and found out that this issue is mostly result from forgetting starting xenconsole service. However, after I started xenconsole, the issue is still there. Please see: #