Ian Campbell:
> So I'm afraid I'm still not clear exactly what issue you are seeing.
>
> Please can you post:
>
> * the contents of your /boot/cmdline.txt
> * the contents of the flash kernel db entry you have added for the
>RPi2
> * the resulting generated boot.scr.
> * a full serial con
Ian Campbell:
> On Sat, 2016-02-20 at 14:41 +0100, Jérémy Bobbio wrote:
> > Ian Campbell:
> > > On Sat, 2016-02-20 at 13:29 +0100, Jérémy Bobbio wrote:
> > > > Ian Campbell:
> > > > > Lunar -- which platform did you see an issue on and what do the
&g
Ian Campbell:
> On Sat, 2016-02-20 at 13:29 +0100, Jérémy Bobbio wrote:
> > Ian Campbell:
> > > Lunar -- which platform did you see an issue on and what do the
> > > above
> > > test commands give in that case?
> >
> > The version in Debian: https:/
Ian Campbell:
> Lunar -- which platform did you see an issue on and what do the above
> test commands give in that case?
The version in Debian: https://packages.debian.org/sid/u-boot-rpi
> I'm going to push a change relating to the other suggestion here (the
> ability to set a defaults before ${b
Ian Campbell:
> On Thu, 2016-01-28 at 16:36 +, Ian Campbell wrote:
> > > > While, I am at it, I wonder if it would not make more sense to
> > > > reverse the order when setting that variable so it reads:
> > > >
> > > > setenv bootargs "@@LINUX_KERNEL_CMDLINE@@ ${bootargs}"
> > > >
> > >
Package: flash-kernel
Version: 3.56
Tag: patch
Hi!
There's a small quoting mistake in the generic U-Boot script. It
probably hasn't been noticed so far because the default
LINUX_KERNEL_CMDLINE doesn't contain spaces. See the attached patch.
While, I am at it, I wonder if it would not make more s
master—fixes timestamps related
variations from the build system. Once applied, win32-loader can be
built reproducibly in our current experimental framework.
[1]: https://wiki.debian.org/ReproducibleBuilds
--
Jérémy Bobbio.''`.
jeremy.bob.
Source: debootstrap
Version: 1.0.66
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
Hi!
While working on the “reproducible builds” effort [1], we have noticed
that debootstrap could not be built reproducibly.
The current build process capture
te timesamps in Doxygen generated documentation for
+reproducibility of the build process.
+
+ -- Jérémy Bobbio Wed, 24 Sep 2014 19:08:26 +
+
libdebian-installer (0.96) unstable; urgency=medium
* arm64: Detect UEFI based systems as "efi" subarch.
diff -Nru libdebian-insta
g anyone more interested to catch the ball.
:)
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
From bddacb45a3a86b27d6fed0b
ng "Cancel" will simple
skip that specific part of the process and proceed with rest of the
partioning.
--
Jérémy Bobbio.''`.
jeremy.bob...@irq7.fr : : : lu...@debian.org
`. `'`
`-
signature.asc
Description: Digital signature
installer can (and should) really do
> something here. The problem is the same is users setup their console
> keymap to be something else than US *after the system installation*.
It looks like you are right. It seems that the first report is actually
from a year ago.
Cheer
a hard disk and assigns it
> /dev/sda. This, in turn, makes the installer choke since it tries
> installing to /dev/sda first.
This looks like another instance of #597223. Could you try with a daily
build?
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org
partman-target that fix this issue.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
diff -Nru partman-target-72/d
eless.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
failed to execute '/lib/udev/edd_id' [...]: No such file or directory
This message does not seem to prevent the rest from working fine.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org
w Debian system!
Cheers,
--
Jérémy Bobbio.''`.
jeremy.bob...@irq7.fr : : : lu...@debian.org
`. `'`
`-
signature.asc
Description: Digital signature
sing XTS would be pretty trivial: kernel-wedge needs one or
two lines added in one of its file. But it did not seem important to do
so before adding support code in partman first.
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482092
Cheers,
--
Jérémy Bobbio.'
; inclusion in the respective packages.
$DEITY bless you! Amazing piece of work.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
ry modules already loaded and display like in
verbose mode every commands that would be run. Resolving the
dependency chain, the last module will always be the one asked on the
command-line.
Cheers,
--
Jérémy Bobbio - Administrateur système et réseau
Mezcalito - http://www.mezcalito.fr
17 boule
device, and there is no `$devpath/driver` directory
available.
The attached patch adds to `check-missing-firmware` another way to
determine the module by using `modprobe` and `$devpath/modalias`.
Once this changes applied, it sucessfully prompted for the relevant
firmware files.
Cheers,
--
Jérémy
nly reference releases' strings.
> + for (i=0; choices[i] != NULL; i++) {
> + free(choices_c[i]);
> + free(choices[i]);
> + }
> +
And no need for this too.
O
the brackets.
But I somehow remember that we had this discussion already…
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
_codename() should get called one time maximum.
> I will think about this a bit more though.
Actually I had missed the fact that Release files might differ. So
that's far from the worst path to take.
> [...]
> > It would also need another static variable th
if (releases[i].status & IS_DEFAULT) {
> + debconf_set(debconf, DEBCONF_BASE "suite", name);
> + have_default = 1;
> + }
> +
> + free(name);
> + }
There is probably extra strdup() as well here.
> [...]
> --- a/packages/choose-mirror/mirrors.h
> +++ b/packages/choose-mirror/mirrors.h
> @@ -10,16 +10,33 @@ struct mirror_t {
> };
>
> /*
> + * Data structure containing information on releases supported by a mirror
> + */
> +struct release_t {
> + char *name;
> + char *suite;
> + int status;
> +};
Actually, I wonder about calling that struct 'release_t', as this does
not define a full type (_t) but only a struct name. Using 'struct
release' might be less confusing.
Looks like an interesting improvement though! :)
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
s done
by Kenshi Muto [2].
[1] At least: http://lists.debian.org/debian-boot/2009/03/msg00684.html
[2] http://kmuto.jp/debian/d-i/
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get i
do if people enter a username but no password.
Best behaviour is probably to fail displaying that the password can't
be empty, like it is currently done in user-setup.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org
mplement, but I'm only
giving my thoughts here.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
ld be made to the debian-installer in order to
support the new GNOME way?
About the later, the installer currently uses update-alternatives to
switch libgksu-gconf-defaults to sudo mode. What needs to be changed?
Cheers,
--
Jérémy Bobbio.''
On Tue, Apr 14, 2009 at 09:53:59PM +0200, Frans Pop wrote:
> On Tuesday 14 April 2009, Jérémy Bobbio wrote:
> > * NetworkManager is used on most distros (and Debian as well) for
> >desktop installations. NetworkManager always use wpasupplicant for
> >interaction with
did that.
I probably should apoligies on changing my mind about this now, but does
this patch still apply?
I am still willing to review Glenn's work, but I would rather only
review the wpasupplicant way if others agree.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debia
up, that's welcome. :)
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
tags 517644 + patch
thanks
On Mon, Mar 02, 2009 at 01:23:23PM -0300, Otavio Salvador wrote:
> > On Sunday 01 March 2009, Jérémy Bobbio wrote:
> >> I am not tagging the bug "+patch" because the problem probably needs to
> >> be solved by a different patch in
be mostly about adding support
for an on-screen keyboard.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
a while now, but I have yet to even sketch a
prototype. And I don't think I will have the time soon… :(
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : #
MBs on the
> image...)
It's a shame that there seems to be no other viable solutions. Having
C++ and PortAudio included in the installer really feels like an extra
burden to me.
Each new udebs is a source of extra work, and I am unsure if it would
make sense to add new ones just for this.
do that
directly, your customized user-setup won't be included in the image, as
it is normally loaded at a later stage from a mirror. So you also need
to add "user-setup" to a new "pkg-lists/local" file before building the
image.
Hope that helps,
--
Jérémy Bobbio
l to this *development* list.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
an acceptable value. This unfortunately
makes the template description missing a longer description of what
"oldstable" is, like the other suites.
While this could be added for sid, it's probably not an option in
Lenny as it would require another complete round of translation upd
t;
q = (struct question *) 0x0
__FUNCTION__ = "frontend_new"
#18 0x00401442 in main (argc=2, argv=0x7fffa2d46098) at debconf.c:140
sa = {__sigaction_handler = {sa_handler = 0x400f5a ,
sa_s
s. I do want to help
others in getting started, though.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
On Wed, Feb 18, 2009 at 08:46:57PM +0100, Sven Neumann wrote:
> On Wed, 2009-02-18 at 18:02 +0100, Jérémy Bobbio wrote:
> > On Wed, Feb 18, 2009 at 02:30:58AM +0100, Josselin Mouette wrote:
> > > thanks to Sven Neumann who jumped in very quickly to resolve this issue,
> >
"gtk"
q = (struct question *) 0x0
__FUNCTION__ = "frontend_new"
#18 0x00401432 in main (argc=2, argv=0x7fffd5c04f78) at debconf.c:140
sa = {__sigaction_handler = {sa_handler = 0x400f4a ,
sa_sigaction = 0x400f4a },
sa_mask = {__val
gured"
As this could indicate a software error, it would be better if you
chould provide us the full syslog and partman logs (gzipped!).
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org
d-i support
operations (e.g. "anna-install openssh-client-udeb") that way.
Getting reentrancy correct is *hard*. But this should probably be
looked up again…
Cheers,
--
Jérémy Bobbio.''`.
lu
On Sun, Feb 15, 2009 at 08:31:47PM +, Colin Watson wrote:
> On Sat, Feb 14, 2009 at 01:28:33PM +0100, Jérémy Bobbio wrote:
> > On Fri, Feb 13, 2009 at 04:44:53PM +, Colin Watson wrote:
> > > Export a new cdebconf_newt_get_progress_info function so that
> > >
On Sun, Feb 15, 2009 at 08:26:23PM +, Colin Watson wrote:
> On Sat, Feb 14, 2009 at 01:31:29PM +0100, Jérémy Bobbio wrote:
> > On Fri, Feb 13, 2009 at 05:07:57PM +, Colin Watson wrote:
> > > * Much more significantly, though, newt is probably already displaying a
> &g
release cycle.
(And switching to X11 is a no-no, except if huge amount of people shows
up right now to undertake of the massive amount of work required.)
Cheers,
--
Jérémy Bobbio.''`.
lu.
On Sun, Feb 15, 2009 at 06:20:12PM +0900, Kenshi Muto wrote:
> As release-note said, old arm architecture is completely replaced by
> armel. Hereby I'll shutdown my old-arm d-i buildd and make this machine
> retired.
Thanks for having taken care of it all along. :)
Cheers,
--
and would require
some adjustments…
While I am thinking about it, Obey Arthur Liu did some very nice work in
adding a GTK+ frontend to aptitude. I wonder if it could be used
directly within the installer…
Cheers,
--
Jérémy Bobbio
signature.asc
Description: Digital signature
rlooked something, though…
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
oader. But maybe this
does not fit the release announcement and should just be dropped
completely.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
se improve/rewrite as needed. IMHO, Debian
Live requires a specific section in this announcement.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
54) and committed the d-i
> changes.
The package list maintained by the release team for packages that should
not be removed from testing needs to be updated as well. (Currently
offline, so no pointers.)
o change the default filesystem, and would make the code a
> bit more elegant IMO.
Sounds like a good plan.
I am unsure on how you plan to write the expansion, but it might be
better to have a $default_fs or $default_filesystem instead of an
unspecific $default.
Cheers,
--
.
You should probably ask this on the debian-live mailling-list instead.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org: :Ⓐ : # apt-get install anarchism
`. `'`
`
e than the "newt" frontend, a
monitor able to display Linux boot messages will be sufficient to
perform the installation.
The "dark" theme should be enough for monochrome monitor as well, but I
cannot confirm this.
[1] http://d-i.alioth.debian.org/manual/en.i386/
end on cdebconf-terminal and have
> libdebian-installer be smart enough to notice an XB-Debian-Frontend
> field and pick the right provider; all these 'anna-install
> cdebconf-$DEBIAN_FRONTEND-terminal' hacks are unpleasant.)
This would indeed be nicer. :)
-list is about the development of the
debian-installer software. The name of the list originate from the
first installation system which was called "boot-floppies".
Your question about the boot of your specific system should be sent to
debian-user@ instead.
C
"return i", and the fallback case with "return -1".
> + if (menu_pri == -1)
> + debconf_to_pri(MENU_PRIORITY);
This last line surely should have been:
menu_pri = debconf_to_pri(MENU_PRIORITY);
B
a passphrase.
I will probably have a look at this in the next months, that's just a
random thought for now.
Cheers,
--
Jérémy Bobbio.''`.
lu...@debian.org
. Using busybox's would probably indeed
> be a better idea.
The tftp client is not currently enabled in busybox-udeb. I just opened
#510058 about this.
Cheers,
--
Jérémy Bobbio
tinue
>
> it could then be the responsibility of partman-dmraid, partman-nbd, and
> so on, to mark the devices that need to be skipped before 30partman is
> ran.
>
> Thoughts?
Might be a good refactoring idea, but I thinking looking at parted could
be better for NBD support spe
uld probably indeed
> be a better idea.
This can be done by enabling the following options in the
debian/config/config.udeb file:
CONFIG_TFTP=y
CONFIG_FEATURE_TFTP_GET=y
Building with this options enabled increases the Installed-Size by 4k,
which looks like reasonable enoug
_subst partman-base/partlocked MESSAGE "$locked"
> db_set partman-base/partlocked false
> db_input critical partman-base/partlocked
> - db_go
> + db_capb
> + db_go || true
> + db_capb backup
Same here.
>
# Automatically generated email from bts, devscripts version 2.10.29~bpo40+1
reassign 508799 partman-xfs
--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
sertion failed: (0 < count)
This means that there is something wrong with the "Choices" or
"Choices-C" values. Booting with BOOT_DEBUG=3 and adding "set -x" in
"/usr/bin/localechooser" using nano could help a
[…]
I have not been able to reproduce any crash using steps similar you have
described. Could you come up with a more simple procedure? Does
repeating this exact sequence always lead to a crash?
Cheers,
--
Jérémy Bobbio.
I have a hard time to reproduce
the bug in an environment more suitable for development than a full d-i
at the user-setup stage…
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism
ke a good idea.
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
nctions
used, we can trim down the #include's to "" and
"".
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism
`. `'`
On Mon, Dec 01, 2008 at 06:40:33AM +0100, Frans Pop wrote:
> On Sunday 30 November 2008, Jérémy Bobbio wrote:
> > On Sun, Nov 30, 2008 at 05:26:31PM +0100, Jérémy Bobbio wrote:
> > > The attached patch fix this issue. I have run an installation
> > > through the end w
On Sun, Nov 30, 2008 at 05:26:31PM +0100, Jérémy Bobbio wrote:
> The attached patch fix this issue. I have run an installation through
> the end without any problem with the patch applied.
It lacks a necessary free(). Updated patch attached.
--
Jérémy
Either the issue has been fixed in the meantime, or there is a kernel
regression between Etch and Lenny. In both cases, the issue does not
seem to lie in the debian-installer itself.
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : #
rratum. A proper fix would
require new strings…
Please note that this could also happen when starting partman during
normal installations (and this bug should probably be cloned to track
this other side of the problem).
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
m size requirement for select/multiselect questions
was not computed maximum number of lines that could be used for the
description.
The attached patch fix this issue. I have run an installation through
the end without any problem with the patch applied.
Cheers,
--
Jérémy Bobbio
n-sparc/2008/10/msg00024.html
Please also take a look at:
http://lists.debian.org/debian-boot/2008/11/msg00558.html
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
ompt.
The debian-installer itself uses standard Debian kernel images, so if
you need support for the XVR-500, please fill a bug against
the relevant linux-2.6 packages.
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTE
then use the shell inside
the target to issue the following:
# rm /etc/initramfs-tools/conf.d/driver-policy
# update-initramfs -k all -u
This will revert to the "most" setting for driver inclusion.
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED
ts meaning.
> I'll try to ask around and see whether current console detection in
> reopen-console is correct for other arches.
It would be really great if you could come up with a definite answer on
this! :)
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROT
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
test, it would be great if someone
could verify that it really fixes the issue.
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism
`. `'`
ach time a new server
is tried. This was a compromise while improving progress and
cancelation support in clock-setup, as there is no easy way to know
how many servers will be tried by rdate.
But maybe this behaviour is too weird when the NTP replies are wrong
themselves…
Chee
On Mon, Oct 13, 2008 at 10:19:23AM +0200, H. Langos wrote:
> 4096 4096 4096 linux-swap \
> lvm_ok{ } \
That should be "$lvmok{ }". Same goes for other partitions.
Cheers,
-
On Mon, Oct 13, 2008 at 06:54:37PM -0300, Otavio Salvador wrote:
> Jeremy is going to upload cdebconf.
Done.
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : # apt-get inst
ome (mainly new)
> languages.
powerpc components uploaded.
(And public apologies for not being really reliable these days.)
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ :
kages after updating the
Build-Depends and removing the special dh_shlibdeps case for
cdebconf-gtk-udeb. Building and testing an installer with the resulting
udebs lead to a successful installation.
Using the updated cairo and gtk+2.0 udebs without rebuilding cdebconf
also lead to a working ins
rmware available
for the netboot installation method [1]. I think section 6.4.1 might
be a good place for such instructions.
[1] Message-Id: <[EMAIL PROTECTED]>
(And many thanks for taking care of this!)
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTE
On Mon, Sep 29, 2008 at 09:29:23AM +0200, Paul Menzel wrote:
> Any ideas, anyone?
There was already two answers to your original requests:
http://lists.debian.org/debian-boot/2008/09/msg01080.html
http://lists.debian.org/debian-boot/2008/09/msg01084.html
Cheers,
--
Jérémy Bob
> I think this would be acceptable as the strings are probably fairly
> understandable in any language and very few people will see them anyway.
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]
locator_alloc();
packages = di_packages_read_file("status", packages_allocator);
return 0;
}
--- >8 ---
A more complete trace would be helpful.
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism
a daily built version of the installer, both pre-existing RAID
> and pre-existing LVM devices should be recognized automatically.
Except for encrypted partitions or LVM on top of encrypted partitions.
But that will not be done for Lenny.
Cheers,
--
Jérémy Bobbio
reassign 499285 partman-md
retitle 499285 partman-md: should use partman locking mechanism
thanks
On Sun, Sep 21, 2008 at 06:36:30AM +1000, Russell Coker wrote:
> On Saturday 20 September 2008 09:35, Jérémy Bobbio <[EMAIL PROTECTED]> wrote:
> > > But having LVM enabled it was u
i components needs to be merged before
adding the feature).
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature
not exist
True.
> - the program should not end in a loop
The loop is caused by init trying, as told in inittab, to respawn the
process. It don't really feel like an issue for me, because this should
not happen. What could be done is a final check in reopen-console for
the existence o
t and works like a charm!
> If I can find some time for it, I'll try it on a P630 as well. That is a
> plain pseries without LPARs.
Great! Thanks a lot for your help in tracking this down. :)
Cheers,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]
p?p=975330
Could you test again to install Debian using on of the daily built
images? The kernel in those images has been updated to a newer version
and should fix the issues you had with your SATA drives.
Cheers,
--
Jérémy Bobbio.''`.
[
hangs.
>
> How can this debugged further and what output is is helpfull ? (debug shell
> (before init) is
> working)
Could you try again with one of the daily built images? Sparc kernels
for d-i have been updated and should boot properly now.
Cheers,
--
Jérémy Bobbio
On Sun, Aug 17, 2008 at 09:36:39AM +0100, Adrian Bridgett wrote:
> I'll try and reproduce on a local box to dig a bit deeper.
Have you had the chance to do so? Otherwise, I would be inclined to
close this bug report.
Cheers,
--
Jérémy Bobbio.''`.
Hi!
I have closed #495928 by uploading finish-install 2.21, but it would be
great if you could make another test installation to see if the bug is
really fixed in your environment.
Thanks,
--
Jérémy Bobbio.''`.
[EMAIL PROTECTED]: :Ⓐ :
1 - 100 of 597 matches
Mail list logo