On Wed, 25 May 2011 14:27:48 -0600
Phil Meyer wrote:
> Hha! That's nothing. I raise you.
Yea, I got all the cgroup stuff as well, but I figure that can be
explained. Four separate mounts of the same partition was
beyond my comprehension though :-).
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
05-25-2011, 09:44 PM
Tom Horsley
What on earth is mounted?
On Wed, 25 May 2011 22:32:41 +0200
Harald Hoyer wrote:
> Most of them are from the sandbox init script .... NOT from systemd!!
>
> # chkconfig sandbox off
>
> Then reboot.
By golly, you are right! I turned off sandbox and now only
one directory is mounted on my root partition (the expected /).
Much less confusing. Still have lots of cgroup stuff, but
it doesn't look like a disk, so it is easy to ignore.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
05-25-2011, 09:56 PM
Michael Cronenworth
What on earth is mounted?
Harald Hoyer wrote:
> Most of them are from the sandbox init script .... NOT from systemd!!
Yes, this was not documented in the release notes. It is part of
SELinux/pam_namespace usage.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
05-25-2011, 10:13 PM
suvayu ali
What on earth is mounted?
On Wed, May 25, 2011 at 2:56 PM, Michael Cronenworth <mike@cchtml.com> wrote:
> Harald Hoyer wrote:
>> Most of them are from the sandbox init script .... NOT from systemd!!
>
> Yes, this was not documented in the release notes. It is part of
> SELinux/pam_namespace usage.
Is there any wiki or manpage I can look at to better understand how
this works? A quick glance at the systemd wiki page shows only
instructions on usage, not discussions about how it works.
--
Suvayu
Open source is the future. It sets us free.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
05-25-2011, 10:17 PM
Rahul Sundaram
What on earth is mounted?
On 05/26/2011 03:43 AM, suvayu ali wrote:
> On Wed, May 25, 2011 at 2:56 PM, Michael Cronenworth <mike@cchtml.com> wrote:
>> Harald Hoyer wrote:
>>> Most of them are from the sandbox init script .... NOT from systemd!!
>> Yes, this was not documented in the release notes. It is part of
>> SELinux/pam_namespace usage.
> Is there any wiki or manpage I can look at to better understand how
> this works? A quick glance at the systemd wiki page shows only
> instructions on usage, not discussions about how it works.
As already noted, this isn't related to systemd but in case, you are
looking for systemd documentation, here is a comprehensive list of them
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
05-25-2011, 10:32 PM
suvayu ali
What on earth is mounted?
On Wed, May 25, 2011 at 3:17 PM, Rahul Sundaram <metherid@gmail.com> wrote:
> As already noted, this isn't related to systemd but in case, you are
> looking for systemd documentation, here is a comprehensive list of them
>
> https://fedoraproject.org/wiki/Systemd#systemd_documentation
>
Thanks Rahul, earlier I think I had misunderstood the comment about sandbox.
> Rahul
>
--
Suvayu
Open source is the future. It sets us free.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
05-26-2011, 03:03 AM
"Clyde E. Kunkel"
What on earth is mounted?
On 05/25/2011 04:27 PM, Phil Meyer wrote:
> On 05/25/2011 12:17 PM, Tom Horsley wrote:
>> <snip>
>
> Here is the output of mount:
>
> <snip>
>
Mount now gives you /proc/mounts.
Look at findmnt --help for the new way to review mounted filesystems,
etc. I use:
inside a shell script to get behavior similar to the way mount used to
report.
--
Regards,
OldFart
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
05-26-2011, 10:19 AM
Gabriel VLASIU
What on earth is mounted?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 25 May 2011, Tom Horsley wrote:
> Date: Wed, 25 May 2011 14:17:14 -0400
> From: Tom Horsley <horsley1953@gmail.com>
> To: Community support for Fedora users <users@lists.fedoraproject.org>
> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; x86_64-redhat-linux-gnu)
> X-Spam-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,
> RCVD_IN_DNSWL_MED,SPF_PASS autolearn=unavailable version=3.2.5
> Subject: What on earth is mounted?
>
> I was checking to see if I had everything mounted that I wanted
> in a newly genned f15 system, and I see this insanity in
> the output from running "mount":
>
> /dev/sda2 on / type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrie r=0,data=ordered)
> /dev/sda2 on /tmp type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrie r=0,data=ordered)
> /dev/sda2 on /var/tmp type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrie r=0,data=ordered)
> /dev/sda2 on /home type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrie r=0,data=ordered)
>
> Where on earth do those /tmp /var/tmp and /home entries come from?
> They certainly aren't all mounted on top of the same filesystem root.
> There are no entries for them in /etc/fstab. What is going on?
>
> They also all show up with identical free space entries in the
> output from the df command.
>
> This is just wayyyy confusing.
>
> Can I make it stop somehow and leave them as ordinary subdirectories
> as they have always been?
I had the same problem. Very annoying!
So I switch back to upstart (yum install upstart), made some minor tweaks
(created directory /var/run/dbus so messagebus will start, removed
/etc/mtab link, touch /etc/mtab, touch /etc/init.conf, added
id:5:initdefault: to /etc/inittab), added init=/sbin/upstart to grub.conf
and everything work fine now!
iD8DBQFN3ilReWrbH+aEIG4RAumhAJ9bkV8c6MNeXVL3fDG6a3 wi1/7a+gCfbXr9
NxPGBhDqNpWQKPY8PkCipKE=
=gSGF
-----END PGP SIGNATURE-----
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
05-26-2011, 03:43 PM
Michael Hennebry
What on earth is mounted?
On Wed, 25 May 2011, Michael Cronenworth wrote:
> Harald Hoyer wrote:
>> Most of them are from the sandbox init script .... NOT from systemd!!
>
> Yes, this was not documented in the release notes. It is part of
> SELinux/pam_namespace usage.
I've been looking, but I haven't found it.
If I do find it, will it answer the question?
On Wed, 25 May 2011, Tom Horsley wrote:
> I was checking to see if I had everything mounted that I wanted
> in a newly genned f15 system, and I see this insanity in
> the output from running "mount":
>
> /dev/sda2 on / type ext3
> (rw,relatime,errors=continue,user_xattr,acl,barrie r=$
> /dev/sda2 on /tmp type ext3
> (rw,relatime,errors=continue,user_xattr,acl,barri$
> /dev/sda2 on /var/tmp type ext3
> (rw,relatime,errors=continue,user_xattr,acl,b$
> /dev/sda2 on /home type ext3
> (rw,relatime,errors=continue,user_xattr,acl,barr$
>
> Where on earth do those /tmp /var/tmp and /home entries come from?
> They certainly aren't all mounted on top of the same filesystem root.
> There are no entries for them in /etc/fstab. What is going on?
Whatever is doing it, what is being done?
Is the same partition really on four different mount points?
To me, the above looks rather scary,
rather like my first encounter with LVM.
It was in the middle of an install.
To me, the most important thing that should be in release
notes is what will break from an extant release.
The next is what will look different enough to be scary.
I'm not sure which this falls under.
--
Michael hennebry@web.cs.ndsu.NoDak.edu
"Pessimist: The glass is half empty.
Optimist: The glass is half full.
Engineer: The glass is twice as big as it needs to be."
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
05-27-2011, 08:39 PM
Javier Perez
What on earth is mounted?
What is the sandbox and why do I need/want one?Thanks*JP
On Wed, May 25, 2011 at 3:32 PM, Harald Hoyer <harald.hoyer@gmail.com> wrote:
Am 25.05.2011 um 20:39 schrieb Michael Cronenworth <mike@cchtml.com>:
> Tom Horsley wrote:
>> Where on earth do those /tmp /var/tmp and /home entries come from?
>> They certainly aren't all mounted on top of the same filesystem root.
>> There are no entries for them in /etc/fstab. What is going on?
>
> systemd has a few hard-coded bind mounts.
>
>>
>> They also all show up with identical free space entries in the
>> output from the df command.
>>
>> This is just wayyyy confusing.
>
> You could file an enhancement to hide bind mounts by default.
>
>>
>> Can I make it stop somehow and leave them as ordinary subdirectories
>> as they have always been?
>
> Not unless you go back to upstart as your init daemon.
> --
Most of them are from the sandbox init script .... NOT from systemd!!
--
------------------------------
*/\_/**
*|O O|* pepebuho@gmail.com
*~~~~ * * Javier Perez
*~~~~* * * * * While the night runs
*~~~~* * * * * toward the day...
* m m** * * Pepebuho watches
* * * * * ** ** from his high perch.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines