search for: 21736

Displaying 7 results from an estimated 7 matches for "21736".

Did you mean: 1736
2006 Mar 24
2
check_box_tag
hi, What''s the right way to use the CHECK_BOX_TAG? I used: <% for @pippo in @model %> <%= check_box_tag (:scelta,@pippo) %> <% end %> How Can I control if a person choosen the second or third element of the vector @pippo? -- Posted via http://www.ruby-forum.com/.
2016 Jul 04
0
PCI Passthrough not working
...4 using ehci_hcd [ 45.300055] usb 1-1: device not accepting address 4, error -110 [ 45.412076] usb 1-1: new high-speed USB device number 5 using ehci_hcd [ 55.844113] usb 1-1: device not accepting address 5, error -110 lsmod | grep xen xen_pcifront 17330 0 xen_blkfront 17198 6 xen_netfront 21736 0 ----------------------------------------------------------------------------------------- Does anyone have any ideas about this? Many thanks Francis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments...
2016 Feb 17
2
[PATCH supermin 0/2] Allow an alternate libc to be used for init.
Allow an alternate libc, such as dietlibc, to be used for the init binary in the supermin appliance. Rich.
2007 Apr 30
0
[LLVMdev] Boostrap Failure -- Expected Differences?
...UNCTION__.21073 > +00000450 l O .rodata 0000000f __FUNCTION__.21236 > 000019e0 l F .text 00000222 base_alias_check > 00001cb0 l F .text 0000009d addr_side_effect_eval > 00001d50 l F .text 00000728 memrefs_conflict_p > -0000045f l O .rodata 00000010 __FUNCTION__.21736 > +0000045f l O .rodata 00000010 __FUNCTION__.21649 > 0000046f l O .rodata 0000000f .str3 > 00002560 l F .text 000001ad fixed_scalar_and_varying_struct_p > -00000480 l O .rodata 00000022 __FUNCTION__.21766 > +00000480 l O .rodata 00000022 __FUNCTION__.21679 >...
2007 Apr 27
2
[LLVMdev] Boostrap Failure -- Expected Differences?
The saga continues. I've been tracking the interface changes and merging them with the refactoring work I'm doing. I got as far as building stage3 of llvm-gcc but the object files from stage2 and stage3 differ: warning: ./cc1-checksum.o differs warning: ./cc1plus-checksum.o differs (Are the above two ok?) The list below is clearly bad. I think it's every object file in the
2014 Dec 23
2
chaining AUTH methods -- adding GoogleAuthenticator 2nd Factor to pubkey auth? can't get the GA prompt :-/
On Tue, 23 Dec 2014, Dmt Ops wrote: > testing goole-authenticator's standalone functionality, it > > > cd google-authenticator/libpam/ > > ./demo > Verification code: 123456 > Login failed > Invalid verification code > > > > fails with an INVALID code, and > > > ./demo > Verification code:
2016 Feb 17
8
[PATCH supermin 0/2] Allow an alternate libc to be used for init.
v1 -> v2: - If we split out the init program into a separate init/ directory, that makes it much easier to build against an alternate libc. I tried to build against uClibc, but uClibc requires an entire build chain, which looked like it was going to be a massive ballache. Rich.