Displaying 6 results from an estimated 6 matches for "qlv".
Did you mean:
lv
2020 Jun 18
3
Installing owncloud on CentOS 7 server
I transitioning an owncloud installation from a C6 server to a new C7 server and used yum install owncloud to install it on the C7 server. I expected /var/www/owncloud to be generated but alas not. Quick Googling just showed examples of installing from the latest owncloud repository but not using yum.
Have I missed something obvious when using yum to install?
2020 Jun 19
3
Installing owncloud on CentOS 7 server
...ll owncloud to install it on the C7 server. I expected /var/www/owncloud to be generated but alas not. Quick Googling just showed examples of installing from the latest owncloud repository but not using yum.
>>
>> Have I missed something obvious when using yum to install?
>
> rpm -qlv <packagename>
>
> shows you what you have installed into which locations on the system. Would have answered your question wihout googling from random resources.
>
> Alexander
>
>
> _______________________________________________
> CentOS mailing list
> CentOS at cen...
2014 Feb 27
2
Re: [libvirt] LXC, user namespaces and systemd
On 26.02.2014 17:59, Stephan Sachse wrote:
>> # chown -R foo:foo /var/lib/libvirt/filesystems/mycontainer
>
> you must "shift" the uids for the container 0 -> 666, 1 -> 667, 2 ->
> 668. there is a tool for this: uidmapshift
I prepared two containers, the first I used chown, in the second
uidmapshift, here is the results.
./uidmapshift -r
2020 Jun 19
0
Installing owncloud on CentOS 7 server
...d used yum install owncloud to install it on the C7 server. I expected /var/www/owncloud to be generated but alas not. Quick Googling just showed examples of installing from the latest owncloud repository but not using yum.
>
> Have I missed something obvious when using yum to install?
rpm -qlv <packagename>
shows you what you have installed into which locations on the system.
Would have answered your question wihout googling from random resources.
Alexander
2014 Feb 27
0
Re: [libvirt] LXC, user namespaces and systemd
...0000 uidmapshift-test/ -R
# ls -ln uidmapshift-test/
-rw-r--r-- 1 100000 100000 0 27. Feb 15:50 uid0
-rw-r--r-- 1 100000 100000 0 27. Feb 15:50 uid81
wrong mapping for file uid81
look at the ls -l output from inside the container! btw:
/bin/dbus-daemon is root.root on my system (fedora20)
# rpm -qlv dbus | grep 'bin/dbus-daemon'
-rwxr-xr-x 1 root root 445104 Dez 26 10:26
/bin/dbus-daemon
fedora20 inside the container (999=ssh_keys)
# ls -ln /etc/ssh/ssh_host_rsa_key /etc/ssh/ssh_host_ecdsa_key
-rw-r----- 1 0 999 227 18. Feb 12:56 /etc/ssh/ssh_host_ecdsa_key
-...
2016 Apr 03
4
Still muddling through with broken auth...
Jason Pruim
pruimj at gmail.com
352.234.3175
> On Apr 2, 2016, at 8:01 PM, Alexander Dalloz <ad+lists at uni-x.org> wrote:
>
> Am 03.04.2016 um 01:04 schrieb Jason Pruim:
>>
>> Jason Pruim
>> pruimj at gmail.com
>> 352.234.3175
>>
>>
>>> On Apr 2, 2016, at 6:42 PM, Alexander Dalloz <ad+lists at uni-x.org> wrote:
>>>