Re: Bug#871396: live-wrapper-doc: The documentation state to read the man page, but there is no man page in the package

2017-08-07 Thread Phil Wyett
On Mon, 2017-08-07 at 12:45 -0400, Remi Vanicat wrote: > Package: live-wrapper-doc > Version: 0.6+nmu1 > Severity: minor > > Dear Maintainer, > > At the end of quickstart.html, the documentation state that "To learn > more about using live-wrapper, you can read the man page" but I see no > man pa

Bug#870846: Update to standards version 4.0.0

2017-08-05 Thread Phil Wyett
Package: live-wrapper Severity: important Version: 0.6 Attached is a patch that updates live-wrapper for standards version 4.0.0. Added doc package to suggests. Not really needed, but good practice. All other data related to updating to version 4.0.0 do not affect live-wrapper Regards Phil -

Bug#870845: Various fixes for coding standards etc.

2017-08-05 Thread Phil Wyett
Package: live-wrapper Severity: important Version: 0.6 Attached are some patches for live-wrapper git head. bootloader.py = * Change 'f' to 'langlist_file'. More human readable and linting friendly. cdroot.py == * Update class to use modern style. * Add file head text. Based on or

Bug#869477: Debian live 9.1.0 (mate, xfce). When installed ibus / keyboard issue.

2017-07-23 Thread Phil Wyett
Package: live-wrapper Version: 0.6 Debian live 9.1.0 (mate, xfce). When installed ibus / keyboard layout issue. Info: Small issue with mate and xfce images. Install goes fine (UK). Installed system has UK keyboard layout initially, but US 'ibus' setting. This prevents 'su' to root. Remove US 'ib

Re: Bug#869379: Images created without pulling in from 'updates' and 'security' repos

2017-07-23 Thread Phil Wyett
On Sat, 2017-07-22 at 16:18 -0500, Jeff Epler wrote: > On Sat, Jul 22, 2017 at 09:43:40PM +0100, Phil Wyett wrote: > > Images created without pulling in from 'updates' and 'security' repos. > > > > This leaves images very out of date. Images should

Bug#869379: Images created without pulling in from 'updates' and 'security' repos

2017-07-22 Thread Phil Wyett
Package: live-wrapper Version: 0.6 Images created without pulling in from 'updates' and 'security' repos. This leaves images very out of date. Images should have all the latest packages. Regards Phil -- *** If this is a mailing list, I am subscribed, no need to CC me.*** Playing the game for

live-wrapper: patch (git head) - various minor clean ups

2017-07-22 Thread Phil Wyett
Hi all, Attached are some patches for live-wrapper git head. bootloader.py = * Change 'f' to 'langlist_file'. More human readable and linting friendly. cdroot.py == * Update class to use modern style. * Add file head text. Based on original commit. Both patches include minor trail

live-wrapper: patch (git head) - update to standards version 4.0.0

2017-07-21 Thread Phil Wyett
Hi all, Attached is a patch that updates live-wrapper for standards version 4.0.0. Added doc package to suggests. Not really needed, but good practice. All other data related to updating to version 4.0.0 do not affect live-wrapper. After conversation on list. I hope the subject line is specific

Re: Proposed: 0.6nmu2 - roll up + 1 new fix - debdiff attached

2017-07-14 Thread Phil Wyett
On Fri, 2017-07-14 at 17:20 -0500, Jeff Epler wrote: > On Fri, Jul 14, 2017 at 06:19:06AM +0100, Phil Wyett wrote: > > Hi, > > > > To roll up all the patches I have sent to the list. Attached is a > > nmu2 > > debdiff that addresses what was included in previous

Re: RFS: live-wrapper/0.6+nmu2 -- friendly greeter

2017-07-14 Thread Phil Wyett
On Sat, 2017-07-15 at 04:29 +0100, Phil Wyett wrote: >   Package: sponsorship-requests >   Severity: important > >   Dear mentors, > >   I am looking for a sponsor for an update to the package "live- > wrapper": > > * Package name: live-wrapper >  

RFS: live-wrapper/0.6+nmu2

2017-07-14 Thread Phil Wyett
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for an update to the package "live- wrapper": * Package name: live-wrapper    Version: 0.6+nmu2    Upstream Author : Debian Live - debian-live@lists.debian.org * URL: https://debian-live.alioth.debian.org/

RFS: live-wrapper/0.6+nmu2 -- friendly greeter

2017-07-14 Thread Phil Wyett
  Package: sponsorship-requests   Severity: important   Dear mentors,   I am looking for a sponsor for an update to the package "live- wrapper": * Package name: live-wrapper Version: 0.6+nmu2 Upstream Author : Debian Live - debian-live@lists.debian.org * URL: https://debian-live.alioth.deb

Proposed: 0.6nmu2 - roll up + 1 new fix - debdiff attached

2017-07-13 Thread Phil Wyett
ncorrect instance of converting to UTF-8. + * Eliminate 'pyversions' warnings at build time. + * Add 'python-requests' build dependency. Fixes docs build. + * Add 'squashfs-tools' dependency. + + -- Phil Wyett Fri, 14 Jul 2017 04:43:06 +0100 + live-wrapper (0.6+nmu1) uns

Patch: Fix warning in docs build - no module request

2017-07-10 Thread Phil Wyett
Hi, Added 'python-requests' build dep to eliminate last warning in build of docs package. This diff is one with changes from 0.6 nmu1 with addition of 'python- requests'. Diff: diff --git a/debian/control b/debian/control index a77c9bc..92e576b 100644 --- a/debian/control +++ b/debian/control @

Patch: Do not convert to unicode

2017-07-10 Thread Phil Wyett
Hi, Do not encode to unicode. vmdebootstrap partial output (see line u'amd'): DEBUG runcmd: ['vmdebootstrap', '--sudo', '--lock-root-password', ' --no-systemd-networkd', '--arch', u'amd64', '--enable-dhcp', ' --configure-apt', '--verbose', '--log', 'vmdebootstrap.log', ' --squash=/tmp/tmpLDGouO/l

Patch: eliminate pyversions warnings

2017-07-10 Thread Phil Wyett
Hi, Patch to eliminate all the pyversions bitching during debuild and pbuilder build. Diff: diff --git a/debian/rules b/debian/rules index f2fb895..61243fc 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@  #!/usr/bin/make -f    %: -   dh $@ --with python2,sphinxdoc +   dh $@

Re: Latest master code tree for live-wrapper

2017-07-10 Thread Phil Wyett
On Tue, 2017-07-11 at 02:14 +0100, Phil Wyett wrote: > On Mon, 2017-07-10 at 14:44 +0100, Steve McIntyre wrote: > > Phil wrote: > > > > > > Where is the latest version of development code for testing? > > > > I've been working on a development branc

Re: Latest master code tree for live-wrapper

2017-07-10 Thread Phil Wyett
On Mon, 2017-07-10 at 14:44 +0100, Steve McIntyre wrote: > Phil wrote: > > > > Where is the latest version of development code for testing? > > I've been working on a development branch at > > https://git.einval.com/cgi-bin/gitweb.cgi?p=live-wrapper.git;a=short > log;h=refs/heads/pettersson_prod

Patch: Ignore debian/files generated by debuild

2017-07-10 Thread Phil Wyett
Hi all, Ignore 'debian/files' generated by debuild. Diff: diff --git a/.gitignore b/.gitignore index dc3250f..cfd199c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ doc/_build  *.log  local  live_wrapper.egg-info +debian/files Regards Phil -- *** If this is a mailing list, I am sub

Re: Latest master code tree for live-wrapper

2017-07-10 Thread Phil Wyett
On Mon, 2017-07-10 at 23:34 +0100, Phil Wyett wrote: > On Mon, 2017-07-10 at 14:44 +0100, Steve McIntyre wrote: > > Phil wrote: > > > > > > Where is the latest version of development code for testing? > > > > I've been working on a development branc

Re: Latest master code tree for live-wrapper

2017-07-10 Thread Phil Wyett
On Mon, 2017-07-10 at 14:44 +0100, Steve McIntyre wrote: > Phil wrote: > > > > Where is the latest version of development code for testing? > > I've been working on a development branch at > > https://git.einval.com/cgi-bin/gitweb.cgi?p=live-wrapper.git;a=short > log;h=refs/heads/pettersson_prod

Re: Please help with #865382

2017-07-09 Thread Phil Wyett
On Mon, 2017-07-10 at 00:04 +0100, Steve McIntyre wrote: > Hey folks, > > We have a big problem with our Stretch KDE live images, and the > problem seems to be KDE-specific. None of the other desktops show > the > same problem. Can you help please? > Hi, Can you indicate some of the issues as y

Latest master code tree for live-wrapper

2017-07-09 Thread Phil Wyett
Hi, Where is the latest version of development code for testing? Regards Phil -- *** If this is a mailing list, I am subscribed, no need to CC me.*** Playing the game for the games sake. Web: https://kathenas.org Twitter: kathenasorg Instagram: kathenasorg signature.asc Description: This

Bug#866969: Python warnings when running debuild

2017-07-02 Thread Phil Wyett
Source: live-wrapper Version: 0.6 Severity: normal Tags: patch Python warnings when running debuild. Whining about pyversion. -- System Information: Debian Release: 9.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cor

Use of '--sudo' in vmdebootstrap; live-wrapper package

2017-07-02 Thread Phil Wyett
Hi all, In a previous mail I mentioned removal of '--lock-root-password'. On the same line (36) of 'vm.py' is the argument passed to 'vmdebootstrap' of '--sudo'. Ok, according to the manual pages this will force the install of the 'sudo' package. Also if a user is created, it will add them to the

Re: No su

2017-07-02 Thread Phil Wyett
On Sun, 2017-07-02 at 01:41 -0700, Jimmy Johnson wrote: > On 06/29/2017 12:15 AM, Phil Wyett wrote: > > On Thu, 2017-06-29 at 12:18 +1000, Michael . wrote: > > > Bug reports should be made via the normal Debian bug reporting > > > system. Do you have reportbu

Re: No su

2017-07-01 Thread Phil Wyett
On Thu, 2017-06-29 at 06:00 +0200, Jonathan Carter wrote: > Hi Phil > > On 29/06/2017 03:35, Phil Wyett wrote: > > Even having simple character only password only, I cannot 'su'. > > > > Are all others getting the same? Is there a bug report to pla

Re: No su

2017-06-29 Thread Phil Wyett
On Thu, 2017-06-29 at 06:08 -0700, Jimmy Johnson wrote: > On 06/28/2017 06:35 PM, Phil Wyett wrote: > > Hi, > > > > I have built a raw disk via 'lwr -d stretch' and debian installed > > it > > via GUI option. > > > > Even having simple ch

Re: No su

2017-06-29 Thread Phil Wyett
On Thu, 2017-06-29 at 06:00 +0200, Jonathan Carter wrote: > Hi Phil > > On 29/06/2017 03:35, Phil Wyett wrote: > > Even having simple character only password only, I cannot 'su'. > > > > Are all others getting the same? Is there a bug report to pla

Re: No su

2017-06-29 Thread Phil Wyett
On Thu, 2017-06-29 at 12:18 +1000, Michael . wrote: > Bug reports should be made via the normal Debian bug reporting > system. Do you have reportbug or reportbug-ng installed? > Hi, Yes I do have reportbug installed and use it regularly. Luckily I spoke with Steve in the early hours of this mor

No su

2017-06-28 Thread Phil Wyett
Hi, I have built a raw disk via 'lwr -d stretch' and debian installed it via GUI option. Even having simple character only password only, I cannot 'su'. Are all others getting the same? Is there a bug report to play with on this one? Regards Phil -- Playing the game for the games sake. Web:

Debian live bad builds

2017-06-28 Thread Phil Wyett
Hi, What I want is correct command lines used to build for what is now the official ISO images? I also want to know where the repo is where that code is and sub repo code? I will work with people and we can fix this. If needs be, I will take over this code base. I spent 14 years developing the C

Configuration - packages list etc. for current stable live ISO images

2017-06-25 Thread Phil Wyett
Hi, Call me blind. I have been looking for the configs in-order to replicate the official stable live ISO images builds with 'lb'. I have looked here and there on Alioth etc. and cannot seem to find them. Could someone point me in the right direction? Regards Phil -- Playing the game for the g