Displaying 8 results from an estimated 8 matches for "041f".
Did you mean:
0410
2016 Oct 19
1
Re: virt-builder and Ubuntu 16.04 Xenial no access issue
...oting with a 'console' parameter.
But saving grace was, it at least shows the grub screen. So I was able to add
the 'console=ttyS0,9600n8' kernel parameter and after that it worked well with
the console.
Thank you so much!
--
- P J P
47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F
2016 Oct 18
3
virt-builder and Ubuntu 16.04 Xenial no access issue
...Ubuntu guest that is not accessible anyhow.
I've reserved a beaker machine and have installed Ubuntu guest as above.
$ ssh root@ibm-x3550m4-7.gsslab.rdu2.redhat.com + r3dhatd0tc0m
Please feel free to have a look at it. Thank you.
--
- P J P
47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F
2010 Feb 13
8
S.T.A.L.K.E.R. - Call of Pripyat on Wine 1.1.38
After upgrade (wine 1.1.37>1.1.38, my distribution is ArchLinux) STALKER Call of Pripyat crashes after one minute playing.
[neko at gdetotut ~]$ wine --version
wine-1.1.38
[Crying or Very sad]
2016 Oct 20
2
Re: virt-builder and Ubuntu 16.04 Xenial no access issue
See the workarounds for Debian 8 & Ubuntu 16.04 here:
https://www.redhat.com/archives/libguestfs/2016-October/msg00099.html
I tested password changing and that's working fine.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines. Tiny
2016 Oct 21
0
Re: virt-builder and Ubuntu 16.04 Xenial no access issue
.../libguestfs/2016-October/msg00099.html
Great! Thank you so much!
| I tested password changing and that's working fine.
Working fine without any changes? Strange, it didn't for me for both Debian
and Ubuntu images.
Thank you.
--
- P J P
47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F
2016 Oct 21
1
Re: virt-builder and Ubuntu 16.04 Xenial no access issue
On Fri, Oct 21, 2016 at 12:59:45PM +0530, P J P wrote:
> +-- On Thu, 20 Oct 2016, Richard W.M. Jones wrote --+
> | See the workarounds for Debian 8 & Ubuntu 16.04 here:
> | https://www.redhat.com/archives/libguestfs/2016-October/msg00099.html
>
> Great! Thank you so much!
>
> | I tested password changing and that's working fine.
>
> Working fine without
2002 Nov 14
0
WIN 3.1 App crashes.. Unhandled Exception
...obalHandle16 0137
0820ac28:Call KERNEL.18: GLOBALLOCK(0846) ret=05ef:005d ds=02a7
0820ac28:trace:global:WIN16_GlobalLock16 (0846) -> 08470000
0820ac28:trace:global:GlobalHandle16 0137
0820ac28:Ret KERNEL.18: GLOBALLOCK() retval=08470000 ret=05ef:005d ds=02a7
0820ac28:trace:module:NE_GetOrdinal (041f,'__GP')
0820ac28:trace:seh:EXC_RtlRaiseException code=c0000096 flags=0 addr=0x1dd
0820ac28: queue_exception_event( first=1,
record={context={flags=00000000,eax=08470847,ebx=00001cd4,ecx=0000ffc8,edx=00000000,esi=00000004,edi=00000000,ebp=00007014,eip=000001dd,esp=00006fb2,eflags=00010246,c...
2002 Jul 27
6
mode=777 does not work as fstab option
I need to mount a samba share as mode 777, so all users can
read/write/delete/create.
I have this as fstab entry
//host/public /mnt/home smbfs
auto,uid=user,umask=000,defaults,username=Perkins,password=
see, i've had to put uid=user just to get it owned by user user, so i could
edit files
i put mode=777, but it does nothing.
i want to let all users read/write/create/delete