Re: [9fans] a pair nec bugs

2011-06-04 Thread adriano
and viewing the nsec() code, I thought to a critical race too. Two weeks ago I've slightly modified the application, to have separate (RFFDG) fd tables per thread. This way, in my specific appl, the problem seems to be avoided. All the (15) machines work ok now. adriano

[9fans] C compiler question

2009-07-11 Thread Adriano Verardo
Hi, all. Yesterday I observed different sizeof() of a union in a library function and in the main program. The reason seems to be a forgotten #include in a library source. union U { struct { // sizeof = 100 struct NeverDefined nf; // Unknown, d

Re: [9fans] C compiler question

2009-07-13 Thread Adriano Verardo
- "NeverDefined" doesn't mean "declared and defined elsewhere (or not)" but "not declared .and. not defined". No doubt this should be a fatal error, but 8c accepts. What's my mistake ? adriano

Re: [9fans] C compiler question

2009-07-14 Thread Adriano Verardo
sion of structs by a final struct field but this, in my opinion, would imply portability problems and in general more error prone code. I prefer to have only the tricky but standard "char x[0]" tails. Your patch will be included in the next distribution CD ? adriano

[9fans] A question about timeout

2009-07-14 Thread Adriano Verardo
How can I implement channel selection and secure timeouts without using APE ? Re-write some pieces is not a problem, I prefer a "pure" 8c implementation. adriano

Re: [9fans] C compiler question

2009-07-14 Thread Adriano Verardo
ill be included in the next distribution CD ? no. i haven't submitted it yet. - erik adriano

Re: [9fans] A question about timeout

2009-07-14 Thread Adriano Verardo
find the explanation of the interrupted system calls behaviour ? In Unix I sometimes found quite difficult to deal with them. What about Plan9 ? adriano

[9fans] plan9.bell-labs.com down

2009-07-16 Thread Adriano Verardo
Maintenance ? adriano

[9fans] multiport serial

2009-07-16 Thread Adriano Verardo
Hi, all Does anyone know what kind of multiport serial cards is currently well supported by Plan9 ? Thanks adriano

Re: [9fans] multiport serial

2009-07-16 Thread Adriano Verardo
Thank you very much, erik. Does Plan9 manage PC104 (ISA) cards ? From man plan9.ini I know they are obsolete but I'm trying to port an automation system under Plan9 and must deal with strict hardware constraints. adriano

[9fans] Question about Plan9 project

2009-07-18 Thread Adriano Verardo
tion ? Reading the thread about plan9.bell-lab.com I understand that Bell Labs are no more directly committed in the project. Is it correct ? Adriano

Re: [9fans] Question about Plan9 project

2009-07-18 Thread Adriano Verardo
ot it is largely used. The problem arise when I must share the decision with clients who are not skilled enough to distinguish among market share and real quality. adriano

Re: [9fans] Question about Plan9 project

2009-07-18 Thread Adriano Verardo
er or whatever else) done by an italian is not considered as good as the stuff from the original site. It is a psychological problem I have often to face with. adriano

[9fans] About Plan9 on small systems

2009-07-18 Thread Adriano Verardo
Hi, all Some time go I read about Plan9 on microcontrollers. Is this an interesting argument for the 9fans community ? adriano

Re: [9fans] nvram

2009-07-28 Thread Adriano Verardo
Hi, all I boot diskless (very obsolete PC) embedding the nvram data in the kernel. Basically I implemented a fake-nram driver and declare it in the plan9.ini It's just a trick but works. If such a solution could be useful for the community I would be happy to deliver the source. adriano

[9fans] binary sprint format

2009-08-06 Thread Adriano Verardo
Hi, all I'm trying to convert integers in text binary format by sprint(..., "%b", i), but 8c issue a "format mismatch b INT" warning message. Can anyone kindly explain to me my mistake ? Doesn't "%b" behave like the other integer format specifications ? Thanks in advance adriano

Re: [9fans] binary sprint format

2009-08-06 Thread Adriano Verardo
bout 2 months ago. The machine has been installed from scratch. adriano

Re: [9fans] binary sprint format

2009-08-06 Thread Adriano Verardo
complains about sprint(buf, "%b", 16) in a driver whose includes are: #include "u.h" #include "../port/lib.h" #include "mem.h" #include "dat.h" #include "fns.h" Am I using them in a wrong way ? adriano

Re: [9fans] binary sprint format

2009-08-06 Thread Adriano Verardo
en it will find its way into ../port/lib.h. --jim It works perfectly. Thank you very much, Jim. adriano

[9fans] Unexpected 8c warning message

2009-08-09 Thread Adriano Verardo
} } if (!SD) { . }---> used and not set SD ??? 8c shouldn't issue the warning message, beeing SD assigned in a loop defined by constants ... unless there is a subtle (my) error that I don't see. Thanks for the help. adriano

Re: [9fans] Unexpected 8c warning message

2009-08-09 Thread Adriano Verardo
t remember what D.Gries and others said about and I don't know the 8c internals at all. It's just an academic question I do for cultural interest. IMHO 8c is better than gcc even if sometimes it wrongly complains about variables use. adriano

Re: [9fans] Unexpected 8c warning message

2009-08-10 Thread Adriano Verardo
sed a dummy assignment, as you can see in my original mail. Both seems to me a medicine worst than the disease. Personal opinion, of course. adriano

Re: [9fans] Unexpected 8c warning message

2009-08-10 Thread Adriano Verardo
Articles/342330/ http://lwn.net/Articles/342420/ (this problem is also demonstrates one reason mixing asignments and declarations is bad practice.) I don't follow Linux ... thanks for the references, I'll read them. adriano

Re: [9fans] Unexpected 8c warning message

2009-08-10 Thread Adriano Verardo
r somewhere" and must pay attention before writing dummy assigments. Only a compiler characteristic to take into account. Thanks for the help, Russ. adriano

[9fans] About usb mouse wheel

2010-02-25 Thread Adriano Verardo
. To try different models/brands is not a solution. Is this problem solvable configuring usb and/or mouse or I have to patch the "kb" code ? Thanks in advance. adriano

Re: [9fans] Install CD hanging on "probing floppy"

2010-03-23 Thread Adriano Verardo
d the 9load delay. adriano

[9fans] How to kill a process

2014-03-06 Thread Adriano Verardo
interface between usbd and external managers. Is it possible ? In what condition a process started by usbd becomes not killable ? Thanks in advance. adriano

[9fans] About plan9.ini

2014-03-10 Thread Adriano Verardo
i from the boot device ? Thanks in advance adriano

Re: [9fans] About plan9.ini

2014-03-10 Thread Adriano Verardo
ng on the CF/key devs I built. But, just to be sure, shouldn't always be used the plan9.ini from the boot device ? yes. if you're using iplfat, then this is the only thing it can read. - erik What about Lab's 9load or 9Load on old 9Atom distros ? adriano

Re: [9fans] About plan9.ini

2014-03-10 Thread Adriano Verardo
hat is the actual boot device ? adriano

[9fans] two nics 8139

2014-03-13 Thread Adriano Verardo
Hi, all. I have 2 nics rtl8139, both successfully probed as l0 and l1 but in /net I see only the interface ether0 to l0 and /net.alt is empty. Where can I find a doc about how to configure 2 tcp stacks and/or to use 2 nics through the same stack ? Thanks in advance adriano

Re: [9fans] two nics 8139

2014-03-13 Thread Adriano Verardo
I will re-read all that docs. Thanks a lot for the hints, Skip adriano On Thu, Mar 13, 2014 at 8:24 AM, Adriano Verardo mailto:adriano.vera...@mail.com>> wrote: Hi, all. I have 2 nics rtl8139, both successfully probed as l0 and l1 but in /net I see only the interface ether0 t

Re: [9fans] two nics 8139

2014-03-13 Thread Adriano Verardo
pconfig to configure it there. ok, thanks. If the goal is to manage two separate networks, one local and the other for remote/restricted access only, its better to have 2 stacks or 2 nics under the same stack ? adriano

Re: [9fans] two nics 8139

2014-03-13 Thread Adriano Verardo
k about two seperate stacks. one can be certain (absent bridging) that the stacks don't interact, and the services won't leak between them. - erik ok, thank you very much Erik adriano

Re: [9fans] two nics 8139

2014-03-13 Thread Adriano Verardo
Charles Forsyth ha scritto: On 13 March 2014 16:09, Adriano Verardo <mailto:adriano.vera...@mail.com>> wrote: If the goal is to manage two separate networks, one local and the other for remote/restricted access only, its better to have 2 stacks or 2 nics under the same

[9fans] mirror.9grid.fr

2014-03-14 Thread Adriano Verardo
r archives/mirrors ? Do they contain only tested releases (beside the latest, of course) or just the history ? Are they updated just in time or the "very fresh" release is that on its official site ? adriano

[9fans] usbinstamd64 file system full

2014-03-24 Thread Adriano Verardo
_after diff du_before du_after Looking at the diff output it seems that some (wc says 187) compiled executables are installed onto the key instead of the target hdd. Hoping this is useful. adriano :-)

[9fans] No regression tests

2014-03-24 Thread Adriano Verardo
last working release, because the problem has been noted for the first time some weeks ago, but the kernel is rebuilt frequently and the sources are upgraded, non regularly, 3/4 times in a year. adriano

Re: [9fans] No regression tests

2014-03-25 Thread Adriano Verardo
in service. From my personal point of view this usb problem is a neglectabe flaw, as devices must stay always firmly plugged. But the customer thinks different and I must solve asap. I'll install Atom instead of Bell adriano

Re: [9fans] No regression tests

2014-03-25 Thread Adriano Verardo
oth cases, when unplugging, the manager notify the condition, notify it terminates but under Bell this doesn't actually happen. I regret not to have more detailed info. I suspect there is something changed in the detach primitives or so. But its only a very personal opinion. adriano

Re: [9fans] No regression tests

2014-03-26 Thread Adriano Verardo
c gives an empty /n/bc but doesn't complain. adriano

Re: [9fans] No regression tests

2014-03-26 Thread Adriano Verardo
e the file descriptor bcscan thinks is open. if it also, since process 13 and 14 did not wake from rendezvous, there is a second issue. maybe you can see how 12 could exit and leave 13 and 14 hanging. I'll try, even if I don't know acid very well. What is the backtrace of a process. lstk() ? adriano

Re: [9fans] 9atom usb image

2014-03-26 Thread Adriano Verardo
file system 50579 used blocks 60984620 free blocks 23415 maximum qid path ; The fresh key have about 3000 free blocks. adriano

Re: [9fans] 9atom usb image

2014-03-27 Thread Adriano Verardo
utables are installed on the key instead of the target hdd. This makes me think to a damned typo in a "bind" somewhere. adriano

[9fans] Atom kernels

2014-03-31 Thread Adriano Verardo
a bootable - even if uncomplete - system on a 4k hdd) So I'm wondering if my /sys/src/9/pae is actually up to date. Where can I find the sources to build kernels able to deal with 4K disks ? adriano

Re: [9fans] Atom kernels

2014-03-31 Thread Adriano Verardo
se double-check that libfis is up-to-date, and rebuild it in any event. then rebuild your kernel. the current source for libfis is /n/atom/plan9/sys/src/libfis - erik Thaks a lot, Erik. Working on it, I'll let you know adriano

Re: [9fans] Atom kernels

2014-03-31 Thread Adriano Verardo
se double-check that libfis is up-to-date, and rebuild it in any event. then rebuild your kernel. the current source for libfis is /n/atom/plan9/sys/src/libfis - erik fis.c are identical, re-mk'd anyway. New libfis.a is different, and the just rebuilt kernel works. Solved ! adriano

[9fans] oseekb dd option

2014-04-01 Thread Adriano Verardo
Testing an rc script under Bell and Atom I noted that Atom dd doesn't implement the "oseekb" option. bs=1 allows to seek at any given byte offset but, what is the impact on speedness ? And, in any case, isn't it a (IMHO small) portability problem ? adriano

[9fans] Bell Labs web site

2015-09-23 Thread Adriano Verardo
Any news about it ? The original one and other url I found don't work. A very long maintenance or whatever ? adriano

Re: [9fans] Bell Labs web site

2015-09-23 Thread Adriano Verardo
David du Colombier wrote: Any news about it ? The original one and other url I found don't work. A very long maintenance or whatever ? I don't know, but in the meantime, you can still use https://9p.io/, which is almost identical. It works. Thank you so much, David

[9fans] Out of pseudo mount points

2015-09-23 Thread Adriano Verardo
ut of pseudo mount points". The same for all file servers imported from A. Where is/could be the (my, sure) error ? Can someone kindly help me ? adriano

Re: [9fans] Out of pseudo mount points

2015-09-24 Thread Adriano Verardo
bug but a not-well-managed (because very-very strange) external event/condition. I'll investigate with some print() in the code, I don't know how to use acid on an exportfs started by listen. adriano

Re: [9fans] Out of pseudo mount points

2015-09-26 Thread Adriano Verardo
Back home today ... I see no subdirs under /mnt/exportfs. Done. Now both A and B work fine. Thank you very much Charles ! adriano On 24 September 2015 at 20:55, Adriano Verardo mailto:adriano.vera...@mail.com>> wrote: B->A woks, A->B doesnt. Probably there is something wro

[9fans] About IL

2015-10-20 Thread Adriano Verardo
Could IL be actually more effective than TCP/IP in a closed net ? I think about a robotic application using very small cpus. What about Styx -- ore something similar - over IL ? adriano

Re: [9fans] About IL

2015-10-20 Thread Adriano Verardo
Charles Forsyth wrote: On 20 October 2015 at 17:14, Adriano Verardo <mailto:adriano.vera...@mail.com>> wrote: Could IL be actually more effective than TCP/IP in a closed net ? I think about a robotic application using very small cpus. What about Styx -- ore somethin

[9fans] rpi boot

2015-10-23 Thread Adriano Verardo
t; and some good doc ? Thanks in advance adriano

[9fans] Is 9Fans dead or alive

2016-08-22 Thread Adriano Verardo
Hi, all I don'receive from the group since June. I've changed my subscription, opened another gmail account (mail-dot-com had problems), contacted 9fans staff etc etc Could anyone kindly le me know about problems or whatever else reason why 9fans seems to be mute ? Thanks.

Re: [9fans] Is 9Fans dead or alive

2016-08-22 Thread Adriano Verardo
Thank you Steve, pleased to hear from you. Really, my email accounts work (mail dot com too) . And I've also received the 9fans subscription confirmation of changes. adriano it has been very quiet, but I am still here. 9front is more active these days. -Steve On 23 Aug 2016, at

Re: [9fans] Is 9Fans dead or alive

2016-08-22 Thread Adriano Verardo
be at your end. In which case of course you won't see this. Bugger. On 23 August 2016 at 12:00, Adriano Verardo <mailto:adr.vera...@gmail.com>> wrote: Hi, all I don'receive from the group since June. I've changed my subscription, opened another gmail account

Re: [9fans] Is 9Fans dead or alive

2016-08-23 Thread Adriano Verardo
s the list. I should have it back in my inbox in a few minutes. adriano

Re: [9fans] Is 9Fans dead or alive

2016-08-23 Thread Adriano Verardo
t. Some robotic appl have this characteristcs etc etc. No response from the University where I graduated 30+ years ago, no Prof Ballestero's great work appreciation etc. Ah, now I see the list active. Bliss. No messages back, 50% OK Thanks a lot to all in the list. adriano On Aug 23, 2016,

Re: [9fans] Is 9Fans dead or alive

2016-08-24 Thread Adriano Verardo
Winston Kodogo wrote: Hey Adriano It seems as if the list is not totally moribund after all, even if these days people will insist on talking about Plan9 on it, rather than posting informative digressions about almost everything else. I hope you got at least some of the responses which your

[9fans] vmware shared folders

2016-08-26 Thread Adriano Verardo
l box. Could someone kindly give me some suggestions ? Thank you in advance adriano

Re: [9fans] vmware shared folders

2016-08-26 Thread Adriano Verardo
Jadon Bennett wrote: On Sat, Aug 27, 2016 at 03:48:25AM +0200, Adriano Verardo wrote: Currently I send files from Plan9/VMware to a remote Win7 box using cifs. I would like to store directly on the local box. I don't know much about VMWare, but are you able to run samba or similar on your

Re: [9fans] vmware shared folders

2016-08-26 Thread Adriano Verardo
.. What's its role ? Shouldn't the native Win7 file system be readable by a cifs of the guest Plan9 ? adriano

Re: [9fans] vmware shared folders

2016-08-26 Thread Adriano Verardo
me=v9Bell ... and nothing more adriano

Re: [9fans] vmware shared folders

2016-08-27 Thread Adriano Verardo
xA ? I'll install the same VMware with the same Plan9 distro on a Win7-32 to verify this. adriano.

Re: [9fans] vmware shared folders

2016-08-28 Thread Adriano Verardo
4. Or, perhaps my Win7-64 despite being an official release. adriano

Re: [9fans] Musings on Interfaces

2016-09-01 Thread Adriano Verardo
Brantley Coile wrote: I’m very grateful to still be using these tools. It’s a very personal thing but for someone who first used 6th Edition Unix, ed and the old shell, and used all the versions of Unix that followed, these tools, both acme and sam, rio and 8 1/2, are an improvement to all th

[9fans] Plan9 and VMs

2016-09-01 Thread Adriano Verardo
In the last two years I've very little used Plan9. All appls I made for clients work, solved all problem thanks to 9fans help, clients don't ask for improvements, ... Now I must install Plan9 in a VM. I'm testing VMware, but it is not a constraint. The Bell distro work fine, all others I trie

Re: [9fans] Plan9 and VMs

2016-09-01 Thread Adriano Verardo
c I'm sure it's a my mistake but I dont see where/what. Using vmware 9.0.4 (free to change) under Win7-32 bit (constrain) adriano aiju On Thu, 1 Sep 2016, Adriano Verardo wrote: In the last two years I've very little used Plan9. All appls I made for clients work, solved all pro

Re: [9fans] Plan9 and VMs

2016-09-01 Thread Adriano Verardo
is my mistake. The installer is the +/- the same I used many many times. Using VMware 9.0.4 - Win7-32 (Win7-32 is mandatory). adriano aiju On Thu, 1 Sep 2016, Adriano Verardo wrote: In the last two years I've very little used Plan9. All appls I made for clients work, solved all problem

Re: [9fans] Plan9 and VMs

2016-09-01 Thread Adriano Verardo
Prof Brucee wrote: Have you run inst/start after booting from iso? Yes. Follwed the ~usual install procedure. All ok till bootsetup included. Confirmed the "finish" step, unsolicited reboot, restart from .iso Hiding the CD, boot fails saying that there is no OS on the HD. adriano

Re: [9fans] Plan9 and VMs

2016-09-02 Thread Adriano Verardo
9legacy both install on the fly. Having some constraints, I'm looking for a whatever (set of) VM to have all/many distros running on my desk, being convinced that's not reasonable to adapt current distros to a prehistoric environment. adriano -- cinap

Re: [9fans] Plan9 and VMs

2016-09-02 Thread Adriano Verardo
d reboot into 64 bit kernel as a regression test. Ah. I was convinced that Wint-32 were no more used in the USA. Stating that you do these tests, the problem is certainly here. I'm using win7, 32 bit, VMware 9.0.4. What VMare version do you use ? What about VirtualBox or other VMs ? adriano

Re: [9fans] Plan9 and VMs

2016-09-02 Thread Adriano Verardo
m, 8GB IDE HD, mbr, USB2.0, NIC Thanks a lot to cinap and all other 9fans who kindly spent their time to help. adriano

Re: [9fans] IP Multicast - Results

2016-09-15 Thread Adriano Verardo
y tests of one2many e reply2sender in a net of ten boxes. If it could be useful, I'll willing look for that sw in my dead-projects-repository. adriano

Re: [9fans] How to take a portion of a screenshot

2016-11-23 Thread Adriano Verardo
I usually run Plan9 in a vm under Win7. Chris McGee wrote: Hi All, I'm working on some documentation and would like to include a portion of the screen in a particular window. What's a good way to take the shot but also snip out the piece that I'm interested in? Thanks, Chris

[9fans] Pi3 with 2 nics

2017-04-14 Thread Adriano Verardo
"snoopy /net/ether1" (wifi nic) shows icmp packets when pinging. I'm quite confused. Could anyone kindly tell me where is my mistake ? Thank you so much adriano

[9fans] Last 9pi.img.gz

2017-06-27 Thread Adriano Verardo
Hi, all I'm looking for the rpi image from Miller's contrib. I see that on /sources is dated March, 12 2017 but, on all labs mirrors I know, the image is dated 2016. Where can I download the last one from ? Cp-ing from sources is very slow. Thanks all in advance. adriano

[9fans] Last 9pi.img.gz

2017-07-03 Thread Adriano Verardo
Thank you so much. Faster download, working image. What docs could I start from to fully understand the PI boot process ? I faced this kind of problems 30+ years ago. The general problem should be more or less the same old story. I hope adriano

Re: [9fans] the fossil (tm) stolen

2018-04-16 Thread Adriano Verardo
six, since 2007 at home and on several industrial plants adriano Five. I just haven't had the heart to decommission it yet. On Mon, Apr 16, 2018 at 4:22 AM, Lucio De Re wrote: Four. Long-standing nobody, too. Lucio.

[9fans] Fossil robustness

2010-04-20 Thread Adriano Verardo
nately I cannot guarantee stable/correct operating conditions. Any suggestion ? Thanks in advance adriano

Re: [9fans] Fossil robustness

2010-04-20 Thread Adriano Verardo
maht wrote: On 20/04/2010 11:45, Adriano Verardo wrote: Hi all. I'm building an industrial application hosted by several independent cpu server, each of them booted from a CFlash on sdD0. The application doesn't write on sdD0 and there are no redirection on local files in

Re: [9fans] Fossil robustness

2010-04-20 Thread Adriano Verardo
John Soros wrote: Hello Adriano, Have you disabled all snapshotting features? Usiong open -r? How are you starting fossil, what's your configuration? Hi, John fsys main open -AWVP -c 3000 srv fossil srv -p fscons on /dev/sdD0/fossil open -r guarantees that fossil doesn't d

Re: [9fans] Fossil robustness

2010-04-20 Thread Adriano Verardo
erik quanstrom wrote: I've made a customized install procedure copying from the standard one. Where can i find a procedure for kfs to copy from? Can kfs be configured to be absolutely insentive to hard power down ? "absolutely" is too strong. if one turns off atime with kfscmd/atime, it

[9fans] Report on fossil robustness

2010-04-28 Thread Adriano Verardo
the system insensitive to unexpected / repeated loss of power, no matter the throughput of the device. adriano

[9fans] Tread and alarm

2010-10-27 Thread Adriano Verardo
the alarm note is received after Tread, as if the process were totally freezed waiting for the 9P transaction. Could anyone kindly explain to me if this is correct and where is my mistake ? Thanks in advance adriano

Re: [9fans] Tread and alarm

2010-10-27 Thread Adriano Verardo
Errata: ... alarm note is received after Rread, as if the ... sorry :-) Adriano Verardo wrote: Hi, all In a user space file server (9p(2)/9pfile(2)/...) I postpone the Rread response if there are no available data, in order to implement a suspensive read(). The client is (really

Re: [9fans] Tread and alarm

2010-10-27 Thread Adriano Verardo
e the Req and process it only when there are data to return. The client exec alarm() and read(), exactly as in your example. The alarm handler is the same too and I see the print only after the server response: r->ofcall.count = N (>0) response(r, nil) adriano , so to clarify, read(2) is i

Re: [9fans] Tread and alarm

2010-10-27 Thread Adriano Verardo
d and alarm From: Adriano Verardo Date: Wed, 27 Oct 2010 23:09:22 +0200 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Hi, all In a user space file server (9p(2)/9pfile(2)/...) I postpone the Rread response if there

[9fans] Multicast

2012-12-24 Thread Adriano Verardo
e can I find an example on how to exchange multicast packets among CPUs wired to the same ethernet switch ? Thanks in advance adriano

[9fans] Atom upgrade

2013-02-14 Thread Adriano Verardo
Hi, all. Is it possibile to upgrade the Atom distro likewise the Bell's one ? adriano

Re: [9fans] Atom upgrade

2013-02-14 Thread Adriano Verardo
hould have ... somewhere. Many days ago you gave me some suggestions about multicast. On my home network the one-to many communication between 7 boxes works quite fine. adriano

[9fans] Installl fails on Dell Optiplex 745 / 3010

2014-02-08 Thread Adriano Verardo
Hi all Both Bell and 9Atom distros install fail, in native mode, on Dell Optiplex models 745 (2008) and 3010 (2013). IMHO, the problem is the AHCI, which is not correcty recognised/managed in both native and SATA mode. Any suggestion ? Thanks in advance adriano

[9fans] Kontron industrial PCs

2014-02-13 Thread Adriano Verardo
Hi, all I have several KONTRON powered industrial PCs running since 2011 under Atom. Now I would like to install a more recent version of the 386 (not pae) kernel. Where can I find a CD (and possibli the USB) image ? Will that old kernel available in the future ? adriano

Re: [9fans] Kontron industrial PCs

2014-02-13 Thread Adriano Verardo
get CFs is quite dated. Where can I find an up-to-date (but for x86 only) 9Atom.iso.bz2 ? adriano

[9fans] usbinstamd64 on Dell 3010

2014-02-16 Thread Adriano Verardo
message too fast to be catched with a camera, and and a 1+ hour black screen. adriano

Re: [9fans] usbinstamd64 on Dell 3010

2014-02-16 Thread Adriano Verardo
f the delay (usually << than 10 minutes) is due to DHCP. I've no DHCP here but probably the problem is not the DHCP. No news about ASUS H61M-K. I'll let you know ASAP Any recent changes in the usbinstamd64 image ? adriano

Re: [9fans] usbinstamd64 on Dell 3010

2014-02-16 Thread Adriano Verardo
a 1+ hour black screen. well that's discouraging. the most likely issue is some vga snafu. does ^T^Tr work? - erik Yes, a few minutes after the CR for mouse selection [USB], ^T^Tr reboots the machine. adriano

  1   2   >