Re: 4.6 box periodic 100% cpu on vmware

2010-12-21 Thread Tomas Bodzar
Let's skip that bad idea to have virtual FW for now. OpenBSD improved support for virtualization (especially VMware platforms) between 4.6 and 4.8 a lot. There is in kernel implementation of VMware tools and in current you have even package for support of X, clipboard and other stuff. On Tue,

Re: delete user in group script

2010-12-14 Thread Tomas Bodzar
On Tue, Dec 14, 2010 at 12:31 PM, OpenBSD Geek open...@e-solutions.re wrote: Hi, After posted many requests on how to remove user from a group, i choosed to build my own script. And it works very fine. if [ $1 ] [ $2 ]; then cp /etc/group /tmp cat /tmp/group | grep ^$2 /tmp/onlygroup

Re: OpenBSD 4.8's bsd.mp doesn't detect 4GB Memory

2010-12-14 Thread Tomas Bodzar
On Tue, Dec 14, 2010 at 1:03 PM, Denise H. G. darc...@gmail.com wrote: On 2010/12/14 at 02:45, Jeff Ross jr...@openvistas.net wrote: On 12/13/10 09:52, Nick Jones wrote: On Mon, 13 Dec 2010 at 22:55:59 +0800, Denise H. G. wrote: FWIW, I'm running -current with BIGMEM enabled on my X200 and

Re: symbol ( - - - - ) size mismatch, relink your program

2010-12-11 Thread Tomas Bodzar
On Sat, Dec 11, 2010 at 10:07 PM, Mihai Popescu B.S. mihai...@gmail.com wrote: Sorry folks, I was to quick in posting. Here are the details: I've installed from what is (was) today on snapshots on ftp server. Then I used the same ftp snapshot mirror for packages. That's all, no CVS, no

Re: Donations

2010-12-04 Thread Tomas Bodzar
On Sun, Dec 5, 2010 at 4:25 AM, Theo de Raadt dera...@cvs.openbsd.org wrote: In the future, if people can show preference for the non-Paypal transaction methods when they donate, we would appreciate that over Paypal. Is there some preferred by devs like Google checkout or some non-US on-line

Re: Advice on learning C as first language

2010-11-24 Thread Tomas Bodzar
Hi, that one is quite funny and not too technical (as one you mentioned) book http://www.dummies.com/store/product/C-For-Dummies-2nd-Edition.productCd-0764 570684,navId-322467.html . But best jump to C and assembler (in my opinion) is that one http://nostarch.com/hacking2.htm . Good description

Re: 1gbit LAN/NIC performance, queue speed bug?

2010-11-21 Thread Tomas Bodzar
On Mon, Nov 22, 2010 at 5:34 AM, Amit Kulkarni amitk...@gmail.com wrote: Hi, Could somebody include this in the FAQ? I found Daniel Hartmeier personal page which shows how to get stack trace and line numbers. I know that the stacktrace info is included somewhere on openbsd.org. But the way

Wrong link to FAQ in kerberos(8)

2010-11-16 Thread Tomas Bodzar
$ diff -u -p /usr/src/kerberosV/src/lib/krb5/kerberos.8 kerberos.8 --- /usr/src/kerberosV/src/lib/krb5/kerberos.8 Wed Nov 17 06:53:36 2010 +++ kerberos.8 Wed Nov 17 06:37:52 2010 @@ -73,7 +73,7 @@ without giving your password. .Pp For more information on how Kerberos works, and other general

Re: Upgrade a firewall

2010-11-11 Thread Tomas Bodzar
On Thu, Nov 11, 2010 at 10:00 AM, OpenBSD Geek open...@e-solutions.re wrote: Hi, I use OpenBSD 4.7-STABLE at work only for firewall(PF, isakmpd,ipsecctl). Now i want to upgrade it to 4.8 RELEASE. So, i done : Boot on 4.8RELEASE CD, choose Upgrade at prompt. Follow instructions, and finally

Re: ports not detecting packages in PKG_PATH

2010-11-10 Thread Tomas Bodzar
On Wed, Nov 10, 2010 at 8:59 AM, Ersin Akinci ersin.aki...@gmail.com wrote: But you wrote that you upgraded ports from release to current. Did you upgrade your system to current too? Every time use mirrors for packages, it saves bandwidth and you can have couple of them in PKG_PATH. Quoth

Re: ports not detecting packages in PKG_PATH

2010-11-10 Thread Tomas Bodzar
On Wed, Nov 10, 2010 at 1:24 PM, Paolo Aglialoro paol...@gmail.com wrote: Every time use mirrors for packages, it saves bandwidth and you can have couple of them in PKG_PATH. By which exact syntax? It's written in FAQ and in man. Use colon ( : ) for separation of entries.

Re: swfdec and Firefox 3.6.8

2010-11-09 Thread Tomas Bodzar
On Wed, Nov 10, 2010 at 5:07 AM, Predrag Punosevac punoseva...@gmail.com wrote: I just installed swfdec-0.8.4 on 4.8 (i386) snapshot of 22nd of August (should be epsilon close to release) and I do not see the plugin when I type about:plugins nor in /usr/local/mozilla-firefox/plugins I

Re: ports not detecting packages in PKG_PATH

2010-11-09 Thread Tomas Bodzar
On Wed, Nov 10, 2010 at 8:01 AM, Ersin Akinci ersin.aki...@gmail.com wrote: Hi, I recently upgraded my ports tree from 4.8 release to current, but now it's not detecting any dependency packages in my PKG_PATH. B PKG_PATH is set to the main openbsd.org package site and pkg_add works perfectly

Re: ports not detecting packages in PKG_PATH

2010-11-09 Thread Tomas Bodzar
On Wed, Nov 10, 2010 at 8:32 AM, Ersin Akinci ersin.aki...@gmail.com wrote: read this first http://www.openbsd.org/faq/faq15.html ports don't use PKG_PATH, but AnonCVS for updates/upgrades. Ports are using PKG_PATH only when you set FETCH_PACKAGES see here

Re: Cannot fill hard drive with /dev/random

2010-11-08 Thread Tomas Bodzar
On Mon, Nov 8, 2010 at 6:23 PM, James Hozier guitars...@yahoo.com wrote: # dd if=/dev/random of=/dev/sd1c dd: /dev/random: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 0.000 secs (0 bytes/sec) # But /dev/urandom (dd if=/dev/urandom of=/dev/sd1c ) works fine. Is

Re: net.inet.tcp sysctl's

2010-11-06 Thread Tomas Bodzar
On Sat, Nov 6, 2010 at 3:47 PM, Claudio Jeker cje...@diehard.n-r-g.com wrote: On Sat, Nov 06, 2010 at 02:13:46PM +0100, Jan Stary wrote: For some time now, I have been using the following sysctl's mentioned in FAQ 6.6.4, which sped up my network traffic considerably: net.inet.tcp.recvspace

Re: Where is Scrub page?

2010-11-03 Thread Tomas Bodzar
2010/11/3 PrzemysEaw PaweEczyk pp...@o2.pl: On Wed, 3 Nov 2010 05:51:40 +0100 Tomas Bodzar tomas.bod...@gmail.com wrote: Perhaps I missed something but I couldn't find Scrub (Packet Normalization) page on PF: The OpenBSD Packet Filter (http://www.openbsd.org/faq/pf/index.html). Take

Re: groff and xenocara

2010-11-02 Thread Tomas Bodzar
It's running fine here : $ sysctl kern.version kern.version=OpenBSD 4.8-current (GENERIC.MP) #495: Sat Oct 30 10:40:20 MDT 2010 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP $ On Wed, Nov 3, 2010 at 12:58 AM, Amit Kulkarni amitk...@gmail.com wrote: Hi, It seems

Re: Where is Scrub page?

2010-11-02 Thread Tomas Bodzar
2010/11/3 PrzemysEaw PaweEczyk pp...@o2.pl: Hi, Perhaps I missed something but I couldn't find Scrub (Packet Normalization) page on PF: The OpenBSD Packet Filter (http://www.openbsd.org/faq/pf/index.html). Take a look at here http://quigon.bsws.de/papers/2010/eurobsdcon/ Regards --

Re: Multi-Port SSH brute force protection

2010-11-01 Thread Tomas Bodzar
On Mon, Nov 1, 2010 at 3:30 PM, onteria onte...@scarletdevil.net wrote: I was checking my authlog today and noticed the following series of brute force login attempts: Nov B 1 01:37:04 solar sshd[8173]: Failed password for root from 58.211.1.163 port 8895 ssh2 Nov B 1 01:37:04 solar

Re: Does ldapd work?

2010-11-01 Thread Tomas Bodzar
On Tue, Nov 2, 2010 at 3:08 AM, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd Caveats says: ldapd does not fully work yet. It was first implemented in 4.8 so if using current then you

Re: OT IPv6 Was: nfsv4?

2010-10-31 Thread Tomas Bodzar
On Sun, Oct 31, 2010 at 10:57 PM, Brad Tilley b...@16systems.com wrote: On 10/31/2010 04:01 PM, Diana Eichert wrote: excuses only go for so long. B I tell you IPv6 deployment is moving forward. Perhaps we can shame them into facing facts: $ dig +short www.netbsd.org

Re: suggestion for a new/additional OpenBSD release media option

2010-10-31 Thread Tomas Bodzar
On Sun, Oct 31, 2010 at 11:05 PM, bsdmas...@hushmail.com wrote: then this is a bad idea, and a poor use of your time. [... sorry your highness, didn't mean to offend ...] You understand your user/customer base infinitely better than I do. [... and I'd love your infinite manhood deep up my

Re: can scan wifi access points but cannot join them

2010-10-28 Thread Tomas Bodzar
Hi, can you try latest snapshot and for now send at least dmesg , pcidump -v and usbdevs outputs? Anyway try debug run of ifconfig too. On Thu, Oct 28, 2010 at 9:32 AM, Zhang Weiwu zhangwe...@realss.com wrote: Hello. OpenBSD 4.7/i386 with pgt0 driver (firmware manually downloaded). dmesg says:

Re: can scan wifi access points but cannot join them

2010-10-28 Thread Tomas Bodzar
On Thu, Oct 28, 2010 at 12:55 PM, Zhang Weiwu zhangwe...@realss.com wrote: --On Thursday, October 28, 2010 10:43:33 AM +0300 Tomas Bodzar tomas.bod...@gmail.com wrote: Hi, can you try latest snapshot 4.8 will be released in a few weeks would it be okay to wait a few days and try

Re: can scan wifi access points but cannot join them

2010-10-28 Thread Tomas Bodzar
On Thu, Oct 28, 2010 at 1:20 PM, David Coppa dco...@gmail.com wrote: On Thu, Oct 28, 2010 at 12:12 PM, Tomas Bodzar tomas.bod...@gmail.com wrote: This may be a problem as http://www.openbsd.org/cgi-bin/man.cgi?query=pgtapropos=0sektion=0manpath= OpenBSD+Currentarch=i386format=html man page

Re: Sierra Wireless Sierra Wireless MC5720 Modem

2010-10-27 Thread Tomas Bodzar
Try ubsdevs -v pcidump -v if you will get some details. On Wed, Oct 27, 2010 at 12:31 AM, Ben Adams adam...@erin.sprymed.com wrote: I have an IBM T60, running 4.8 just got in mail :) I'm trying to setup a modem connection (First time ever) Oct 26 17:42:33 laptop /bsd: ubt0 at uhub4 port 1

Re: gprs/3g : modem : huawei : k3565 : openbsd : 4.7 : support?

2010-10-27 Thread Tomas Bodzar
http://marc.info/?l=openbsd-miscw=2r=1s=huaweiq=b http://www.openbsd.org/cgi-bin/man.cgi?query=umsmapropos=0sektion=0manpath =OpenBSD+Currentarch=i386format=html On Wed, Oct 27, 2010 at 11:00 AM, Mayuresh Kathe mayur...@kathe.in wrote: would like to know if my modem is supported under 4.7, if

Re: (mailx) How can I alter From header

2010-10-25 Thread Tomas Bodzar
On Mon, Oct 25, 2010 at 1:58 PM, Dmitrij Czarkoff czark...@gmail.com wrote: On Mon, Oct 25, 2010 at 2:25 AM, Claus Assmann ca+openbsd_m...@esmtp.org wrote: Run sendmail in test mode: sendmail -bt ? $={G} /map generics d...@ao531h.bedova /tryflags ES /try esmtp d...@ao531h.bedova %

Re: Need Advice: Thinkpad T60 or T61?

2010-10-23 Thread Tomas Bodzar
Was using T61s and worked like a charm On Sat, Oct 23, 2010 at 4:04 AM, Clint Pachl pa...@ecentryx.com wrote: I've been using an IBM Thinkpad T22 (P3 900MHz) laptop for quite some time and I want to upgrade. I am looking for some expert advice on what to upgrade to in the Thinkpad T-Series.

Re: Adaptec Serial ATA RAID 21610SA

2010-10-23 Thread Tomas Bodzar
is excellent now! :D On Sat, Oct 23, 2010 at 3:23 AM, Nick Holland n...@holland-consulting.net wrote: On 10/22/10 11:56, Tomas Bodzar wrote: It's not only problem with license, but with quality of Adaptec as a whole http://marc.info/?l=openbsd-miscm=125783114503531w=2 . But maybe it changed

Re: more about softraid

2010-10-23 Thread Tomas Bodzar
I think that this will solve your hunt for informations ;-) http://www.openbsd.org/papers/asiabsdcon2010_softraid/softraid.pdf On Sun, Oct 24, 2010 at 1:21 AM, Jean-Francois jfsimon1...@gmail.com wrote: Hi, I'm having difficulty to understand how softraid works ie. how to add chunks, remove

Re: how to repeat messages about manual configuration

2010-10-22 Thread Tomas Bodzar
On Fri, Oct 22, 2010 at 12:19 PM, Jay K jay.kr...@cornell.edu wrote: I want the messages to tell me how to get the repeat. If there any messages, I want the instructions repeated at the end as well (on how to get the messages, not the actual messages). For this purpose there is FAQ and man

Re: password-less console-only access and ssh remote access?

2010-10-22 Thread Tomas Bodzar
On Fri, Oct 22, 2010 at 1:01 PM, Jay K jay.kr...@cornell.edu wrote: You can get almost the same thing by setting PasswordAuthentication to no in your sshd_config file, and hand out empty or ridiculously simple passwords for the console (honestly, who would forget yermomsawhore as a

Re: Adaptec Serial ATA RAID 21610SA

2010-10-22 Thread Tomas Bodzar
It's not only problem with license, but with quality of Adaptec as a whole http://marc.info/?l=openbsd-miscm=125783114503531w=2 . But maybe it changed as there is not Adaptec anymore. On Fri, Oct 22, 2010 at 6:44 PM, S H shbulkm...@gmail.com wrote: Hi misc, I'm looking for some feedback from

Re: softraid ignorance (mine).

2010-10-22 Thread Tomas Bodzar
You will find a lot of answers here http://2010.asiabsdcon.org/papers/abc2010-P8B-paper.pdf But quick overview : RAID5 is still experimental and softraid can be created from 200 chunks max. On Fri, Oct 22, 2010 at 10:16 PM, Christiano F. Haesbaert haesba...@haesbaert.org wrote: On 22 October

Re: password-less console-only access and ssh remote access?

2010-10-22 Thread Tomas Bodzar
On Fri, Oct 22, 2010 at 10:52 PM, Jay K jay.kr...@cornell.edu wrote: Tomas, I don't understand. If I chroot then I can't do much at all right? B Unless I replicate/link like the entire system, minus login. You sai'd that you want to limit them, not I. su/wheel group/sudo doesn't prevent

Re: java/amd64/4.7?

2010-10-22 Thread Tomas Bodzar
Do you have release, stable, snapshot or current? Which commands you tried and what's your /etc/mk.conf ? On Fri, Oct 22, 2010 at 11:04 PM, Jay K jay.kr...@cornell.edu wrote: ok, 1.5 built, 1.6 built, 1.7 in progress. Thanks. 1.7 ultimately fails:

Re: password-less console-only access and ssh remote access?

2010-10-22 Thread Tomas Bodzar
On Fri, Oct 22, 2010 at 11:53 PM, Jay K jay.kr...@cornell.edu wrote: If I chroot then I can't do much at all right? Unless I replicate/link like the entire system, minus login. You sai'd that you want to limit them, not I. I just don't want them to be able to login as root. B And I don't

Re: java/amd64/4.7?

2010-10-21 Thread Tomas Bodzar
Didn't have any problems with that anytime before. Just 'sudo make install' or 'make install' as root in that directory ('make package BULK=Yes' is better) and when it asks for some file, I download it and place in /usr/distfiles and start that command again. On Thu, Oct 21, 2010 at 11:19 AM, Jay

Re: ports/root/make install

2010-10-21 Thread Tomas Bodzar
On Thu, Oct 21, 2010 at 8:33 PM, Jay K jay.kr...@cornell.edu wrote: sudo won't work for me -- root password is *. I'll have to try it with ssh r...@localhost, which will work. You must read this first http://www.openbsd.org/faq/faq15.html#Ports then you will have correct setup and for system

Re: how to repeat messages about manual configuration

2010-10-21 Thread Tomas Bodzar
On Thu, Oct 21, 2010 at 8:27 PM, Jay K jay.kr...@cornell.edu wrote: You know, installing ports/packages often gives you random manual configuration advise, like: === B Installing jdk-1.6.0.03p9 from /usr/ports/packages/amd64/all/ jdk-1.6.0.03p9: ok --- +jdk-1.6.0.03p9 ---

Re: how to repeat messages about manual configuration

2010-10-21 Thread Tomas Bodzar
On Thu, Oct 21, 2010 at 8:59 PM, Jay K jay.kr...@cornell.edu wrote: using binary packages is only recommend solution for apps. Just small of amounts must be compiled from ports like that jdk Understood and I usually do. B (jdk isn't small! :)) The request was for both. This reminds me

Re: CVS ls Disabled on Mirrors?

2010-10-21 Thread Tomas Bodzar
On Thu, Oct 21, 2010 at 9:02 PM, Adam M. Dutko dutko.a...@gmail.com wrote: I recently tried to list contents of some of the CVS servers without doing a checkout to see if it would be feasible to write a small script to identify hot spots in the development tree based on recent commits. B I

Re: how to repeat messages about manual configuration

2010-10-21 Thread Tomas Bodzar
On Thu, Oct 21, 2010 at 9:07 PM, roberth rob...@openbsd.pap.st wrote: On Thu, 21 Oct 2010 17:59:32 + Jay K jay.kr...@cornell.edu wrote: When building a package from source, I want a way to prefer installing dependencies from prebuilt packages. # man bsd.ports.mk /FETCH_PACKAGES Ah

Re: OpenBGPD

2010-10-21 Thread Tomas Bodzar
AMS-IX (one of the biggest EU IPX) last year switched to OpenBGPD and they have some description of network on their pages and their stats are quite fine I think http://www.ams-ix.net/statistics/ On Fri, Oct 22, 2010 at 12:22 AM, Antonio potx...@gmail.com wrote: Hello I do not know if is the

Re: x201 + fan noise

2010-10-20 Thread Tomas Bodzar
How about apm -C ? It's much more better option I think. On Wed, Oct 20, 2010 at 12:45 PM, Benoit Chesneau bchesn...@gmail.com wrote: Hi all, Is there a way to force the speed of fans on last -CURRENT ? I have an x201i, and fan sounds louder than on the windows that was installed on it. It's

Re: java/amd64/4.7?

2010-10-16 Thread Tomas Bodzar
You didn't read that? There's info that Java plugin is for i386 and amd64 only and that because of licensing reasons you need to compile from ports if you want jre as jre is part of jdk-1.6 or jdk-1.5, but only jdk-1.7 is provided as package, but there is not jre-1.7 yet. On Fri, Oct 15, 2010 at

Re: java/amd64/4.7?

2010-10-15 Thread Tomas Bodzar
You missed important part which is http://www.openbsd.org/faq/faq13.html#javaplugin On Fri, Oct 15, 2010 at 1:14 PM, Jay K jay.kr...@cornell.edu wrote: There is no: ftp://ftp.openbsd.org/pub/OpenBSD/4.7/packages/amd64/jre* I don't suppose I should use:

bsd: uvm_mapent_alloc: out of static map entries

2010-10-12 Thread Tomas Bodzar
Hi all, subject says a lot, but I will of course provide some details. I'm reading trough archives, but I don't have server and I can't see problems with numbers in outputs as in those cases. It's plain workstation and when that happen my X die and I will end in console so I need to startx again.

Re: insecure scheduler in OpenBSD 4.7

2010-10-11 Thread Tomas Bodzar
First of all people don't use NVIDIA crap for hosting platform (or any other use). Or at least they try to avoid it as much as possible. As you can see in your dmesg you have quite a lot of unsupported parts of HW (or badly working/set). It's fault of other OSs' that NVIDIA plays game about

Re: Why renice not work in OpenBSD?

2010-10-10 Thread Tomas Bodzar
1) BSDanywhere is not OpenBSD 2) BSDanywhere is not existing anymore 3) It's live CD and it changes quite a lot things (eg. on which controller is your CD and HDD ;-)) 4) A lot of crypto inside OpenBSD http://www.openbsd.org/crypto.html which is not true for Linux 5) where's your dmesg to see

Re: ACPI on ASUS Eee PC 1201pn with 4.8

2010-10-07 Thread Tomas Bodzar
2010/10/7 Guillaume DualC) g.du...@otasc.org: On Thu, 7 Oct 2010 15:23:18 +0200, Tomas Bodzar tomas.bod...@gmail.com wrote: If you are not comfortable with -current then it's better to start with snapshot as you can avoid compilation, you will have binary upgrades of OS and packages and so

Re: Wireless Connection Problem - Verizon MiFi2200

2010-09-28 Thread Tomas Bodzar
On Wed, Sep 29, 2010 at 4:19 AM, Carl Trachte ctrac...@gmail.com wrote: On 9/28/10, Anders Langworthy lagrang...@gmail.com wrote: On Tue, Sep 28, 2010 at 9:23 PM, Carl Trachte ctrac...@gmail.com wrote: ifconfig iw0 scan detects the mifi device and identifies it: nwid Verizon MiFi2200 BB2F

Re: Missing Perl Ports

2010-09-27 Thread Tomas Bodzar
http://www.openbsd.org/faq/ports/index.html On Tue, Sep 28, 2010 at 5:57 AM, Rodrigo Mosconi open...@mosconi.mat.br wrote: Dears, I would like to know who coordinate (or maintain) the perl ports? Basically I need this: http://search.cpan.org/~hirose/Net-SSL-ExpireDate-1.06/ but this

Re: Spanish hardware list is more detailed

2010-09-17 Thread Tomas Bodzar
It can be outdated translation or even wrong translation. So your best bet is http://www.openbsd.org/cgi-bin/man.cgi?query=sfarch=amd64sektion=4 On Fri, Sep 17, 2010 at 1:25 PM, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar wrote: I wanted to know if the Adaptec Quartet64 ANA-62044 was

Can't start VM in Qemu - Abort trap (core dumped)

2010-09-01 Thread Tomas Bodzar
Hi all, which limit do I need to change as it's able to start with '-m 350m' or less? Here it says data-* http://marc.info/?l=openbsd-portsm=128031574632013w=2 , but I have it more then 500 and it's not able to start with more then 350 $ qemu --version QEMU PC emulator version 0.12.4, Copyright

Re: IPv6 calculator

2010-08-27 Thread Tomas Bodzar
Hi, did you try net/sipcalc ? It's quite fine I think. 2010/8/26 Martin PelikC!n martin.peli...@gmail.com: Hello list, I just updated my IPv6 address calculator and thought it might find its use in OpenBSD. It shouldn't contain any security risk, is small enough not to bloat the tree and

Re: undeadly article

2010-08-20 Thread Tomas Bodzar
On Thu, Aug 19, 2010 at 4:27 PM, Mihai Popescu B.S. mihai...@gmail.com wrote: Hello, Here is my last post to this thread. No time to argue out of the subject. My point is it is safer not to hurt yourself, in this case is safer to avoid unnecessary conflicts and treatments on the airport. Why

Re: Some apps kill/hang X when using scrotwm(1) as wm

2010-08-19 Thread Tomas Bodzar
scrotwm page and it conveniently installs over the pkg. I checked out sources from cvs and then make ; sudo make install, but it's still same version as in packages/ports (0.9.25). Same version type is in scrotwm.c On Tue, Aug 17, 2010 at 09:30:57AM +0200, Tomas Bodzar wrote: Hi all, did

Re: Some apps kill/hang X when using scrotwm(1) as wm

2010-08-19 Thread Tomas Bodzar
: scrotwm.c,v 1.300 2010/08/11 03:15:40 marco Exp $ but problem is still same. On Thu, Aug 19, 2010 at 10:32:38AM +0200, Tomas Bodzar wrote: On Tue, Aug 17, 2010 at 1:39 PM, Marco Peereboom sl...@peereboom.us wrote: I bet that is the controlled shut down where applications create windows

Some apps kill/hang X when using scrotwm(1) as wm

2010-08-17 Thread Tomas Bodzar
Hi all, did someone saw similar problem in scrotwm(1)? Eg. when I start xeyes(1) on empty workspace from menu M-p it simply shut down X. If I start eg. xcalc(1) then everything is ok. Another problem is with xlock(1). When I want to lock my screen and start xlock(1) eg. this way 'xlock -mode

Re: Some apps kill/hang X when using scrotwm(1) as wm

2010-08-17 Thread Tomas Bodzar
scrotwm page and it conveniently installs over the pkg. So time for update? :-) On Tue, Aug 17, 2010 at 09:30:57AM +0200, Tomas Bodzar wrote: Hi all, did someone saw similar problem in scrotwm(1)? Eg. when I start xeyes(1) on empty workspace from menu M-p it simply shut down X. If I start

Re: MTA choice

2010-08-13 Thread Tomas Bodzar
You can try smtpd(8) which is in base. Some people reported that they are using it in production already. At least configuration is much more easier then in sendmail(8) On Fri, Aug 13, 2010 at 8:55 AM, open...@e-solutions.re wrote: Hi, I want to install a mailserver. What is the easiest and

dmesg of Dell Optiplex 780 + problem with xlock(1)

2010-08-12 Thread Tomas Bodzar
Hi all, bellow is dmesg of OpenBSD running on corporate desktop. Everything is running fine including web camera or USB headphones. There is just one small issue. I can't use xlock(1) for locking of screen. After I use xlock(1) it's not able to wake up anymore. I will investigate later. OpenBSD

Re: dmesg of Dell Optiplex 780 + problem with xlock(1)

2010-08-12 Thread Tomas Bodzar
On Thu, Aug 12, 2010 at 3:25 PM, SJP Lists sjp.li...@flashbsd.net wrote: On 12 August 2010 21:15, Tomas Bodzar tomas.bod...@gmail.com wrote: Hi all, bellow is dmesg of OpenBSD running on corporate desktop. Everything is running fine including web camera or USB headphones. There is just one

Re: dmesg of Dell Optiplex 780 + problem with xlock(1)

2010-08-12 Thread Tomas Bodzar
On Thu, Aug 12, 2010 at 4:11 PM, Daniel Ouellet dan...@presscom.net wrote: OpenBSD 5.8 (GENERIC.MP) #356: Mon Aug B 9 00:28:02 MDT 2010 B B B B B ^^^ B B dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP Really? Unless I am mistaken, that should be in 5 years from

Re: Disk RPM

2010-08-05 Thread Tomas Bodzar
Read this http://www.openbsd.org/faq/faq14.html#disklabel and you will know why you don't need to care about that rpm info On Thu, Aug 5, 2010 at 4:51 PM, cnie...@gmx.net wrote: Kevin, thanks for the reply. B I won't mess with the rpm value then. B Although, I did see some dmesg on the internet

Re: Hardware Spec Search Engine?

2010-07-17 Thread Tomas Bodzar
On Sat, Jul 17, 2010 at 12:45 PM, Christian Weisgerber na...@mips.inka.de wrote: Arnaud Bergeron aberge...@gmail.com wrote: -08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03) For the wired network card, check the

Re: os that rather uses the gpu?

2010-07-14 Thread Tomas Bodzar
Do you know that quite useful stuff called search engine? On Tue, Jul 13, 2010 at 10:46 PM, Jozsi Avadkan jozsi.avad...@gmail.com wrote: Does someone know a distribution/operating system, that rather uses the GPU for working, not the CPU? [by default] Or this solution is still in the

Re: need help --reboot of newly installed OpenBSD 4.7 on Toshiba Libretto 70 neds in integet divide fault trap

2010-07-09 Thread Tomas Bodzar
Is there same problem with latest snapshot, is 4.6 booting normally? ... On Fri, Jul 9, 2010 at 11:23 AM, Ariel Burbaickij ariel.burbaic...@gmail.com wrote: Sorry, previous e-mail was sent faster than it should have been. Hello all, following situation: I installed OpenBSD 4.7 on Toshiba

Re: managing fujitsu primepower 450 xscf users

2010-07-06 Thread Tomas Bodzar
Hi, see this http://www.openbsd.org/sparc64.html and your best bet is to try contact maintainer of port On Tue, Jul 6, 2010 at 1:00 PM, Imre Oolberg i...@auul.pri.ee wrote: Hi! I would like to know if there is a way to manage fujitsu primepower 450 (or some other so to say Sun computer, i

Re: Dynamic Tracing

2010-07-06 Thread Tomas Bodzar
On Tue, Jul 6, 2010 at 12:54 PM, Aaron Lewis aaron.lewis1...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/06/2010 05:52 PM, Edd Barrett wrote: On Sat, Jul 03, 2010 at 12:26:14AM -0700, Luis Useche wrote: Hi Guys, I googled this a bit but I couldn't find anything. I

Re: zyd on ASUS WL-159G - doesn't connect

2010-07-03 Thread Tomas Bodzar
Then usbdevs -v will be helpful for sure On Fri, Jul 2, 2010 at 11:19 PM, czark...@gmail.com wrote: Tomas Bodzar tomas.bod...@gmail.com wrote: Complete dmesg will be useful too in any case. sudo pcidump -v of your wifi will be fine too pcidump -v doesn't help because WL-159G is a usb

Re: zyd on ASUS WL-159G - doesn't connect

2010-07-03 Thread Tomas Bodzar
If you try to setup that interface with ifconfig and debug option is there some helpful error description during log in to some network? On Sat, Jul 3, 2010 at 11:42 AM, czark...@gmail.com wrote: Tomas Bodzar tomas.bod...@gmail.com wrote: Then usbdevs -v will be helpful for sure $ usbdevs

Re: zyd on ASUS WL-159G - doesn't connect

2010-07-02 Thread Tomas Bodzar
Complete dmesg will be useful too in any case. sudo pcidump -v of your wifi will be fine too On Fri, Jul 2, 2010 at 1:31 PM, czark...@gmail.com wrote: Hello! I have an Asus R2H Tablet I'm trying OpenBSD on. It features a ZD1211B wireless chip onboard, which is noted as ASUS WL-159G module on

Re: Which netbook for OpenBSD

2010-06-30 Thread Tomas Bodzar
Someone knows if this machine http://shop.lenovo.com/us/notebooks/ideapad/s-series/s12 (on the left side with VIA stuff) is running with OpenBSD? Can't find anything in marc.info or via Google. Just bunch of Linux sources. Anyway HW looks somewhat ok. On Tue, Jun 29, 2010 at 4:29 AM, Anthony J.

Re: Which netbook for OpenBSD

2010-06-30 Thread Tomas Bodzar
Hmm I found that there is Broadcom WiFi which is not supported in OpenBSD as stated in FAQ. It will be hard to find something as I want functional everything including camera :D I don't know why they don't use just UVC cameras. On Wed, Jun 30, 2010 at 12:47 PM, czark...@gmail.com wrote: Tomas

Re: building jdk 1.7

2010-06-27 Thread Tomas Bodzar
It is enough if you will remove created files regularly to prepare space for next files in building chain. Just more manual work. On Sun, Jun 27, 2010 at 2:05 AM, Alicornio alicor...@ig.com.br wrote: Hi How many space I need to build the jdk 1.7 port? I have the WRKOBJDIR pointing to a 2 GiB

Re: opensmtpd

2010-06-26 Thread Tomas Bodzar
http://www.openbsd.org/cgi-bin/man.cgi?query=smtpdapropos=0sektion=0manpat h=OpenBSD+Currentarch=i386format=html http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/smtpd/ On Sat, Jun 26, 2010 at 9:21 PM, Jean-Francois jfsimon1...@gmail.com wrote: Le samedi 22 mai 2010 15:03:50, Gilles Chehade a

Re: Phoronix Test Suite

2010-06-23 Thread Tomas Bodzar
I'm missing info about how much and where is real crypto and security techniques used in those systems. Oh waitit's Phoronix. Now it's clear. I have better toy then you benchmark type :-) On Wed, Jun 23, 2010 at 12:36 PM, Ektor WetterstrC6m ektw...@gmail.com wrote: I know

Re: Phoronix Test Suite

2010-06-23 Thread Tomas Bodzar
On Wed, Jun 23, 2010 at 1:01 PM, Nick Holland n...@holland-consulting.net wrote: On 06/23/10 06:36, Ektor Wetterstrvm wrote: I know http://bullshit.fefe.de/ is wrong / outdated / non-scientific / whatever... But what about this? Phoronix has more credibility imho... [benchmarks] facinating

Re: Phoronix Test Suite

2010-06-23 Thread Tomas Bodzar
On Wed, Jun 23, 2010 at 1:20 PM, Ektor WetterstrC6m ektw...@gmail.com wrote: On Wed, Jun 23, 2010 at 1:01 PM, Nick Holland n...@holland-consulting.net wrote: On 06/23/10 06:36, Ektor Wetterstrvm wrote: I know http://bullshit.fefe.de/ is wrong / outdated / non-scientific / whatever... But what

Re: openBSD hangs on install

2010-06-22 Thread Tomas Bodzar
Did you try latest snapshot? Just to be sure that there is not some repair available or that problem is still same. On Tue, Jun 22, 2010 at 7:43 PM, Jason Wagstaff wagsta...@gmail.com wrote: I have a sparc64 t2000+ box and during installation of release 4.7 B it hangs while installing the sets.

Re: dhcpd knob

2010-06-21 Thread Tomas Bodzar
You missed main point. Theo is not known as someone politically correct ;-) But that's why this is system is so fine. On Mon, Jun 21, 2010 at 8:06 AM, Mehma Sarja mehmasa...@gmail.com wrote: On 6/20/10 6:43 AM, Jacob Yocom-Piatt wrote: Rod Whitworth wrote: On Sat, 19 Jun 2010 23:38:10

Re: Mail how-to sans mysql

2010-06-19 Thread Tomas Bodzar
Try http://www.openbsd.org/cgi-bin/man.cgi?query=smtpdapropos=0sektion=0manpat h=OpenBSD+Currentarch=i386format=html and it will be one step simpler ;-) On Sat, Jun 19, 2010 at 8:13 PM, nuffnough nuffno...@gmail.com wrote: Hi, I am wanting to set up a pretty basic mail server with postfix, B

Re: How to Replace twm with WindowMaker

2010-06-18 Thread Tomas Bodzar
twm is not default window manager in OpenBSD. fvwm2 is default. On Fri, Jun 18, 2010 at 7:43 AM, Tito Mari Francis EscaC1o titomarifran...@gmail.com wrote: Good day! I have just installed OpenBSD 4.7 complete with the X windowing system, verified it working with the twm default window manager,

Re: How to Replace twm with WindowMaker

2010-06-18 Thread Tomas Bodzar
Why do you need X for your root user? On Fri, Jun 18, 2010 at 8:44 AM, Tito Mari Francis EscaC1o fran...@cxcglobal.com wrote: Have read portions of that, thanks for pointing it out, but I need the WindowMaker-specific command. On that documentation section, it focuses on cwm as the replacement

Re: OpenBSD as a laptop OS

2010-06-18 Thread Tomas Bodzar
There is a nice thing called FAQ. It's MUST READ for everyone on any OS before start. And you can find things like this one http://www.openbsd.org/faq/faq1.html#Desktop inside. On Fri, Jun 18, 2010 at 1:59 PM, Jean-Francois jfsimon1...@gmail.com wrote: Hello All, I am thinking about changing

Re: OpenBSD 4.4 : snmp for monitoring interfaces

2010-06-18 Thread Tomas Bodzar
From http://www.openbsd.org/security.html : OpenBSD 4.5 and earlier releases are not supported anymore. The following paragraphs only list advisories issued while they were maintained; these releases are likely to be affected by the advisories for more recent releases. On Fri, Jun 18, 2010 at

Re: Why I left OpenBSD

2010-06-16 Thread Tomas Bodzar
I think that author is really big professional lier and troll. Or so stupid that it's not possible in this cosmos :D So first he wrote how he left OpenBSD because of this and this a and this, now after couple of days he wrote another post where he attacks against OpenBSD and says that after long

Re: Hosting at Strato.de: anybody using PowerServer L with Opteron 1212 HE?

2010-06-16 Thread Tomas Bodzar
On Wed, Jun 16, 2010 at 8:41 AM, Alexander Farber alexander.far...@gmail.com wrote: Hello again, On Wed, Jun 9, 2010 at 8:35 PM, umaxx um...@oleco.net wrote: http://wiki.bsdforen.de/howto/strato_mr2_openbsd for initial installation procedure since dettus.net was not really working for me

Re: Hosting at Strato.de: anybody using PowerServer L with Opteron 1212 HE?

2010-06-16 Thread Tomas Bodzar
First choose correct floppy image as stated in Installation manual (previous mail from me), if it's not possible then try to boot from network or from USB flash (how to prepare USB flash is in FAQ too). And try both versions i386 and amd64 and send dmesg after that. On Wed, Jun 16, 2010 at 8:44

Re: Hosting at Strato.de: anybody using PowerServer L with Opteron 1212 HE?

2010-06-16 Thread Tomas Bodzar
Again. Read FAQ 4 where is correct setup how to prepare floppy for install. On Wed, Jun 16, 2010 at 9:17 AM, Alexander Farber alexander.far...@gmail.com wrote: Hello, On Wed, Jun 16, 2010 at 9:07 AM, Tomas Bodzar tomas.bod...@gmail.com wrote: On Wed, Jun 16, 2010 at 8:41 AM, Alexander Farber

Re: Hosting at Strato.de: anybody using PowerServer L with Opteron 1212 HE?

2010-06-16 Thread Tomas Bodzar
Did you try install i386 version if there is same problem and did you try latest snapshot in case that possible bug, if any, is repaired? On Wed, Jun 16, 2010 at 9:13 AM, Alexander Farber alexander.far...@gmail.com wrote: Hello Thomas, On Wed, Jun 16, 2010 at 9:07 AM, Tomas Bodzar tomas.bod

Re: Hosting at Strato.de: anybody using PowerServer L with Opteron 1212 HE?

2010-06-16 Thread Tomas Bodzar
, 2010 at 9:32 AM, Tomas Bodzar tomas.bod...@gmail.com wrote: Again. Read FAQ 4 where is correct setup how to prepare floppy for install. On Wed, Jun 16, 2010 at 9:17 AM, Alexander Farber alexander.far...@gmail.com wrote: wget -O- http://www.dettus.net/floppy35_seriell.fs.gz | gzip -d -f /dev/sda

Re: gvim ignoring non-ASCII input with UTF-8 locale

2010-06-15 Thread Tomas Bodzar
With vim/gvim you can easily set your desired encoding. $ gvim :set encoding=utf-8 2010/6/15 PPP8QQP8P9 PP0QQ P:PP2 czark...@gmail.com: Good [time of the day]! My X11 is set up to have us and ru XKB layouts. When using browser I get cyrillic chars as supposed to, but using

Re: anyone use these for firewall?

2010-06-15 Thread Tomas Bodzar
On Tue, Jun 15, 2010 at 9:01 PM, LeviaComm Networks NOC n...@leviacomm.net wrote: On 6/15/2010 9:41 AM, Lars Nooden wrote: Chris Smith wrote: Thanks for any input on these or other suggestions for quick (new Atom or better) low power network appliance type gear for keeping -current..

Re: No SMP without acpi?

2010-06-13 Thread Tomas Bodzar
He said that you need to send it to him and to misc@ ;-) Attachments are not allowed on m...@. On Sun, Jun 13, 2010 at 7:55 AM, TimH th...@bendtel.net wrote: On Sat, 12 Jun 2010 18:45:51 -0500 Marco Peereboom sl...@peereboom.us wrote: something in the gpe handler screwing up. B please tar up

Bug in www manual pages

2010-06-13 Thread Tomas Bodzar
Hi, if you will visit http://www.openbsd.org/cgi-bin/man.cgi and want to read some of intro(x) pages, then all lead to intro(1). But you can see above, that section was changed correctly. But if you will enter intro to Man Page or Keyword Search: and choose eg. section 9, then after Sumbit it

<    1   2   3   4   5   6   7   >