Virtualbox

2010-02-23 Thread Ian FREISLICH
00 Heap Does anyone have any ideas? Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Virtualbox

2010-02-24 Thread Ian FREISLICH
; If that does not help please create a backtrace from the vbox coredump and > send the vbox.log. There is no coredump. Answers to other questions: The system is an intel atom N270. Even though the processor does not support VT-x/AMD-V, nor was VB compiled with that support, the virtual machine cl

dev.bce.X.com_no_buffers increasing and packet loss

2010-03-05 Thread Ian FREISLICH
they increase massively by several thousand, but only on 2 interfaces. The 1 minute average rate on those interfaces is 266/s and 123/s. Does anyone think this is related to the packet loss or are these counters just a red herring? Is there anything that can be done to reduce this count? Ian -

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-05 Thread Ian FREISLICH
Pyun YongHyeon wrote: > On Fri, Mar 05, 2010 at 01:20:57PM +0200, Ian FREISLICH wrote: > > Hi > > > > I have a system that is experiencing mild to severe packet loss. > > The interfaces are configured as follows: > > > > lagg0: bce0, bce1, bce2, bce3 lagpr

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-05 Thread Ian FREISLICH
rst read, 8 split transactions cap 01[48] = powerspec 2 supports D0 D3 current D0 cap 03[50] = VPD cap 05[58] = MSI supports 1 message, 64 bit enabled with 1 message -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-05 Thread Ian FREISLICH
ce is worse on that chip than the bce(4) interface. It's also riddled with vlan and other hardware offload bugs. I had good success in the past with em(4), but it looks like igb is the PCI-e version. Ian -- Ian Freislich ___ freebsd-current@freebsd

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-08 Thread Ian FREISLICH
Pyun YongHyeon wrote: > On Fri, Mar 05, 2010 at 11:16:41PM +0200, Ian FREISLICH wrote: > > Pyun YongHyeon wrote: > > > Thanks for the info. Frankly, I have no idea how to explain the > > > issue given that you have no heavy load. > > > > How many cores wo

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-09 Thread Ian FREISLICH
642 dev.bce.1.com_no_buffers: 497 dev.bce.2.com_no_buffers: 6260612 dev.bce.3.com_no_buffers: 4871338 Interupt rate is down now, at about 3500 per second per interface. Interestingly setting net.inet.ip.fastforwarding=0 reduces CPU consumption from 25% to 9% a

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-09 Thread Ian FREISLICH
Pyun YongHyeon wrote: > On Mon, Mar 08, 2010 at 04:45:20PM +0200, Ian FREISLICH wrote: > > Pyun YongHyeon wrote: > > > On Fri, Mar 05, 2010 at 11:16:41PM +0200, Ian FREISLICH wrote: > > > > Pyun YongHyeon wrote: > > > > > Thanks for the inf

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-09 Thread Ian FREISLICH
Pyun YongHyeon wrote: > On Tue, Mar 09, 2010 at 03:31:55PM +0200, Ian FREISLICH wrote: > > Can you explain the tunables please - I'm guessing it's these: I think I asked the wrong question. What is a "Quick BD Chain"? What relation should this number have to traffic

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-09 Thread Ian FREISLICH
Pyun YongHyeon wrote: > On Tue, Mar 09, 2010 at 11:55:30PM +0200, Ian FREISLICH wrote: > > I set the RX as high as 512 in 64 quanta but it made little difference > > to the interrupt rate. At times where we experience the packet > > loss and com_no_buffers increases, the inte

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-10 Thread Ian FREISLICH
estion on the switches we use when UDP packets smaller than 400 bytes arrive within 40us of eachother. But that still doesn't explain the counter increases and high interrupt CPU usage, unless the switch was producing garbage output in response. Ian -- Ian Freislich

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-10 Thread Ian FREISLICH
ailable and interested. Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-10 Thread Ian FREISLICH
d again in various packet storms on our network. Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: dev.bce.X.com_no_buffers increasing and packet loss

2010-03-13 Thread Ian FREISLICH
27;t the cure for this particular situation, but may improve performance in general. It does sound like reworking the buffer will solve the problem. Perhaps having a 2 recieve rings so that once one ring is available for processing, the other ready filled and clear ring can be used for recie

Re: HEADS UP: COMPAT_IA32 renamed COMPAT_FREEBSD32

2010-03-15 Thread Ian FREISLICH
EBSD7 #Compatible with FreeBSD7 options COMPAT_FREEBSD32 Thanks for the advance notice that FreeBSD will be EoL before RELENG_32. Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cu

Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-04-14 Thread Ian FREISLICH
siba_bwn.ko 101 0xcb118000 2c000bwn_v4_lp_ucode.ko 112 0xcb144000 3000 firmware.ko 131 0xcb2e 32000if_bwn.ko This NIC works great. You made my day. It even obeys the wireless on-off switch on the front of my netbook. I

Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-04-14 Thread Ian FREISLICH
't work first time on reboot. I need to either '/etc/rc.d/netif restart' and if that panics the machine, destroy wlan0 and then restart netif. Then wlan0/bwn0 associates correctly with this device. Ian -- Ian Freislich ___ freebsd-curr

Re: Virtualbox

2010-04-15 Thread Ian FREISLICH
Ian FREISLICH wrote: > > >Has anyone managed to make Virtualbox work on 9-Current? Since > > >installing 3.1.2-OSE VMs, all brand new, abort on startup. > > > > > >The last part of the log seems pertinent: > > > > > >00:00:15.481 !!Assertion

ANY-ONE-ELSE? ntpd+oncore+i386 doesn't work

2010-04-21 Thread Ian FREISLICH
tp", "/etc", 0 }; int i, sign, lat_flg, long_flg, ht_flg, mode, mask; double f1, f2, f3; Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsu

Re: ANY-ONE-ELSE? ntpd+oncore+i386 doesn't work

2010-04-21 Thread Ian FREISLICH
Ollivier Robert wrote: > According to Ian FREISLICH: > > The oncore ntp driver worked fine in my Athlon64 machine running > > FreeBSD-amd64. I've tried it on a VIA-C7 and a Pentium-M based > > board with an onboard serial port. > > Can you open a bug on bugs.ntp

Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-04-26 Thread Ian FREISLICH
status: associated ssid quasar channel 1 (2412 MHz 11g) bssid 00:30:4f:58:bf:94 country US authmode WPA privacy ON deftxkey UNDEF TKIP 2:128-bit txpower 30 bmiss 7 scanvalid 450 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5 protmode CTS wme

Re: if_alc trouble

2010-08-14 Thread Ian FREISLICH
b7:2d alc0: [FILTER] Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: if_alc trouble

2010-08-14 Thread Ian FREISLICH
they coupled a > > GE PHY with a FE controller. I need to stop my switch advertising > > 1000M for the laptop to autonegotiate the link speed. > > I had it on a 10/100 hub, still observed the problem. I meant that the problem is the wierd PHY/MAC arangement on this chip, not what it&

bwn(0) BCM4315/BCM22062000 up for grabs (driver devs only)

2010-08-17 Thread Ian FREISLICH
0:51:39 mini kernel: bwn0: need multicast update callback After about 20 minutes I start seeing packet loss at about 5%. Within a few minutes packet loss increases to 100%. Contact me off list if you're interested. Ian -- Ian Freislich ___ freebsd-cu

AR9280 "bb hang" and other

2010-08-17 Thread Ian FREISLICH
, 0x 0x 0x Aug 17 09:29:08 mini kernel: ath0: bb hang detected (0x80), resetting Aug 17 09:37:57 mini kernel: ath0: bb hang detected (0x80), resetting Aug 17 09:49:10 mini kernel: ath0: bb hang detected (0x80), resetting Aug 17 10:06:17 mini kernel: ath0: bb hang

Re: AR9280 "bb hang" and other

2010-08-17 Thread Ian FREISLICH
Rui Paulo wrote: > > On 17 Aug 2010, at 09:17, Ian FREISLICH wrote: > > 2. I'm getting these messages fairly often. Transmission stops > > briefly around these times: > >=20 > > Aug 17 08:58:47 mini kernel: ath0: bb hang detected (0x80) > > Aug 17 09:

Re: AR9280 "bb hang" and other

2010-08-17 Thread Ian FREISLICH
Ian FREISLICH wrote: > Rui Paulo wrote: > > > > BB hangs are a problem with the 9280 but I don't know how to fix. > > Do you have a card to play with? (Since I'm offering hardware at the moment) > > > Hardware errors shouldn't happen, but this m

Re: AR9280 "bb hang" and other

2010-08-18 Thread Ian FREISLICH
Rui Paulo wrote: > On 17 Aug 2010, at 09:17, Ian FREISLICH wrote: > > Aug 17 09:29:08 mini kernel: ath0: bb hang detected (0x80), resetting > > Aug 17 09:37:57 mini kernel: ath0: bb hang detected (0x80), resetting > > Aug 17 09:49:10 mini kernel: ath0: bb hang detected (0x80),

Re: AR9280 "bb hang" and other

2010-08-18 Thread Ian FREISLICH
:36 mini kernel: wlan0: link state changed to UP It really looks likes like it's signal related, not card related because this card still got a signal related bb hang before the channel change, but not after. Ian -- Ian Freislich ___ freebsd

Re: fusefs-kmod broken?

2010-08-20 Thread Ian FREISLICH
latch.ALL sensed.1strobe PIO.3 id latch.BYTE sensed.2type PIO.4 latch.0 locator sensed.3 PIO.5 latch.1 por sensed.4 PIO.6 latch.2 power sensed.5 PIO.7 latc

Re: fusefs-kmod broken?

2010-08-23 Thread Ian FREISLICH
7 date: 2010/04/27 10:47:54; author: kib; state: Exp; lines: +2 -15 SVN rev 207270 on 2010-04-27 10:47:54Z by kib MFC r206547: Handle a case in kern_openat() when vn_open() change file type from DTYPE_VNODE. ---- Ian -- Ian Freislich ___

Re: fusefs-kmod broken?

2010-08-23 Thread Ian FREISLICH
Ian FREISLICH wrote: > John Baldwin wrote: > > The uart thing is a red herring, notice the actual PC value is '0'. Someth ing > > in kern_open() invoked a NULL function pointer. Doing 'l *kern_open+0x35' in > > kgdb would be a good start of whe

Re: fusefs-kmod broken?

2010-08-23 Thread Ian FREISLICH
is the fusefs module broken? I'm guessing it is. I don't like the way fuse_fileops is initialised in fuse4bsd. I would prefer for the struct to be zeroed and then the fo_xxx implimented bits set as appropriate. That way when the struct is changed, you don't get stung again. Patch

Re: fusefs-kmod broken?

2010-08-23 Thread Ian FREISLICH
Ian FREISLICH wrote: > So, in this case is the fusefs module broken? I'm guessing it is. > I don't like the way fuse_fileops is initialised in fuse4bsd. I > would prefer for the struct to be zeroed and then the fo_xxx > implimented bits set as appropriate. That way when t

Re: mfi and Dell PERC 6/i

2010-08-25 Thread Ian FREISLICH
here are bugs on this firmware too, but reading the fixes that were made between the version that came on the adapter and this version were Truely Frightening. It's trivial to update the firmware with the mfiutl program. Ian -- Ian Freislich

Re: One-shot-oriented event timers management

2010-09-02 Thread Ian FREISLICH
0 irq256: hdac0187 0 Total 204854291 [mini] /usr/home/ianf $ sysctl dev.cpu |grep usage dev.cpu.0.cx_usage: 0.00% 0.04% 0.80% 99.15% last 1601us dev.cpu.1.cx_usage: 0.00% 0.00% 0.65% 99.34% last 2078us Ian -- Ian Freislic

Re: One-shot-oriented event timers management

2010-09-02 Thread Ian FREISLICH
Alexander Motin wrote: > Ian FREISLICH wrote: > > On Wed, Sep 1, 2010 at 2:16 PM, Alexander Motin wrote: > >> Brandon Gooch wrote: > >>> This latest patch causes an interrupt storm with the HPET timer on my > >>> system. The machine took about 8 min

Re: significantly slow IPFW + NATD + amd64

2010-09-06 Thread Ian FREISLICH
127.0.0.0/8 to any This looks like you're using the old style NAT - divert to userland. That has always performed poorly. Perhaps not as poorly as this though. How much CPU is natd consuming? Have you considered using in-kernel NAT? See the 'NETWORK ADDRESS TRANSLATION'

Re: significantly slow IPFW + NATD + amd64

2010-09-06 Thread Ian FREISLICH
Randy Bush wrote: > Ian FREISLICH wrote: > > Peter Reo Molnar wrote: > > > Hello, > > > > > > I tried setup NAT with IPFW, compiled my kernel and I found that there > > > is very slow connection. > > > After I disabled NAT and IPFW then spee

Re: One-shot-oriented event timers management

2010-09-07 Thread Ian FREISLICH
Peter Jeremy wrote: > On 2010-Sep-02 13:08:25 +0200, Ian FREISLICH wrote: > >It's a compaq mini-110: > >CPU: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (1596.22-MHz 686-class CPU) > > Hmmm... I have a N270 in an Aspire One. > > >dev.cpu.0.freq_levels: 1600/250

Re: TCP loopback socket fusing

2010-09-14 Thread Ian FREISLICH
the server to: setsockopt(desc->accept_fd, IPPROTO_TCP, TCP_NODELAY, &x, sizeof(x)); It's now faster than on linux. Perhaps this is one of the causes of "my loopback is slow vs linux". FWIW, I couldn't find a way to turn off dealyed_ack on just loopback interface. Ian

Port won't build because of installed conflict

2010-09-21 Thread Ian FREISLICH
t I don't want to be without the browser while I'm building the new one. Is there a reason why this conflict isn't checked at install time rather than build time? Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http:/

[patch] via_dma.c

2010-10-27 Thread Ian FREISLICH
window. Do you have any ideas how to fix this? Ian -- Ian Freislich Index: sys/dev/drm/via_dma.c === RCS file: /home/ncvs/src/sys/dev/drm/via_dma.c,v retrieving revision 1.2 diff -u -d -r1.2 via_dma.c --- sys/dev/drm/via_dma.c 22

Re: In-kernel PPPoE

2010-12-06 Thread Ian FREISLICH
David Rhodus wrote: > Does mpd work in -current ? Last tried I, netgraph had problems with mpd. I have successfully used it on -CURRENT as late as: FreeBSD mini 9.0-CURRENT FreeBSD 9.0-CURRENT #16: Wed Nov 17 07:11:06 SAST 2010 i...@mini:/usr/obj/usr/src/sys/APPLE i386 Ian --

Re: More if_ath churn coming your way!

2011-01-22 Thread Ian FREISLICH
uses less power now. This I do know however: at boot, it associates much much faster. I used to have to wait at least 10 seconds for "the default route interface". Now, association and DHCP blazes through without pausing. Ian -- Ian Freislich ___

Re: More if_ath churn coming your way!

2011-01-22 Thread Ian FREISLICH
had instances where it's stopped transmitting or recieving. It claims to remain associated, but restarting the wlan interface fails to reestablish the association and a list scan is empty. It only seems to happen when the laptop is running on battery. Ian -- Ian Freislich

Re: [ath] more updates; please test (especially if you're using an AR9280)

2011-01-24 Thread Ian FREISLICH
ter the > initval update, it's been happily receiving in monitor mode for > 30 > minutes. I'm quite shocked. :) I agree. I had several lockups this morning (bb hangs) and the wlan0 interface refused to destroy and create after that. Since updating, it's been stable for t

Re: [ath] more updates; please test (especially if you're using an AR9280)

2011-01-24 Thread Ian FREISLICH
Adrian Chadd wrote: > On 24 January 2011 17:06, Ian FREISLICH wrote: > > > > Beforehand the AR9280 would lock up after 2-3 minutes in monitor mode, > > > and whilst in that mode it'd miss a lot of RX packets. After the > > > initval update, it's been

Re: IDE DVD playback on 5.1-CURRENT

2003-08-27 Thread Ian Freislich
Adam K Kirchhoff wrote: > > I've asked this same question on freebsd-questions an on #freebsd > (freenode), but haven't gotten any answer, so I thought I'd ask on here. > > I'm hoping someone can help me out here. > > I recently moved a firewire card and DVD drive that had been in my FreeBSD > b

Re: pcic device causes kernel build failure

2003-09-01 Thread Ian Freislich
"M. Warner Losh" wrote: > Don't build pcic with newcard. It is broken, doesn't work and isn't > supported. I have a rewrite in my p4 tree that I'm slugging through, > but pcic is likely to coninue to not compile until that's committed. Will that eventually fix support for the following (dmesg fr

bsd.lib.mk and bsd.own.mk ignore /etc/make.conf(INSTALL)

2003-09-01 Thread Ian Freislich
Hi Any idea why '-C' is hard coded for bsd.lib.mk and bsd.own.mk? I thought that the make.conf variable was there to allow or disallow this. The following comes from bsd.lib.mk: .if defined(LIB) && !empty(LIB) && !defined(NOINSTALLLIB) ${INSTALL} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMOD

Re: /lib symlinks problem?

2003-09-02 Thread Ian Freislich
Doug Barton wrote: > On Mon, 1 Sep 2003, M. Warner Losh wrote: > > > My tool is initially just a 'delete these files' tool, but now that I > > think about it, it wouldn't be hard to say also 'create these > > symlinks'. The hard part here is generating the 'obsolete' lists. > > I posted one appr

Re: /lib symlinks problem?

2003-09-02 Thread Ian Freislich
Sheldon Hearn wrote: > On (2003/09/02 09:43), Ian Freislich wrote: > > > > I posted one approach to this today... touch a file right before you > > > start installworld, then consider anything not newer than that file a > > > candidate for disposal. There is curr

bsdlabel wierd.

2003-09-10 Thread Ian Freislich
Hi I was experimenting with growfs yesterday and I noticed this wierd thing crop up in my label. Notice the 'a' partition which I can no longer get rid of and appears automatically. using bsdlabel -e I have to delete this partition if I want to change any of the other partitions (it complains ab

Why does bsdlabel autogenerate the 'a' partition?

2003-09-11 Thread Ian Freislich
Hi Why does the bsdlabel program autogenerate the 'a' partition? If I edit the disk label removing all partitions except for 'c' and then save it, a subsequent read of the disk label shows an 'a' partition has been made covering the whole disk. Even if I make another partition using the whole di

Re: Sysinstall's fdisk/disklabel should be improved

2003-11-03 Thread Ian Freislich
"David O'Brien" wrote: > On Sun, Oct 26, 2003 at 06:58:52PM +0100, Ulrich Spoerlein wrote: > > First of all, the Partition Editor has the 'A' option to use all of the > > available HDD space. It creates a DOS-compatible slice (starting at > > sector 63 and ending on cylinder boundary). This is comp

interruptNG/ataNG breaks laptop boot.

2003-11-14 Thread Ian Freislich
Hi I have a rather old Dell laptop that I'd like to run current on. A few months back current booted, but the PCIC stuff was broken so I had to back out. I thought I'd give it another try this week. After it probes the disk and GEOM does some stuff it stops responding to keyboard with the harddis

acpi_hp fails attach at boot

2010-05-05 Thread Ian FREISLICH
. How can I make acpi_hp do the same? Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Help with igb driver/nics, strange issue.

2010-05-06 Thread Ian FREISLICH
ierd problems caused by cables. netstat -ni should give an idea of transmission problems. If the switch is a managed switch, you can also check its interface counters. Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.fre

Re: igb broken? Unexplained weirdness with intel 82576 nics on a supermicro board.

2010-05-08 Thread Ian FREISLICH
joe wrote: > I have just tried your suggeston and it has no effect for me ;( Do you have another brand of NIC that you can try? At least that will isolate whether it's igb(4) or something else. Ian -- Ian Freislich ___ freebsd

Re: igb broken? Unexplained weirdness with intel 82576 nics on a supermicro board.

2010-05-08 Thread Ian FREISLICH
joe wrote: > On 05/08/2010 06:55 AM, Ian FREISLICH wrote: > > joe wrote: > >> I have just tried your suggeston and it has no effect for me ;( > > > > Do you have another brand of NIC that you can try? At least that > > will isolate whether it's igb

Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-05-10 Thread Ian FREISLICH
ut no where near the rate of the'unsupported rate' messages: May 10 23:31:39 mini kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1) May 10 23:32:10 mini last message repeated 13 times May 10 23:34:09 mini last message repeated 34 times Ian -- Ian Freislich

Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-05-11 Thread Ian FREISLICH
Ian FREISLICH wrote: > Weongyo Jeong wrote: > > > Do you want me to test anything else ? > > > > OK. The patch is ready to test. Could you please test it with attached > > patch? > > No panic this time. I also don't get these messages any mor

Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-06-02 Thread Ian FREISLICH
with 1 message cap 10[d0] = PCI-Express 1 endpoint max data 128(128) link x1(x1) Current of May 15 works reliably. I'll try to search for the offending commit. Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

problem with mfiutil

2010-08-06 Thread Ian FREISLICH
utput error ~ # mfiutil -u1 create raid10 -s1M 19,29,18,26,22,20 31,30,21,27,28,32 mfiutil: Command failed: Invalid parameter mfiutil: Failed to add volume: Input/output error It does however work with 2 disks in each stripe: ~ # mfiutil -u1 create raid10 -s1M 19,29 31,30 any ideas? Ian -- Ian Frei

Re: problem with mfiutil

2010-08-06 Thread Ian FREISLICH
John Baldwin wrote: > On Friday, August 06, 2010 7:32:00 am Ian FREISLICH wrote: > > Hi > > > > I'm unable to make a raid10 on my servers with 6 disks in each > > stripe. I tried a few ways: > > > > ~ # mfiutil -u1 create raid10 -s1M e1:s0,e1:s1,e1:

Re: problem with mfiutil

2010-08-06 Thread Ian FREISLICH
Gary Palmer wrote: > On Fri, Aug 06, 2010 at 06:58:29PM +0200, Ian FREISLICH wrote: > > John Baldwin wrote: > > > On Friday, August 06, 2010 7:32:00 am Ian FREISLICH wrote: > > > > Hi > > > > > > > > I'm unable to make a raid10 on my

Re: New Kernel Breaks IPFW

2003-06-10 Thread Ian Freislich
"Daniel C. Sobral" wrote: > John Stockdale wrote: > > Hey everyone, > > > > I just cvsup'd my src today and was going to buildworld later tonight > > but when I installed the newly built kernel with IPFIREWALL etc. and > > rebooted, ipfw fell over, specifically, even after ipfw firewall enable,

Re: New Kernel Breaks IPFW

2003-06-10 Thread Ian Freislich
Terry Lambert wrote: > Apparently, someone hosed the compiler flags. Looking at your > cribbed link: > > > Someone posted a link to the failure that I get, so I'll crib: > > http://www.0xfce3.net/error.txt > > We see: > > cc -O -pipe -std=iso9899:1999 -I/usr/obj/usr/src/i386/legacy/usr/inclu

Re: New Kernel Breaks IPFW

2003-06-10 Thread Ian Freislich
Andre Guibert de Bruet wrote: > Ian, > > The new ipfw binary will work with an up-to-date kernel. What you need to > do is boot this new kernel and only then try out the new ipfw binary. That doesn't really explain why the new ipfw binary core dumped with the new kernel, but worked fine with old

ULE crash

2003-06-25 Thread Ian Freislich
Hi About 4.5 minutes after rebooting with a SCHED_ULE kernel (I give ULE a go every few months), top started looking really wierd (the CPU % just kept on accumulating for each process). Before dnetc started, httpd showed 17% CPU, but the system was supposedly 100% idle at the time according to top

Re: ULE crash

2003-06-25 Thread Ian Freislich
Jeff Roberson wrote: > On Wed, 25 Jun 2003, Ian Freislich wrote: > > > Hi > > > > About 4.5 minutes after rebooting with a SCHED_ULE kernel (I give > > ULE a go every few months), top started looking really wierd (the > > CPU % just kept on accumulating for eac

Re: ULE SMP fixed.

2003-07-08 Thread Ian Freislich
Jeff Roberson wrote: > Squashed the bug that was causing panics with nice processes on SMP ULE. That is really good news. I will give it a try later today and let you know if I still get panics with ULE enabled. Ian ___ [EMAIL PROTECTED] mailing list h

Re: ULE SMP fixed.

2003-07-08 Thread Ian Freislich
Ian Freislich wrote: > Jeff Roberson wrote: > > Squashed the bug that was causing panics with nice processes on SMP ULE. > > That is really good news. I will give it a try later today and let > you know if I still get panics with ULE enabled. Well, the uptime says it all: no p

Re: pgsql logged in on console - su/PAM problem?

2003-07-09 Thread Ian Freislich
Larry Rosenman wrote: > > > --On Tuesday, July 08, 2003 13:58:19 +0200 Lukas Ertl <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > > can anyone explain why the pgsql user is logged in on console nowadays? > I'm seeing the same thing, and am also interested in making it stop. It's got tomething to

Making a disk bootable...

2003-07-14 Thread Ian Freislich
Hi This might sound like a really simple question, but what used to work no longer does. How do you partition, label and make a disk bootable? I've used fdisk to create one slice (da0s1). I then used bsdlabel to make make the partitions a, b, e and f. Then to put the boot block on 'disklabel -

Re: Making a disk bootable...

2003-07-14 Thread Ian Freislich
Peter McGarvey wrote: > * Ian Freislich <[EMAIL PROTECTED]> [2003-07-14 13:58:39 BST]: > > Hi > > > > This might sound like a really simple question, but what used to > > work no longer does. How do you partition, label and make a disk > > bootable? >

Re: Making a disk bootable...

2003-07-14 Thread Ian Freislich
Mark Murray wrote: > Hi Ian! > > Ian Freislich writes: > > I've used fdisk to create one slice (da0s1). I then used bsdlabel > > to make make the partitions a, b, e and f. Then to put the boot > > block on 'disklabel -B /dev/da0s1' - if I 'disklab

Re: Making a disk bootable...

2003-07-14 Thread Ian Freislich
John-Mark Gurney wrote: > Ian Freislich wrote this message on Mon, Jul 14, 2003 at 18:48 +0200: > > I've just tried this dd'ing /dev/zero over the front of the disk > > first to no avail (the probed geometry is the geometry that fdisk > > used anyway). I also t

Re: Process stats wrong under ULE

2003-07-15 Thread Ian Freislich
Kris Kennaway wrote: > I'm seeing the following kind of behaviour under ULE on a UP machine > (kernel updated earlier this evening). Notice that the total CPU% > adds up to way more than 100%; indeed one single process is allegedly > using more than 100% CPU, and (not clear from the top(1) output)

intr_machdep.c:176:2: error: use of undeclared identifier 'interrupt_sorted'

2018-08-29 Thread Ian FREISLICH
in /usr/obj/usr/src/amd64.amd64/sys/BRANE *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src -- Ian Freislich -- ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/l

Re: intr_machdep.c:176:2: error: use of undeclared identifier 'interrupt_sorted'

2018-08-29 Thread Ian FREISLICH
I moved the #ifdef down one line and its compiling. Ian -- Ian Freislich On 08/29/2018 07:40 PM, John Baldwin wrote: > On 8/29/18 4:20 PM, Ian FREISLICH wrote: >> Hi >> >> I see the definition of interrupt_sorted is #ifdefed out by #ifdef SMP >> at line 84. 

r277959 breaks X display on IvyBridge mobile GT2 IG

2015-02-09 Thread Ian FREISLICH
th 1 message cap 01[d0] = powerspec 2 supports D0 D3 current D0 cap 13[a4] = PCI Advanced Features: FLR TP void intel_modeset_init_hw(struct drm_device *dev) Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.or

r277959 breaks X display on IvyBridge mobile GT2 IG

2015-02-11 Thread Ian FREISLICH
= VGA cap 05[90] = MSI supports 1 message enabled with 1 message cap 01[d0] = powerspec 2 supports D0 D3 current D0 cap 13[a4] = PCI Advanced Features: FLR TP Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.fr

Re: r277959 breaks X display on IvyBridge mobile GT2 IG

2015-02-11 Thread Ian FREISLICH
ag removed by r278584 is BLM_PCH_OVERRIDE_ENABLE according to the Linux driver. I think we're not correctly setting or selecting the PWM channel for backlight control. > > -a > > > On 11 February 2015 at 07:41, Ian FREISLICH wrote: > > Hi > > > > With t

Re: r277959 breaks X display on IvyBridge mobile GT2 IG

2015-02-16 Thread Ian FREISLICH
Ian FREISLICH wrote: > Adrian Chadd wrote: > > Hi, > > > > > There's a "invert backlight" option in i915, try setting it to 1? > > This is pretty much all I could find (unless I was looking in the > wrong place). It makes no difference. The bac

Re: CTF: wpa_supplicant/hostapd 2.4 import

2015-04-22 Thread Ian FREISLICH
:27:22:6c:0b:8f timed out. Apr 22 12:28:34 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-DISCONNECTED bssid=00:27:22:6c:0b:8f reason=3 locally_generated=1 Apr 22 12:28:34 zen kernel: wlan0: link state changed to DOWN Ian -- Ian Freislich ___ freebsd

Re: CTF: wpa_supplicant/hostapd 2.4 import

2015-04-27 Thread Ian FREISLICH
6:43 zen dhclient: New Subnet Mask (wlan0): 255.255.255.0 Apr 6 18:06:43 zen dhclient: New Broadcast Address (wlan0): 10.0.0.255 Apr 6 18:06:43 zen dhclient: New Routers (wlan0): 10.0.0.1 Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing l

ntpd wierdness.

2015-07-06 Thread Ian FREISLICH
ion, the refclocks were always selected as pps.peer and sys.peer. Now, even though the refclocks have settled down, the peer selection seems a little strange. At least not what I'm used to seeing. Ian -- Ian Freislich ___ freebsd-cu

"broken" symbolic links in /usr/lib

2015-07-28 Thread Ian FREISLICH
, all running CURRENT from within a day. The upshot is that I have to be root in order to link code. Any ideas greatly appreciated. Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: "broken" symbolic links in /usr/lib

2015-07-28 Thread Ian FREISLICH
Glen Barber wrote: > On Tue, Jul 28, 2015 at 07:31:56PM +, Glen Barber wrote: > > On Tue, Jul 28, 2015 at 08:16:16PM +0200, Ian FREISLICH wrote: > > > Hi > > >=20 > > > I cannot for the life of me figure out why this is so: > > >=20 > > >

Re: "broken" symbolic links in /usr/lib

2015-07-28 Thread Ian FREISLICH
se either the permissions of the mount point or the permissions of the directory mounted on that mount point. In the past, the permissions in the mounted filesystem have always trumped the mount point, but I have no idea what the spec says. Is this a bug? Ian -- Ian Freislich _

Re: "broken" symbolic links in /usr/lib

2015-07-29 Thread Ian FREISLICH
Glen Barber wrote: > On Tue, Jul 28, 2015 at 10:17:38PM +0200, Ian FREISLICH wrote: > > I found the actual problem. The mount point for /usr was mode 700 > > even though the root of the mounted filesystem on /usr was mode 755. > > Did I explain that clearly (quite difficult b

r296548 breaks external DP and HDMI on HD4000

2016-03-14 Thread Ian FREISLICH
I915_WRITE(BLC_PWM_CPU_CTL2, PWM_ENABLE); I915_WRITE(BLC_PWM_CPU_CTL, 0); - I915_WRITE(BLC_PWM_PCH_CTL1, PWM_ENABLE); + I915_WRITE(BLC_PWM_PCH_CTL1, PWM_ENABLE | (1<<30)); } void intel_modeset_init_hw(struct drm_device *dev) -- Ian Freislich -- Cape Augusta Digital Pro

Re: r296548 breaks external DP and HDMI on HD4000

2016-03-19 Thread Ian FREISLICH
ernational flight away from me for the 1.5 months so I can't test anything else until I'm back. Ian On 19 March 2016 01:10:54 Jean-Sébastien Pédron wrote: On 14/03/2016 18:59, Ian FREISLICH wrote: Hi Hi! With r296548 on the following hardware: vgapci0@pci0:0:2:0: class=0x03

Re: r296548 breaks external DP and HDMI on HD4000

2016-04-26 Thread Ian FREISLICH
Hi Replying to myself... The monitor works with in 1920x1080. Any higher resolution and the monitor displays rapidly changing random colours filled over the entire screen. I'm currently using r298115 with no improvement on the situation. Ian On 03/14/16 13:59, Ian FREISLICH wrote:

r299512 breaks dhclient on some networks

2016-05-18 Thread Ian FREISLICH
OPTION: 6 ( 4) DNS server10.0.0.1 ------- -- Ian Freislich -- Cape Augusta Digital Properties, LLC a Cape Augusta Company *Breach of confidentiality & accidental breach of confidentiality *

Re: r299512 breaks dhclient on some networks

2016-05-18 Thread Ian FREISLICH
ctly. Just checked and DHCP is working again. > (Coverity may still complain about CID 1305550, but I don't believe > it's valid for 'hlen' to exceed sizeof(hw_addr.haddr).) > > Thanks, > Conrad > > On Wed, May 18, 2016 at 3:49 PM, Ian FREISLICH > wro

Re: r299512 breaks dhclient on some networks

2016-05-18 Thread Ian FREISLICH
ient is discarding the server's offer for whatever reason. But, r300174 has it working again for me. I can't speak to the correctness of the fix though. Ian -- Ian Freislich -- Cape Augusta Digital Properties, LLC a Cape Augusta Company *Breach of confidentiality & accidenta

  1   2   3   >