Re: ttyC5, keyboard doesn't work

2012-10-29 Thread Wesley
Le 2012-10-29 19:57, David Coppa a écrit : I suspect a sleep is required. See: http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/x11/slim/pkg/slim.rc?rev=1.3;content-type=text%2Fplain I don't use 'xdm', and 'slim' is not installed. I just have this in my /etc/ttys : ttyC5 "/usr/bin/su

Re: GENERIC-kernel hangs at acpivout, ASUS N55SF laptop

2012-10-29 Thread Mike Korbakov
30.10.2012, 09:17, "Jiri B" : > On Tue, Oct 30, 2012 at 06:47:15AM +0400, Mike Korbakov wrote: > >>  Hi, Group! >> >>  GENERIC kernel from OpenBSD5.1 to current hangs at boot, >>  trace pointed to acpivout. I've commented acpivout in kernel config, >>  kernel boots successfully, but X seems unstabl

Re: GENERIC-kernel hangs at acpivout, ASUS N55SF laptop

2012-10-29 Thread Jiri B
On Tue, Oct 30, 2012 at 06:47:15AM +0400, Mike Korbakov wrote: > Hi, Group! > > GENERIC kernel from OpenBSD5.1 to current hangs at boot, > trace pointed to acpivout. I've commented acpivout in kernel config, > kernel boots successfully, but X seems unstable and CPU runs > at lowest speed. Quite u

GENERIC-kernel hangs at acpivout, ASUS N55SF laptop

2012-10-29 Thread Mike Korbakov
Hi, Group! GENERIC kernel from OpenBSD5.1 to current hangs at boot, trace pointed to acpivout. I've commented acpivout in kernel config, kernel boots successfully, but X seems unstable and CPU runs at lowest speed. This laptop has hybrid videocard Intel HD Graphics 3000 and NVIDIA® GeForce® GT 555

CPU max frequency

2012-10-29 Thread rustyBSD
Hi, that's maybe a stupid question, but how can I get the max frequency of my cpu ? I saw sysctl has hw.cpuspeed and hw.setperf, but can I get the maximum frequency without setting setperf to 100%, getting cpuspeed and then restoring setperf to the value it has before ? Thanks !

vlan(4), run(4) and dhclient

2012-10-29 Thread Frank Brodbeck
Hi, I am currently playing with VLANs and found myself unable to get a lease via run(4) device when using VLAN: ifconfig vlan4094 vlandev run0 dhclient vlan4094 I see the packets leaving vlan4094 but they are not arriving at the dhcp server: # tcpdump -i vlan4094 -n -e -ttt port bootpc tcpdump

Re: npppd as pptpdserver

2012-10-29 Thread Giovanni Bechis
mxb wrote: > I hope this ever can be updated or a real man page can show up. > I move from snap to snap and thus can not do it yet, until info is up2date. > in -current there is a man page for npppd.conf. Cheers Giovanni

El Mejor Taller sobre la Nueva Reforma Laboral D.F., GDL y MTY 291928

2012-10-29 Thread Ing. Sandra Santos
291928 [IMAGE] Seminario sobre las Reformas Laborales 2012 5 de Noviembre, Cd. de México “Gracias, Cupo Lleno” Nueva Fecha 28 de Noviembre, México D.F. 26 de Noviembre, Guadalajara, 3 de Diciembre, Monterrey, Nuevo León. La nueva Reforma laboral y la serie de modificaciones a la Ley Federal del

Re: ttyC5, keyboard doesn't work

2012-10-29 Thread David Coppa
On Mon, Oct 29, 2012 at 12:57 PM, Wesley wrote: > Hi, > > I tried thinclient software from this : http://opensource.mtier.org/mtc.html > It works very great on OpenBSD 5.1, when started manually using 'thin' > account, and after running: startx > > > Therefore, when i add this line to my /etc/ttys

ttyC5, keyboard doesn't work

2012-10-29 Thread Wesley
Hi, I tried thinclient software from this : http://opensource.mtier.org/mtc.html It works very great on OpenBSD 5.1, when started manually using 'thin' account, and after running: startx Therefore, when i add this line to my /etc/ttys: ttyC5 "/usr/bin/su - thin -c /usr/X11R6/bin/xinit" xte

xterm vi syslog.conf mouse copy & paste: tab characters become spaces

2012-10-29 Thread f5b
xterm vi syslog.conf mouse copy & paste: tab characters become spaces #startx in xterm #vi /etc/syslog.conf mouse copy and paste one line to new line, tab characters turn into spaces. syslog.conf(5) said The selector field is separated from the action field by one or more tab characters. 1. h

Re: sysmerge on 5.2?

2012-10-29 Thread Richard Toohey
On 10/29/12 20:12, bofh wrote: Hi, Can someone help me understand how sysmerge works? I made all the config changes and then followed the instructions at http://openbsd.org/faq/upgrade52.html and did this: # sysmerge -s $RELEASEPATH/etc52.tgz -x $RELEASEPATH/xetc52.tgz but don't know where the

Re: portmap didn't start at boot OpenBSD5.2

2012-10-29 Thread Mike Korbakov
29.10.2012, 00:21, "Barry Grumbine" : >  On Sat, Oct 27, 2012 at 11:57 AM, Mike Korbakov wrote: >>   I see, compatibility section overwrites what was entered before. >>   Two blocking light switches are very comfortable in a long corridor, >>   but i can't understand why 2 switches are where it a

Re: sysmerge on 5.2?

2012-10-29 Thread bofh
On Mon, Oct 29, 2012 at 3:34 AM, bofh wrote: > On Mon, Oct 29, 2012 at 3:22 AM, Tomas Bodzar wrote: >> On Mon, Oct 29, 2012 at 8:12 AM, bofh wrote: >>> Hi, >>> Can someone help me understand how sysmerge works? I made all the >>> config changes and then followed the instructions at >>> http://o

Re: sysmerge on 5.2?

2012-10-29 Thread Antoine Jacoutot
On Mon, Oct 29, 2012 at 11:24:40AM +0400, Wesley wrote: > Hi, > > You need to mount your 5.2 CDROM: > mount /dev/cd0a /mnt > > Or get the files from this command : > cd /tmp > ftp http://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/etc52.tgz > ftp http://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/x

Re: sysmerge on 5.2?

2012-10-29 Thread Wesley
Hi, You need to mount your 5.2 CDROM: mount /dev/cd0a /mnt Or get the files from this command : cd /tmp ftp http://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/etc52.tgz ftp http://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/xetc52.tgz And replace the '$RELEASEPATH' with the true path (/tmp or /m

Re: sysmerge on 5.2?

2012-10-29 Thread Tomas Bodzar
On Mon, Oct 29, 2012 at 8:12 AM, bofh wrote: > Hi, > Can someone help me understand how sysmerge works? I made all the > config changes and then followed the instructions at > http://openbsd.org/faq/upgrade52.html and did this: > > # sysmerge -s $RELEASEPATH/etc52.tgz -x $RELEASEPATH/xetc52.tgz >