Inappropriate top entry in debian.cnf causes errors

2010-09-27 Thread Jose R R
Good evening-

After an lh build command and analyzing the suspect file before the
complete iso image build ends, in the debian live directory under
chroot/etc/mysql/debian.cnf, the top of the file is corrupted with
(literally):

fgrep: /etc/mysql/debian.cnf: No such file or directory
# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = debian-sys-maint
password = xx
socket   = /var/run/mysqld/mysqld.sock
[mysql_upgrade]
host = localhost
user = debian-sys-maint
password = xx
socket   = /var/run/mysqld/mysqld.sock
basedir  = /usr

Needless to say, there are errors printed to the output of the running
finished iso image -as tested under VirtualBox. The only way I have
gotten rid of the errors is by using a text editor to remove the line:

fgrep: /etc/mysql/debian.cnf: No such file or directory

an saving the modification -all in the early stage o the lh build process.


Best Professional Regards.


--
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony 3 beta 4 supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktin7m18j-rmop7ezd=adctr-agdm9pxub-wfy...@mail.gmail.com



lh build does not create a regular user

2010-09-27 Thread Jose R R
Good evening-

lh build is not creating (by default) a regular username: user

I have had to follow instructions at (
http://wiki.debian.org/DebianLive/FAQ#Q.3AWhatistheroot.2BAC8-userpassword.3F
):

Q: How do I change root or any user password?

A: Add a chroot local hook script to change root or any user password
each time you build an image.

e.g. config/chroot_local-hooks/01-update_password.sh to set root
password to "nopasswd"

#!/bin/sh
echo "I: update password"
echo "root:nopasswd" | chpasswd
-

$ chmod +x config/chroot_local-hooks/01-update_password.sh

because the directory: "live-bottom" nor file: "10adduser" in the
subsequent instructions do not even exist:

/usr/share/initramfs-tools/scripts/live-bottom

/usr/share/initramfs-tools/scripts/live-bottom/10adduser


mkdir -p 
config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/
cp /usr/share/initramfs-tools/scripts/live-bottom/10adduser
config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/

Then edit the 
config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/10adduser
and paste in the new user_crypted password that you make with echo
"newlivepass" | mkpasswd -s .

Or add an hook file in config/chroot_local-hooks/ with something like the below:

#!/bin/sh
# Change the autogenerated user password to "debianlive"
plain_password="debianlive"
password=$(echo "${plain_password}" | mkpasswd -s)
sed -i -e 's/\(user_crypted=\)\(.*\)\( #.*\)/\1\"'${password}'\"\3/'
/usr/share/initramfs-tools/scripts/live-bottom/10adduser
update-initramfs -tu -kall
-
The latter (hook model) could be more future proof than the former
solution since it modifies just one string selectively but it requires
the package "whois" to be installed on the target system (for
mkpasswd) or that you generate the $password string not at build time
and include it crypted in the above script.


Best Professional Regards.



-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikf8k+ckoxy1=qzbxtvfhenz9ie-dolq+9ul...@mail.gmail.com



Q: Is there a way to specify display size of Debian live image running in VirtualBox?

2010-10-03 Thread Jose R R
Good afternoon-

I am building/tuning a  Linux, Apache, MariaDB, & PHP (LAMP) with a
web application. I find that test/running it in VirtualBox the most I
can get from an X Window session is 800x600 -no more. It is even worse
prior to the X Window initialization (command line): only 640x480.

I have used under VirtualBox other GNU/Linux distributions (like
OpenSuSE) that allow me to increase the X Window display resolution.
Is there a setting in Debian Live that I can set to get say 1024x768
or higher? I checked the running image for the existence of
/etc/X11/xorg.conf but there is none.

Any suggestions would be appreciated. Thanks.


-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimoux1hlkgq9y_32-ulgfk-540ednes=trf9...@mail.gmail.com



Debian live binary-hybrid.iso to CD-Media hangs

2010-10-06 Thread Jose R R
After much effort bundling a Linux, Apache, MariaDB, PHP, (LAMP), a
PHP web application, and creating automatically an database via a init
scirpt, I find that burning the binary-hybrid.iso to an CD-media (and
subsequently inserting/booting it into another machine) Debian live
simply hangs at  1/3 of the way.

On the other hand, testing binary-hybrid.iso in my developing machine
VirtualBox application works. Anything I am missing... ;D

By the way, thank you Daniel for replying to my other questions.


-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=b1wlmrdantbez=tfjdkxonxnu0x7mq5xdr...@mail.gmail.com



Fwd: Debian live binary-hybrid.iso to CD-Media hangs

2010-10-07 Thread Jose R R
-- Forwarded message --
From: Jose R R 
Date: Thu, Oct 7, 2010 at 11:47 AM
Subject: Re: Debian live binary-hybrid.iso to CD-Media hangs
To: dan...@debian.org


On Wed, Oct 6, 2010 at 10:58 PM, Daniel Baumann  wrote:
> On 10/07/2010 06:42 AM, Jose R R wrote:
>> Debian live simply hangs at  1/3 of the way.
>
> where exactely?

During the boot process, the letters become so small as to be
unreadable. Thus, my "1/3 of the way" is approximate -based on
previous instances elsewhere.

>
> did you try one of the daily images to see if it's a local issue of your
> image, or a generic problem with your hardware?

As I replied to Joseph earlier, the hard copy CD boots appropriately
in my developing machine -where the image was created originally.
Hence, that leads me to suspect some hardware dependencies from the
host might have leaked into the image. How? I do not know. I thought
that the live Debian image is supposed to be abstracted from specific
hardware where it was created.

The following paragraph should be deprecated since there is some Zend
in free PHP: like Zend extensions, memory manager, scripting engine,
etc.
Begin deprecated paragraph--
One thing I noticed earlier (as I was engaged in my efforts) is that
in my host developing machine I had some references to repositories of
Zend, a proprietary implementation of PHP, and those where inherited
by the final live imge even if I *did not* specify those for the live
image repositories.
End of deprecated paragraph

That leads me to suspect that maybe the Debian Live image is not being
abstracted enough and perhaps is being tainted by certain hardware
dependencies on the local host.

using:

live-build 3.0~a5+20101004.161858
live-helper 2.0.2+20101002.080418~60squeeze+1

Best Professional Regards
>
> --
> Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
> Email:          daniel.baum...@panthera-systems.net
> Internet:       http://people.panthera-systems.net/~daniel-baumann/
>
>
> --
> To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/4cad6171.4010...@debian.org
>
>


--
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-----



-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=uu8hxzdrgvjxpmjjgc=xl5kk9ysjg4ddt_...@mail.gmail.com



Fwd: Debian live binary-hybrid.iso to CD-Media hangs

2010-10-07 Thread Jose R R
-- Forwarded message --
From: Jose R R 
Date: Thu, Oct 7, 2010 at 11:06 AM
Subject: Re: Debian live binary-hybrid.iso to CD-Media hangs
To: joseph gunn 


On Wed, Oct 6, 2010 at 10:34 PM, joseph gunn  wrote:
>
>
> On Thu, Oct 7, 2010 at 12:42 AM, Jose R R  wrote:
>>
>> After much effort bundling a Linux, Apache, MariaDB, PHP, (LAMP), a
>> PHP web application, and creating automatically an database via a init
>> scirpt, I find that burning the binary-hybrid.iso to an CD-media (and
>> subsequently inserting/booting it into another machine) Debian live
>> simply hangs at  1/3 of the way.
>>
> possibly bad CD. or flakey interrupt.

Well, earlier I rebooted my developing machine (where I created the
binary-hybrid.iso image) inserted the hard copy CD and the image
booted appropriately -just as in the VirtualBox instance.

> what boot options do you use?

No options just insert the hard copy CD and (re)boot. I disregard any
issues relevant to hardware in the machine where the cd failed to boot
because I have Debian Lenny installed there whereas in my developing
machine I have Debian Unstable/Experimentlal ;)

>
>>
>> On the other hand, testing binary-hybrid.iso in my developing machine
>> VirtualBox application works. Anything I am missing... ;D
>>
>> By the way, thank you Daniel for replying to my other questions.
>>
>>
>> --
>> Jose R R
>> http://www.metztli-it.com
>>
>> -
>> IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
>>
>> -
>> Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
>>
>> -
>>
>>
>> --
>> To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
>> with a subject of "unsubscribe". Trouble? Contact
>> listmas...@lists.debian.org
>> Archive:
>> http://lists.debian.org/aanlkti=b1wlmrdantbez=tfjdkxonxnu0x7mq5xdr...@mail.gmail.com
>>
>
>



--
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
---------
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-



-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=a+tdx5cnto1n+nh5yts2mo-t=bxlm91mx5...@mail.gmail.com



Re: Fwd: Debian live binary-hybrid.iso to CD-Media hangs

2010-10-08 Thread Jose R R
On Thu, Oct 7, 2010 at 1:40 PM, Daniel Baumann  wrote:
> On 10/07/2010 09:31 PM, Jose R R wrote:
>> leads me to suspect some hardware dependencies from the
>> host might have leaked into the image.
>
> should not be happening..
>
>> How? I do not know.
>
> ..do you have any special local configuration?

No special configuration -as far as I am aware.
>
>> One thing I noticed earlier (as I was engaged in my efforts) is that
>> in my host developing machine I had some references to repositories of
>> Zend, a proprietary implementation of PHP, and those where inherited
>> by the final live imge even if I *did not* specify those for the live
>> image repositories.
>
> i really think this is impossible. hosts /etc/apt/sources.list* is never
> parsed at all.

Well disregard the above, please (my mistake), since there is some
Zend even in free PHP (apparently).

>
>> live-build 3.0~a5+20101004.161858
>
> 2.0.x is the recommendet version. don't use 3.x, it's experimental.

...ok, using

live-build2.0.2+20101002.080418~50lenny+1
live-config  2.0.8+20101002.081229~50lenny+1
live-config-sysvinit  2.0.8+20101002.081229~50lenny+1

 to create the image and subsequently burn to CD-media; upon booting
machine other than host I can at last see the message where the hang
occurs:
...
Starting MariaDB database server: mysqld
[151.43] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
[216.896004] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
[282.396003] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
[347.896003] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
(more)

>
> --
> Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
> Email:          daniel.baum...@panthera-systems.net
> Internet:       http://people.panthera-systems.net/~daniel-baumann/
>
>
> --
> To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/4cae3039.5070...@debian.org
>
>



-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktinc_n3f6gfitbghjxfcqgy7uq2v3hj=un+3j...@mail.gmail.com



Re: Bug#599879: live-helper: Live Builder does not create the user account

2010-10-11 Thread Jose R R
On Mon, Oct 11, 2010 at 7:57 PM, Juan Fernando Jaramillo
 wrote:
> Subject: live-helper: Live Builder does not create the user account
> Package: live-helper
> Version: 2.0.2-1
> Severity: important
> Tags: sid
>
>
>
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
> Locale: LANG=es_CO.UTF-8, LC_CTYPE=es_CO.UTF-8 (charmapI =UTF-8)
> Shell: /bin/sh linked to /bin/dash
[...]
>
> And live builder does not create the user.
>
> Thanks
>
> Juan Fernando Jaramillo
>
I experienced the same using the live-build package from the regular
Debian repositories. But the issue disappeared when I upgraded to
experimental live-build 3.x. Due however to other issues encountered
(as well as Daniel's advice) I downgraded to
$ lb -v
version 2.0.1-1

the user creation issue disappeared (although I am stuck with an
machine specific bootable *.iso ;)

Try moving the config directory elsewhere (for reference purposes)
and/or upgrading to another (experimental) live-build and then
downgrading; then

lb clean

and start all over. All these scripts are at a very rough
development/usability phase, as far as my experience with their
quirks.

Best Professional Regards.


-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktinljtjm5k4rsd9pwkybhfyzg9ec9t7ew3mxf...@mail.gmail.com



Re: Bug#599879: live-helper: Live Builder does not create the user account

2010-10-12 Thread Jose R R
On Tue, Oct 12, 2010 at 1:05 AM, Daniel Baumann  wrote:
> On 10/12/2010 07:23 AM, Jose R R wrote:
>> I experienced the same using the live-build package from the regular
>> Debian repositories. But the issue disappeared when I upgraded to
>> experimental live-build 3.x. Due however to other issues encountered
>> (as well as Daniel's advice) I downgraded to
>> $ lb -v
>> version 2.0.1-1
>
> it has nothing to do with live-build per se, it was a temporary issue
> that you were using a too new version of live-build with a too old
> version of live-config (rather than using the same for both,

I started with the same version for both and on the second and
subsequent attempts building the image, the regular user was not
created even if verified in the relevant config/* files. I had to
implement the root hack to be able to use the resulting image by
logging in as root user.

 e.g. by
> using -r live.debian.net; or live-build from sid to build sid, or
> live-build from squeeze to build squeeze).
>
>> upgrading to another (experimental) live-build and then
>> downgrading; then
>
> i don't see why this should be any good.

It worked for me.  The only problem now is that the resulting image is
not hardware agnostic. But again, this is an issue that reveals the
lack of maturity of Debian Live builder. I'm using scripts in x86
hardware and not in x64 as Juan is doing.

>
> --
> Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
> Email:          daniel.baum...@panthera-systems.net
> Internet:       http://people.panthera-systems.net/~daniel-baumann/
>

Best Professional Regards.


-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktim40wr1yxbvelkvupj3h=jgj7qbf4dtkpthz...@mail.gmail.com



Re: Bug#599879: live-helper: Live Builder does not create the user account

2010-10-12 Thread Jose R R
On Tue, Oct 12, 2010 at 1:28 AM, Daniel Baumann  wrote:
> On 10/12/2010 10:15 AM, Jose R R wrote:
>> I started with the same version for both and on the second and
>> subsequent attempts building the image, the regular user was not
>> created even if verified in the relevant config/* files.
>
> you can't 'verify' the user creation throuhg grepping config/*, again,
> the user is created by live-config at runtime, not by live-build at
> buildtime.

Faced with subsequent build attempts and *no* user created by the
Debian Live scripts, I *explicitily* specified an user name of my own
that I could grep in config/* files. The result was the same: no
regular user name and no explicit name either.

>
>> It worked for me.
>
> i still claim its because of this:
> http://live.debian.net/gitweb?p=live-build.git;a=commitdiff;h=f02a69126b802af2b3fdf79b851283a6d40e7c5a
>
> you were using live-build 2.0.1, but your target system did not get
> live-config 2.0.7.

Whatever the reason, *that* procedure got rid of the regular user
issue and now I have no problems with that aspect.

>
>> The only problem now is that the resulting image is
>> not hardware agnostic. But again, this is an issue that reveals the
>> lack of maturity of Debian Live builder.
>
> i don't understand, could you plase elaborate?

If an end user follows rudimentary instructions, the Debian Live
scripts should provide satisfactory results. As it is now, one must
dig into the workings of the Debian Live scripts to attempt to figure
out where the issues are being introduced.

>
>> I'm using scripts in x86
>> hardware and not in x64 as Juan is doing.
>
> i386 or amd64 makes no difference here.

Of course, it should not -from a very specific and theoretic
development environment. However in general hardware platforms there
are issues unresolved/unfinished affecting the outcome.
>
> --
> Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
> Email:          daniel.baum...@panthera-systems.net
> Internet:       http://people.panthera-systems.net/~daniel-baumann/
>

Best Professional Regards


-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikhyx4mmfrnmj-p_epk0g6jxmbsz+qbzxfok...@mail.gmail.com



Re: Bug#599879: live-helper: Live Builder does not create the user account

2010-10-12 Thread Jose R R
On Tue, Oct 12, 2010 at 2:09 AM, Ben Armstrong
 wrote:
> On 12/10/10 05:45 AM, Jose R R wrote:
>> On Tue, Oct 12, 2010 at 1:28 AM, Daniel Baumann  wrote:
>>> On 10/12/2010 10:15 AM, Jose R R wrote:
>>>> I started with the same version for both and on the second and
>>>> subsequent attempts building the image, the regular user was not
>>>> created even if verified in the relevant config/* files.
>>>
>>> you can't 'verify' the user creation throuhg grepping config/*, again,
>>> the user is created by live-config at runtime, not by live-build at
>>> buildtime.
>>
>> Faced with subsequent build attempts and *no* user created by the
>> Debian Live scripts, I *explicitily* specified an user name of my own
>> that I could grep in config/* files. The result was the same: no
>> regular user name and no explicit name either.
>
> You're still missing something here.  Yes, having no user created at
> runtime is a problem (which Daniel adequately explained already).  But
> no, your grep won't find any files associated with it!  That's because
> the user is created when the system is booted, not when live-build runs.

I believe you missed (above):
I *explicitily* specified an user name of my own that I could grep in
config/* files.

>
>>> i still claim its because of this:
>>> http://live.debian.net/gitweb?p=live-build.git;a=commitdiff;h=f02a69126b802af2b3fdf79b851283a6d40e7c5a
>>>
>>> you were using live-build 2.0.1, but your target system did not get
>>> live-config 2.0.7.
>>
>> Whatever the reason, *that* procedure got rid of the regular user
>> issue and now I have no problems with that aspect.
>
> If you try random things you will get random results.

You try random "things" (procedures) when the stable ones do not
provide the results intended -as specified in the instructions for
Debian Live use.

>
>>>
>>>> The only problem now is that the resulting image is
>>>> not hardware agnostic. But again, this is an issue that reveals the
>>>> lack of maturity of Debian Live builder.
>>>
>>> i don't understand, could you plase elaborate?
>>
>> If an end user follows rudimentary instructions, the Debian Live
>> scripts should provide satisfactory results. As it is now, one must
>> dig into the workings of the Debian Live scripts to attempt to figure
>> out where the issues are being introduced.
>
> How was that an answer to the question?  What do you mean by "not
> hardware agnostic"?

I think you missed prior emails regarding issues of hard copy only
working on developing machine but failing in other where there is a
Fedora and Debian operating systems installed.
>
> I agree that it is not always easy to tell at what layer a problem is
> occurring, but that's because there are necessarily multiple layers, and
> in this particular case, two: what happens at build time (handled by
> live-build) and what happens at run time (handled by live-boot and
> live-config). But if you're asking that the whole system always be
> working at all phases of development ... well, I think you need to
> readjust your expectations a bit.

The only reason I subscribed to this email list is because I
experienced issues in the vanilla (stable) distribution of Debian Live
scripts when attempting  to build an image for distribution.
Subsequently I tried the experimental Debian Live scripts and the hard
copy issues remained.

I have asked for help and I have provided help to another user who
experienced similar issues that I experienced before. Whether or not
the answers to that user are pedantically accurate or not *that*
procedure helped me resolve *that* problem that the user is asking for
help.

Where am I stating my expectations? By selecting the Debian Live
scripts *all* I want is to create a Debian distribution with an LAMP
stack and an web application *that* boots in different hardware.
>
>>>
>>>> I'm using scripts in x86
>>>> hardware and not in x64 as Juan is doing.
>>>
>>> i386 or amd64 makes no difference here.
>>
>> Of course, it should not -from a very specific and theoretic
>> development environment. However in general hardware platforms there
>> are issues unresolved/unfinished affecting the outcome.
>
> No, quite concretely, i386 or amd64 makes no difference with regards to
> the 'no user' issue caused by a *temporary* mismatch between live-build
> on the build system and live-config in the image.  This has to do with
> the migration process (which is made even more of a problem by the
> freeze during release) which causes a

Re: Bug#599879: live-helper: Live Builder does not create the user account

2010-10-12 Thread Jose R R
On Tue, Oct 12, 2010 at 3:10 AM, Daniel Baumann  wrote:
> On 10/12/2010 11:40 AM, Jose R R wrote:
>> I believe you missed (above):
>> I *explicitily* specified an user name of my own that I could grep in
>> config/* files.
>
> it does not matter how you name the user, the user is still created at
> runtime when you boot the image, not when you build it.

Assuming an user that I *especified* as: "name-of_user", below is how
I find it *and* I expect (if I understand the instructions
appropriately) to be created in the final image. This is how I would
check for its existence in the config/* resources:

$ find debian_live/config/ -type f | xargs grep -i name-of_user

debian_live/config/binary:# (Default: name-of_user)
debian_live/config/binary:LB_USERNAME="name-of_user"

Accordingly, if the "name-of_user" is not created in the final image,
as it happened in my initial attempts, then something is wrong -with
Debian Live scripts, the repositories, who-knows, etc.; but something
is wrong. I replied to Juan how the problem was resolved from my
perspective -in practical terms not in pedantic or theoretical ones.

>
>> I think you missed prior emails regarding issues of hard copy only
>> working on developing machine but failing in other where there is a
>> Fedora and Debian operating systems installed.
>
> i apparently did miss that too, do you have a reference?

At the risk of further hijacking this thread this is what the previous
email referenced:

Subject: Debian live binary-hybrid.iso to CD-Media hangs (October 8, 2010)

...ok, using

live-build2.0.2+20101002.080418~50lenny+1
live-config  2.0.8+20101002.081229~50lenny+1
live-config-sysvinit  2.0.8+20101002.081229~50lenny+1

 to create the image and subsequently burn to CD-media; upon booting
machine other than host I can at last see the message where the hang
occurs:
...
Starting MariaDB database server: mysqld
[151.43] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
[216.896004] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
[282.396003] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
[347.896003] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
(more)


>
>> I have asked for help and I have provided help to another user who
>> experienced similar issues that I experienced before. Whether or not
>> the answers to that user are pedantically accurate or not *that*
>> procedure helped me resolve *that* problem that the user is asking for
>> help.
>
> we were just pointing out that what you were doing did not solve it, but
> the time passed in between must have fixed it (because live-config 2.0.7
> migrated). not more, not less.
>
>> By selecting the Debian Live
>> scripts *all* I want is to create a Debian distribution with an LAMP
>> stack and an web application *that* boots in different hardware.
>
> and we're glad to assist you in acchieving that. maybe you come up with
> the actual *remaining* problems you're currently having in order to get
> it done?

Booting issues in other than the Debian Live host machine?

See the above reposting from Subject: Debian live binary-hybrid.iso to
CD-Media hangs (October 8, 2010)

>
>> ... then probably this is the wrong place to ask and resolve issues
>> since criticism of existing issues -for whatever reason- is highly
>> questioned. I should consider the SuSE Studio appliance builder, then?
>> http://susestudio.com/
>
> please feel encourage to find the right tool for what you like to do. it
> might very well not be debian-live, or it might, i don't know.

Thank you, I am beginning to consider alternatives.


Best Professional Regards

-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktim3jczembvtor2thd0ut6toqambfzkcx1bj4...@mail.gmail.com



Re: Understanding issues - Re: Bug#599879: live-helper: Live Builder does not create the user account

2010-10-12 Thread Jose R R
On Tue, Oct 12, 2010 at 2:34 AM, Mark Schneider
 wrote:
> Jose,
>
> it looks like you don't understand some issues how live builder works (s.
> above)
>
> On 12.10.2010 12:56, Jose R R wrote:
[...]
> If you user recursive grep in you build dir/ you will find as follows
> (example with "ironm" as username):
> # ...
>
> r...@t60p:/home/ironm/live/dls5-i386-sid# grep -R ironm ./*
>
> ./binary/isolinux/live.cfg:     append initrd=/live/initrd1.img boot=live
> config locales=de_DE.UTF-8 utc=no timezone=Europe/Zurich keyboard-layouts=de
> username=ironm  quiet
> ./binary/isolinux/live.cfg:     append initrd=/live/initrd1.img boot=live
> config locales=de_DE.UTF-8 utc=no timezone=Europe/Zurich keyboard-layouts=de
> username=ironm  noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal
> # ---
>
> The option "username=ironm" in live.cfg will cause creating of the live user
> during the boot proccess.
>
> If you want to have more users (with existing home dirs/ on the live image
> and maybe some content inside them) you could use local hooks (with adduser
> inside) to place them on the live image. To include files onto live image
> you can use local_includes. For example: I do it on my live images to
> include .icedove config and some other stuff.

Well Mark I resolved the default "user" problem long ago and I am able
to specify my own username for the image in this snapshot: <
http://twitpic.com/2vwi18/full >

The whole argument was about whether or not one can grep a Debian Live
user specified alternative name in config/*

The problem with the image above referenced is that it only boots in
the Debian Live host machine and not in other with Fedora and Debian
Lenny installed to its hard drives.

>
> I don't think you "will be happy" with closed source "suse studio".
> I have been told that "grml" has a kind of good working live image builder
> however I didn't test it myself and don't know his limitations.
>
> Regards
> Mark
>
> --
> IT-Infrastrukturen.ORG
>
> m...@it-infrastrukturen.org
>

I appreciate your reply nonetheless. Thank you.


Best Professional Regards.



-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktin-jkgaqvbivdgvdkajvm+su=7gqaj=v+l...@mail.gmail.com



Re: Bug#599879: live-helper: Live Builder does not create the user account

2010-10-12 Thread Jose R R
On Tue, Oct 12, 2010 at 5:11 AM, Daniel Baumann  wrote:
> On 10/12/2010 12:56 PM, Jose R R wrote:
>> Subject: Debian live binary-hybrid.iso to CD-Media hangs (October 8, 2010)
>
> reading from my answers there, i think your way of image building is
> strange. it's sort of impossible to get hosts sources.list into the
> target image, unless configured explicitly manually to do so (by copying
> snipplets to config/chroot_sources). so i have some doubts about a clean
> build of the image.

I got the image running ;) < http://twitpic.com/2vwi18/full >

>
>>  to create the image and subsequently burn to CD-media; upon booting
>> machine other than host I can at last see the message where the hang
>> occurs:
>> ...
>> Starting MariaDB database server: mysqld
>> [151.43] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
>> [216.896004] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
>> [282.396003] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
>> [347.896003] BUG: Soft lockup - CPU#0 stuck for 64s! [rs:main Q:Reg:1297]
>> (more)
>
> that's a kernel issue, not live specific.
>
> as soon as live-config ends, (almost) everything else (except from
> autologin etc) is not live specific. means, if you have a kernel bug,
> you need to report it against linux-2.6. there's nothing we can do about
> it here, and you will have the exact same problem with a regular
> installed debian system too.

The target machine has the latest GNU/ Linux Debian Lenny stable
installed to its hard drive -as well as Fedora- since its a multi-boot
machine. Hence, the default Debian Live build image is 2.6.32.x, then,
is probably causing the issue. Nevertheless, what does not make sense
is that the hard copy Debian Live CD-media boots appropriately in the
Debian Live development host machine but not into other (machine ;)

Anyway thanks for your insight, Daniel. Probably I will specify any
other kernel except the "buggy" 2.6.32.x default for Debian Live
build.

>
> --
> Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
> Email:          daniel.baum...@panthera-systems.net
> Internet:       http://people.panthera-systems.net/~daniel-baumann/

Best Professional Regards.


-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=ypjbm2od1htyzhwh1ncfrmntd-rhx-0tpt...@mail.gmail.com



Re: Bug#599879: live-helper: Live Builder does not create the user account

2010-10-12 Thread Jose R R
On Tue, Oct 12, 2010 at 6:07 AM, Daniel Baumann  wrote:
> On 10/12/2010 02:33 PM, Jose R R wrote:
>> The target machine has the latest GNU/ Linux Debian Lenny stable
>> installed to its hard drive -as well as Fedora- since its a multi-boot
>> machine. Hence, the default Debian Live build image is 2.6.32.x, then,
>> is probably causing the issue. Nevertheless, what does not make sense
>> is that the hard copy Debian Live CD-media boots appropriately in the
>> Debian Live development host machine but not into other (machine ;)
>
> i'm confused, you have two not identical machines, and one happen to be
> the one where you have, also, debian installed and on that, the
> debian-live image boots, but not on the other.
>
> if that's a correct summary, then i'd say changes are high that your
> other machine doesn't work with debian, and that it is not a debian-live
> problem.
>
Indeed, two non-identical machines and both have Debian installed to
their hard drives.

The development SMP machine has Debian Unstable installed and hosts
the Debian Live work environment. The hard copy of the Debian Live
image boots appropriately into this machine.

The other UNI machine has Debian Stable Lenny installed into its hard
drive. The hard copy of the Debian Live image hangs during the boot
process.


>> Anyway thanks for your insight, Daniel. Probably I will specify any
>> other kernel except the "buggy" 2.6.32.x default for Debian Live
>> build.
>
> jftr: we don't have own kernels, it's whatever debian has. so
> apparently, for you, debian doesn't work. please report a bug against
> the linux-2.6 package, so the kernel team can have a look at the issue.
>

Since the default kernel selected from the repositories by Debian Live
build scripts currently is 2.6.32.x, I will probably report the "bug"
-as well as avoid it in my subsequent build efforts.

> --
> Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
> Email:          daniel.baum...@panthera-systems.net
> Internet:       http://people.panthera-systems.net/~daniel-baumann/
>
Thanks Daniel, once again.


Best Professional Regards.



-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktim0csaa=2wqaexjzofb+_028k59op9tgqo...@mail.gmail.com



Custom Debian kernel & custom string id naming

2010-10-23 Thread Jose R R
Having had issues with debian kernel 2.6.32-x, I have built a couple
of kernels in my developing machine: 2.6.34.myStringID and
2.6.36-myStringID (i.e., neither has string 686 or 486). Both
installed and working in local machine.

Nevertheless, when used to create a Debian Live image the
update-initramfs procedure is not executed by the scripts. Accordingly
initrd.img-2.6.34.myStingID or initrd.img-2.6.36-myStringID are not
created in debian_live/chroot/boot/  and that leaves an unbootable
Debian live image.

Relevant modifications to file debian_live/config/chroot:

# LB_LINUX_FLAVOURS="486 686" (hence autodetect)
...
LB_LINUX_PACKAGES="none" (since I place custom kernel .deb under
debian_live/config/chroot_local-packages/)


Is there a way around to permit flexibility in customizations of
kernel -including in its naming?


Best Professional Regards


-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimv7ccl1m4fb87ahzhh=rkeqa7go5neutaa9...@mail.gmail.com



DebianLive for SPARC: 81: cannot create chroot/etc/debian_chroot: Directory nonexistent

2011-11-03 Thread Jose R R
>From user at Identi.ca,

@rysiek dear !debian, I'm trying to build a sparc live cd but I get
this: http://ur1.ca/5lvqo halp? google seems unable to help...

lb chroot
P: Setting up cleanup function
P: Begin caching chroot stage...
P: Begin mounting /dev/pts...
W: skipping chroot_devpts
P: Begin mounting /proc...
W: skipping chroot_proc
P: Begin mounting /sys...
W: skipping chroot_sysfs
P: Configuring file /etc/debian_chroot
/usr/share/live/build/scripts/build/lb_chroot_debianchroot: 81: cannot
create chroot/etc/debian_chroot: Directory nonexistent
P: Begin unmounting filesystems...

-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday, March 13 2011
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAM12Q5QzSWto4Fr72GC3WsJD_qRqjFaD=KSiiLxp1OQ54Xj=x...@mail.gmail.com



Re: DebianLive for SPARC: 81: cannot create chroot/etc/debian_chroot: Directory nonexistent

2011-11-03 Thread Jose R R
On Thu, Nov 3, 2011 at 6:31 AM, Daniel Baumann
 wrote:
> On 11/03/2011 02:10 PM, Jose R R wrote:
>>>
>>> From user at Identi.ca,
>
> apart from the fact that there's no sensible way in giving that user an
> answer, and i'm certainly not going to play communication by proxy for
> debugging build issues

Oh! In no way was I thinking of playing "proxy" either, mind you!
There the reason I included his Identi.ca handle ;)


, this was already handled in irc.


I certainly appreciate letting me on it. Regards.

>
> [...]
> 11:51:27 -!- rysiek (Michał 'rysiek' Woźniak)
> [~rysiek|p...@bramapc-nat.elka.pw.edu.pl] has joined #debian-live
> 11:51:33 < rysiek> hullo
> 11:51:51 < rysiek> I'm trying to build a Sparc Debian Live image, but I get
> stuck on
> 11:52:04 < rysiek>
> /usr/share/live/build/scripts/build/lb_chroot_debianchroot: 81: cannot
> create chroot/etc/debian_chroot: Directory nonexistent
> 11:52:11 < rysiek> Google is not much of help here
> 11:52:20 < rysiek> and I'm sure I am missing something very obvious
> 11:52:42 < rysiek> tried searching Debian package db for /etc/debian_chroot
> file/dir, to no avail
> 11:52:46 < dba> rysiek: most likely unclean build; do a rebuild with 'lb
> clean --purge && lb build'
> 11:52:46 < rysiek> any pointers?
> 11:53:15 < dba> keep the log, if it still fails, ask again (providing the
> log and any other information as outlined in the manual about reporting
> bugs).
> 11:53:44 < rysiek> dba: failed again, pastebining the logs now
> 11:54:27 < dba> RAS: well, obviously you don't have the right key.
> 11:54:52 < RAS> hi db
> 11:54:54 < RAS> dba
> 11:55:05 < RAS> i have the right key , i download it from debian site
> 11:55:34 < dba> where did you get the key from exactely?
> 11:55:46 < RAS> what a minute , please
> 11:55:57 < RAS> http://live.debian.net/debian/project/keys/archive-key.asc
> 11:56:36 < RAS> i m following this howto
> 11:56:37 < RAS> http://lists.debian.org/debian-live/2011/03/msg00122.html
> 11:57:06 < RAS> i think the problem is in my keyring from usb
> 11:57:31 < rysiek> the logs and info : http://wklej.org/id/619698/
> 12:02:31  * Black_Prince is not sure if live cross-building is supported
> 12:02:39 < Black_Prince> or even possible
> 12:03:02 < Black_Prince> Because apps need to be run (install software,
> configure it, etc)
> 12:04:09 < dba> in general, you cannot cross build.
> 12:04:28 < dba> however, in current 3.x versions of lb, at least arm cross
> build is supposed to be working
> 12:05:24 < rysiek> darn
> 12:05:35 < rysiek> how am I supposed to build a Sparclive cd, then :/
> 12:05:40 < rysiek> ok, thanks
> 12:05:51 < rysiek> that clears that, at least
> 12:09:44 < dba> on sparc ;)
> [...]
>
> --
> Address:        Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
> Email:          daniel.baum...@progress-technologies.net
> Internet:       http://people.progress-technologies.net/~daniel.baumann/
>
>
> --
> To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: http://lists.debian.org/4eb297af.5030...@progress-technologies.net
>
>



-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAM12Q5RXANZbxOTS=ic_gGVpSDsBZyJGnNP=AGauN=xr91m...@mail.gmail.com



Re: The manual, where is the manual?

2013-04-29 Thread Jose R R
On Sun, Apr 28, 2013 at 11:54 PM, Daniel Baumann <
daniel.baum...@progress-technologies.net> wrote:

> On 04/29/2013 08:38 AM, outro pessoa wrote:
> > It is not connecting for me.
>
> http://lists.debian.org/debian-live/2013/04/msg00128.html
>
> --
> Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
> Email:  daniel.baum...@progress-technologies.net
> Internet:   http://people.progress-technologies.net/~daniel.baumann/
>
>
> --
> To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive:
> http://lists.debian.org/517e1931.4000...@progress-technologies.net
>
>
hmm... this is serious. I'm in California, USA, and can't connect to
http://live.debian.net/ either.


-- 
Jose R R
http://www.metztli-it.com
-
IBM Lotus Symphony supported on GNU/Linux, Mac OS, and Windows.
-
Daylight Saving Time in USA & Canada starts: Sunday 08 March 2010
-


How to add correct modules to debian-live for installation

2014-05-19 Thread Jose R R
Niltze (Hello)!

I have patched a couple of pristine kernels (form kernel.org) to
support reiser4 fs and I have one of them running in a reiser4
formatted root partition. Since Debian has no installer supporting
reiser4, I built a debian-live by simply adding my modified kernel and
reiser4progs into config/packages.chroot.

Doing so allows me to mount and create reiser4 partitions for
maintenance. On the other hand, attempting to install debian from the
live-media *will not* install complaining about no suitable modules.

I have built the installer myself (<
https://wiki.debian.org/DebianInstaller/Build >) on my reiser4 running
Debian Sid system; nevertheless, its installation routine will not
include reiser4 support nor kernel.

Any insight provided will be appreciated.


Best Professional Regards.


-- 
Jose R R
http://www.metztli-it.com
-
NEW Apache OpenOffice 4.1.0! Download for GNU/Linux, Mac OS, Windows.
-
Daylight Saving Time in USA & Canada ends: Sunday, November 02, 2014
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cam12q5tgyokf2rbmbvhsyo1khkrhazjfwlkq_m3u1xg7bwk...@mail.gmail.com



Bootcd-based LIVE Reiser4 rescue/recovery/installation ISO

2014-07-16 Thread Jose R R
Niltze!

I uploaded to SF a bootcd-based live ISO made from a small 20GB pure
Reiser4 partition in my dev machine.

I patched a recent Linux kernel 3.15.2 as explained in Metztli IT's
blog < http://www.metztli-it.com/blog/index.php/aG2?blog=4 >, patched
legacy Grub97, and installed utilities gparted and testdisk.

Since Debian bootcd < https://packages.debian.org/sid/bootcd > may
also install a GNU/Linux system, I surmise that an (Reiser4)
installation is also possible, please read man and configuration files
under /etc/bootcd/

I tested ISO image under VirtualBox 4.3.12 and here is a snapshot: <
https://pbs.twimg.com/media/BsoJVE3CQAENw-t.png:large >

If interested in giving it a spin, please download at:

< https://sourceforge.net/projects/xonecuiltzin/ >


Best Professional Regards.


-- 
Jose R R
http://www.metztli-it.com
-
NEW Apache OpenOffice 4.1.0! Download for GNU/Linux, Mac OS, Windows.
-
Daylight Saving Time in USA & Canada ends: Sunday, November 02, 2014
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cam12q5rxut3dgc+untiese+daucplkt0t_vs+qpr7pc4jh7...@mail.gmail.com



Re: Bootcd-based LIVE Reiser4 rescue/recovery/installation ISO

2014-07-26 Thread Jose R R
Apologies for incorrect password, relevant text file has been updated:

I uploaded to SF a bootcd-based live ISO made from a small 20GB pure
Reiser4 partition in my dev machine.

I patched a recent Linux kernel 3.15.2 as explained in Metztli IT's
blog < http://www.metztli-it.com/blog/index.php/aG2?blog=4 >, patched
legacy Grub97, and installed utilities gparted and testdisk.

Since Debian bootcd < https://packages.debian.org/sid/bootcd > may
also install a GNU/Linux system, I surmise that an (Reiser4)
installation is also possible, please read man and configuration files
under /etc/bootcd/

I tested ISO image under VirtualBox 4.3.12 and here is a snapshot: <
https://pbs.twimg.com/media/BsoJVE3CQAENw-t.png:large >

If interested in giving it a spin, please download at:

< https://sourceforge.net/projects/xonecuiltzin/ >


Best Professional Regards.

On Wed, Jul 16, 2014 at 12:09 PM, Jose R R  wrote:
> Niltze!
>
> I uploaded to SF a bootcd-based live ISO made from a small 20GB pure
> Reiser4 partition in my dev machine.
>
> I patched a recent Linux kernel 3.15.2 as explained in Metztli IT's
> blog < http://www.metztli-it.com/blog/index.php/aG2?blog=4 >, patched
> legacy Grub97, and installed utilities gparted and testdisk.
>
> Since Debian bootcd < https://packages.debian.org/sid/bootcd > may
> also install a GNU/Linux system, I surmise that an (Reiser4)
> installation is also possible, please read man and configuration files
> under /etc/bootcd/
>
> I tested ISO image under VirtualBox 4.3.12 and here is a snapshot: <
> https://pbs.twimg.com/media/BsoJVE3CQAENw-t.png:large >
>
> If interested in giving it a spin, please download at:
>
> < https://sourceforge.net/projects/xonecuiltzin/ >
>
[...]


-- 
Jose R R
http://www.metztli-it.com
-
NEW Apache OpenOffice 4.1.0! Download for GNU/Linux, Mac OS, Windows.
-
Daylight Saving Time in USA & Canada ends: Sunday, November 02, 2014
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cam12q5t5isdq90bohy2wz8j2amehcx41xqkvrff05bocfwe...@mail.gmail.com



Re: Bootcd-based LIVE Reiser4 rescue/recovery/installation ISO

2014-07-31 Thread Jose R R
Niltze, all-

Just uploaded to SourceForge version .01 of Xonecuiltzin Reiser4
bootcd-based LIVE rescue/installable ISO image:
xonecuiltzin-v01-reiser4.iso.

Bootable media includes latest gparted fix, gedit in addition to existing
vim text editor.
I included screenfetch utility to show some useful system info.
Also updated to latest fix to libaal-1.0.6 and reiser4progs 1.0.9:
debugfs.reiser4*  fsck.reiser4*  make_reiser4*  measurefs.reiser4*
 mkfs.reiser4*

< https://pbs.twimg.com/media/Bt3BJuCCIAA52Oy.png:large >

Download: < https://sourceforge.net/projects/xonecuiltzin/ >

Enjoy!


Best Professional Regards.


On Sat, Jul 26, 2014 at 11:36 AM, Jose R R  wrote:

> Apologies for incorrect password, relevant text file has been updated:
>
> I uploaded to SF a bootcd-based live ISO made from a small 20GB pure
> Reiser4 partition in my dev machine.
>
> I patched a recent Linux kernel 3.15.2 as explained in Metztli IT's
> blog < http://www.metztli-it.com/blog/index.php/aG2?blog=4 >, patched
> legacy Grub97, and installed utilities gparted and testdisk.
>
> Since Debian bootcd < https://packages.debian.org/sid/bootcd > may
> also install a GNU/Linux system, I surmise that an (Reiser4)
> installation is also possible, please read man and configuration files
> under /etc/bootcd/
>
> I tested ISO image under VirtualBox 4.3.12 and here is a snapshot: <
> https://pbs.twimg.com/media/BsoJVE3CQAENw-t.png:large >
>
> If interested in giving it a spin, please download at:
>
> < https://sourceforge.net/projects/xonecuiltzin/ >
>
>
> Best Professional Regards.
>
> On Wed, Jul 16, 2014 at 12:09 PM, Jose R R 
> wrote:
> > Niltze!
> >
> > I uploaded to SF a bootcd-based live ISO made from a small 20GB pure
> > Reiser4 partition in my dev machine.
> >
> > I patched a recent Linux kernel 3.15.2 as explained in Metztli IT's
> > blog < http://www.metztli-it.com/blog/index.php/aG2?blog=4 >, patched
> > legacy Grub97, and installed utilities gparted and testdisk.
> >
> > Since Debian bootcd < https://packages.debian.org/sid/bootcd > may
> > also install a GNU/Linux system, I surmise that an (Reiser4)
> > installation is also possible, please read man and configuration files
> > under /etc/bootcd/
> >
> > I tested ISO image under VirtualBox 4.3.12 and here is a snapshot: <
> > https://pbs.twimg.com/media/BsoJVE3CQAENw-t.png:large >
> >
> > If interested in giving it a spin, please download at:
> >
> > < https://sourceforge.net/projects/xonecuiltzin/ >
> >
> [...]
>
>
> --
> Jose R R
> http://www.metztli-it.com
>
> -
> NEW Apache OpenOffice 4.1.0! Download for GNU/Linux, Mac OS, Windows.
>
> -
> Daylight Saving Time in USA & Canada ends: Sunday, November 02, 2014
>
> -
>



-- 
Jose R R
http://www.metztli-it.com
-
NEW Apache OpenOffice 4.1.0! Download for GNU/Linux, Mac OS, Windows.
-
Daylight Saving Time in USA & Canada ends: Sunday, November 02, 2014
-


Re: Bootcd-based LIVE Reiser4 rescue/recovery/installation ISO

2014-07-31 Thread Jose R R
Niltze, all-

Just uploaded to SourceForge version .01 of Xonecuiltzin Reiser4
bootcd-based LIVE rescue/installable ISO image:
xonecuiltzin-v01-reiser4.iso.

Bootable media includes latest gparted fix, gedit in addition to
existing vim text editor.
I included screenfetch utility to show some useful system info.
Also updated to latest fix to libaal-1.0.6 and reiser4progs 1.0.9:
debugfs.reiser4*  fsck.reiser4*  make_reiser4*  measurefs.reiser4*
mkfs.reiser4*

< https://pbs.twimg.com/media/Bt3BJuCCIAA52Oy.png:large >

Download: < https://sourceforge.net/projects/xonecuiltzin/ >

Enjoy!


Best Professional Regards.

On Sat, Jul 26, 2014 at 11:36 AM, Jose R R  wrote:
> Apologies for incorrect password, relevant text file has been updated:
>
> I uploaded to SF a bootcd-based live ISO made from a small 20GB pure
> Reiser4 partition in my dev machine.
>
> I patched a recent Linux kernel 3.15.2 as explained in Metztli IT's
> blog < http://www.metztli-it.com/blog/index.php/aG2?blog=4 >, patched
> legacy Grub97, and installed utilities gparted and testdisk.
>
> Since Debian bootcd < https://packages.debian.org/sid/bootcd > may
> also install a GNU/Linux system, I surmise that an (Reiser4)
> installation is also possible, please read man and configuration files
> under /etc/bootcd/
>
> I tested ISO image under VirtualBox 4.3.12 and here is a snapshot: <
> https://pbs.twimg.com/media/BsoJVE3CQAENw-t.png:large >
>
> If interested in giving it a spin, please download at:
>
> < https://sourceforge.net/projects/xonecuiltzin/ >
>
>
> Best Professional Regards.
>
> On Wed, Jul 16, 2014 at 12:09 PM, Jose R R  wrote:
>> Niltze!
>>
>> I uploaded to SF a bootcd-based live ISO made from a small 20GB pure
>> Reiser4 partition in my dev machine.
>>
>> I patched a recent Linux kernel 3.15.2 as explained in Metztli IT's
>> blog < http://www.metztli-it.com/blog/index.php/aG2?blog=4 >, patched
>> legacy Grub97, and installed utilities gparted and testdisk.
>>
>> Since Debian bootcd < https://packages.debian.org/sid/bootcd > may
>> also install a GNU/Linux system, I surmise that an (Reiser4)
>> installation is also possible, please read man and configuration files
>> under /etc/bootcd/
>>
>> I tested ISO image under VirtualBox 4.3.12 and here is a snapshot: <
>> https://pbs.twimg.com/media/BsoJVE3CQAENw-t.png:large >
>>
>> If interested in giving it a spin, please download at:
>>
>> < https://sourceforge.net/projects/xonecuiltzin/ >
>>
> [...]
>

-- 
Jose R R
http://www.metztli-it.com
-
NEW Apache OpenOffice 4.1.0! Download for GNU/Linux, Mac OS, Windows.
-
Daylight Saving Time in USA & Canada ends: Sunday, November 02, 2014
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAM12Q5RfSnpW-YwKfe0hnh5Er0iC-pNNXdxWn6=m7qiwa0d...@mail.gmail.com



bootcd-based Aufs3 & Reiser4 -patched Debian 8 Jessie recovery ISO

2015-03-18 Thread Jose R R
Niltze, all!

Available at Source Forge:

Xonecuiltzin: bootcd-based Debian 8 Jessie with Linux kernel 3.18.7
 < https://sourceforge.net/projects/xonecuiltzin/ >.
Might be used for recovery operations on reiser4, reiserfs, btrfs,
xfs, and jfs file systems. Has gpart, gparted, partimage, and testdisk
utilities.

Might also be used for local installation with: bootcdtodisk

< https://pbs.twimg.com/media/CAJRrXbUUAAfnvX.png:large >


Best Professional Regards.

-- 
Jose R R
http://www.metztli-it.com
-
Try at no charge http://b2evolution.net for http://OpenShift.com PaaS
-
from our GitHub http://Nepohualtzintzin.com repository. Cloud the easy way!
-


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAM12Q5ST3BaJCuY=fms_ricrcv3w+0vxdvsy9+skvtsqrc8...@mail.gmail.com