Displaying 4 results from an estimated 4 matches for "secceed".
Did you mean:
exceed
2015 Jul 30
2
Re: \n didn't lead to a new line while using remote model
On Thu, Jul 30, 2015 at 09:45:38AM +0800, Yu Liu wrote:
> Ah, I see. Many thanks.
>
> BTW, I see a function that it can add a ssh remote image, like
> guestfish -a ssh://root@example.com/path/disk.img, it's really
> powerful, but why couldn't I secceed?
>
> #guestfish -a http://slcn03cn15.us.oracle.com/packages/test1.img
> http://slcn03cn15.us.oracle.com/packages/test1.img: No such file or
> directory
> >>libguestfs-1.20.11-11.el6.x86_64
For a couple of reasons:
(1) This feature wasn't available in 1.20 (added in 1.22...
2015 Jul 29
2
Re: \n didn't lead to a new line while using remote model
On Wed, Jul 29, 2015 at 04:18:02PM +0800, Yu Liu wrote:
[...]
> Let's make an example:
>
> #guestfish -a disk.img
> >run
> >mount /dev/sda1 /
> >write-append /a.txt "Hello\n"
> >write-append /a.txt "World\n"
> >cat /a.txt
> Hello
> World
>
> >quit
>
> Another try:
> eval `guestfish --listen`
> guestfish
2015 Jul 30
0
Re: \n didn't lead to a new line while using remote model
Ah, I see. Many thanks.
BTW, I see a function that it can add a ssh remote image, like guestfish
-a ssh://root@example.com/path/disk.img, it's really powerful, but why
couldn't I secceed?
#guestfish -a http://slcn03cn15.us.oracle.com/packages/test1.img
http://slcn03cn15.us.oracle.com/packages/test1.img: No such file or
directory
On 2015/7/29 20:42, Richard W.M. Jones wrote:
> On Wed, Jul 29, 2015 at 04:18:02PM +0800, Yu Liu wrote:
> [...]
>> Let's make an example...
2015 Jul 30
0
Re: \n didn't lead to a new line while using remote model
...rote:
> On Thu, Jul 30, 2015 at 09:45:38AM +0800, Yu Liu wrote:
>> Ah, I see. Many thanks.
>>
>> BTW, I see a function that it can add a ssh remote image, like
>> guestfish -a ssh://root@example.com/path/disk.img, it's really
>> powerful, but why couldn't I secceed?
>>
>> #guestfish -a http://slcn03cn15.us.oracle.com/packages/test1.img
>> http://slcn03cn15.us.oracle.com/packages/test1.img: No such file or
>> directory
>>>> libguestfs-1.20.11-11.el6.x86_64
> For a couple of reasons:
>
> (1) This feature wasn't a...