video issue - Intel Atom based motherboard D2500HN

2012-07-14 Thread Marek Salwerowicz
Hi all, I recently bought a Intel D2500HN motherboard with Intel GMA 3600 video card. I want to install FreeBSD 9-Release on it via PXE, but after booting the system, it seems that video card driver doesn't work properly. Have a look at this picture: http://img703.imageshack.us/img703/5648/2

Re: video issue - Intel Atom based motherboard D2500HN

2012-07-14 Thread Marek Salwerowicz
W dniu 2012-07-14 17:08, Marek Salwerowicz pisze: Yes, I've successfully booted System Rescue CD (based on Gentoo Linux) 2.3.1 Uname, dmesg and lspci are attached. Right now I am trying to install Debian i386 into USB stick (the installer works fine) Installation went fine, althou

Re: video issue - Intel Atom based motherboard D2500HN

2012-07-15 Thread Marek Salwerowicz
W dniu 2012-07-14 20:46, David Nevel pisze: Hi Marek, You might try the workaround suggested in kern/166262 (http://www.freebsd.org/cgi/query-pr.cgi?pr=166262&cat=). I believe the DN2800MT uses the same (or similar) video. Hi ! It worked for me! Thanks ! Is there any possibility to

Re: video issue - Intel Atom based motherboard D2500HN

2012-07-15 Thread Marek Salwerowicz
W dniu 2012-07-14 22:00, Warren Block pisze: Did you try the changes mentioned here? http://lists.freebsd.org/pipermail/freebsd-current/2012-July/035366.html Not yet - but are they only available in 10-Current or also in 9-Stable ? I'd like to use stable in that box. This solution worked for

Re: video issue - Intel Atom based motherboard D2500HN

2012-07-15 Thread Marek Salwerowicz
W dniu 2012-07-14 22:00, Warren Block pisze: Did you try the changes mentioned here? http://lists.freebsd.org/pipermail/freebsd-current/2012-July/035366.html Not yet - but are they only available in 10-Current or also in 9-Stable ? I'd like to use stable in that box. This solution worked for

NFSv4 - how to set up at FreeBSD 8.1 ?

2011-01-03 Thread Marek Salwerowicz
t;YES" nfsuserd_enable="YES" nfscbd_enable="YES" Trying to mount '/' server share at client: nfs4-client# mount_nfs -o nfsv4 192.168.183.131:/ /marek_nfs4/ nfs4-client# ls /marek_nfs4/ ls: /marek_nfs4/: Input/output error nfs4-client# What am I

Re: NFSv4 - how to set up at FreeBSD 8.1 ?

2011-01-04 Thread Marek Salwerowicz
client# ls /marek_nfs4/ marek nfs4-client# What I noticed is that in 'V4: ' line we have to specify the mount point of the WHOLE partition we want to export Regards -- Marek Salwerowicz ___ freebsd-stable@freebsd.org mailing list http

Re: NFSv4 - how to set up at FreeBSD 8.1 ?

2011-01-05 Thread Marek Salwerowicz
You can also do the following: For /etc/exports V4: / /usr/home -maproot=root -network 192.168.183.0 -mask 255.255.255.0 Not in my configuration - '/' and '/usr' are different partitions (both UFS) -- Marek Salwerowicz ___ freebs

pkg can't access pkgbeta.freebsd.org

2013-02-06 Thread Marek Salwerowicz
(98.136.16.33) 184.560 ms 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * *^C arch1% ping pkgbeta.freebsd.org PING bwwwdyn.freebsd.org (69.147.83.39): 56 data bytes and no answer... Regards, -- Marek Salwerowicz

Re: pkg can't access pkgbeta.freebsd.org

2013-02-08 Thread Marek Salwerowicz
r few hours it started working... probably some connection issues.. regards, -- Marek Salwerowicz ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: pkg can't access pkgbeta.freebsd.org

2013-02-08 Thread Marek Salwerowicz
cribing to freebsd-ops-announce for this kind of stuff, as it's the mailing list for problems with freebsd.org services. Thanks for hints ! Already subscribed! -- Marek Salwerowicz ___ freebsd-stable@freebsd.org mailing list http://lists.free

Build GENERIC with IPX support

2013-05-11 Thread Marek Salwerowicz
fined reference to `mb_reserve' /usr/src/sys/netncp/ncp_rq.c:120: undefined reference to `mb_reserve' ncp_rq.o: In function `ncp_rq_alloc_subfn': /usr/src/sys/netncp/ncp_rq.c:92: undefined reference to `mb_reserve' /usr/src/sys/netncp/ncp_rq.c:93: undefined reference to

Re: Build GENERIC with IPX support

2013-05-12 Thread Marek Salwerowicz
ether IPX is still supported in FreeBSD? -- Marek Salwerowicz ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Build GENERIC with IPX support

2013-05-12 Thread Marek Salwerowicz
W dniu 2013-05-13 00:45, Adrian Chadd pisze: It's supported as long as someone wants to use it and can help in at least diagnosing issues. So, if you have a segfault, run it inside gdb and report where its dying. Chances are things have just bitrotted a bit but not so much that it's worth killi

Re: Build GENERIC with IPX support

2013-05-13 Thread Marek Salwerowicz
-gate REMOTEHOST=localhost EDITOR=vi PAGER=more root@arch-gate:/home/marek # I cannot help you with the remaining IPX-specific "stuff"; it's fairly obvious though, as I said, that this code has been neglected. Anyway, thanks for help. 3 years ago I've successfu

FREEBSD_INSTALL failed with error 19 during booting installer

2013-06-28 Thread Marek Salwerowicz
debug.acpi.disabled ="hostres" # boot made nothing for me. Any ideas? Regards, -- Marek Salwerowicz ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "

Re: FREEBSD_INSTALL failed with error 19 during booting installer

2013-07-04 Thread Marek Salwerowicz
also. Regards, -- Marek Salwerowicz ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

12.1-RELEASE-p1 kernel crash

2020-03-03 Thread Marek Salwerowicz
est 4.8.7, however after 12-13 hours of tests running no RAM issues were reported so far. Is there anything more I can try to debug using kdbg and how to find root cause? Best regards, Marek -- Marek Salwerowicz MISAL-SYSTEM ___ freebsd-stab