[Bug 1179367] Re: Customizing the live user skel

2013-08-04 Thread Hulu
Beginning to discover this is a bug, but after discussion found not a
bug, so instead the problem.

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/casper/+question/233546

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-08-04 Thread Hulu
Beginning to discover this is a bug, but after discussion found not a
bug, so instead the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-08-03 Thread Hulu
I have found the problem, it's generated when using uck.
Thank you for advice.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-07-31 Thread Hulu
I have found / home / user, but the system is where to delete or rename
the / home / user, and where the system is to create / home / user's?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-07-31 Thread Joseph Matheney
my guess is that the directory exists in your squashed filesystem by
mistake.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-07-30 Thread Hulu
I have tested the above two cases, the user's home directory already
existed before we called adduser, but where the user directory is
created.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-07-01 Thread Joseph Matheney
I dont think this is a bug, if you look at the user-setup-apply script
from raring;

Line 213:
if [ -x $ROOT/usr/sbin/adduser ]; then
$log $chroot $ROOT adduser --disabled-password --gecos "$RET" $UIDOPT 
$ENCRYPT_HOME_OPT "$USER" >/dev/null || true
else
$log $chroot $ROOT useradd -c "$RET" -m "$USER" $UIDOPT >/dev/null || 
true
fi

both methods will copy skel, and if the directory already exists;

Line 231:
if [ "$HOME_EXISTED" ]; then
# The user's home directory already existed before we called
# adduser. This often means that a mount point under
# /home/$USER was selected in (and thus created by) partman,
# and the home directory may have ended up owned by root.
$log $chroot $ROOT chown "$USER:$USER" "/home/$USER" >/dev/null || true
fi

It will simply chown it to the user. So it looks like 1 of 2 things is
happening here;

#1 The directory already exists and your changes to skel aren't getting
copied because neither of the adduser programs will overwrite. In which
case, you just need to delete the home directory from the live system.

#2 The package user-setup is not installed on the live system.

Test out these theories and let me know if this fixes the issue.

** Changed in: casper (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-19 Thread Hulu
** Description changed:

  I customize 13.04, but in the /usr/share/initramfs-tools/scripts/casper-
  bottom/25adduser the chroot /root /usr/lib/user-setup/user-setup-apply >
- /dev/null don't copy file form /etc/skel.
+ /dev/null don't copy file from /etc/skel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-17 Thread Colin Watson
** Project changed: casper => casper (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-17 Thread Hulu
** Package changed: user-setup (Ubuntu) => casper

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-17 Thread Hulu
** Description changed:

- I customize 13.04, but the /usr/lib/user-setup/user-setup-apply don't
- copy files from /etc/skel.
+ I customize 13.04, but in the /usr/share/initramfs-tools/scripts/casper-
+ bottom/25adduser the chroot /root /usr/lib/user-setup/user-setup-apply >
+ /dev/null don't copy file form /etc/skel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/user-setup/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-17 Thread Hulu
** Description changed:

- I am customizing 13.04 liveDVD.But after I modified the / etc / skel ,
- the LiveDVD create default live user is not from / etc / skel copy
- files.Where can i change the live user skel.
+ I customize 13.04, but the /usr/lib/user-setup/user-setup-apply don't
+ copy files from /etc/skel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/user-setup/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-17 Thread Hulu
** Package changed: casper (Ubuntu) => user-setup (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/user-setup/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-13 Thread Hulu
** Description changed:

- I am customize 13.04 liveDVD.But after I modified the / etc / skel , the
- LiveDVD create default live user is not from / etc / skel copy
+ I am customizing 13.04 liveDVD.But after I modified the / etc / skel ,
+ the LiveDVD create default live user is not from / etc / skel copy
  files.Where can i change the live user skel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-13 Thread Hulu
** Description changed:

  I am customize 13.04 liveDVD.But after I modified the / etc / skel , the
- LiveDVD create default live user is not from / etc / skel copy files.
+ LiveDVD create default live user is not from / etc / skel copy
+ files.Where can i change the live user skel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-13 Thread Hulu
** Description changed:

- I am customize 13.04 liveDVD.But when I modified the / etc / skel when
- the the LiveDVD create default live user is not from / etc / skel copy
+ I am customize 13.04 liveDVD.But after I modified the / etc / skel , the
+ the LiveDVD create default live user is not from / etc / skel copy
  files.

** Description changed:

  I am customize 13.04 liveDVD.But after I modified the / etc / skel , the
- the LiveDVD create default live user is not from / etc / skel copy
- files.
+ LiveDVD create default live user is not from / etc / skel copy files.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-13 Thread Hulu
** Package changed: ubuntu => casper (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-13 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1179367/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-12 Thread Hulu
** Description changed:

- I are customized 13.04 liveDVD.But when I modified the / etc / skel when
+ I am customize 13.04 liveDVD.But when I modified the / etc / skel when
  the the LiveDVD create default live user is not from / etc / skel copy
  files.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179367] Re: Customizing the live user skel

2013-05-12 Thread Hulu
** Summary changed:

- Custom live user's skel
+ Customizing the live user skel

** Description changed:

- I'm custom the 13.04 livecd,and when i modify / etc / skel, the livecd
- create a live user is not from / etc / skel copy files
+ I are customized 13.04 liveDVD.But when I modified the / etc / skel when
+ the the LiveDVD create default live user is not from / etc / skel copy
+ files.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179367

Title:
  Customizing the live user skel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1179367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs