search for: l70

Displaying 13 results from an estimated 13 matches for "l70".

Did you mean: 70
2023 Jan 26
2
[PATCH v2v] -o rhv-upload: Give a nicer error if the storage domain
...we have. Also I want to spend as little time as possible on RHV outputs for virt-v2v since the RHV product will be discontinued soon. I did want to point out some things: - The preceeding code is probably wrong. https://github.com/libguestfs/virt-v2v/blob/master/output/rhv-upload-transfer.py#L70 It attempts to search for the output storage using: storage_domains = system_service.storage_domains_service().list( search='name=%s' % params['output_storage'], case_sensitive=True, ) I couldn't find any documentation about what can go into that...
2009 Jan 29
1
Problem compiling 3.3.0?
...You must take no action based on this email, nor must you copy or disclose it or any part of its contents to any person or organisation. Please note that email communications may be monitored. The registered office of Shop Direct Limited is First Floor, Skyways House, Speke Road, Speke, Liverpool, L70 1AB, registered number 04730752. Subsidiary companies of Shop Direct Limited include: Shop Direct Group Financial Services Limited (SDGFS), Shop Direct Financial Services Limited (SDFS) and Shop Direct Finance Company Limited (SDFC). The registered office of SDGFS, SDFS and SDFC is Aintree Innov...
2020 Aug 27
1
Re: Virt Customize features from python
...age into the guest image. There isn't directly, you'd have to either run virt-customize as an external command, or emulate what virt-customize does using guestfs python calls: https://github.com/libguestfs/libguestfs/blob/fce82fe55a2b64a1a7e494858aa272d608e5e54e/customize/customize_run.ml#L70 https://github.com/libguestfs/libguestfs/blob/fce82fe55a2b64a1a7e494858aa272d608e5e54e/customize/customize_run.ml#L272 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickl...
2017 Sep 07
2
Strange SASL issue
2017-09-07 15:04 GMT+02:00 Sami Ketola <sami.ketola at dovecot.fi>: > > > On 7 Sep 2017, at 16.03, Antoine Nguyen <ngu.antoine at gmail.com> wrote: > > > > 2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > > > >> > >> > >> On 07.09.2017 15:26, Antoine Nguyen wrote: > >>> Hi all, > >>>
2018 Feb 07
1
Possible typo in the C source code of R
...malising (a part of) the R language into the Coq proof assistant. This work makes me look frequently at the source code of R. I have noticed a strange line in the file src/main/util.c of the trunk branch: https://github.com/wch/r-source/blob/e42531eff56ee6582d7dc6a46f242af5447c633e/src/main/util.c#L70 The line 70 ?REAL(x)[0] == REAL(x)[0]? doesn?t make any sense for me: are we looking for NaN values here? I think that it should be ?REAL(x)[0] == REAL(y)[0]? instead (and the same applies for the next two lines). I didn?t searched for any R program that may be affected by this typo, but I have t...
2008 Aug 13
1
Samba 3.0.28a integration with 2003 AD and password lockout policy?
...ystem. You must take no action based on this, nor must you copy or disclose it or any part of its contents to any person or organisation. Please note that email communications may be monitored. The registered office of Shop Direct Limited is 1st Floor, Skyways House, Speke Road, Speke, Liverpool, L70 1AB, registered number 04730752. Subsidiary companies within Shop Direct Limited include: Shop Direct Financial Services Limited (SDFS), Shop Direct Group Financial Services Limited (SDGFS) and Littlewoods Finance Company Limited (LFCo). The registered office of SDFS, SDGFS and LFCo is Aintree In...
2008 Aug 13
4
Cannot Redirect some windows xp folders to samba share?
Hi people. I have some issues, I setup a samba server(3.0.28) with gentoo, samba + ldap. Is working, I can create users, change, add, mod, etc,etc. I setup each home drive, using smbldap-tools. Everything is working good. But I have 1 problem, I want to setup my windows xp pro sp2 users to have roaming + folder redirection to my samba server. Some folders are very easy to move to be in
2020 Aug 27
0
5.8.4: WARNING at drivers/gpu/drm/nouveau/nvif/vmm.c:68
...[Thu Aug 27 15:40:48 2020] WARNING: CPU: 6 PID: 23542 at drivers/gpu/drm/nouveau/nvif/vmm.c:68 nvif_vmm_put+0x65/0x70 [Thu Aug 27 15:40:48 2020] CPU: 6 PID: 23542 Comm: kworker/6:2 Tainted: G T 5.8.4 #4 [Thu Aug 27 15:40:48 2020] Hardware name: Hewlett-Packard HP ZBook 15/1909, BIOS L70 Ver. 01.21 08/13/2014 [Thu Aug 27 15:40:48 2020] Workqueue: events nouveau_cli_work [Thu Aug 27 15:40:48 2020] RIP: 0010:nvif_vmm_put+0x65/0x70 [Thu Aug 27 15:40:48 2020] Code: 00 00 48 89 e2 be 02 00 00 00 48 c7 04 24 00 00 00 00 48 89 44 24 08 e8 e9 e5 ff ff 85 c0 75 0a 48 c7 43 08 00 00 00 00...
2017 Sep 06
0
Re: guestfs_readdir protocol limit
...s are accessed ok, but the > directory... This is a genuine bug. Can you file one? If you can get away without using fuse (ie. using the API directly) then a workaround would be to look at how our visitor code works: https://github.com/libguestfs/libguestfs/blob/master/common/visit/visit.c#L70 where it only uses APIs which are unlimited, eg: https://github.com/libguestfs/libguestfs/blob/master/lib/file.c#L507 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v convert...
2017 Sep 07
0
Strange SASL issue
...ody manages authentication > but the main process ID is not 0 of course. How can I debug this? somehow enable debugging in prosody, so it logs what it sends as cpid parameter, as you can see here: https://hg.prosody.im/prosody-modules/file/tip/mod_auth_dovecot/auth_dovecot/sasl_dovecot.lib.lua#l70 > > Antoine -- -- Kirill Miazine <km at krot.org>
2020 Jan 31
2
Status of java interface
Hello, I am embarking on a project using NUT on a Raspberry pi talking to a Cyberpower UPS for storm event (e.g. hurricane) power management at a remote location. I would prefer to use Java as a programming platform for this application, but I see the NUT Java project has not been updated in a long time (7 years?!). Is it being tested with new NUT releases or has been abandoned? If the later, I
2014 Dec 03
1
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
...ed a prepended header, instead of just using the flowlabel) so it is best to just hash the main headers and whatever inner headers you can obtain, as per http://lxr.free-electrons.com/source/net/core/flow_dissector.c#L54 and https://github.com/torvalds/linux/blob/master/net/sched/sch_fq_codel.c#L70 I have quibble with the jhash3 here, as the present treatment of ipv6 is the very efficient but not very hashy addr[0] ^ addr[2] ^ addr[3] ^ addr[4] (somewhere in the code), instead of feeding all the bits to the hash function(s). > > -- > Met vriendelijke groet / with kind regards, &g...
2014 Dec 03
3
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
I have long included tinc in the cerowrt project as a lighter weight, meshy alternative to conventional vpns. I sat down a few days ago to think about how to make vpn connections work better through fq_codel, and decided I should maybe hack on a vpn to do the job. So I picked up tinc's source code for the first time, got it working on IPv6 as a switch in a matter of minutes between two