Displaying 5 results from an estimated 5 matches for "newsrc".
2019 Jun 07
2
[R] Open a file which name contains a tilde
...llows a whitespace separated list of file names.
As reported in R-help,
https://www.mail-archive.com/r-help at r-project.org/msg254116.html
path.expand seems to expand tildes beginning whitespace separated strings that could be filenames, but not other tildes.
Thus,
> path.expand("~/.newsrc ~/.R/*") # expands both tildes
[1] "/Users/cberry/.newsrc /Users/cberry/.R/*"
> path.expand("~/.newsrc~/.R/*") # expands only the first
[1] "/Users/cberry/.newsrc~/.R/*"
>
This could be a feature if what one wanted was to pass the result to a system com...
2019 Jun 08
0
[R] Open a file which name contains a tilde
...t; As reported in R-help,
>
> https://www.mail-archive.com/r-help at r-project.org/msg254116.html
>
> path.expand seems to expand tildes beginning whitespace separated strings
> that could be filenames, but not other tildes.
>
> Thus,
>
> > path.expand("~/.newsrc ~/.R/*") # expands both tildes
> [1] "/Users/cberry/.newsrc /Users/cberry/.R/*"
> > path.expand("~/.newsrc~/.R/*") # expands only the first
> [1] "/Users/cberry/.newsrc~/.R/*"
> >
>
> This could be a feature if what one wanted was to pas...
2019 Jun 08
0
[R] Open a file which name contains a tilde
...gt;> https://www.mail-archive.com/r-help at r-project.org/msg254116.html
>>
>> path.expand seems to expand tildes beginning whitespace separated strings
>> that could be filenames, but not other tildes.
>>
>> Thus,
>>
>>> path.expand("~/.newsrc ~/.R/*") # expands both tildes
>> [1] "/Users/cberry/.newsrc /Users/cberry/.R/*"
>>> path.expand("~/.newsrc~/.R/*") # expands only the first
>> [1] "/Users/cberry/.newsrc~/.R/*"
>>>
>>
>> This could be a feature if what...
2017 Nov 15
1
Re: Urgent: virsh - change-media run into a promptly close of libvirt
On 11/15/2017 06:54 AM, Holger Schranz wrote:
> Thread 1 (Thread 0x7f4a069cc700 (LWP 10178)):
> #0 0x00007f49ff969170 in qemuDomainChangeEjectableMedia (
> driver=driver@entry=0x7f49f841b700, vm=vm@entry=0x7f49ec02fbd0,
> disk=disk@entry=0x7f49ec0375d0, newsrc=0x7f49e8014d10, force=force@entry=false)
> at qemu/qemu_hotplug.c:303
This is fixed in current upstream by commit id '8056721cbb'
John
> #1 0x00007f49ff9e9253 in qemuDomainChangeDiskLive (force=false, driver=0x7f49f841b700,
> dev=<optimized out>, vm=<optimize...
2017 Nov 15
2
Re: Urgent: virsh - change-media run into a promptly close of libvirt
On Tue, Nov 14, 2017 at 07:19:01PM +0100, Holger Schranz wrote:
> Ups ... my fault ...
>
> libvirtd instead libvirt ....
>
>
> etcsvms5:/var/lib/systemd/coredump # coredumpctl info libvirtd
> PID: 10177 (libvirtd)
> UID: 0 (root)
> GID: 0 (root)
> Signal: 11 (SEGV)
> Timestamp: Tue 2017-11-14 10:11:32 CET (9h ago)