Re: 11.1-RC2 breaks wine, creates unkillable process

2017-07-26 Thread Frank Steinborn
Konstantin Belousov  wrote:
> On Sun, Jul 09, 2017 at 01:53:24PM +0200, Jan Kokem??ller wrote:
> > Same here on -CURRENT r320620. r319481 (I think) was working fine.
> > 
> > I'm using the i386-wine-devel package from the official repository.
> 
> This should fix creation of the unkillable processes, but untested.
> 
> After that, if wine still does not work, you need to look exactly
> what breaks, perhaps using ktrace.  Most likely there would be some
> unsuccessfull mmap(2) syscall.
> 
> diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
> index 0a99ddde486..a0688fe4f0c 100644
> --- a/sys/vm/vm_map.c
> +++ b/sys/vm/vm_map.c
> @@ -1571,7 +1571,7 @@ vm_map_find_min(vm_map_t map, vm_object_t object, 
> vm_ooffset_t offset,
>   find_space, prot, max, cow);
>   if (rv == KERN_SUCCESS || min_addr >= hint)
>   return (rv);
> - *addr = min_addr;
> + *addr = hint = min_addr;
>   }
>  }
>  

Can someone tell me if this got fixed before 11.1-RELEASE?

Thanks in advance and best regards,
Frank

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Regression in PORTS_MODULES (make.conf)?

2010-05-07 Thread Frank Steinborn
Jeremy Chadwick wrote:
> On Fri, May 07, 2010 at 08:28:01PM +0200, Frank Steinborn wrote:
> > Hello,
> > 
> > I have the following in /etc/make.conf:
> > 
> > PORTS_MODULES=  sysutils/fusefs-kmod \
> > emulators/virtualbox-ose-kmod
> > 
> > On buildworld, it claims:
> > 
> > env: ruby: not found 
> > 
> > However, ruby is installed and in PATH. I've seen a similar issue
> > lately but wasn't sure if it's just a problem in my configuration.
> > 
> > Do you think this is PR-worthy?
> 
> I'm not familiar with the above make.conf variable (I'm sure others
> are), but the "env" error you see is likely because the underlying
> sub-shell that's spawned is /bin/sh, and the default PATH for that shell
> probably doesn't include /usr/local/bin.
> 
> I'm also unsure what ruby has to do with buildworld.  (I don't see
> anything relevant in /usr/share/mk or /usr/src).

Thanks for your reply. PORTS_MODULES is a list of ports you wish to
rebuild every time the kernel is build (so it happened on 'make
kernel' BTW, not buildworld - my bad).

ruby has nothing to do with it, but it's needed by the
sysutils/fusefs-kmod port it seems. It may be a PATH-issue but I think
it should include /usr/local/bin then again, because I definitely
remember it to work (but that really was years ago). Otherwise that
option would be useless.

Thanks,
Frank
___
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"


Regression in PORTS_MODULES (make.conf)?

2010-05-07 Thread Frank Steinborn
Hello,

I have the following in /etc/make.conf:

PORTS_MODULES=  sysutils/fusefs-kmod \
emulators/virtualbox-ose-kmod

On buildworld, it claims:

env: ruby: not found 

However, ruby is installed and in PATH. I've seen a similar issue
lately but wasn't sure if it's just a problem in my configuration.

Do you think this is PR-worthy?

Thanks,
Frank
___
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: linprocfs/linsysfs broken in -STABLE

2007-06-12 Thread Frank Steinborn
Kris Kennaway wrote:
> On Wed, Jun 13, 2007 at 12:56:10AM +0200, Frank Steinborn wrote:
> > Hi,
> > 
> > On -STABLE from 13. Jun, 18:00 CEST, linprocfs and linsysfs is not
> > mountable anymore:
> > 
> > mount_linprocfs: Operation not supported by device
> > mount_linsysfs: Operation not supported by device
> 
> Typically this means you don't have one of the other prerequisites
> loaded (pseudofs, procfs, maybe linux).
> 
> Kris

Kris,

you are right - i missed adding 'options LINPROCFS' and 'options
LINSYSFS' in the kernel. I overlooked it in NOTES, somehow.

Sorry for wasting your time. Thanks.

Frank
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


linprocfs/linsysfs broken in -STABLE

2007-06-12 Thread Frank Steinborn
Hi,

On -STABLE from 13. Jun, 18:00 CEST, linprocfs and linsysfs is not
mountable anymore:

mount_linprocfs: Operation not supported by device
mount_linsysfs: Operation not supported by device

Frank 
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: if_sf problem, no i/o traffic

2006-12-20 Thread Frank Steinborn
JoaoBR wrote:
> Hi
> 
> seems to be something wrong with the sf driver
> I have starfire 64bit cards (adaptec 1 and two port) on amd64 releng_6
> 
> the card is probed, recognize correctly the connection but no traffic i/o, 
> arp 
> either
> 
> any idea?
> 
> sf0: flags=8843 mtu 1500
> options=40
> ether 00:00:d1:a8:3c:f7
> media: Ethernet autoselect (100baseTX )
> status: active
> 
> 
> [EMAIL PROTECTED]:1:0:   class=0x02 card=0x00099004 chip=0x69159004 
> rev=0x03 
> hdr=0x00
> vendor   = 'Adaptec Inc'
> device   = 'ANA620xx/ANA69011A Fast Ethernet'
> class= network
> subclass = ethernet

Tried without polling?
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Security Survey

2006-05-23 Thread Frank Steinborn
Chris H. wrote:
> This brings up a point I have been wanting to bring up for over a mos.;
> I adopted an "orphaned" port (contacted the owner, whom then relenquished
> ownership to me.). But found it _more_ than difficult to discover how
> to inform the fBSD port(s) system of it's new, *un*orphaned status.
> I read through the online doc's about it. But got dizzy with the
> circularness of it. Searching led to no _difinative_ answer(s) either.
> Is it still send pr just to update it's status? Couldn't there be an
> online form to change ownership/ stewardship? I *can* comprehend the
> send pr system. I simply can't understand how to change/ update
> ownership/ stewardship. Perhaps this is why so many of the orphaned
> ports remain in this state.

Open a PR and simply set MAINTAINER to your own address. Use category
'ports' and and class 'change-request'.

Frank 
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Freeze by using sound on -STABLE from today

2006-03-10 Thread Frank Steinborn
Hi,

i just built a 6.1-PRERELEASE and noticed that my system freezes when
using mplayer or musicpd. I tried to cat /dev/random > /dev/dsp0.0 and
it freezes too.
The machine has been running 6.0-STABLE before without that problem. I
wanted to know if someone else had similar issues or can reproduce it,
so I could write a PR.
Please let me know if you need further informations.

Verbose /dev/sndstat:


FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0:  at io 0xd800,0xdc00,0xe000 irq 15 kld snd_solo
(1p/1r/4v channels duplex default)
[pcm0:play:0]: spd 48000, fmt 0x1010, flags 0x00101000,
0x
interrupts 0, underruns 0, ready 0
{userland} -> feeder_vchan_s16(0x1010) -> {hardware}
pcm0:play:0[pcm0:virtual:0]: spd 0, fmt 0x/0x0008,
flags 0x1000, 0x
interrupts 0, underruns 0, ready 0
{userland} -> feeder_root(0x) -> {hardware}
pcm0:play:0[pcm0:virtual:1]: spd 0, fmt 0x/0x0008,
flags 0x1000, 0x
interrupts 0, underruns 0, ready 0
{userland} -> feeder_root(0x) -> {hardware}
pcm0:play:0[pcm0:virtual:2]: spd 0, fmt 0x/0x0008,
flags 0x1000, 0x
interrupts 0, underruns 0, ready 0
{userland} -> feeder_root(0x) -> {hardware}
pcm0:play:0[pcm0:virtual:3]: spd 0, fmt 0x/0x0008,
flags 0x1000, 0x
interrupts 0, underruns 0, ready 0
{userland} -> feeder_root(0x) -> {hardware}
[pcm0:record:0]: spd 0, fmt 0x/0x0008, flags
0x, 0x
interrupts 0, overruns 0, hfree 16384, sfree 0
{hardware} -> feeder_root(0x) -> {userland}

File Versions:
$FreeBSD: src/sys/dev/sound/pci/solo.c,v 1.35.2.3 2006/01/29 02:35:19
ariff Exp $
$FreeBSD: src/sys/dev/sound/isa/sndbuf_dma.c,v 1.3 2005/01/06 01:43:17
imp Exp $
$FreeBSD: src/sys/dev/sound/pcm/vchan.c,v 1.17.2.3 2006/01/20 03:55:58
ariff Exp $
$FreeBSD: src/sys/dev/sound/pcm/sound.c,v 1.93.2.2 2005/12/30 19:55:54
netchild Exp $
$FreeBSD: src/sys/dev/sound/pcm/sndstat.c,v 1.20.2.2 2005/12/30
19:55:54 netchild Exp $
$FreeBSD: src/sys/dev/sound/pcm/mixer.c,v 1.43.2.3 2005/12/30 19:55:54
netchild Exp $
$FreeBSD: src/sys/dev/sound/pcm/feeder_volume.c,v 1.2.2.1 2005/12/30
19:55:54 netchild Exp $
$FreeBSD: src/sys/dev/sound/pcm/feeder_rate.c,v 1.11.2.2 2006/01/29
02:27:28 ariff Exp $
$FreeBSD: src/sys/dev/sound/pcm/feeder_fmt.c,v 1.14.2.2 2006/01/29
02:27:28 ariff Exp $
$FreeBSD: src/sys/dev/sound/pcm/feeder.c,v 1.33.2.3 2006/03/07
15:51:19 jhb Exp $
$FreeBSD: src/sys/dev/sound/pcm/fake.c,v 1.14.2.1 2005/12/30 19:55:54
netchild Exp $
$FreeBSD: src/sys/dev/sound/pcm/dsp.c,v 1.80.2.5 2006/02/04 11:58:28
netchild Exp $
$FreeBSD: src/sys/dev/sound/pcm/channel.c,v 1.99.2.3 2006/01/29
02:27:28 ariff Exp $
$FreeBSD: src/sys/dev/sound/pcm/buffer.c,v 1.25.2.1 2005/12/30
19:55:54 netchild Exp $
$FreeBSD: src/sys/dev/sound/pcm/ac97_patch.c,v 1.3.2.1 2005/12/30
19:55:54 netchild Exp $
$FreeBSD: src/sys/dev/sound/pcm/ac97.c,v 1.53.2.3 2006/01/09 02:06:42
ariff Exp $


Frank

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: calcru: negative time (Interrupt Storm on cpu0: timer)

2006-02-13 Thread Frank Steinborn
J. Buck Caldwell wrote:

> Only time I've ever seen this problem is running on a VMWARE virtual server.

This is not a VMware system. kern.timecounter.hardware is set to
ACPI-fast.

Frank

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: calcru: negative time (Interrupt Storm on cpu0: timer)

2006-02-13 Thread Frank Steinborn
Sorry, i forgot to mention:

kern.osreldate: 600100

Frank

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


calcru: negative time (Interrupt Storm on cpu0: timer)

2006-02-13 Thread Frank Steinborn
Hello,

After reboot yesterday, my system suddenly started to flood syslog with
following message:

calcru: runtime went backwards from 1966191374 usec to 1966189453 usec
for pid 29988 (screen)

It's not only screen, i saw sh and su also, but in the last hour only
screen. A vmstat -i and the same 5 seconds later:

interrupt  total   rate
irq1: atkbd0   1  0
irq13: npx01  0
irq14: ata0   410366  5
irq17: em0  20882069263
cpu0: timer158483081   2000
Total  179775518   2268

interrupt  total   rate
irq1: atkbd0   1  0
irq13: npx01  0
irq14: ata0   410430  5
irq17: em0  20885602263
cpu0: timer158505514   2000
Total  179801548   2268

Is this an interrupt storm? I know that there is a FAQ entry about the
negative time issue, but it seems this is more a bad workaround I 
guess. The system was running without problems for 3 months or so and
as I said the problem suddenly appeared yesterday.

Any hints on whats wrong here?

Thanks in advance,
Frank

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Update from 6.0-RELEASE fails

2005-12-17 Thread Frank Steinborn
Melvyn Sopacua wrote:
> alright:
> cp /usr/obj/usr/src/libexec/bootpd/bootpd /tmp/
> strip /tmp/bootpd
> 
> If that works, rm -rf /usr/obj and redo. See if memory is still exhausted 
> after installworld, but do it in single user mode if you didn't.

I did a fresh cvsup and build, now installworld is okay. Don't ask me
what was wrong before, *maybe* buildworld got trouble with out of swap
without my notice somewhere, who knows...

Thanks for you help!

Frank


pgpCJLMjAbzMH.pgp
Description: PGP signature


Re: Update from 6.0-RELEASE fails

2005-12-17 Thread Frank Steinborn
Melvyn Sopacua wrote:
> strip /usr/libexec/bootpd

strip: '/usr/libexec/bootpd': No such file

Frank


pgpf7adnFkflX.pgp
Description: PGP signature


Re: Update from 6.0-RELEASE fails

2005-12-17 Thread Frank Steinborn
Melvyn Sopacua wrote:
> Can you strip bootpd after install?

If you mean whether I can run "strip bootpd":

kellerkind:/usr/src# strip bootpd
strip: 'bootpd': No such file

I'm clueless at the moment.

Frank


pgpcUoL9vzNB1.pgp
Description: PGP signature


Re: Update from 6.0-RELEASE fails

2005-12-17 Thread Frank Steinborn
Chuck Swiger wrote:
> While brevity is a paramount virtue in writing-- and about that topic, I 
> cannot
> say too much [1]-- however, Frank, you might want to consider the output of
> "swapinfo" and "top -o size".
> 
> Perhaps you don't have enough swap configured, or none at all?

Okay, i had a look at swapinfo and top while it's installing and even
nothing is swapped, so i think it's definitely not a memory/swap
issue...

Frank


pgpJ9nfORIwas.pgp
Description: PGP signature


Re: Update from 6.0-RELEASE fails

2005-12-17 Thread Frank Steinborn
Kris Kennaway wrote:
> > strip: /usr/libexec/bootpd: Memory exhausted
> 
> Well, is it?

I don't think so, i have nothing in logs that something is going to be
killed and i still have space in swap.

Frank


pgpUTrqqOOK9e.pgp
Description: PGP signature


Update from 6.0-RELEASE fails

2005-12-17 Thread Frank Steinborn
Hello, 

i'm trying to update to -STABLE from today from a 6.0-RELEASE and make
installworld fails here:

/usr/share/man/man3/lwres_getaddrsbyname.3.gz ->
/usr/share/man/man3/lwres_resutil.3.gz
/usr/share/man/man3/lwres_getnamebyaddr.3.gz ->
/usr/share/man/man3/lwres_resutil.3.gz
/usr/share/man/man3/lwres_string_parse.3.gz ->
/usr/share/man/man3/lwres_resutil.3.gz
===> libexec (install)
===> libexec/atrun (install)
install -s -o root -g wheel -m 555   atrun /usr/libexec
install -o root -g wheel -m 444 atrun.8.gz  /usr/share/man/man8
===> libexec/bootpd (install)
install -s -o root -g wheel -m 555   bootpd /usr/libexec
strip: /usr/libexec/bootpd: Memory exhausted
install: wait: No such file or directory
*** Error code 70

Any hints on that? I updated to -STABLE from other Releases too without
problems (almost the same configuration on the boxes).

Thanks,
Frank


pgpELEKHQOMou.pgp
Description: PGP signature


Re: 6.x Performance note in /usr/src/UPDATING ...

2005-07-17 Thread Frank Steinborn
Marc G. Fournier <[EMAIL PROTECTED]> schrieb:
> Can someone add a pointer to this as to how to actually do this?  For 
> instance, I know from 5.x about the 'ln -s aj /etc/malloc.conf' for malloc 
> ... but what about the rest?

Check your kernel config for INVARIANTS and WITNESS and disable these
options. Besides malloc, these are all debugging features I'm aware of.

bye,
steinex

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"