Re: kde4-4.13.3p0 on OpenBSD 5.6 10/15/2014 AMD64 snapshot

2014-11-04 Thread Stan Gammons
On 11/04/14 16:59, Vadim Zhukov wrote:
>
> 05 нояб. 2014 г. 1:29 пользователь "Stan Gammons" 
>  > написал:
> >
> >
> > On 11/04/14 00:44, Vadim Zhukov wrote:
> >>
> >> 04 нояб. 2014 г. 3:11 пользователь "Stan Gammons" 
> mailto:sg063...@gmail.com>> написал:
> >> >
> >> > Does anyone besides me experience crashes with Dolphin on 
> kde4-4.13.3p0?  When I click on the kde crash handler developer 
> information tab it churns forever and ever and ever and never returns 
> any information.
> >>
> >> What the "ulimit -a" command says?
> >
> >
> > $ ulimit -a
> > time(cpu-seconds)unlimited
> > file(blocks) unlimited
> > coredump(blocks) unlimited
> > data(kbytes) 524288
> > stack(kbytes)4096
> > lockedmem(kbytes)2701294
> > memory(kbytes)   8101456
> > nofiles(descriptors) 512
>
> That's likely to be a problem. Please, adjust number-of-open-files 
> limits in /etc/login.conf and /etc/sysctl.conf. "pkg_info kde-runtime" 
> will give you some clues. Remember that you'll need to re-login to 
> make login.conf changes apply.
>
>

Disregard the previous email. I accidentally deleted 
machdep.allowaperture=2 from sysctl.conf which caused the "no screens 
found" message.

I didn't see anything in pkg_info kde-runtime about login.conf   I left 
it the way it was.

Now to see if dolphin or kwn crashes again.



Stan



Re: kde4-4.13.3p0 on OpenBSD 5.6 10/15/2014 AMD64 snapshot

2014-11-04 Thread Stan Gammons
On Nov 4, 2014 4:59 PM, "Vadim Zhukov"  wrote:
>
> 05 нояб. 2014 г. 1:29 пользователь "Stan Gammons"

написал:
>
> >
> >
> > On 11/04/14 00:44, Vadim Zhukov wrote:
> >>
> >> 04 нояб. 2014 г. 3:11 пользователь "Stan Gammons"

написал:
> >> >
> >> > Does anyone besides me experience crashes with Dolphin on
kde4-4.13.3p0?  When I click on the kde crash handler developer information
tab it churns forever and ever and ever and never returns any information.
> >>
> >> What the "ulimit -a" command says?
> >
> >
> > $ ulimit -a
> > time(cpu-seconds)unlimited
> > file(blocks) unlimited
> > coredump(blocks) unlimited
> > data(kbytes) 524288
> > stack(kbytes)4096
> > lockedmem(kbytes)2701294
> > memory(kbytes)   8101456
> > nofiles(descriptors) 512
>
> That's likely to be a problem. Please, adjust number-of-open-files limits
in /etc/login.conf and /etc/sysctl.conf. "pkg_info kde-runtime" will give
you some clues. Remember that you'll need to re-login to make login.conf
changes apply.
>

I did sysctl kern.shminfo.shmall=51200 kern.shminfo.shmmni=1024
and sysctl kern.maxfiles=2

as pkg_info kde-runtime says, but that really broke things. Now kde doesn't
start. I get a fatal error saying "no screen found"

Stan



Re: kde4-4.13.3p0 on OpenBSD 5.6 10/15/2014 AMD64 snapshot

2014-11-04 Thread Vadim Zhukov
05 нояб. 2014 г. 1:29 пользователь "Stan Gammons"

написал:
>
>
> On 11/04/14 00:44, Vadim Zhukov wrote:
>>
>> 04 нояб. 2014 г. 3:11 пользователь "Stan Gammons"

написал:
>> >
>> > Does anyone besides me experience crashes with Dolphin on
kde4-4.13.3p0?  When I click on the kde crash handler developer information
tab it churns forever and ever and ever and never returns any information.
>>
>> What the "ulimit -a" command says?
>
>
> $ ulimit -a
> time(cpu-seconds)unlimited
> file(blocks) unlimited
> coredump(blocks) unlimited
> data(kbytes) 524288
> stack(kbytes)4096
> lockedmem(kbytes)2701294
> memory(kbytes)   8101456
> nofiles(descriptors) 512

That's likely to be a problem. Please, adjust number-of-open-files limits
in /etc/login.conf and /etc/sysctl.conf. "pkg_info kde-runtime" will give
you some clues. Remember that you'll need to re-login to make login.conf
changes apply.

> processes128
> $
>
>
>> Also, could you post all uncommented global options in your
/etc/samba/smb.conf?
>>
>>
>
> [global]
>
>workgroup = WORKGROUP
>
>load printers = yes
>
>log file = /var/log/samba/smbd.%m
>
>max log size = 50
>
>dns proxy = no
>
> [homes]
>comment = Home Directories
>browseable = no
>writable = yes
>
> [printers]
>comment = All Printers
>path = /var/spool/samba
>browseable = no
>guest ok = no
>writable = no
>printable = yes
>
>
> Like Federico who also replied to this thread, I'm unable to put a finger
on an exact cause for the crashes.  But wonder if it's some combination of
running KDE, Firefox and Thunderbird.
>
> Oh, there is another thing I failed to mention.  I log in and manually
start kde with "startkde4"   Some times when I logout that way it will hang
and ctrl-alt-backspace is needed to return to the command line.  Some times
kwin will crash when I logout also.

--
Vadim Zhukov



Re: kde4-4.13.3p0 on OpenBSD 5.6 10/15/2014 AMD64 snapshot

2014-11-04 Thread Stan Gammons
On 11/04/14 00:44, Vadim Zhukov wrote:
>
> 04 нояб. 2014 г. 3:11 пользователь "Stan Gammons" 
>  > написал:
> >
> > Does anyone besides me experience crashes with Dolphin on 
> kde4-4.13.3p0?  When I click on the kde crash handler developer 
> information tab it churns forever and ever and ever and never returns 
> any information.
>
> What the "ulimit -a" command says?
>

$ ulimit -a
time(cpu-seconds)unlimited
file(blocks) unlimited
coredump(blocks) unlimited
data(kbytes) 524288
stack(kbytes)4096
lockedmem(kbytes)2701294
memory(kbytes)   8101456
nofiles(descriptors) 512
processes128
$


> Also, could you post all uncommented global options in your 
> /etc/samba/smb.conf?
>
>

[global]

workgroup = WORKGROUP

load printers = yes

log file = /var/log/samba/smbd.%m

max log size = 50

dns proxy = no

[homes]
comment = Home Directories
browseable = no
writable = yes

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes


Like Federico who also replied to this thread, I'm unable to put a 
finger on an exact cause for the crashes.  But wonder if it's some 
combination of running KDE, Firefox and Thunderbird.

Oh, there is another thing I failed to mention.  I log in and manually 
start kde with "startkde4"   Some times when I logout that way it will 
hang and ctrl-alt-backspace is needed to return to the command line.  
Some times kwin will crash when I logout also.


Stan



Re: kde4-4.13.3p0 on OpenBSD 5.6 10/15/2014 AMD64 snapshot

2014-11-04 Thread Federico Giannici
Yes, I am experiencing random crashes in KDE4 too since I upgraded from 
5.5. to 5.6. Anyway, I wasn't able to create a reproducible situation...


Bye.


On 11/04/14 01:10, Stan Gammons wrote:

Does anyone besides me experience crashes with Dolphin on
kde4-4.13.3p0?  When I click on the kde crash handler developer
information tab it churns forever and ever and ever and never returns
any information.


$ cat /etc/rc.conf.local
sshd_flags=NO
multicast_host=YES
pkg_scripts="dbus_daemon avahi_daemon cupsd"

$ cat /etc/sysctl.conf
machdep.allowaperture=2 # See xf86(4)
$

$ dmesg
OpenBSD 5.6-current (GENERIC.MP) #424: Wed Oct 15 17:01:29 MDT 2014
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8535351296 (8139MB)
avail mem = 8299438080 (7914MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xed460 (58 entries)
bios0: vendor American Megatrends Inc. version "FD" date 01/23/2013
bios0: Gigabyte Technology Co., Ltd. 970A-DS3
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT BGRT
acpi0: wakeup devices SBAZ(S4) PS2K(S3) PS2M(S3) P0PC(S4) GEC_(S4)
UHC1(S4) UHC2(S4) USB3(S4) UHC4(S4) USB5(S4) UHC6(S4) UHC7(S4) PE20(S4)
PE21(S4) PE22(S4) PE23(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 16 (boot processor)
cpu0: AMD FX(tm)-4100 Quad-Core Processor , 3616.99 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TOPEXT,ITSC

cpu0: 64KB 64b/line 2-way I-cache, 16KB 64b/line 4-way D-cache, 2MB
64b/line 16-way L2 cache, 8MB 64b/line 64-way L3 cache
cpu0: ITLB 48 4KB entries fully associative, 24 4MB entries fully
associative
cpu0: DTLB 32 4KB entries fully associative, 32 4MB entries fully
associative
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 200MHz
cpu1 at mainbus0: apid 17 (application processor)
cpu1: AMD FX(tm)-4100 Quad-Core Processor , 3616.57 MHz
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TOPEXT,ITSC

cpu1: 64KB 64b/line 2-way I-cache, 16KB 64b/line 4-way D-cache, 2MB
64b/line 16-way L2 cache, 8MB 64b/line 64-way L3 cache
cpu1: ITLB 48 4KB entries fully associative, 24 4MB entries fully
associative
cpu1: DTLB 32 4KB entries fully associative, 32 4MB entries fully
associative
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 18 (application processor)
cpu2: AMD FX(tm)-4100 Quad-Core Processor , 3616.57 MHz
cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TOPEXT,ITSC

cpu2: 64KB 64b/line 2-way I-cache, 16KB 64b/line 4-way D-cache, 2MB
64b/line 16-way L2 cache, 8MB 64b/line 64-way L3 cache
cpu2: ITLB 48 4KB entries fully associative, 24 4MB entries fully
associative
cpu2: DTLB 32 4KB entries fully associative, 32 4MB entries fully
associative
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 19 (application processor)
cpu3: AMD FX(tm)-4100 Quad-Core Processor , 3616.57 MHz
cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TOPEXT,ITSC

cpu3: 64KB 64b/line 2-way I-cache, 16KB 64b/line 4-way D-cache, 2MB
64b/line 16-way L2 cache, 8MB 64b/line 64-way L3 cache
cpu3: ITLB 48 4KB entries fully associative, 24 4MB entries fully
associative
cpu3: DTLB 32 4KB entries fully associative, 32 4MB entries fully
associative
cpu3: smt 0, core 3, package 0
ioapic0 at mainbus0: apid 5 pa 0xfec0, version 21, 24 pins
ioapic1 at mainbus0: apid 6 pa 0xfec2, version 21, 32 pins
acpimcfg0 at acpi0 addr 0xe000, bus 0-255
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 3 (P0PC)
acpiprt2 at acpi0: bus 4 (PE20)
acpiprt3 at acpi0: bus -1 (PE21)
acpiprt4 at acpi0: bus -1 (PE22)
acpiprt5 at acpi0: bus -1 (PE23)
acpiprt6 at acpi0: bus -1 (PC02)
acpiprt7 at acpi0: bus -1 (PC03)
acpiprt8 at acpi0: bus 1 (PC04)
acpiprt9 at acpi0: bus -1 (PC05)
acpiprt10 at acpi0: bus -1 (PC06)
acpiprt11 at acpi0: bus -1 (PC07)
acpiprt12 at acpi0: bus 2 (PC09)
acpiprt13 at acpi0: bu

Re: kde4-4.13.3p0 on OpenBSD 5.6 10/15/2014 AMD64 snapshot

2014-11-03 Thread Vadim Zhukov
04 нояб. 2014 г. 3:11 пользователь "Stan Gammons"

написал:
>
> Does anyone besides me experience crashes with Dolphin on kde4-4.13.3p0?
When I click on the kde crash handler developer information tab it churns
forever and ever and ever and never returns any information.

What the "ulimit -a" command says?

Also, could you post all uncommented global options in your
/etc/samba/smb.conf?

--
Vadim Zhukov



kde4-4.13.3p0 on OpenBSD 5.6 10/15/2014 AMD64 snapshot

2014-11-03 Thread Stan Gammons
Does anyone besides me experience crashes with Dolphin on 
kde4-4.13.3p0?  When I click on the kde crash handler developer 
information tab it churns forever and ever and ever and never returns 
any information.



$ cat /etc/rc.conf.local
sshd_flags=NO
multicast_host=YES
pkg_scripts="dbus_daemon avahi_daemon cupsd"

$ cat /etc/sysctl.conf
machdep.allowaperture=2 # See xf86(4)
$

$ dmesg
OpenBSD 5.6-current (GENERIC.MP) #424: Wed Oct 15 17:01:29 MDT 2014
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8535351296 (8139MB)
avail mem = 8299438080 (7914MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xed460 (58 entries)
bios0: vendor American Megatrends Inc. version "FD" date 01/23/2013
bios0: Gigabyte Technology Co., Ltd. 970A-DS3
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT BGRT
acpi0: wakeup devices SBAZ(S4) PS2K(S3) PS2M(S3) P0PC(S4) GEC_(S4) 
UHC1(S4) UHC2(S4) USB3(S4) UHC4(S4) USB5(S4) UHC6(S4) UHC7(S4) PE20(S4) 
PE21(S4) PE22(S4) PE23(S4) [...]

acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 16 (boot processor)
cpu0: AMD FX(tm)-4100 Quad-Core Processor , 3616.99 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TOPEXT,ITSC
cpu0: 64KB 64b/line 2-way I-cache, 16KB 64b/line 4-way D-cache, 2MB 
64b/line 16-way L2 cache, 8MB 64b/line 64-way L3 cache
cpu0: ITLB 48 4KB entries fully associative, 24 4MB entries fully 
associative
cpu0: DTLB 32 4KB entries fully associative, 32 4MB entries fully 
associative

cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 200MHz
cpu1 at mainbus0: apid 17 (application processor)
cpu1: AMD FX(tm)-4100 Quad-Core Processor , 3616.57 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TOPEXT,ITSC
cpu1: 64KB 64b/line 2-way I-cache, 16KB 64b/line 4-way D-cache, 2MB 
64b/line 16-way L2 cache, 8MB 64b/line 64-way L3 cache
cpu1: ITLB 48 4KB entries fully associative, 24 4MB entries fully 
associative
cpu1: DTLB 32 4KB entries fully associative, 32 4MB entries fully 
associative

cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 18 (application processor)
cpu2: AMD FX(tm)-4100 Quad-Core Processor , 3616.57 MHz
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TOPEXT,ITSC
cpu2: 64KB 64b/line 2-way I-cache, 16KB 64b/line 4-way D-cache, 2MB 
64b/line 16-way L2 cache, 8MB 64b/line 64-way L3 cache
cpu2: ITLB 48 4KB entries fully associative, 24 4MB entries fully 
associative
cpu2: DTLB 32 4KB entries fully associative, 32 4MB entries fully 
associative

cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 19 (application processor)
cpu3: AMD FX(tm)-4100 Quad-Core Processor , 3616.57 MHz
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TOPEXT,ITSC
cpu3: 64KB 64b/line 2-way I-cache, 16KB 64b/line 4-way D-cache, 2MB 
64b/line 16-way L2 cache, 8MB 64b/line 64-way L3 cache
cpu3: ITLB 48 4KB entries fully associative, 24 4MB entries fully 
associative
cpu3: DTLB 32 4KB entries fully associative, 32 4MB entries fully 
associative

cpu3: smt 0, core 3, package 0
ioapic0 at mainbus0: apid 5 pa 0xfec0, version 21, 24 pins
ioapic1 at mainbus0: apid 6 pa 0xfec2, version 21, 32 pins
acpimcfg0 at acpi0 addr 0xe000, bus 0-255
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 3 (P0PC)
acpiprt2 at acpi0: bus 4 (PE20)
acpiprt3 at acpi0: bus -1 (PE21)
acpiprt4 at acpi0: bus -1 (PE22)
acpiprt5 at acpi0: bus -1 (PE23)
acpiprt6 at acpi0: bus -1 (PC02)
acpiprt7 at acpi0: bus -1 (PC03)
acpiprt8 at acpi0: bus 1 (PC04)
acpiprt9 at acpi0: bus -1 (PC05)
acpiprt10 at acpi0: bus -1 (PC06)
acpiprt11 at acpi0: bus -1 (PC07)
acpiprt12 at acpi0: bus 2 (PC09)
acpiprt13 at acpi0: bus -1 (PC0A)
acpiprt14 at acpi0: bus -1 (PC0B)
acpiprt15 at acpi0: bus -1 (PC0C)
acpiprt16 at acpi0: bus -1 (PC0D)
acpicpu0 at acpi0: C2, PSS
acpicpu1 at acpi0: C2, PSS
acpi