search for: _after

Displaying 9 results from an estimated 9 matches for "_after".

Did you mean: after
2005 Mar 15
1
Samba and cups printing: lp_servicenumber: couldn't find hl5150d
...2005/03/13 13:01:08, 7] param/loadparm.c:lp_servicenumber(4051) lp_servicenumber: couldn't find hl5150d [2005/03/13 13:01:08, 8] param/loadparm.c:add_a_service(2305) add_a_service: Creating snum = 7 for hl5150d Looking at the sources the printer is first looked up in lp_servicenumber() and _after that_ the service is added by add_a_service(). Has anyone a hint where to look at? TIA -- Peter -- Peter.Weiss@consol.de ConSol* Software GmbH Phone +49 89 45841-100 Consulting & Solutions Mobile +49 177 6040121 Franziskan...
2019 May 06
2
RegAlloc Q: spill when implicit-def physreg is also the output reg of instruction
...%2:reg = MyInst %1:reg, ..., implicit-def dead $p1, ...; Regs: $p1=%1 Killing last use: %1:reg Assigning %2 to $p1 Spilling %2 in $p1 to stack slot #2  <-- suspicious if this is inserting spill, unaware of output reg being same << $p1 =MyInst killed $p1, ..., implicit-def dead $p1, ...; *_After RegAlloc:_* $p1 = COPY ...; Store $p1 %stack.2; $p1 =MyInst killed $p1, ..., implicit-def dead $p1, ...; $p1 = Load %stack.2; $p2 = Use $p1, ...; Best Regards, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/atta...
2008 Jan 30
6
Schedule parser
...b_server.log: /home/mengkuan/apps/testrailsapp/current/vendor/plugins/backgroundrb/ server/cron_trigger.rb:160:in `local'': argument out o f range (ArgumentError) from /home/mengkuan/apps/testrailsapp/current/vendor/plugins/ backgroundrb/server/cron_trigger.rb:160:in `fire_time _after'' from /home/mengkuan/apps/testrailsapp/current/vendor/plugins/ backgroundrb/server/meta_worker.rb:266:in `new_load_s chedule'' from /home/mengkuan/apps/testrailsapp/current/vendor/plugins/ backgroundrb/server/meta_worker.rb:258:in `each'' from /...
2017 Mar 18
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...ce. _ In the dd command, verify that you are _not_ using a partition as destination device but rather the whole device. For example, if the USB device is identified as '/dev/sdc' in your OS, then the dd command should _not_ include 'of=/dev/sdc1' but rather 'of=/dev/sdc'. _After executing the dd command, wait enough time before extracting the USB device. After the dd command has finished, sometimes using a 'sync' command is suggested before extracting the USB device. _ In the problematic computer(s), are there several USB ports? Have you tried using another USB...
2017 Mar 18
4
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
syslinux at zytor.com: I have two older computers with Intel D865GBFLK motherboards (~2003) and Pentium 4 HT CPU's. They both have the latest available BIOS installed. I would like to put Debian on them. I have downloaded: http://cdimage.debian.org/debian-cd/current/i386/iso-cd/debian-8.7.1-i386-xfce-CD-1.iso When I put debian-8.7.1-i386-xfce-CD-1.iso on a CD-R, it boots correctly.
2019 May 07
2
RegAlloc Q: spill when implicit-def physreg is also the output reg of instruction
...$p1=%1 >> Killing last use: %1:reg >> Assigning %2 to $p1 >> Spilling %2 in $p1 to stack slot #2  <-- suspicious if this is >> inserting spill, unaware of output reg being same >> << $p1 =MyInst killed $p1, ..., implicit-def dead $p1, ...; >> >> *_After RegAlloc:_* >> $p1 = COPY ...; >> Store $p1 %stack.2; >> $p1 =MyInst killed $p1, ..., implicit-def dead $p1, ...; >> $p1 = Load %stack.2; >> $p2 = Use $p1, ...; >> >> >> Best Regards, >> >> Kevin >> >> _________________________...
2012 Sep 04
2
[PATCH] valgrind: Support for ioctls used by Xen toolstack processes.
...+ } + XenHypercallTableEntry; + +#define HYPX_(const, name, nr_args) \ + [const] = { { vgSysWrap_xen_##name##_before, NULL }, nr_args } +#define HYPXY(const, name, nr_args) \ + [const] = { { vgSysWrap_xen_##name##_before, \ + vgSysWrap_xen_##name##_after }, \ + nr_args } + +static XenHypercallTableEntry hypercall_table[] = { + // __HYPERVISOR_set_trap_table // 0 + // __HYPERVISOR_mmu_update // 1 + // __HYPERVISOR_set_gdt...
2017 Mar 18
4
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...rify that you are _not_ using a partition as > destination device but rather the whole device. For example, if the > USB device is identified as '/dev/sdc' in your OS, then the dd > command should _not_ include 'of=/dev/sdc1' but rather > 'of=/dev/sdc'. > > _After executing the dd command, wait enough time before extracting > the USB device. After the dd command has finished, sometimes using a > 'sync' command is suggested before extracting the USB device. Yes, I do those things. I burned the ISO to the USB flash drive again and documented t...
2003 Sep 24
4
unified authentication
Howdy list, Sorry if this is a frequently discussed topic, or an off-topic question, but I couldn't find much info about my question by performing quick searches in the archives, and my question is pretty tightly related to security... Background: =========== I have a number of FreeBSD machines. Most are 4.x, but a few are 5.x (mainly the testing/devel machines). I also have a single Red