Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Riccardo Mottola
Hi! as I did long ago, I want again a "real hardware" machine to run HURD on, not just a vm. It is more fun, more real... and motivates me more to hack and test software on it! The machine I used to run it is gone and some old spare 32bit laptops are not good enough because they either have n

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Riccardo Mottola
Hi Samuel, Samuel Thibault wrote: Yes please, otherwise it's simply just divine-work to be able to say anything about whether it would be supposed to work (e.g. whether we'd have a driver or not). Fine, I will provide details for each computers in separate messages. Lacking "dmesg" and "ls

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Riccardo Mottola
haring? It is interesting that the laptop has no RS232 port... where are they? sharing because of 4 ports with 2 IRQs, 3 & 4? Riccardo Mottola wrote: 1) A Compaq Presario with Pentium4 non-HT, it would be ideal, integrated LAN... it has a Radeon, so also a usually supported Card. It even ha

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Riccardo Mottola
en by Donald Becker [    6.940511] via-rhine :00:12.0 eth0: VIA Rhine II at (ptrval), 00:c0:9f:37:94:6b, IRQ 4 [    6.941301] via-rhine :00:12.0 eth0: MII PHY found at address 1, status 0x7869 advertising 05e1 Link c5e1 Can this work under HURD? Thanks, Riccardo Riccardo Mottola wrote:

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Riccardo Mottola
Hi! Samuel Thibault wrote: Apparently nobody started Hurd's GNU Mach micro-kernel on a system with 4 com ports indeed. I pushed to master a restriction to 2 ports only, to just avoid the issue. How do I test it are some kernel snapshots being build that I can install&try? This laptop appea

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-24 Thread Riccardo Mottola
Hi Samuel! Samuel Thibault wrote: Riccardo Mottola, le dim. 22 nov. 2020 23:52:54 +0100, a ecrit: 00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102/VT6103 [Rhine-II] (rev 74) That looks much less common. uncommon stuff is more fun :) I Guess that by being a genuine AMD, also the

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-24 Thread Riccardo Mottola
Hi Samuel, Samuel Thibault wrote: Apparently nobody started Hurd's GNU Mach micro-kernel on a system with 4 com ports indeed. I pushed to master a restriction to 2 ports only, to just avoid the issue. How do I test it are some kernel snapshots being build that I can install&try? You can try

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-12-07 Thread Riccardo Mottola
Hi Samuel, Samuel Thibault wrote: >> [    3.491071] isapnp: Scanning for PnP cards... >> [    3.845792] isapnp: No Plug & Play device found >> [    3.846113] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >> [    3.866946] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a >> 1

Re: Debian Hurd tests on real hardware - network, IRQ issues

2021-01-02 Thread Riccardo Mottola
Hi Samuel, Samuel Thibault wrote: >> Since you wrote me you pushed a new kernel, I just did apt-get update, >> got a new hurd. >> Unfortunately, the problem persists. > Ah, indeed, the com driver doesn't actually limits its probing according > to NCOM. Fixed upstream and pushed as pending for nex

Re: Debian Hurd tests on real hardware - network, IRQ issues

2021-01-22 Thread Riccardo Mottola
Hi, Samuel.. did you see this? does this give you any additional clue about my IRQ issue? Thanks, Riccardo Riccardo Mottola wrote: > Hi Samuel, > > > Samuel Thibault wrote: >>> Since you wrote me you pushed a new kernel, I just did apt-get update, >>> got a ne

PTHREAD_MUTEX_ADAPTIVE_NP undefined in Gecko

2021-02-09 Thread Riccardo Mottola
Hi, how is compilation of Gecko related browsers going on? I am trying to compile ArcticFox and I get this:  3:43.44 /home/multix/code/Arctic-Fox/nsprpub/pr/src/pthreads/ptsynch.c:60:48: error: ‘PTHREAD_MUTEX_ADAPTIVE_NP’ undeclared (first use in this function); did you mean ‘PTHREAD_MUTEX_

wireless setup / tools for intel wireless

2021-02-09 Thread Riccardo Mottola
Hi, I got another laptop just to run HURD (more on its status in a separate mail). I'd like to try to setup wireless, if possible. I found as reference only some very old posts. I have installed wireless-tools-gnumach, but shouldn't I have "iwconfig" with it? can't find it. # inetutils-ifc

Re: PTHREAD_MUTEX_ADAPTIVE_NP undefined in Gecko

2021-02-09 Thread Riccardo Mottola
Hi Richardm, Richard Braun wrote: The _NP suffix means non-posix, and is generally used for system-specific features. The use of "adaptive" mutexes is probably just an optimization, so it should be completely safe to just comment it out on systems where the macro doesn't exist (assuming it's a

Re: PTHREAD_MUTEX_ADAPTIVE_NP undefined in Gecko

2021-02-09 Thread Riccardo Mottola
Paul Sonnenschein wrote: For this specific issue, you should be able to use the patch available at the following Debian bug report for NSPR: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970659 (Alternatively, one might replace the #if with #ifdef PTHREAD_ADAPTIVE_INITIALIZER_NP as recommende

Re: wireless setup / tools for intel wireless

2021-02-09 Thread Riccardo Mottola
Hi, Samuel Thibault wrote: dpkg -L wireless-tools-gnumach /usr/sbin/iwconfig it does But remember to use "su -", not only "su", to get your PATH to contain /usr/sbin. Indeed! or access it directly. However, none is detected: lo    no wireless extensions. /dev/eth  no wireless extensions

missing epoll.h - gecko build

2021-03-04 Thread Riccardo Mottola
Hi all, continuing the journey of a custom gecko for HURD.  6:47.93 In file included from /home/multix/code/Arctic-Fox/ipc/chromium/src/third_party/libevent/epoll.c:36:  6:47.93 ../../dist/system_wrappers/sys/epoll.h:4:15: fatal error: sys/epoll.h: No such file or directory  6:47.93 4 | #

gecko/ArcticFox more GNU work - segmentation fault in python 2.7

2021-03-04 Thread Riccardo Mottola
Hi, I decided to continue working on my ArcticFox efforts on hurd. I found this patch by Richard Braun: https://bugzilla.mozilla.org/show_bug.cgi?id=1029809 Being ArcticFox codebase around FF 40-45, it was relatively easy to adapt&apply! However, compilation halts with 62:47.37 In file in

Re: On conscription, copyright assignment, and CVEs

2021-10-11 Thread Riccardo Mottola
Hi Sergey, I sometimes wonder this bureaucracy! Sergey Bugaev wrote: > but in any case, it's been two months since the fixes have been > published. Everybody should have had plenty of time to upgrade. It's > also been possible for any attackers to infer what the vulnerabilities > were from the p

hang after reboot - fs read only

2022-09-26 Thread Riccardo Mottola
Hi, I was upgradeing Hurd + Debian on real hardware (ThinkPad) and I left it running. I found out the system rebooted itself, so i don't know how far it progressed. If I reboot, boot doesn't finish I also tried recovery mode, but it does not complete - filesystem not unmounted cleanly, but then i

Re: hang after reboot - fs read only

2022-10-13 Thread Riccardo Mottola
Hi Samuel, Samuel Thibault wrote: > Probably some node was found to be not linked any more (see > https://darnassus.sceen.net/~hurd-web/open_issues/ext2fs_dtime/) and > ext2fs tried to drop it but since it's readonly it can't do it. > >> also, how can I fix it? I fear I need an external boot disk

installing from scratch - chicken and egg problem

2022-10-20 Thread Riccardo Mottola
Hi, since my filesystem trashed, I have to reinstall HURD on my laptop. I have an older ISO image here. I also see that the stable ones are of the past year: https://cdimage.debian.org/cdimage/ports/stable/hurd-i386/iso-cd/ Once installed, if I try to upgrade the system, I get a chicken-and-egg p

lost ssh access - where is a log?

2022-11-28 Thread Riccardo Mottola
Hi! after some updates and other works, I can no longer ssh into my HURD system. I can do a local log-in and I can telnet to it. ssh yields: $ ssh -Y 192.168.1.154 Connection reset by 192.168.1.154 port 22 I do not find any useful log in /var/log ! how can I get a ssh log? Cheers, Riccardo

Re: lost ssh access - where is a log?

2022-11-30 Thread Riccardo Mottola
Hello! Guy-Fleury Iteriteka wrote: There is a thread from bugaev that explain the issue and a partial fix : https://floss.social/@bugaevc/109422269238549581 It is one year old... anyone experiencs my issues? I am puzzled: up to the day before my post, I was able to ssh in and it was a fresh

Re: lost ssh access - where is a log?

2022-11-30 Thread Riccardo Mottola
Hi Samuel, Samuel Thibault wrote: It is one year old. ? No, it's 2 days old. See the workaround he posted there. Sorry, I was somehow misled, I don't know. Not accustomed to microblogging I gues. I see the several hacks about accessing /dev/urandom as well as having comments about arc4ran

Re: lost ssh access - where is a log?

2022-11-30 Thread Riccardo Mottola
Hi Samuel, Samuel Thibault wrote: See this post: https://toot.aquilenet.fr/@bugaevc@floss.social/109422315762760554 indeed, the mkdir /run/sshd/dev settrans -ac /run/sshd/dev/urandom /hurd/random trick gave me a working ssh, probably unsecure  as Sergey writes, but at least it proves we ha

Re: lost ssh access - where is a log?

2022-12-02 Thread Riccardo Mottola
Hi, Sergey Bugaev wrote: On Tue, Nov 29, 2022 at 7:34 AM Guy-Fleury Iteriteka wrote: There is a thread from bugaev that explain the issue and a partial fix : https://floss.social/@bugaevc/109422269238549581 Well, I guess that's my cue to wave hi to this list :) Welcome back! or citing, sa

Re: kernel panic on network activity

2012-05-16 Thread Riccardo Mottola
Hi,, On 05/16/2012 12:35 AM, Riccardo Mottola wrote: Hi, I attach a screenshot on how my kernel panics when I just "ping" localhost. I provide a "screenshot" since I had to uninstall any ssh, telnet or login daemon to be able to boot. This happens after the last debia

Re: kernel panic on network activity

2012-05-16 Thread Riccardo Mottola
This is a screenshot running 20120505-dbg and then "trace". Riccardo <>

grub-pc makes hurd crash

2012-05-19 Thread Riccardo Mottola
Hi, while configuring/installing grub-pc from debian, the kernel panics in the way attached in the screenshot. Riccardo <>

grub-pc makes hurd crash

2012-05-19 Thread Riccardo Mottola
Hi, while configuring/installing grub-pc from debian, the kernel panics in the way attached in the screenshot. Riccardo <>

Re: grub-pc makes hurd crash

2012-05-22 Thread Riccardo Mottola
Samuel Thibault wrote: Riccardo Mottola, le Sat 19 May 2012 16:13:19 +0200, a écrit : while configuring/installing grub-pc from debian, the kernel panics in the way attached in the screenshot. I don't see anything obvious, from the source code the assertion should never trigger, so it

Re: kernel panic on network activity

2012-05-24 Thread Riccardo Mottola
Hi Samuel, On 05/17/12 01:37, Samuel Thibault wrote: The address looked odd to me, but with the backtrace it's much clearer. It's simply the bios32 entry call which needs to be offset, like Linux does. Please try the attached patch over the latest git tree. If I built and installed correctly (w

Re: »No more PTYs« message

2012-05-25 Thread Riccardo Mottola
Hi, On 05/25/12 11:34, Thomas Schwinge wrote: Hi! We've been seeing this on darnassus several times: try to allocate a PTY (log in via SSH, or start screen, etc.), and get a »No more PTYs« message. Now the same happend on flubber: I could log in via SSH, but starting screen failed. I did a »l

hd0 dma error

2013-02-11 Thread Riccardo Mottola
Hi, I was compiling again some sources and got a: hd0: dma_intr: status=0x51 { DriveReady SeekCompleteError } hd0: dma_intr: error=0x40 { UncorrectableError }, LBAsect=44914186, sector=27804896 end_request: I/O error, dev 03:07, sector 27804896 I hope my drive is not failing and that it is so

Re: French translation for “Computer bought the farm”

2013-03-15 Thread Riccardo Mottola
On 03/15/13 14:45, Luca Saiu wrote: In the italian language an informal way of rendering "to die" is "tirare il calzino", literally "to pull (one's?) sock". The complete translated sentence would be "Il computer ha tirato il calzino". "tirare i cracchi". "Il computer ha tirato i cracchi" :) R

Re: French German translation for “Computer bought the farm”

2013-03-15 Thread Riccardo Mottola
Hi, On 03/15/13 16:16, Samuel Thibault wrote: Hello, A colleague of mine looked at what could be the german version, and found something like: “Das Computer gab den Löffel ab” (The computer gave the spoon away) “Das Computer beißt ins Gras” (The computer eats the grass) Probably needs proof-

Re: French German translation for “Computer bought the farm”

2013-03-15 Thread Riccardo Mottola
On 03/15/13 17:44, Aljosha Papsch wrote: Riccardo Mottola schrieb: Hi, On 03/15/13 16:16, Samuel Thibault wrote: Hello, A colleague of mine looked at what could be the german version, and found something like: “Das Computer gab den Löffel ab” (The computer gave the spoon away) “Das

Re: crash when running apt

2013-03-28 Thread Riccardo Mottola
Hi, if I read it correctly I have 0x8011f0c9 0x8011f1a1 0x8011f177 0x80109930 0x801099be 0x8013012c 0x8012ffd2 0x80130076 0x80127d9a 0x801554a0 0x80106cf0 I had to uncompress my kernel, since it is in the gz format! I get: multix@grid:~$ addr2line -i -f -e gnumach-1.3.99-486-dbg 0x8011f0c9

Re: crash when running apt

2013-04-03 Thread Riccardo Mottola
ault wrote: Riccardo Mottola, le Tue 02 Apr 2013 21:33:25 +0200, a écrit : did you get this? I got the mail, yes. I haven't had the time to analyze deeply, just shortly, enough to think that this deserves more analysis as to why task termination fails to remove a pmap entry. I've never me

Re: crash when running apt

2013-04-04 Thread Riccardo Mottola
On 04/03/13 09:15, Samuel Thibault wrote: Riccardo Mottola, le Wed 03 Apr 2013 09:13:50 +0200, a écrit : I think the two facts are related. If you look at the original screeshot, you can notice that it is running "run-parts" on zz-update-grub, I gather that gnumach is only the paramet

Re: crash when running apt

2013-04-10 Thread Riccardo Mottola
Hi Samuel, On Sat, 06 Apr 2013 02:08:49 +0200, Samuel Thibault wrote: Hello, Could you retry to get the trace with the gnumach kernel I've uploaded to http://dept-info.labri.fr/~thibault/tmp/gnumach.gz ? It's not fixing the issue, but has better debugging traces. Please make sure to als

Re: grub-probe/update-grub/reconfigure gnumach-image disasters fixed

2013-05-06 Thread Riccardo Mottola
Hi, On 05/02/13 01:47, Samuel Thibault wrote: Hello, The latest commit in gnumach should be fixing the disasters that some people have been seeing in their hurd system. This was due to an improper handling of non-block-aligned reads in the gnumach linux block glue, which happens only if partiti

Re: New installation CDs and qemu image

2014-03-05 Thread Riccardo Mottola
Hi Samuel, Samuel Thibault wrote: Hello, I've rebuilt the installation CDs and the preinstalled qemu image. very fine. My old PC had a Hard disk failure shortly after you fixed a serious disk bug months ago which currputed my partition/filesystems. I thus changed HD and used your new image t

Re: New installation CDs and qemu image

2014-03-05 Thread Riccardo Mottola
Hi, Richard Braun wrote: >/dev/hd0s1/ext2defaults0 1 >/dev/hd0s2/bootext3defaults0 3 >/dev/hd0s3noneswapsw0 0 >/dev/hd2/media/cdrom0iso9660noauto0 0 > >what could be the problem? what is failing? it looks quite correct >to me. Swap

Re: New installation CDs and qemu image

2014-03-05 Thread Riccardo Mottola
Samuel Thibault wrote: Riccardo Mottola, le Wed 05 Mar 2014 14:43:01 +0100, a écrit : > * the pseudo-graphic leads to a black screen, this both with an LCD >monitor and with a CRT that normally syncs almost about anything Did you try 640x400? That is the standard VGA resolution th

Re: New installation CDs and qemu image

2014-03-05 Thread Riccardo Mottola
Samuel Thibault wrote: In the sentence you are talking about /home, and the file is talking about /boot. You spotted it! actually my screen grab was so blurry, I did it wrong twice. It is /home indeed /dev/hd0s1/ext2defaults0 1 /dev/hd0s2/homeext2defaults0 3 /de

Re: New installation CDs and qemu image

2014-03-05 Thread Riccardo Mottola
Samuel Thibault wrote: /proc/mounts /etc/mtab /var/run/mtab my /proc is empty. /etc/mtab is a file, /var/run is a symlink to /run but it is empty, no mtab file. Riccardo

Re: New installation CDs and qemu image

2014-03-06 Thread Riccardo Mottola
Hi Samuel, did something get only partially configured during installation? Riccardo Mottola wrote: Samuel Thibault wrote: /proc/mounts /etc/mtab /var/run/mtab ... my /proc is empty. /proc is a virtual file system, right? how should it get mounted/created with HURD? /etc/mtab is a file

Re: New installation CDs and qemu image

2014-03-09 Thread Riccardo Mottola
Hi Samuel, Riccardo Mottola wrote: Samuel Thibault wrote: /proc/mounts /etc/mtab /var/run/mtab my /proc is empty. /etc/mtab is a file, /var/run is a symlink to /run but it is empty, no mtab file. Is there no hope to fix this? Should I attempt a reinstall? Since it is a new HDD, I have no

Re: New installation CDs and qemu image

2014-03-10 Thread Riccardo Mottola
Hi Justus, thanks for replying. Justus Winter wrote: /proc/mounts /etc/mtab /var/run/mtab my /proc is empty. That is bad. Please confirm that your /proc node has a passive translator record: % showtrans /proc /hurd/procfs -c it is unset, showtrans returns nothing. Can I set it with settran

Re: New installation CDs and qemu image

2014-03-12 Thread Riccardo Mottola
Hi, Samuel Thibault wrote: Or simpler: dpkg-reconfigure hurd I remounted read-write /, run it and it complted. Now I have a nicely populated /proc ! However, my /run is still empty. Something else to reconfigure perhaps? Needles to say, i still get the boot failure about fsck complaining the

Re: New installation CDs and qemu image

2014-03-18 Thread Riccardo Mottola
Hi, without success and further help, I just attempted a clean reinstall .As a note, I add that the machine I am using worked with hurd for years, until its hard-disk trashed. The installer went fine (it is quite slow, CD-ROM access seems quite painful) through all the steps, up to the last

Re: New installation CDs and qemu image

2014-03-18 Thread Riccardo Mottola
Hi, Richard Braun wrote: Honestly, I'm not sure you'll get help for such a specific problem. The failed reinstall, though, is more troubling (and then interesting). I suggest you reattempt to reinstall, and use the other virtual terminals to check the status of the system if reinstallation fails

Re: New installation CDs and qemu image

2014-03-18 Thread Riccardo Mottola
Hi, Gabriele Giacone wrote: Did you install it again on / and /home distinct filesystems? If so, try to reinstall it on "/" only. Plus, don't set any mirror so that install takes all packages from CD. I did not.. however what i will try later tonight is to edit mtab and let the system boot with

Re: New installation CDs and qemu image

2014-03-18 Thread Riccardo Mottola
Richard Braun wrote: On Tue, Mar 18, 2014 at 11:59:44AM +0100, Gabriele Giacone wrote: >Did you install it again on / and /home distinct filesystems? If so, >try to reinstall it on "/" only. >Plus, don't set any mirror so that install takes all packages from CD. Just for the record, it's strong

Re: New installation CDs and qemu image

2014-03-19 Thread Riccardo Mottola
Hi, Riccardo Mottola wrote: I did not.. however what i will try later tonight is to edit mtab and let the system boot without /home and see if it completes boot. some updates. I did the following (in the fresh install). 0) fsck'd / 1) remounted / read-write, edited /etc/fstab and comm

mounted volume information

2014-03-26 Thread Riccardo Mottola
Hi, my volume saga continues. I did quite some work in the past two evenings. * I commented out the mounting of the second partition on /home in /etc/fstab * Afterwards I could end boot without problems. * I setup network and upgraded everything with apt-get I then want to run fsck on my seco

Re: mounted volume information

2014-03-26 Thread Riccardo Mottola
Hi, Justus Winter wrote: df gets its data from /proc/mounts, so if you look there, you should see your "mounts". The reason our mount does not show those is that mount simply does not read /proc/mounts but only /etc/fstab. shouldn't mount check /etc/mtab? fstab is static. If you want to work

Re: mounted volume information

2014-03-27 Thread Riccardo Mottola
Hi, Justus Winter wrote: Howver you answer only half of the question: the other one is: if a >volume is not in /etc/fstab, how does it up being mounted during boot? Meet passive translators: If a node in the virtual filesystem (say /home) has a passive translator record, then a translator is st

problem on shut-down

2014-04-01 Thread Riccardo Mottola
Hi, my box hangs when shutting down. When it comes to "stopping the internet superdaemon inetd" it just hangs. Riccardo

Re: problem on shut-down

2014-04-02 Thread Riccardo Mottola
Justus Winter wrote: As a workaround, using {reboot,halt}-hurd is safe (filesystem-wise) even when using sysvinit. Using those commands avoids such problems. I will try! Then again, you should try to debug this. See what the init script does. Inject a set -x to see where it hangs, etc. I tr

Re: problem on shut-down

2014-04-02 Thread Riccardo Mottola
Hi, thinks are getting more intricated. Justus Winter wrote: Ok, I installed openbsd-inetd and telnetd on a test vm. service {start,stop} openbsd-inetd work as expected. here too... multix@ithil:/var/log$ sudo /etc/init.d/openbsd-inetd stop [sudo] password for multix: [ ok ] Stopping interne

Re: problem on shut-down

2014-04-03 Thread Riccardo Mottola
Hi, On 04/02/2014 02:20 PM, Justus Winter wrote: Ok, I installed openbsd-inetd and telnetd on a test vm. service {start,stop} openbsd-inetd work as expected. it's not inetd. It actually stops here: root@ithil:~# ps -x PID TT STAT TIME COMMAND 8 - S 88 - S--mode=755 tmpfs 89

Re: problem on shut-down

2014-04-04 Thread Riccardo Mottola
Hi,, Justus Winter wrote: >it's not inetd. It actually stops here: > >root@ithil:~# ps -x Please use ps -Ax: root@pluto ~ # ps -x|wc --lines 313 root@pluto ~ # ps -Ax|wc --lines 349 I'll do next time :) I actually used ps -x just to look what init.d process was being run with "stop". >11434

Re: problem on shut-down

2014-04-09 Thread Riccardo Mottola
Hi, I was able to investigate this more. I have the inconveninece that at every HURD shtudown (even if graceful) I lookse my date&time in the bios... Justus Winter wrote: Sometimes bugs can't be easily reproduced, sadly. One needs to gather >information in the best possible way then... Yes,

Re: problem on shut-down

2014-04-10 Thread Riccardo Mottola
Hi, let me add also: 4) connect through telnet, gracefully close the telnet connection by logging out, shut down: hang Riccardo Riccardo Mottola wrote: Hi, I was able to investigate this more. I have the inconveninece that at every HURD shtudown (even if graceful) I lookse my date&

Re: problem on shut-down

2014-04-11 Thread Riccardo Mottola
Hi, Justus Winter wrote: appears to be something with my xinted/telnetd! Could you please specify which packages you are using? Debian has three telnetd packages, and I don't seem to be able to locate the xinetd package at all. Justus dpkg-query shows me: ii telnet

problem installing SVN

2014-04-15 Thread Riccardo Mottola
Hi, I had subversion installed, during an apt-get upgrade it broke, if I try to install it now I get: The following packages have unmet dependencies: subversion : Depends: libsvn1 (= 1.7.9-1+nmu3+b1) but it is not going to be installed E: Unable to correct problems, you have held broken pac

hurd and BIOS/RTC problem

2014-04-28 Thread Riccardo Mottola
Hi, while testing my old HURD box (remember, real hardware, not a VM) I noticed that I have troubles with my BIOS settings and the RTC. The preface is that about a year ago, with my old install, I did not have this behavior. If I boot into the hurd, the clock settings are gone! The BIOS fai

Re: problem installing SVN

2014-04-30 Thread Riccardo Mottola
Hi all, ùjust for the record. Riccardo Mottola wrote: Hi, I had subversion installed, during an apt-get upgrade it broke, if I try to install it now I get: The following packages have unmet dependencies: subversion : Depends: libsvn1 (= 1.7.9-1+nmu3+b1) but it is not going to be

Re: hurd and BIOS/RTC problem

2014-05-06 Thread Riccardo Mottola
Hi, Samuel Thibault wrote: Do you have HWCLOCKACCESS enabled in /etc/default/hwclock and rcS? Otherwise I don't see how a BIOS manages to let an OS disturb its RTC... The line is commented out. # Set this to yes if it is possible to access the hardware clock, # or no if it is not. #HWCLOCKACCE

Re: hurd and BIOS/RTC problem

2014-05-14 Thread Riccardo Mottola
Hi, Samuel Thibault wrote: Do you have HWCLOCKACCESS enabled in /etc/default/hwclock and rcS? Otherwise I don't see how a BIOS manages to let an OS disturb its RTC... I don't have it, as I wrote, at least, the line is commented out. What's the default? shoul I explicitely set it to NO? I noti

Re: hurd and BIOS/RTC problem

2014-05-15 Thread Riccardo Mottola
Hi, Samuel Thibault wrote: The default seems to be yes, according to /etc/init.d/hwclock.sh. You could try to set it to no. Samuel I set it to "no" and uncommented the line, i still have the problem. It is interesting that a single-boot user too yields the problem. However if booting gets int

hang on bootstrap

2014-09-08 Thread Riccardo Mottola
Hi, after the last udpate (I admit, a couple of weeks ago before the holiday season) which was apparently successful, my system doesn't boot anymore. I get: <...> start ext2fs: ext2fs: device:hd0s1: warning: FILESYSTEM NOT UNMOUNTED CLEANLY; PLEASE fsck Hurd server bootstrap: ext2fs[device:

Re: hang on bootstrap

2014-09-09 Thread Riccardo Mottola
drive. On 09/08/2014 10:30 PM, Riccardo Mottola wrote: Hi, after the last udpate (I admit, a couple of weeks ago before the holiday season) which was apparently successful, my system doesn't boot anymore. I get: <...> start ext2fs: ext2fs: device:hd0s1: warning: FILESYSTEM NOT UN

Re: hang on bootstrap

2014-09-15 Thread Riccardo Mottola
Hi, Justus Winter wrote: The output changes, but hangs in the same place: <...> start ext2fs: ext2fs: device:hd0s1: warning: FILESYSTEM NOT UNMOUNTED CLEANLY; PLEASE fsck ext2fs: device:hd0s1: warning: MOUNTED READ-ONLY; MUST USE 'fsysopts ''writable' Hurd server bootstrap: ext2fs[device:hd0s1]

Re: hang on bootstrap

2014-10-10 Thread Riccardo Mottola
Hi, I finally had some time to tinker with my HURD box again. Justus Winter wrote: If you are running a debug kernel (and you should), you can break into the kernel debugger using ctrl-alt-d and do: Sadly I am not. I have only one kernel in my /boot dir and it doesn't respond to ctrl-alt-d. a

Re: hang on bootstrap

2014-10-10 Thread Riccardo Mottola
Hi, Samuel Thibault wrote: Could you try to run a Linux sid Debian system on this machine? hurd-i386 has switched to the i586 triplet, like all other Debian i386 port, and maybe there are some corner cases which haven't been dealt with, and they would most probably show up with linux-i386 too. i

Problem with reinstallation, bootloader

2014-11-03 Thread Riccardo Mottola
Hi, since I cannot boot my machine anymore since weeks, even after trying to install the previous versions of hurd, gnumach and libc I did not get the box to end the boot sequence. Thus, since I reinstalled everything, I have all my /home data in a separate partition anyway. Since my CD was n

Re: Problem with reinstallation, bootloader

2014-11-05 Thread Riccardo Mottola
not access other consoles or saw meaningful errors on screen to report. thank you. Riccardo Riccardo Mottola wrote: Hi, since I cannot boot my machine anymore since weeks, even after trying to install the previous versions of hurd, gnumach and libc I did not get the box to end the boot sequ

Re: Problem with reinstallation, bootloader

2014-11-11 Thread Riccardo Mottola
Hi, Samuel Thibault wrote: Hello, Riccardo Mottola, le Mon 03 Nov 2014 11:46:24 +0100, a écrit : I used the "text only" install. The pseud-graphical (exactly as the rescue mode) sends my monitor (I tried both an LCD and a CRT) to a black screen, but with a signal, but not out of

Re: Problem with reinstallation, bootloader

2014-11-12 Thread Riccardo Mottola
Hi, Samuel Thibault wrote: On the official Debian hurd ports page, simply: http://www.debian.org/ports/hurd/hurd-cd it points at https://people.debian.org/~sthibault/hurd-i386/ and https://people.debian.org/~sthibault/hurd-i386/installer/cdimage/ Darn, I had to search further, instead I got t

Re: Problem with reinstallation, bootloader

2014-11-12 Thread Riccardo Mottola
Hi, On 11/12/14 11:53, Samuel Thibault wrote: Riccardo Mottola, le Wed 12 Nov 2014 11:30:29 +0100, a écrit : 1) if I try text-install, I select additional components (I only add DDE for network stuff), Why selection additional components by hand? The automatic way should just work. If I

Re: Problem with reinstallation, bootloader

2014-11-12 Thread Riccardo Mottola
Hi, On 11/13/14 01:16, Samuel Thibault wrote: Riccardo Mottola, le Thu 13 Nov 2014 01:05:57 +0100, a écrit : On 11/12/14 11:53, Samuel Thibault wrote: If I enable DDE, I get a network card detected, since DHCP is attempted, if I do not, I get the message that no network card is present. DHCP

reinstallation with host machine - no success

2014-11-22 Thread Riccardo Mottola
Hi, since reinstalling on my old memory machine is a dead-end, I tried another route: I took the disk from my PII machine to another box, which has 1GB of RAM, 1.6GHz processor but still has PATA so I could attach my disk. Since the old box did run HURD for years, I hope it will become usable

Re: reinstallation with host machine - no success

2014-11-24 Thread Riccardo Mottola
Svante Signell wrote: Which image did you use? And if using the latest image did you enable network or not? I think you should use a known working image and install without upgrading (i.e. no network) intil the install is completed. It can happen that the latest sid version is broken (happened to

grub reinstall / grub keeps rebooting

2014-12-01 Thread Riccardo Mottola
Hi, I installed everything on a "host" machine (same architecture as my target box, just more ram and more Mhz). I end up with something bootable! However if I put the disk in my original box, it just keeps rebooting, I don't even get the grub screen. Thus I suppose it is grub that forces this

Re: grub reinstall / grub keeps rebooting

2014-12-04 Thread Riccardo Mottola
Hi, Riccardo Mottola wrote: Hi, I installed everything on a "host" machine (same architecture as my target box, just more ram and more Mhz). I end up with something bootable! However if I put the disk in my original box, it just keeps rebooting, I don't even get the grub

Re: grub reinstall / grub keeps rebooting

2014-12-07 Thread Riccardo Mottola
Hi, Samuel Thibault wrote: Did you try to put a linux partition on this box too? The idea would be to check whether its grub has the same kind of issue. no, not yet. Btw, they are two boxes now! The HDD is not big enough. But I could try on another HDD temporarily, perhaps the best bet would b

ext2fs error during usage

2014-12-26 Thread Riccardo Mottola
Hi, I was installing software from source after having compiled it, that is just a massive copy exercise when my machine froze with an assertion "refcount detected use-after-free". I attach the whole screenshot with context and error. Riccardo

HURD and a Laptop

2015-01-22 Thread Riccardo Mottola
Hi, since I have so many troubles getting Hurd running on my ol' and faithful computer again, with my GRUB problems being the nastiest one, I thought of an alternative strategy. It is most probably realy a GRUB problem, but at the end it affects my ability to run HURD again. Being no fun of

Re: HURD and a Laptop

2015-01-22 Thread Riccardo Mottola
Hi Samuel, Samuel Thibault wrote: Riccardo Mottola, le Thu 22 Jan 2015 17:19:15 +0100, a écrit : >I already installed HURD, booted and tried to ifconfig /dev/eth0 but that >doesn't work with the server dying. I suppose the device is not there. Our netdde translator doesn't

HURD installation on laptop

2015-01-25 Thread Riccardo Mottola
Hi, I'm trying to install HURD on a laptop PIII 700, 392MB Ram, wireless card ("ral") full image, 5-1-2015 1) text install. Install hangs idle (the cpu fan stops, thus I suppose no loop) start ext2fs: Hurd server bootstrap: ext2fs[gunzip:device:rd0] exec 2) pseudo-graphical install: gives so

Re: HURD installation on laptop

2015-01-28 Thread Riccardo Mottola
Hi, Justus Winter wrote: What happened to you at 1) is most likely just bad luck then. There is no reason to believe that the bootstrap is different at this point. The current bootstrap mechanism is unfortunately not very robust and it is known to randomly hang. I tried several times though, n

Re: HURD installation on laptop

2015-01-28 Thread Riccardo Mottola
Hi, On 2015-01-28 16:19:05 +0100 Svante Signell wrote: Hi, some questions/thoughts: 1) Can you boot in single-user mode? no, same problem 2) Did you unstall a gnumach-dbg kernel? no: this is a fresh CD install 3) Did you install Hurd on a partition? 4) Did you format that partition

hurd haning on boot (virtual box)

2015-03-15 Thread Riccardo Mottola
Hi, do you guys have any experience using HURD on VirtualBox? It is my last resort currently to test a bit of hurd 1. original workstation which run HURD for 6 years: incapable of reinstall: low memory and somehow incompatible with current GRUB (wrote to GRUB ML, got no answer) 2. spare laptop

Re: hurd haning on boot (virtual box)

2015-03-15 Thread Riccardo Mottola
Hi, Justus Winter wrote: If I should guess I'd say your root filesystem got corrupted and the root translator just crashes. /hurd/startup should notice that but doesn't for some reason. Or it ran out of space and thus crashed. Try to break into the kernel debugger using ctrl-alt-d, and enter `

aptitude hangs

2015-03-15 Thread Riccardo Mottola
Hi, I am now in the same situation that brought previously my hurd VM to a hang. I attach a screenshot of the xterm. After having downloaded a number of packages, it just hangs. No hight cpu usage. From another console I checked: root@vmhurd:~# vmstat pagesize: 4096 size:

Re: aptitude hangs

2015-03-15 Thread Riccardo Mottola
Hi, Justus Winter wrote: I sometimes see /hurd/netdde getting stuck. Try to ping your system. If that's the problem, you could to try a different NIC. I can telnet into the system and perform a ping, I'd say network is working. This being a virtual machine, I don't have many options for a NIC

task ext2fs deallocatin a bogus port

2015-03-15 Thread Riccardo Mottola
Hi, it says "most probably a bug", so I report it. This is happening on poweroff and I can now conveniently take a screenshot since I run in a VM. The last shutdon like this required me to fsck twice the filesystem before it booted again! Riccardo

  1   2   >