Re: RFC: android-style boot image support for flash-kernel

2023-05-06 Thread Roger Shimizu
Dear Vagrant, Appreciate your response! On Sun, Apr 30, 2023 at 3:40 PM Vagrant Cascadian wrote: > > On 2023-04-30, Roger Shimizu wrote: > > I'm trying to support an ARM based RB3 / DB845c [1] dev-board with > > android-style boot image to flash-kernel. > ... > >

RFC: android-style boot image support for flash-kernel

2023-04-30 Thread Roger Shimizu
Hi there, I'm trying to support an ARM based RB3 / DB845c [1] dev-board with android-style boot image to flash-kernel. (Surely it's targeting to post-bookworm) Currently, the dev-board is supported by Linaro [2][3], and most kernel device-tree, patches and firmware are already upstreamed. I confi

Bug#927165: debian-installer: improve support for LUKS

2019-06-29 Thread Roger Shimizu
BLE_CRYPTODISK=y is the only setting need to append manually. (/etc/fstab /etc/crypttab need to be edited for sure) Thanks again for your effort on the guide/notes above! [1] https://lists.debian.org/debian-devel-announce/2019/06/msg5.html -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: Building CD images including firmware

2019-05-08 Thread Roger Shimizu
eam/setup/blob/master/buster/cronjob.daily May I ask a follow up question? What's the difference between "cd-including-firmware" and "images-including-firmware" under URL below? - http://cdimage.debian.org/cdimage/unofficial/non-free It seems same to me. Is it just symbol lin

Bug#871835: speed up for debootstrap

2019-01-03 Thread Roger Shimizu
Dear Thomas, On Wed, Jan 2, 2019 at 7:51 PM Thomas Lange wrote: > > >>>>> On Sun, 23 Dec 2018 22:52:36 +0900, Roger Shimizu > >>>>> said: > > > On Sat, Aug 12, 2017 at 1:54 PM Thomas Lange > > wrote: > >> >

Bug#871835: speed up for debootstrap

2018-12-23 Thread Roger Shimizu
- https://tracker.debian.org/pkg/cdebootstrap Just curious.. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: Bug#893988: wide-dhcpv6-client-udeb: not installable: depends on non-udeb libfl2

2018-03-25 Thread Roger Shimizu
On Sun, Mar 25, 2018 at 11:27 PM, Cyril Brulebois wrote: > Hey, > > Roger Shimizu (2018-03-25): >> On Sun, Mar 25, 2018 at 11:15 PM, Roger Shimizu >> wrote: >> > Just a nitpicking. >> > The build cannot be triggered again by "dpkg-buildpackage -uc

Re: Bug#893988: wide-dhcpv6-client-udeb: not installable: depends on non-udeb libfl2

2018-03-25 Thread Roger Shimizu
On Sun, Mar 25, 2018 at 11:15 PM, Roger Shimizu wrote: > > Just a nitpicking. > The build cannot be triggered again by "dpkg-buildpackage -uc -us" > after one build. > It was OK in previous version. I tested it again, and the problem is gone now. Sorry for the false po

Re: Bug#893988: wide-dhcpv6-client-udeb: not installable: depends on non-udeb libfl2

2018-03-25 Thread Roger Shimizu
Dear KiBi, On Sun, Mar 25, 2018 at 5:19 PM, Cyril Brulebois wrote: > Control: tag -1 patch > > Hi Roger, > > Roger Shimizu (2018-03-25): >> Do you have any suggestion, except adding udeb support to package flex? > > It looks acceptable to me to use the static l

Re: Bug#893988: wide-dhcpv6-client-udeb: not installable: depends on non-udeb libfl2

2018-03-24 Thread Roger Shimizu
ge in unstable, 2.6.4-6. If building the previous version, 20080615-19, under unstable, I guess it would have the same result. Now we need the fix. Do you have any suggestion, except adding udeb support to package flex? Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: where to find secure download of installer kernel

2018-02-01 Thread Roger Shimizu
On Thu, Feb 1, 2018 at 11:33 PM, Sam Overton wrote: > Hi, > > I'm trying to download a copy of vmlinuz and initrd.gz from > > ${MIRROR}/debian/dists/stretch/main/installer-amd64/current/images/hd-media/ MIRROR=https://deb.debian.org Cheers, -- Roger Shimizu, GMT +9

Bug#877735: busybox: m68k build broken due to "-Os" in CFLAGS

2017-10-05 Thread Roger Shimizu
you reduce the binary by about 200k. I don't think this is worth > the risk of breaking something as fundemantal as busybox. Please exclude armel, which has size limitation on initrd of d-i [0]. Thanks! [0] https://anonscm.debian.org/cgit/d-i/debian-installer.git/tree/build/boot/arm/qna

Re: block-udeb request for e2fsprogs?

2017-08-31 Thread Roger Shimizu
request, just wait for a few days should be fine. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: Last chance for d-i changes in stretch

2017-06-02 Thread Roger Shimizu
On Fri, Jun 2, 2017 at 9:58 PM, Hideki Yamane wrote: > > On Tue, 30 May 2017 21:52:06 +0900 > Roger Shimizu wrote: > > > -/dev/[hsv]d[a-z0-9]| > > > +/dev/[hsv]d[a-z0-9][a-z]*| > > > > And I pushed the fix commit to branch "fix_839894": &g

Re: Last chance for d-i changes in stretch

2017-05-30 Thread Roger Shimizu
On Tue, May 30, 2017 at 9:38 AM, Roger Shimizu wrote: > On Tue, May 30, 2017 at 4:27 AM, Samuel Thibault wrote: > >> That would also match partitions, might that not pose concerns? Now I think the following is better: > -/dev/[hsv]d[a-z0-9]| > +/dev/[hsv]d[a-z0-9][a-z]*| An

Re: Last chance for d-i changes in stretch

2017-05-29 Thread Roger Shimizu
On Tue, May 30, 2017 at 4:27 AM, Samuel Thibault wrote: > That would also match partitions, might that not pose concerns? So maybe the following? > -/dev/[hsv]d[a-z0-9]| > +/dev/[hsv]d[a-z0-9]|/dev/[hsv]d[a-z][a-z]*| -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: Last chance for d-i changes in stretch

2017-05-29 Thread Roger Shimizu
/839894#30 henrich provided the patch and he verified it worked well in his virtualbox environment. If it's really too late for r0, how about stretch p-u or r1? And how? Thanks for your consideration! Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1 pgpGTgPGEuj2S.pgp Description: PGP signature

Re: can't get the debian-installer code by svn

2017-03-22 Thread Roger Shimizu
SVN repo? Now the repo has been moved to git: https://anonscm.debian.org/git/d-i/debian-installer.git Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1 pgp0VucZ7gtZ4.pgp Description: PGP signature

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-16 Thread Roger Shimizu
7;d be appreciated the above question could be answered by next Monday (Mar. 20). Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1 pgpUSXU9Rb6wL.pgp Description: PGP signature

Bug#844549: network-console broken: no screen to be resumed matching sh

2016-11-30 Thread Roger Shimizu
On Tue, Nov 22, 2016 at 3:05 AM, Roger Shimizu wrote: > > I'll test the daily image on my Linkstation NAS. I tested the daily image on my armel devices. Both serial way and SSH way works fine. And if connect both serial and SSH (network-console), serial/SSH seems to share the same scr

Bug#844549: network-console broken: no screen to be resumed matching sh

2016-11-21 Thread Roger Shimizu
ally uploaded the -x fix, > which gives us that behavior, and also allowing several people to follow > the installation, interact, etc. Thanks for your fixes! I see another TERMCAP fix related to screen support. So you're really appreciated! I'll test the daily image on my Linkstation NAS. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Bug#842040: Please add https support

2016-10-25 Thread Roger Shimizu
definitely affect armel/orion5x qnap d-i initrd image. So I append Martin, the porter of armel/orion5x qnap, to CC list. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Bug#814923: tasksel: Please add task-lxqt-desktop to tasksel

2016-10-25 Thread Roger Shimizu
needs this to make LXQt available in Stretch. AFAIK. The D-I team is preparing a release [0], I'm not sure whether your patch can be merged before that release. [0] https://lists.debian.org/debian-boot/2016/10/msg00216.html Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: screen-udeb prevents bterm, and thus a lot of languages

2016-09-12 Thread Roger Shimizu
/debian-installer It uses system's $TERM, if bterm fails in screen, maybe it's a bug of screen? > Axel, do you have any comment on this issue? Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: Screen support (was: Next d-i alpha release: late June)

2016-08-24 Thread Roger Shimizu
s, highly possible. Let me think a way to debug. I'll reply to bug #834601 when I'm ready for it. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: Screen support (was: Next d-i alpha release: late June)

2016-08-24 Thread Roger Shimizu
;s located under: http://cdimage.debian.org/cdimage/stretch_di_alpha7/ Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: Screen support (was: Next d-i alpha release: late June)

2016-08-07 Thread Roger Shimizu
so it'd be nice to have screen-udeb in gtk installer, which can start by specifying DEBIAN_FRONTEND=newt when we install on headless PC. My proposal above already takes this into account, so should be no problem. I didn't implement the proposal yet, just hope we can make a consensus first. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: Screen support (was: Next d-i alpha release: late June)

2016-07-04 Thread Roger Shimizu
Dear KiBi, Thanks for your feedback! On Mon, Jul 4, 2016 at 4:48 AM, Cyril Brulebois wrote: > Cyril Brulebois (2016-07-04): >> Cyril Brulebois (2016-07-04): >> > Roger Shimizu (2016-07-04): >> > > For the change I mentioned yesterday, I already teste

Re: Next d-i alpha release: late June

2016-07-03 Thread Roger Shimizu
Dear KiBi, Thanks for your reply! On Mon, Jul 4, 2016 at 12:05 AM, Cyril Brulebois wrote: > Hi, > > Roger Shimizu (2016-07-03): >> On Sun, Jul 3, 2016 at 12:44 AM, Cyril Brulebois wrote: >> > Please don't. We want to avoid pushing changes which aren't

Re: Next d-i alpha release: late June

2016-07-03 Thread Roger Shimizu
On Sun, Jul 3, 2016 at 12:44 AM, Cyril Brulebois wrote: > Roger Shimizu (2016-07-03): >> I saw it's already reached archive, so I thought it's done. >> OK. Understand. > > That's one part. Then images are built on pettersson, tested, and > eventually si

Re: Next d-i alpha release: late June

2016-07-02 Thread Roger Shimizu
Dear KiBi, Thanks for your prompting reply! On Sun, Jul 3, 2016 at 6:12 AM, Cyril Brulebois wrote: > Hi Roger, > > Roger Shimizu (2016-07-03): >> On Sat, Jun 25, 2016 at 7:22 AM, Cyril Brulebois wrote: >> > Having checked with -release already, I'm freezing udebs

Re: Next d-i alpha release: late June

2016-07-02 Thread Roger Shimizu
s) - Not touching package due to block-udeb request by freeze (please contact the d-i release manager if an update is needed) [0] https://tracker.debian.org/pkg/ncurses Cheers, -- Roger Shimizu, GMT +2 Cape Town (in DebConf16) PGP/GPG: 4096R/6C6ACD6417B3ACB1

Bug#826976: Should partman-raid offer new partition types for RAID?

2016-06-10 Thread Roger Shimizu
Control: reassign -1 partman-md

Re: armel/armhf d-i daily fails for days?

2016-05-28 Thread Roger Shimizu
On Sun, May 29, 2016 at 4:45 AM, Cyril Brulebois wrote: > Hi, > > Roger Shimizu (2016-05-09): >> On Sun, May 8, 2016 at 6:29 PM, Cyril Brulebois wrote: >> > Roger Shimizu (2016-05-08): >> >> It seems armel/armhf d-i daily fails for days [0][1][2]. Becaus

Re: [RFC] Call for review of GNU/screen support for D-I (was Re: Merge orion5x/kirkwood to flavour marvell and marvell-qnap)

2016-05-21 Thread Roger Shimizu
weren’t any difficulties > associated with simply running the installer inside screen. Next time I get > a few hours, I’ll try installing again and experiment with dis-/re-connecting. I really appreciate you helping to confirm it working on other devices than I have on hand. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: d-i daily failed on amd64/i386/arm64 due to efi?

2016-05-10 Thread Roger Shimizu
On Tue, May 10, 2016 at 9:34 AM, Steve McIntyre wrote: > On Tue, May 10, 2016 at 09:29:02AM +0900, Roger Shimizu wrote: >>Dear boot list, >> >>I find most amd64/i386/arm64 d-i daily failed yesterday [0], seems due >>to efi error: >> >> >>mkdi

Re: d-i daily failed on amd64/i386/arm64 due to efi?

2016-05-09 Thread Roger Shimizu
On Tue, May 10, 2016 at 9:29 AM, Roger Shimizu wrote: > Dear boot list, > > I find most amd64/i386/arm64 d-i daily failed yesterday [0], seems due > to efi error: > > > mkdir -p ./tmp/cdrom_gtk/syslinux > TYPE=template INCLUDE_GTK= IS_GTK= \ > syslinux-cfgs boot/x

d-i daily failed on amd64/i386/arm64 due to efi?

2016-05-09 Thread Roger Shimizu
ch ARCH, so I'm wondering what's the root cause, and how to fix it. Thank you! [0] https://d-i.debian.org/daily-images/daily-build-overview.html Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: [RFC] Call for review of GNU/screen support for D-I (was Re: Merge orion5x/kirkwood to flavour marvell and marvell-qnap)

2016-05-09 Thread Roger Shimizu
tps://drive.google.com/folderview?id=0BzkkBTJUgwbhM29zYnUxckQzUUk&tid=0BzkkBTJUgwbhTldTd18yTFZCQ2s#list Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: armel/armhf d-i daily fails for days?

2016-05-08 Thread Roger Shimizu
On Sun, May 8, 2016 at 6:29 PM, Cyril Brulebois wrote: > Roger Shimizu (2016-05-08): >> It seems armel/armhf d-i daily fails for days [0][1][2]. Because >> there's no log for it, could you help to inform us what's happening on >> the build machine? > > Hi

Re: [RFC] Call for review of GNU/screen support for D-I (was Re: Merge orion5x/kirkwood to flavour marvell and marvell-qnap)

2016-05-08 Thread Roger Shimizu
On Tue, May 3, 2016 at 4:13 AM, Rick Thomas wrote: > On Mon, May 2, 2016, at 10:01 AM, Roger Shimizu wrote: >> On Sat, Apr 30, 2016 at 10:02 AM, Rick Thomas wrote: >> > When I’m installing Debian on one of the serial-console-only boxes, such >> > as the SheevaPlug o

Re: [RFC] Call for review of GNU/screen support for D-I (was Re: Merge orion5x/kirkwood to flavour marvell and marvell-qnap)

2016-05-08 Thread Roger Shimizu
On Tue, May 3, 2016 at 1:59 AM, Axel Beckert wrote: > Hi Roger, > > Roger Shimizu wrote: >> However, there's even no network-console (SSH) target for i386/amd64 yet [6]. > […] >> [6] >> https://anonscm.debian.org/cgit/d-i/debian-installer.git/tree/build/con

armel/armhf d-i daily fails for days?

2016-05-08 Thread Roger Shimizu
ily-images/armel/ [2] https://d-i.debian.org/daily-images/armhf/ Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: DebConf session(s)

2016-05-06 Thread Roger Shimizu
uce my work on GNU/screen support and maybe it's future. GNU/screen is already adopted by many users for years, so it's not rocket science, so it will just have 4-5 slides and 5 minutes is enough. This is my first visit to DebConf. Any suggestion would be appreciated. Thank you! Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: [RFC] Call for review of GNU/screen support for D-I (was Re: Merge orion5x/kirkwood to flavour marvell and marvell-qnap)

2016-05-02 Thread Roger Shimizu
k install log - if your SSH connection is lost, by any reason, you can reconnect SSH, and screen will resume the session for you. Are you convinced? Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: [RFC] Call for review of GNU/screen support for D-I (was Re: Merge orion5x/kirkwood to flavour marvell and marvell-qnap)

2016-05-02 Thread Roger Shimizu
prietary software license! I'm not sure about IPMI, but I guess either serial way (netboot-screen) or SSH way (network-screen) should be suitable for that use case. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: unusability issues

2016-05-01 Thread Roger Shimizu
d email to live's list [1]. [0] https://wiki.debian.org/DebianLive [1] debian-l...@lists.debian.org Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: "No kernel modules were found" during sid installation attempt (amd64)

2016-04-29 Thread Roger Shimizu
-i alpha was built on Jan, which latest kernel at that time was 4.3 so you use it to install stretch (by default, except you choose advanced), and currently latest kernel is 4.5 I suggest you to try d-i daily: https://d-i.debian.org/daily-images/ -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: [RFC] Call for review of GNU/screen support for D-I (was Re: Merge orion5x/kirkwood to flavour marvell and marvell-qnap)

2016-04-29 Thread Roger Shimizu
Dear Rick, Thanks for your interest in GNU/screen support for D-I activity! On Fri, Apr 29, 2016 at 8:17 PM, Rick Thomas wrote: > > On Apr 24, 2016, at 9:00 AM, Roger Shimizu wrote: > >> - ask users of all ARCHs related to check whether the GNU/screen is >> working well

Bug#822941: debian-installer: cannot boot installed on VirtualBox with EFI-enabled

2016-04-29 Thread Roger Shimizu
after installation, turn of VM > 4. turn on VM again > 5. not bootable, startup EFI shell It's very like bug#821341 [0] Please double confirm whether you use GPT partition. Thank you! [0] https://bugs.debian.org/821341 Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

[RFC] Call for review of GNU/screen support for D-I (was Re: Merge orion5x/kirkwood to flavour marvell and marvell-qnap)

2016-04-24 Thread Roger Shimizu
[Resend: change subject line to meet with current topic] [Add a few people ever expressed interest in GNU/screen for d-i work] On Tue, Apr 12, 2016 at 7:50 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-04-12 00:48]: >> I was about to write a list on pros and cons, but I only

Re: Merge orion5x/kirkwood to flavour marvell and marvell-qnap

2016-04-24 Thread Roger Shimizu
[Add a few people ever expressed interest in GNU/screen for d-i work] On Tue, Apr 12, 2016 at 7:50 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-04-12 00:48]: >> I was about to write a list on pros and cons, but I only find pros, >> with some reasons/explanation. >>

Re: joining the team

2016-04-24 Thread Roger Shimizu
ion stretch will ship with. >> What version is this likely to be? 4.4.x? 4.6.x? From a >> btrfs-perspective, I hope it's an LTS. > [...] > > 4.10 FYI. Announcement: https://lists.debian.org/debian-release/2016/02/msg00626.html Discussion: https://lists.debian.org/debian

Re: Use newer debian installer with old distro

2016-04-23 Thread Roger Shimizu
Dear Alan, If you're going to install old release, you can try the so-called "unofficial/backports" d-i images, created by kmuto: - http://kmuto.jp/debian/d-i/ - http://cdimage.debian.org/cdimage/unofficial/backports/ Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

How to build debian-installer under amd64 (was: [RFC] screen/tmux support for network-console)

2016-04-14 Thread Roger Shimizu
rget '_build' failed make[1]: *** [_build] Error 2 Makefile:279: recipe for target 'build_netboot' failed make: *** [build_netboot] Error 2 I also checked the daily build log [0], but without much clue. Could anyone kindly help on this? Thank you! [0] https://d-i.debian.org/daily-i

Re: Merge orion5x/kirkwood to flavour marvell and marvell-qnap

2016-04-11 Thread Roger Shimizu
Dear Martin, Thanks for your feedback! On Mon, Apr 11, 2016 at 8:43 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-04-06 01:29]: >> Hope you can accept these changes this time, because you had some >> concern last time [3]. > > Unfortunately I don't have time t

Merge orion5x/kirkwood to flavour marvell and marvell-qnap

2016-04-05 Thread Roger Shimizu
debian.org/819397 [3] https://lists.debian.org/debian-boot/2016/02/msg00438.html Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: [RFC] screen/tmux support for network-console

2016-04-02 Thread Roger Shimizu
On Sun, Apr 3, 2016 at 12:06 AM, Sven Joachim wrote: > On 2016-04-02 21:47 +0900, Roger Shimizu wrote: > If you added the "--add-udeb" option in ncurses' debian/rules, all it > takes is to actually install your locally built libncursesw5-dev along > all its dependencies

Re: [RFC] screen/tmux support for network-console

2016-04-02 Thread Roger Shimizu
Dear Sven, Thanks for your guidance these days! On Thu, Mar 31, 2016 at 1:52 AM, Sven Joachim wrote: > On 2016-03-30 09:39 +0900, Roger Shimizu wrote: >> There may need some time before those patches would be merged, and >> package get released. >> My question is, can I u

flash-kernel 3.61 release commit

2016-03-31 Thread Roger Shimizu
Dear Christian, Thanks for release flash-kernel 3.61 for me! However, I find you maybe forget to check-in your release commit to alioth. That prevent me from making new commit after 3.61. Please kindly help. Thank you! Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: [RFC] screen/tmux support for network-console

2016-03-29 Thread Roger Shimizu
On Sun, Mar 6, 2016 at 9:29 PM, Roger Shimizu wrote: > Yes, UI/cursor-hightlight is bit strange. But it at least works. > I'll try to make libraries, introduced by screen, udeb support first, > and then fix the UI issue. Some progress updates for this RFC. I have made a few

Re: Archive changes

2016-03-25 Thread Roger Shimizu
On Thu, Mar 24, 2016 at 10:29 PM, Roger Shimizu wrote: > On Thu, Mar 24, 2016 at 5:50 PM, Christian PERRIER wrote: >> Thanks for investigating (and hopefully fixing) this. I just upload >> net-retriever with your changes. > > Appreciated your help! > So I can test tomorro

Re: Archive changes

2016-03-24 Thread Roger Shimizu
On Thu, Mar 24, 2016 at 5:50 PM, Christian PERRIER wrote: > Quoting Roger Shimizu (rogershim...@gmail.com): >> Could you help to make a release for d-i repo: net-retriever.git? >> I confirm it fixes the runtime issue of d-i. >> And the d-i daily is broken anyway, so my fix wo

Re: Archive changes

2016-03-23 Thread Roger Shimizu
Dear Christian, Cyril, On Wed, Mar 23, 2016 at 6:57 PM, Roger Shimizu wrote: > On Tue, Mar 22, 2016 at 7:12 AM, Karsten Merker wrote: >> >> I have just tried a test install with today's armhf daily netboot >> images, and net-retriever fails: >> >> Jan 1 0

Re: Archive changes

2016-03-23 Thread Roger Shimizu
t; /tmp/net-retriever-1160-Release (for SHA1 checksum). > Jan 1 02:56:44 anna[1156]: WARNING **: bad d-i Packages file I also confirmed this issue occurs on armel/marvell device. On Tue, Mar 22, 2016 at 10:34 PM, Roger Shimizu wrote: > > I made the change for net-retriever, and pushed to br

Re: Archive changes

2016-03-22 Thread Roger Shimizu
hange for net-retriever, and pushed to branch "sha256_only" [0]. Could you help to review the code, please? Thank you! [0] https://anonscm.debian.org/cgit/d-i/net-retriever.git/commit/?h=sha256_only Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: [RFC] screen/tmux support for network-console

2016-03-06 Thread Roger Shimizu
On Sun, Mar 6, 2016 at 5:15 AM, Philip Hands wrote: > Roger Shimizu writes: > >> On Thu, Mar 3, 2016 at 8:25 PM, Philip Hands wrote: >> >> I use "set" command to dump environment variables. >> Here's the result. Yes, they're different, but I don

Re: [RFC] screen/tmux support for network-console

2016-03-05 Thread Roger Shimizu
:vb=\Eg:as=\E(0:ae=\E(B:\ :ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\ :Km=\E[M:k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\ :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\ :k;=\E[21~:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\ :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\ :FA=\E[34~:kb=:K2=\E[G:kB=\E[Z:kh=\E[1~:@1=\E[1~:\ :kH=\E[4~:@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:\ :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:' TERM_TYPE='network' USER='installer' WINDOW='0' -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Bug#816600: postinst: IPv6 address is not displayed in 'Start SSH' invitation

2016-03-04 Thread Roger Shimizu
;s only IPv6 but no IPv4. So you just need to run the d-i in very early stage and find how to get IPv6 address, without really install/overwrite your system. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Bug#816523: debian-installer: make fails if there's "APT::Default-Release" setting in system's apt.conf

2016-03-02 Thread Roger Shimizu
. Although usually we build in unstable, I guess it's better to improve this in some way. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: [RFC] screen/tmux support for network-console

2016-03-02 Thread Roger Shimizu
. Thank you! [0] https://anonscm.debian.org/cgit/d-i/rootskel.git [1] https://anonscm.debian.org/cgit/d-i/network-console.git Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Bug#815786: d-i does not ask for hostname

2016-02-29 Thread Roger Shimizu
On Tue, Mar 1, 2016 at 2:46 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-03-01 00:25]: >> So you mean hostname actually is got from DHCP, so it's not broken here? >> I tried d-i on my Linkstation with 2 different device, in 2 different >> network (DHCP server),

Re: [RFC] screen/tmux support for network-console

2016-02-29 Thread Roger Shimizu
On Thu, Feb 25, 2016 at 5:41 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-02-25 01:01]: >> If I have done the udeb of screen/tmux, how to build into d-i? >> Currently I use "make reallyclean; make >> build_kirkwood_network-console" to build d-i image. >

Bug#815786: d-i does not ask for hostname

2016-02-29 Thread Roger Shimizu
On Fri, Feb 26, 2016 at 9:57 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-02-26 09:44]: >> > I guess this should be $HOSTNAME (if set) or "debian". But I'm not >> > sure that's even worth fixing now. >> >> I think it deserves a fix

Bug#815786: d-i does not ask for hostname

2016-02-25 Thread Roger Shimizu
On Fri, Feb 26, 2016 at 3:40 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-02-25 18:59]: >> the code in: >> http://anonscm.debian.org/cgit/d-i/oldsys-preseed.git/tree/oldsys-preseed >> Line: 291 >> HOSTNAME=$(grep "Server Name" $p

Re: [RFC] screen/tmux support for network-console

2016-02-25 Thread Roger Shimizu
Dear Philipp, On Thu, Feb 25, 2016 at 10:12 PM, Philipp Kern wrote: > On 2016-02-19 17:00, Roger Shimizu wrote: >> >> I have a new idea on d-i/network-console: multi-console support >> (screen/tmux). > > > To be honest: This would be incredibly exciting for seria

Bug#815786: d-i does not ask for hostname

2016-02-25 Thread Roger Shimizu
.:..:..://' | sed 's/://g') There're several calling to "unset_matching_var" for other devices in that script, so if it's not working, it should be a bug to report. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: [RFC] screen/tmux support for network-console

2016-02-24 Thread Roger Shimizu
On Wed, Feb 24, 2016 at 4:02 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-02-23 02:04]: >> Actually, having multiply console is more than shell console, as d-i >> for PC, there're a few console for log output. >> I think it's also benefit for embedded world

Re: flash-kernel has been blocked from entering testing for long

2016-02-22 Thread Roger Shimizu
On Tue, Feb 23, 2016 at 1:39 AM, Ian Campbell wrote: > On Tue, 2016-02-23 at 01:30 +0900, Roger Shimizu wrote: >> Dear Ian, Christian, >> >> flash-kernel has been blocked from entering testing for long time. >> The QA page [0] says it's because serious bugs, which

Re: [RFC] screen/tmux support for network-console

2016-02-22 Thread Roger Shimizu
Dear Martin, Thanks for your comments! On Sat, Feb 20, 2016 at 5:57 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-02-20 01:00]: >> So I'm wondering whether it's possible to add screen/tmux support. > ... >> May it's a silly idea. So here's the RFC

Re: D-I status on device tree based armel orion5x/kirkwood Buffalo Linkstation

2016-02-22 Thread Roger Shimizu
On Sat, Feb 20, 2016 at 5:59 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-02-20 00:42]: >> Another thing I want to mention is that it still need a command line >> to create RAID1 /boot partition: >> mdadm --create /dev/md0 --level=1 --raid-devices=2 -e 0 /dev/sd

flash-kernel has been blocked from entering testing for long

2016-02-22 Thread Roger Shimizu
l issue for the package in sid. For such case, I suggest you release the blocking manually. Thank you! [0]: https://qa.debian.org/excuses.php?package=flash-kernel [1]: https://tracker.debian.org/pkg/flash-kernel Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Bug#815570: partman-md: it should be able to setup bitmap when creating the RAID

2016-02-22 Thread Roger Shimizu
Package: partman-md Version: 77 Severity: normal X-Debbugs-Cc: rogershim...@gmail.com Dear Maintainer, As bitmap plays an important role in RAID, I recommend partman-md to have a menu to setup internal/external bitmap, and bitmap block size. Thank you! Cheers, -- Roger Shimizu, GMT +9 Tokyo

Bug#815569: partman-md: it should be able to choose metadata={0, 1, ddf, imsm} when creating the RAID

2016-02-22 Thread Roger Shimizu
ut problem. So I ask you to support specify the metadata style when creating the RAID. Thank you! Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

[RFC] screen/tmux support for network-console

2016-02-19 Thread Roger Shimizu
to keep "network-console" and add a new type such as "network-multiconsole", since there's already size issue on orion5x qnap devices. But how do it? Do I need to fork network-console.git repo? May it's a silly idea. So here's the RFC to hear other voice.

D-I status on device tree based armel orion5x/kirkwood Buffalo Linkstation

2016-02-19 Thread Roger Shimizu
lly those orion5x/kirkwood NAS boxes, which already or almost lost support from vendor, can be supported by Debian. Thanks for your guiding and support! Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Re: d-i daily 2/18 is missing for armel only

2016-02-18 Thread Roger Shimizu
Dear Cyril, Sorry, just found your email in my gmail's spam folder. So I replied previous email before seeing your email. On Thu, Feb 18, 2016 at 9:05 PM, Cyril Brulebois wrote: > Hi Roger, > > Roger Shimizu (2016-02-18): >> I cannot find today(2/18)'s armel d-i dai

Re: d-i daily 2/18 is missing for armel only

2016-02-18 Thread Roger Shimizu
On Thu, Feb 18, 2016 at 6:44 PM, Roger Shimizu wrote: > Dear D-I Maintainer, > > I cannot find today(2/18)'s armel d-i daily image [0], while other > arch is correctly downloadable [1][2]. > If there's build error, there should be build log to check, but > unfortunat

d-i daily 2/18 is missing for armel only

2016-02-18 Thread Roger Shimizu
ps://d-i.debian.org/daily-images/armel/ [1] https://d-i.debian.org/daily-images/amd64/ [2] https://d-i.debian.org/daily-images/arm64/ Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Bug#814710: flash-kernel: script test_functions fails if there's local setting in /etc/flash-kernel/machine

2016-02-15 Thread Roger Shimizu
On Mon, Feb 15, 2016 at 10:21 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-02-14 22:59]: >> Script "test_functions" will be run during package building (I use >> git-buildpackage). >> But if if there's local setting in /etc/flash-kernel/machine,

Re: "ts209" d-i image failed to build due to size

2016-02-14 Thread Roger Shimizu
[remove CC 814...@bugs.debian.org due to my post has nothing to do with gnupg] Dear Martin, On Thu, Feb 11, 2016 at 4:36 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-02-11 00:12]: >> As you may already know, "ts209" d-i image failed to build due to >> size, sin

Bug#814710: flash-kernel: script test_functions fails if there's local setting in /etc/flash-kernel/machine

2016-02-14 Thread Roger Shimizu
ailed: 2 failed: test_get_cpuinfo_hardware failed: test_get_dt_hardware debian/rules:35: recipe for target 'override_dh_auto_test' failed ===== Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Bug#814342: lowmem should not block when in network-console d-i mode

2016-02-12 Thread Roger Shimizu
Control: reassign -1 oldsys-preseed Control: tags -1 + fixed pending On Fri, Feb 12, 2016 at 4:18 PM, Roger Shimizu wrote: > On Fri, Feb 12, 2016 at 9:38 AM, Martin Michlmayr wrote: >> * Roger Shimizu [2016-02-11 16:28]: >>> Now it's clear, since in d-i, file >

Bug#814342: lowmem should not block when in network-console d-i mode

2016-02-11 Thread Roger Shimizu
On Fri, Feb 12, 2016 at 9:38 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-02-11 16:28]: >> Now it's clear, since in d-i, file >> build/pkg-lists/netboot/network-console/armel/orion5x.cfg >> >> oldsys-preseed >> # sata and ext2/ext3 modules are nee

Bug#814342: lowmem should not block when in network-console d-i mode

2016-02-10 Thread Roger Shimizu
Dear Martin, On Thu, Feb 11, 2016 at 5:21 AM, Martin Michlmayr wrote: > * Roger Shimizu [2016-02-11 01:19]: >> Package: lowmem >> >> There's a mode calling network-console in d-i, which let user to use >> SSH to connect to the target device for Debian instal

Bug#814342: lowmem should not block when in network-console d-i mode

2016-02-10 Thread Roger Shimizu
aemon to start, so user has no chance to see the warning by lowmem, and then proceed. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

"ts209" d-i image failed to build due to size

2016-02-10 Thread Roger Shimizu
ly-images/armel/20160206-00:15/build_orion5x_network-console.log [1]: https://d-i.debian.org/daily-images/armel/20160207-00:14/build_orion5x_network-console.log Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1

Bug#810828: flash-kernel: update kernel address for Linkstation LS-WTGL

2016-02-08 Thread Roger Shimizu
On Sun, Jan 24, 2016 at 1:28 AM, Roger Shimizu wrote: > On Sat, Jan 23, 2016 at 7:17 AM, Martin Michlmayr wrote: >> Your patch sets the kernel load address to 0x00c08000. So u-boot will >> still load the kernel to 0x0010 but then (I guess) it's >> uncompressed at 0

Bug#810828: flash-kernel: update kernel address for Linkstation LS-WTGL

2016-01-23 Thread Roger Shimizu
On Sat, Jan 23, 2016 at 7:17 AM, Martin Michlmayr wrote: > Your patch sets the kernel load address to 0x00c08000. So u-boot will > still load the kernel to 0x0010 but then (I guess) it's > uncompressed at 0x00c08000. The problem is that 0x00c08000 is only 4 > MB after the start of the ramdis

Bug#809476: Linux 4.4-rc6 fails to boot on QNAP TS-109

2016-01-22 Thread Roger Shimizu
On Wed, Jan 6, 2016 at 9:41 PM, Roger Shimizu wrote: > [Resend previous email to keep ARM experts in CC] > > On Thu, Dec 31, 2015 at 9:09 AM, Martin Michlmayr wrote: >> I tried to boot Debian's 4.4-rc6 kernel on my QNAP TS-109 and it failed >> to boot with: >> [

  1   2   >