search for: 48h

Displaying 20 results from an estimated 31 matches for "48h".

Did you mean: 48
2008 Mar 07
0
[PATCH] Fix EDD pointer in int 13h, fn 48h BIOS call return buffer
I ran into this when I was reviewing what was outstanding to get NetWare to run fully virtualized. The BIOS emulator code has the segment and offset backward in the returned buffer for the int 13h, fn 48h BIOS call. BTW: This is fixed in current Bochs emulator upstream code. Signed-off-by: Bruce Rogers <brogers@novell.com> diff -r 59b8768d0d0d tools/firmware/rombios/rombios.c --- a/tools/firmware/rombios/rombios.c Wed Mar 05 11:18:25 2008 +0000 +++ b/tools/firmware/rombios/rombios.c Fri M...
2015 Feb 13
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...return r; } int main(int argc, char** argv) { if (argc != 2) return -1; int r = solve((int) strtol(argv[1], NULL, 10)); printf("%d solutions\n", r); } ``` clang 3.5's result: ``` public _main _main proc near var_48 = qword ptr -48h var_40 = qword ptr -40h var_34 = dword ptr -34h push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov ebx, 0F...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...solve((int) strtol(argv[1], NULL, 10)); >> printf("%d solutions\n", r); >> } >> ``` >> >> clang 3.5's result: >> >> ``` >> public _main >> _main proc near >> >> var_48 = qword ptr -48h >> var_40 = qword ptr -40h >> var_34 = dword ptr -34h >> >> push rbp >> push r15 >> push r14 >> push r13 >> push r12 >>...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...", r); >>>> } >>>> ``` >>>> >>>> clang 3.5's result: >>>> >>>> ``` >>>> public _main >>>> _main proc near >>>> >>>> var_48 = qword ptr -48h >>>> var_40 = qword ptr -40h >>>> var_34 = dword ptr -34h >>>> >>>> push rbp >>>> push r15 >>>> push r14 >>>> push r13 &g...
2002 Jul 27
2
Isolinux doesn't boot
hi, i've been trying around for a month or so to get isolinux on my toshiba satellite 4010cdt running. It doesn't really work. The debug version says the following: ISOLINUX 1.75 2002-06-14 ... isolinux: Startinug up, DL = 82 isolinux: Loaded spec packed OK, drive = 82 and that's it. No boot there. If I chain-load (or however that's called) my Isolinux - CDs with "Smart
2008 Mar 25
3
Com32 api problem !
(sorry for my english if it is approximate !) I want to access harddisk from com32 api with PXELINUX. I try to use int 13h Extended Read Drive Parameters (48h), it doesn't works. Here is my code, I have an error 1 in AH return code. Int 13h Read Drive Parameters (08h) work well. ******************************************************************************************* struct params { unsigned short size,info; unsigned long cylinders,heads,secto...
2012 Feb 20
11
btrfs-convert processing time
Hi, I''m trying to convert two ext4 FS to btrfs, but I''m surprised by the time needed to do that conversion. The first FS is on a 500GiB block device, and btrfs-convert is running since more than 48h : root 1978 25.6 47.7 748308 732556 ? D Feb18 944:44 btrfs-convert /dev/vg-backup/backup The second is on a 340GiB block device, and the processing time is similar : root 30192 5.2 3.0 73180 61520 pts/0 R Feb18 121:04 btrfs-convert /dev/vg-balor/backup Is it "no...
2004 Apr 27
2
paste dimnames problem
Hello, I've the following list n: > n [[1]] [1] "NEW" "OLD" "PRG" [[2]] [1] "04h" "24h" [[3]] [1] "000mM" "010mM" "025mM" "050mM" "100mM" where n <- dimnames(some.multidim.array) I'm trying to define a generic function that generates meaningful names from this list, e.g.
2004 Dec 09
1
EDD error RE: Re: SYSLINUX 2.12-pre7 released
...instead of let isolinux boot and then select 'A' for localboot 0x80 as defined in my isolinux.cfg file) UDMA2 author mailed this: ------------ and avoids addressing over 20 bits. Re: the "Int 13h" function codes used by UDMA2, they are (A) 41h to see if an EDD BIOS is present, 48h to request EDD parameters for every disk and 08h to request CHS values for every disk. All are "basic" functions that any (good) EDD BIOS should support. If, in Bernd ---------------------------------------------------------------- Op deze e-mail zijn de volgende voorwaarden van toe...
2015 Mar 20
2
fast doveadm search results
Steffen Kaiser writes: > e.g. put message-id into mail_always_cache_fields > > - From http://dovecot.org/pipermail/dovecot-cvs/2013-May/023261.html > > lib-storage: Allow mail_*cache_fields settings to specify any hdr.* fields ... but I belatedly wrote ... > Maybe you can even add these items into the cache upon delivery, > but someone more knowlegable than I would have to
2015 Mar 20
1
fast doveadm search results
...folder (e.g. via FETCH or SEARCH). Also mails that are newly delivered by Dovecot will add those headers to cache immediately. > - these data a cache, but for an extremely short time, like the user session > => that's why I asked if it is possible to extend cache validity to at least 48h. > But for sure, if these data remain forever, it'll be better ! :) Dovecot automatically figures out if the data should stay in cache for 1 week or forever. It sounds like something's wrong in your system if it's not already automatically performing fast searches. The first time a...
2014 Aug 11
0
Meaning of Battery Resting/PW-MIBs
Hi, just testing with a HP R1500 XR (answers as Powerware) with SNMP/Serial Port Card using SNMP I found: 1st: The batt status 1.3.6.1.4.1.534.1.2.5.0 goes away after some time. Isn't visible in a snmpwalk anymore, seems to be a bug in the card. 2nd: The ups turns into "resting" 48h after battery is full. It turns off the fan, the batt voltage lowers a little, it seems, avoiding permanent charging to increase life time. 3rd: Because the fan is turned off, the ambient temperature rises to 61 ?C an decreases lifetime:-) I had to do some changes in the mibs to get all relevant d...
2017 Mar 26
1
isohybrid
Sounds like we should change the "and cx" mask to 5 so that if either EHDD support or LBA is announced by the bios, the correct EHDD path will be taken. Phil P. -- Philip Pokorny, RHCE Chief Technology Officer PENGUIN COMPUTING, Inc www.penguincomputing.com Changing the world through technical innovation
2016 Sep 13
0
[Infra] - Major outage for several services (please read)
...ting users to update their details on accounts.centos.org, and not possible to create new accounts either We're working on a plan to minimize the downtime/reconfiguration part, but at first sight, due to the hardware move of the racks/cabling parts/etc, the announced downtime will be probably ~48h. Migration is scheduled for """"Monday October 10th, 1:00 pm UTC time"""". You can convert to local time with $(date -d '2016-10-10 13:00 UTC') We'll start to restore services as soon as possible, while working in coordination with the DC people...
2015 Mar 20
0
fast doveadm search results
...gt; So, that situations appear rarely, but when asked, they expected me to > deleted quickly these messages from few to thousands of users > mailboxes. > > Is that possible to change behaviour of Dovecot, some headers like > sender, message-id, date are stored in cache for at least 48h? (7 days > would be better). So is this a fair summary of what you are asking: you want to load dovecot's caches with searchable items (i.e. specified headers) *and* have them expire and removed from caches after a preset amount of time? Caches are persistent: once an item is cached, it st...
2015 Mar 20
0
fast doveadm search results
...(headers like From, Date, Message-ID...) => I wanted to know if dovecot allows to add some headers. Stephen answered to that question. - these data a cache, but for an extremely short time, like the user session => that's why I asked if it is possible to extend cache validity to at least 48h. But for sure, if these data remain forever, it'll be better ! :) - NFS limitations => do I have to re-install dovecot on my NFS servers? I prefer not.
2008 Aug 16
1
disable auth between two asterisk
Hi, I have setup 2 asterisk talking? a single mysql cluster. I'm also using realtime db. I've setup sip peering between the two asterisk servers. [asterisk-1] insecure=port,invite type=peer host=201.202.203.204 context=from-asterisk-1 [asterisk-2] insecure=port,invite type=peer host=201.202.203.205 context=from-asterisk-2 scenario: ext 100 registers on Asterisk 1 ext 200
2011 Apr 13
2
status of 5.6 updates
There has been a steady stream of updates of security issues for 5.6. I'm curious about the timeline for these updates from centos...:)
2018 Jun 13
1
2.3.1 Replication is throwing scary errors
Hey all, almost 48h ago I upgraded both my instances to 2.3.1 again to see if the new patches would fix the replication issues for me. So far, the result is: great. I haven't been able to provoke any kind of I/O stall or persisting queued/failed resync requests in my replication setup. Newly added users are rep...
2015 Mar 19
2
fast doveadm search results
...stakenly sent, defamatory... So, that situations appear rarely, but when asked, they expected me to deleted quickly these messages from few to thousands of users mailboxes. Is that possible to change behaviour of Dovecot, some headers like sender, message-id, date are stored in cache for at least 48h? (7 days would be better). I've read this page : http://wiki2.dovecot.org/Design/Indexes/Cache but cannot understand every parts. "A specific decision can be forced by ORing it with MAIL_CACHE_DECISION_FORCED." Is OR in this sentence like AND/OR comparators? Where to put "MAIL...