Problem with DHCP (or bce?) on 3.8

2006-04-04 Thread Tomas Bodzar
Hi, I'm new to OBSD.I tried to install it on my HP nx6110,but there are two things which dos not work.First is X server,I have i915 and as I read this vga will be fully supported in 3.9 so I hope that than will be OK.But worst thing is that my Broadcom 440x isn't running.I use dhcp in work and at

Some problems after first install of 4.0 on HP nx6110

2006-11-06 Thread Tomas Bodzar
Hi all, I've been installed new 4.0 on my laptop.Looks fine unlike 3.8 and 3.9. X are running ok. I use Cable modem Motorola 5100 - with USB connection there is a message in dmesg - disabling USB port (unrecognized device).Same thing with USB mouse Genius GM-03003 (touchpad works fine) If I use

Re: OpenBSD 4.3 and Xorg resolution 1280x800?

2008-05-05 Thread Tomas Bodzar
Hi, It will be problem of Virtualbox.I can't run NetBSD and OpenBSD on this SW under Win XP(segmentation fault during all installs).On Vmware Server 1.0.5 or Qemu is everything OK(both Lin and Win,Beta 2 under Lin is something terrible - M A S T O D O N T). Hsync,vsync a vga are number one

Re: 1U IBM or Dell server for firewall

2008-05-05 Thread Tomas Bodzar
Hi, From HW view is more than enough this type : http://www-03.ibm.com/systems/x/hardware/rack/x3250/index.html but I don't know how much is HW from this server supported in OpenBSD.In specifications are only Win systems,so best way is to ask IBM about support under their Unixes on this device

Just for info and for dreaming :-) Vaio UX and OpenBSD

2008-05-06 Thread Tomas Bodzar
Hi, Someone tried OpenBSD on this beast? http://www.sonystyle.com/webapp/wcs/stores/servlet/CategoryDisplay?catalogId= 10551storeId=10151langId=-1categoryId=577parentCategoryId=16154 I think,that it will be real killer-terminal-pocketPC with Puffy :-) PS: Some pages from Google search looks

Re: Just for info and for dreaming :-) Vaio UX and OpenBSD

2008-05-06 Thread Tomas Bodzar
To: OpenBSD-misc list Subject: Re: Just for info and for dreaming :-) Vaio UX and OpenBSD How about Thomas donate for Obsd so the dream will be come true :) On Tue, May 6, 2008 at 3:15 PM, Tomas Bodzar [EMAIL PROTECTED] wrote: Hi, Someone tried OpenBSD on this beast? http://www.sonystyle.com/webapp

Re: 1U IBM or Dell server for firewall

2008-05-06 Thread Tomas Bodzar
server for firewall On 2008-05-06, Tomas Bodzar [EMAIL PROTECTED] wrote: From HW view is more than enough this type : http://www-03.ibm.com/systems/x/hardware/rack/x3250/index.html but I don't know how much is HW from this server supported in OpenBSD.In specifications are only Win systems,so

FW: 1U IBM or Dell server for firewall

2008-05-06 Thread Tomas Bodzar
Just FW,was send only to me not to misc -Original Message- From: Insan Praja SW [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 12:28 PM To: Tomas Bodzar Subject: Re: 1U IBM or Dell server for firewall An IBM x3250 looks like this on dmesg: OpenBSD 4.3-current (GENERIC.MP) #0: Thu

Re: Please .Do not neglect this mail,13/05/2008,,

2008-05-14 Thread Tomas Bodzar
Woho, What a great offer.I need 1.000.000 barells.I can pay 1 USD for one barell only.I hope,that is enough for people like you :-) Have a nice day and say hello to uncle Diamant :-D :-D :-D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Engr.

Time for OBSD everywhere?

2008-05-16 Thread Tomas Bodzar
http://blog.wired.com/defense/2008/05/air-force-mater.html

Re: How can I determine ethernet speed?

2008-05-19 Thread Tomas Bodzar
As someone write before me, ifconfig gives you some basic information (look deep at man ifconfig). For more info about your connection try : man systat (especially part ifstat and netstat) I don't know if OpenBSD has some program for speed test of your connection,but trying lynx on local page of

Next great toy like Zaurus with OpenBSD?

2008-05-21 Thread Tomas Bodzar
http://www.desktoplinux.com/news/NS2846711250.html

Re: Next great toy like Zaurus with OpenBSD?

2008-05-22 Thread Tomas Bodzar
SP 353 :-D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mathias Sent: Wednesday, May 21, 2008 4:54 PM To: MISC Subject: Next great toy like Zaurus with OpenBSD? 2008/5/21 Tomas Bodzar [EMAIL PROTECTED]: http://www.desktoplinux.com/news

Google in shell - looks interesting

2008-06-04 Thread Tomas Bodzar
http://goosh.org

Google in shell - correction

2008-06-04 Thread Tomas Bodzar
Runs fine in graphical browser,but not in lynx in my VM :-/

saa7134 in OpenBSD ?

2008-06-05 Thread Tomas Bodzar
Hi, Have someone running tv card with this chipset? I was looking throw google and can't find useful info.I know,that it's not in HW supported list and dmesg only detect it. Thx

Re: OpenBSD 4.2 guest on Linux Host, run problem

2008-06-10 Thread Tomas Bodzar
It's not option.OpenBSD is not running under VirtualBox due to segfault during install.It's known bug and it's not resolved yet. OpenBSD is running fine under qemu,but you must disable kqemu: $qemu --no-kqemu .. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

command history in ksh missed when I set $EDITOR

2008-06-11 Thread Tomas Bodzar
Hi all, When I set this in my .profile # Editor EDITOR=/usr/bin/vi export EDITOR then I don't have command history,I can't use arrow keys for going to previous command, CTRL+R is not running too. What's wrong with this setting?I'm using ksh Thx

Re: command history in ksh missed when I set $EDITOR

2008-06-11 Thread Tomas Bodzar
this default behavior (running command history after install)? -Original Message- From: Paul de Weerd [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:23 AM To: Tomas Bodzar Cc: misc@openbsd.org Subject: Re: command history in ksh missed when I set $EDITOR On Wed, Jun 11, 2008 at 08

Re: command history in ksh missed when I set $EDITOR

2008-06-11 Thread Tomas Bodzar
, it overrides EDITOR. I don't have VISUAL set and EDITOR was used for line editor.Maybe this? Screen editor set in variable for line editor? - don't know how it's set internal. -Original Message- From: Paul de Weerd [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:23 AM To: Tomas Bodzar

Re: command history in ksh missed when I set $EDITOR

2008-06-11 Thread Tomas Bodzar
Hi Max, My english is sometimes not so clear :-) Ofcourse command history is running by default.Everything was Ok. Then I read some FAQ and man and some programs need $EDITOR set. So I use vi for it,which is my preferred editor.Then I lost functions for command history.I was looking what can be

Re: Any offshore OpenBSD hosting?

2008-06-17 Thread Tomas Bodzar
But if ISP's must have blackbox on their interfaces (hello FBI),than you can't trust your local hosting company even if they are very friendly ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel B. Sent: Wednesday, June 18, 2008 3:17 AM To: Rildo

Re: Any offshore OpenBSD hosting?

2008-06-19 Thread Tomas Bodzar
Nice idea,but if you want implement everything you write than you are terrorist in modern democracies ;-) Ball is on another place in game : http://www.democracynow.org/2007/8/7/freedom_next_time_filmmaker_journalist_j ohn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Network install over a PPPoE connection

2008-06-20 Thread Tomas Bodzar
Oh,I'm in love. Real girl want date over PPPoE connection.What a magic. OpenBSD is real useful for everything :-D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sandra200 Sent: Friday, June 20, 2008 2:29 AM To: misc@openbsd.org Subject: Re: Network

Re: Failing to install packages with $PKG_PATH

2008-06-24 Thread Tomas Bodzar
Hi, Maybe try remove second ftp in way.When I was set up PKG_PATH as is in FAQ on qemu 'PKG_PATH=ftp://ftp.openbsd.org..' then fail and your message If 'PKG_PATH=ftp://openbsd.org..' then ok -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[OT] Deposition challenges Trend Micro patent on virus scans

2008-06-24 Thread Tomas Bodzar
Great job http://www.linux.com/feature/139458

Re: the backend...

2008-06-25 Thread Tomas Bodzar
I think,that something like G-base,G-database,GoogleBase, Oh wait,Google..isn't it company,that has maybe best search engine? Maybe I can try type - google database - or something like that. WTHit serves good answers for my question. What can I do?Maybe click on some blue links on

Re: Resume - Mumps Developer

2008-06-25 Thread Tomas Bodzar
And what If it's not spam,than I think,that devs of OpenBSD want your physical and real experience,like programs and so on.Not a list of names.My list will be longer,but I don't think,that I can ask for job ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: Anyone from this list at BlackHat or DefCon? And a query...

2008-06-25 Thread Tomas Bodzar
Just try ;-) Better will be use -stable with block in all in pf. Everything is about your settings and wants. OBSD has good chance,that attacker will better leave. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amarendra Godbole Sent: Thursday, June

Re:

2008-07-02 Thread Tomas Bodzar
What a funny message :-) I want manual for DoS attack too.And for phishing,cracking,DDoS,remote execution of code,Buffer overflow and many others.Why to learn something?Just give me the manual now. I have help for you.Use google,buy some books and learn,read and try all new things on your small

4.3 constantly hangs on MS Virtual Server

2008-07-03 Thread Tomas Bodzar
Hi all, I'm trying to setup 4.3 release on MS Virtual Server 1.1.603.0 EE R2 SP1. Booting from cd-rom,but I always stop on: ahc0: at pci0 dev11 function 0 Adaptec AIC-7870 rev 0x02: irq 11 ahc0: Host Adapter Bios disabled. Using default SCSI device parameters Using VMRCplus 1.6.0.0 for

Re: sshd_config(5) PermitRootLogin yes

2008-07-11 Thread Tomas Bodzar
You can setup weak root password during install ;-) There is no test,so I can use root,password,admin and so on. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giancarlo Razzolini Sent: Thursday, July 10, 2008 8:16 PM To: Paul de Weerd Cc: Brynet;

Lyrics or story for 4.4 release?

2008-07-11 Thread Tomas Bodzar
Maybe will be good for 4.4 or later something based on : Inner Circle - Bad boys :-)

Re: DHCP question

2008-07-23 Thread Tomas Bodzar
$man fxp timed out - problem with network from your post : send_packet: Network is down -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hari Sent: Wednesday, July 23, 2008 9:33 AM To: misc@openbsd.org Subject: DHCP question Hello. I just finished

Re: DHCP question

2008-07-23 Thread Tomas Bodzar
Ok.So next step. $sudo ifconfig fxp0 dhcp up gives what? -Original Message- From: Hari [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 10:00 AM To: Tomas Bodzar Cc: misc@openbsd.org Subject: Re: DHCP question On Wed, Jul 23, 2008 at 4:53 PM, Tomas Bodzar [EMAIL PROTECTED

Re: DHCP question

2008-07-23 Thread Tomas Bodzar
Eh,I missed something.Look at /etc/hosts and $hostname Why is localhost.WORKGROUP localhost in /etc/hosts and mercury.my.domain in $hostname ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hari Sent: Wednesday, July 23, 2008 9:33 AM To: misc@openbsd.org

Problem with CD/DVD RW - only read

2008-07-30 Thread Tomas Bodzar
Hi all, Do you know someone what does mean this error? pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf5cd0/192 (10 entries) cd0 at scsibus0 targ 0 lun 0: HL-DT-ST, DVDRAM GSA-4163B, A103 SCSI0 5/cdrom removable cd0(pciide1:1:0): using PIO mode 4, Ultra-DMA mode 2 pcibios0: PCI IRQ Routing Table

Re: Problem with CD/DVD RW - only read SOLVED

2008-08-03 Thread Tomas Bodzar
, August 02, 2008 10:54 PM To: Tomas Bodzar Subject: Re: Problem with CD/DVD RW - only read What IDE cable for this drive? 40- or 80-wire? A month or two ago, I was experiencing problems with my DVD-RW drive, it wouldn't read CDs/DVDs, outputing similar errors into dmesg. Then I replaced the 40-wire

OT - Needs for data modeling tool under OSS ?

2008-08-03 Thread Tomas Bodzar
too) are Tora or new SQL Developer from Oracle under Java,but both of them are ooposite for Toad for Oracle,not for our Toad Data Modeler. Thanks a lot for your ideas,comments and answers PS:Sorry for layout,but Outlook from MS Office 2007 don't know what is 80 character terminal :-) Tomas Bodzar

Own keyboard encoding cz (cs)

2008-08-06 Thread Tomas Bodzar
Hi all, I'm reading throw man pages kbd,wsconcs,wsconscfg,looking on Google and so on, but can't find some useful kick-of.Do you know about some paper about it? I found something from http://www.netbsd.org/docs/guide/en/chap-cons.html . I looked in wsksymdef.h ,there is a support for

Re: Own keyboard encoding cz (cs)

2008-08-06 Thread Tomas Bodzar
PROTECTED] Sent: Wednesday, August 06, 2008 1:49 PM To: Tomas Bodzar Cc: misc@openbsd.org Subject: Re: Own keyboard encoding cz (cs) I'm reading throw man pages kbd,wsconcs,wsconscfg,looking on Google and so on, but can't find some useful kick-of.Do you know about some paper about it? I

Re: Own keyboard encoding cz (cs)

2008-08-06 Thread Tomas Bodzar
:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 1:58 PM To: Tomas Bodzar Cc: misc@openbsd.org Subject: RE: Own keyboard encoding cz (cs) I read wsfontload(8),but there is only ISO-8859-1,IBM and pcvt. Oops, you're right. This should be fixed as well eventually (-: Miod

Re: OpenBSD 4.3 running in VirtualBox? Anyone have it working properly?

2008-08-06 Thread Tomas Bodzar
VirtualBox sucks to version 1.6.2 .There is a 1.6.4 now,but I don't test it. I use Qemu on BSD/Linux/Windows,it's better in my opinion. (work with VirtualBox,Vmware Server 1.0.x,2.x,MS Virtual Server,MS Virtual PC) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: OpenBSD 4.3 running in VirtualBox? Anyone have it working properly?

2008-08-06 Thread Tomas Bodzar
effect the connection is very slow. I assume that doesn't happen on the actual hardware that QEMU is supposed to emulate, but other OSes don't have the same problem. 2008/8/7 Tomas Bodzar [EMAIL PROTECTED]: VirtualBox sucks to version 1.6.2 .There is a 1.6.4 now,but I don't test it. I use

Re: DOJ Incompetence and corruption

2008-08-07 Thread Tomas Bodzar
You can change this. Don't vote for clauns (Bush,Obama,Cain,) in big circus (vote for president).We can't repair mistakes of people,which are thinking,that they have democracy.We have own problems.Repair problems in your country by yourself (all people),than you can look around for other

Re: make build fails for OPENBSD_4_4 on i386

2008-08-08 Thread Tomas Bodzar
Beta and build?What a nice type of Sci-Fi ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Sent: Friday, August 08, 2008 12:21 PM To: OpenBSD Misc Subject: make build fails for OPENBSD_4_4 on i386 === libreadline mkdep -a

Re: Does this look like SSP to you? (Vista)

2008-08-14 Thread Tomas Bodzar
Eheh,nice PR story - Use Java and .NET and you will be safe :-) Just reaction on part of topic,not whole. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sunnz Sent: Thursday, August 14, 2008 3:49 AM To: misc OpenBSD Misc Subject: Does this look

Re: TV out for Xorg/OpenBSD? - OT

2008-08-25 Thread Tomas Bodzar
Nice page,but I can't set my resolution 1440x900 ,it's changing to 1440x810 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fred Crowson Sent: Monday, August 18, 2008 2:50 PM To: Edd Barrett Cc: misc@openbsd.org Subject: Re: TV out for

Problem with resolution on LCD Benq G900W

2008-08-25 Thread Tomas Bodzar
Hi all, Have someone this model of LCD? http://www.benq.com/products/LCD/?product=1280 It's running fine under Mandriva 2008.1 or others Linux distributions. but under OBSD I can't setup 1440x900.Monitor is still running on [EMAIL PROTECTED] .I tried X -configure and xorgconfig,both are

Re: TV out for Xorg/OpenBSD? - OT

2008-08-26 Thread Tomas Bodzar
: Re: TV out for Xorg/OpenBSD? - OT On Mon, Aug 25, 2008 at 08:21:00AM +0100, Tomas Bodzar wrote: Nice page,but I can't set my resolution 1440x900 ,it's changing to 1440x810 Did you restriction the aspect ratio to 16:9? 1440x900 is 16:10.

Re: Problem with resolution on LCD Benq G900W

2008-08-26 Thread Tomas Bodzar
ask your question. On 2008-08-25, Tomas Bodzar [EMAIL PROTECTED] wrote: Hi all, Have someone this model of LCD? http://www.benq.com/products/LCD/?product=1280 It's running fine under Mandriva 2008.1 or others Linux distributions. but under OBSD I can't setup

Very small bug in man page of Xorg(1)

2008-08-27 Thread Tomas Bodzar
Hi all, I can confirm it only on 4.3 -release and on webpage for -current http://www.openbsd.org/cgi-bin/man.cgi?query=Xorgapropos=0sektion=0manpath=OpenBSD+Currentarch=i386format=html In section OPTIONS,part -disableVidMode there is a sentence : Disable the the parts... - double

How much RAM is needed for cvs(1)?

2008-08-27 Thread Tomas Bodzar
Hi all, I tried # cd /usr # export [EMAIL PROTECTED]:/cvs # cvs -d$CVSROOT checkout -P xenocara and after few minutes get Out of memory.I have 256MB RAM.That was running on tty0, on tty1 was only lynx with OBSD page.Before that I made checkout of src and every- thing OK.

Snapshot for i386 from 28.8. problem with X and pkg_add

2008-08-29 Thread Tomas Bodzar
Hi all, I was installed snapshot for i386 from 28.8. (install44.iso on anga.funkfeuer.at) for test,if problem with resolution on my LCD is solved on new X server.First of all,I have two new 'Not configured' in dmesg.Before was only one for my TV card,which is not supported under OpenBSD.Full

Re: Snapshot for i386 from 28.8. problem with X and pkg_add

2008-08-30 Thread Tomas Bodzar
@openbsd.org Subject: Re: Snapshot for i386 from 28.8. problem with X and pkg_add On 2008-08-29, Tomas Bodzar [EMAIL PROTECTED] wrote: So about X and resolutin.Now I need only use startx for X system.I have resolution [EMAIL PROTECTED] on 75Hz is ok throw xrandr.No more need move screen to left by OSD

USB flashdisk in OpenBSD guest under Qemu

2008-09-02 Thread Tomas Bodzar
Hi all, have someone running USB Flashdisk in OpenBSD running in Qemu?I have enabled usb module,but can't see flashdisk in dmesg or usbdevs,just uhub0 and umass0.Under VirtualBox is everything Ok.I try Google and look throw Qemu page and can't find useful info.Just informations for

Using snapshots - not sure with upgrade process - BFU :-)

2008-09-03 Thread Tomas Bodzar
Hi all, I still read FAQ and some man pages again and again (useful and very readable info),but I'm still not sure or my english is terrible :-) If I have 4.3 -release and make Upgrade with install44.iso snapshot (say from 28.8.),do I need all the changes pointed here

Re: Using snapshots - not sure with upgrade process - BFU :-)

2008-09-03 Thread Tomas Bodzar
:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 9:06 AM To: Tomas Bodzar Cc: misc@openbsd.org Subject: Re: Using snapshots - not sure with upgrade process - BFU :-) Tomas Bodzar schrieb: Hi all, I still read FAQ and some man pages again and again (useful and very readable info

Info about DRI support and setup

2008-09-03 Thread Tomas Bodzar
Hi all, will be there some info about DRI in FAQ,current.html or plus.html ? I can't find useful tips on Google,OpenBSD,Undeadly and so on :-/ Just old informations and even in man pages xorg.conf,ati,radeon,... is nothing about it. Thx

Re: Info about DRI support and setup

2008-09-03 Thread Tomas Bodzar
Super,but why isn't this important info on some known place? If I use Google,than there is nothing on first 5 pages,similiar for OpenBSD webpage or Undeadly. I thought,that this is big change in OpenBSD dev and can be pointed somewhere,maybe in FAQ 11 Ofcourse,that this is easy for most of

Re: Can OpenBSD run in 24 MB of RAM?

2008-09-04 Thread Tomas Bodzar
It's running fine in console or X (just a longer start).Ofcourse,that you can't use Firefox or similiar SW :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, September 04, 2008 5:00 AM To: misc@openbsd.org

Re: Disappointment: New browser - *sigh*

2008-09-04 Thread Tomas Bodzar
Eh? What about New browser are you talking? ;-) I don't know,that lynx(1) which is in base (! ;-)) has option about:plugins . All others are not in base,just option and every user of OpenBSD know,that he/she must be careful about installing SW,which is not in base.

Re: Disappointment: New browser - *sigh*

2008-09-04 Thread Tomas Bodzar
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 10:54 AM To: misc@openbsd.org Cc: Tomas Bodzar Subject: Re: Disappointment: New browser - *sigh* Tomas Bodzar wrote: Eh? What about New browser are you talking? ;-) I don't know,that lynx(1) which is in base (! ;-)) has

Re: Disappointment: New browser - *sigh*

2008-09-04 Thread Tomas Bodzar
To: misc@openbsd.org Cc: Tomas Bodzar Subject: Re: Disappointment: New browser - *sigh* Tomas Bodzar wrote: Eh? What about New browser are you talking? ;-) I don't know,that lynx(1) which is in base (! ;-)) has option about:plugins . All others are not in base,just option and every

Re: Info about DRI support and setup

2008-09-04 Thread Tomas Bodzar
:-/ Upss.Sorry Thanks for help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart Henderson Sent: Thursday, September 04, 2008 11:35 AM To: misc@openbsd.org Subject: Re: Info about DRI support and setup On 2008-09-04, Tomas Bodzar [EMAIL

OT - using HTML code from original page

2008-09-08 Thread Tomas Bodzar
permit from someone (Theo,...).So can someone point us to right direction?We can then start with original design or start on our similar design. Thanks a lot Tomas Bodzar

Re: rtw0 is playing games with me (again)

2008-09-10 Thread Tomas Bodzar
Hi, Just my view as a beginner with this system (or BFU :-)).Using -current or following -stable is easy.I was trying following -current ,but found,that using snapshots is soo easy and that following -current is not really good idea for people like me,which are in phase of learning this

Re: dhcp to static

2008-10-03 Thread Tomas Bodzar
I think,that these things are made with some preparations before move ;-) But one hour is enough for reading : http://www.openbsd.org/faq/faq6.html Benjamin Adams wrote: I'm moving my server in about an hour. Where do I put my ip, netmask and gateway at for static? Thanks Ben

Doubled binary in /bin in snapshot?

2008-10-14 Thread Tomas Bodzar
Hi all, have you same problem ? Look at $ls -lF /bin There is a [* and test* ,both binaries do the same and cmp(1) says,that they are same. Am I missing something or it's bug? snapshot i386 #1076

Re: Doubled binary in /bin in snapshot?

2008-10-14 Thread Tomas Bodzar
I'm not so old :-D A little magic for someone who is not good in Unix scripting and think,that [ is only mistake :-) Thanks all for answer and more light on it for me Almir Karic wrote: On Tue, Oct 14, 2008 at 03:22:32PM +0200, Tomas Bodzar wrote: Hi all, have you same problem ? Look

Re: Doubled binary in /bin in snapshot?

2008-10-15 Thread Tomas Bodzar
I start learn from this link.It's writed very good for newbies. Richard Toohey wrote: No worries, I'm a learner too! On 15/10/2008, at 8:13 PM, Tomas Bodzar wrote: Great explanation,especially this link : http://developer.apple.com/documentation/OpenSource/Conceptual/ShellScripting

Re: what exactly is enc0?

2008-10-15 Thread Tomas Bodzar
It's encapsulating interface for ipsec traffic http://www.openbsd.org/cgi-bin/man.cgi?query=encapropos=0sektion=0manpath=OpenBSD+Currentarch=i386format=html Vivek Ayer wrote: Hey folks, So having successfully installed OpenBSD on my lab's Sun Blade Workstation, I started to configure the

Re: file encrypyion

2008-10-28 Thread Tomas Bodzar
http://www.openbsd.org/cgi-bin/man.cgi?query=vnconfigapropos=0sektion=0manpath=OpenBSD+Currentarch=i386format=html Paul M wrote: I'm looking for a way to encrypy backup files for secure storage. Gpg is an obvious candidate, but I'm wondering if there's anything in base, perhaps a creative use

Re: 1 Mpps router and OpenBSD?

2011-10-27 Thread Tomas Bodzar
On Thu, Oct 27, 2011 at 8:23 PM, tx zzw...@gmail.com wrote: Is it possible to make 1 Mpps router (BGP and routing between several 1GBE links) with standard x86 CPU such as Xeon or Opteron and accelerated NICs like Intel PRO1000/PT? All with latest stable OpenBSD, of course :) Any suggestions,

Dell E6320 crashes continue and em0 doesn't work

2011-11-12 Thread Tomas Bodzar
Hi all, update BIOS to A07 from A05 in a hope that it will solve hangs (some improvements was promising regarding that), but no. Eg. during 'pkg_add -vi gimp' when process was in about 60% I started on second console in tmux systat and it just hang (disk LED is on and computer doesn't react to

Re: Dell E6320 crashes continue and em0 doesn't work

2011-11-12 Thread Tomas Bodzar
On Sat, Nov 12, 2011 at 9:35 AM, Tomas Bodzar tomas.bod...@gmail.com wrote: Hi all, update BIOS to A07 from A05 in a hope that it will solve hangs (some improvements was promising regarding that), but no. Eg. during 'pkg_add -vi gimp' when process was in about 60% I started on second console

Re: Dell E6320 crashes continue and em0 doesn't work

2011-11-12 Thread Tomas Bodzar
On Sat, Nov 12, 2011 at 10:29 AM, Tomas Bodzar tomas.bod...@gmail.com wrote: On Sat, Nov 12, 2011 at 9:35 AM, Tomas Bodzar tomas.bod...@gmail.com wrote: Hi all, update BIOS to A07 from A05 in a hope that it will solve hangs (some improvements was promising regarding that), but no. Eg. during

Re: opensmtpd

2011-11-17 Thread Tomas Bodzar
Check: 1) archives of misc@ 2) man smtpd 3) man smtpd.conf 4) as it's work in progress use current 5) some people use it in production On Thu, Nov 17, 2011 at 9:27 AM, Wesley M. open...@e-solutions.re wrote: Hi, I seen http://www.opensmtpd.org Does exist a stable version ? can we put it on

Re: gkrellm and uuid's for filesystems

2011-11-18 Thread Tomas Bodzar
On Sat, Nov 19, 2011 at 1:46 AM, John Tate j...@johntate.org wrote: Misc/Ports, gkrellm has an OpenBSD specific shortcoming. Depending on what USB drives are plugged in, my softraid could be anywhere between sd2-sd6. gkrellm needs to be reconfigured every time. The OpenBSD port of gkrellm

Re: Which version of Firefox most secure?

2011-11-19 Thread Tomas Bodzar
On Sun, Nov 20, 2011 at 5:41 AM, James Hozier guitars...@yahoo.com wrote: In both the Packages list (for 5.0) and Ports, there are various different versions of Firefox, such as 3.5.xx, 3.6.xx, 7.x.xx, etc., all seemingly separately maintained software for each of these. Is there a version

Re: Which version of Firefox most secure?

2011-11-20 Thread Tomas Bodzar
On Sun, Nov 20, 2011 at 3:14 PM, Javier Bassi javierba...@gmail.com wrote: On Sun, Nov 20, 2011 at 4:17 AM, Tomas Bodzar tomas.bod...@gmail.com wrote: 7.x.xx actual stable from Mozilla 7.x is no longer supported by Mozilla. 7.0.1 has 3 CVEs If you don't have 8.0 on ports, go with 3.6.24

Re: Which version of Firefox most secure?

2011-11-20 Thread Tomas Bodzar
On Mon, Nov 21, 2011 at 12:05 AM, James Hozier guitars...@yahoo.com wrote: From: Tomas Bodzar tomas.bod...@gmail.com Subject: Re: Which version of Firefox most secure? To: Javier Bassi javierba...@gmail.com Cc: misc@openbsd.org Date: Sunday, November 20, 2011, 3:18 PM On Sun, Nov 20, 2011

Re: More burning issues...

2011-11-21 Thread Tomas Bodzar
On Mon, Nov 21, 2011 at 10:10 AM, John Tate j...@johntate.org wrote: I am having troubles using cdio as described in the manual: http://www.openbsd.org/faq/faq13.html#burnCD I am using a DVD-RW. With dvd+rw-tools I had no troubles blanking the disk. [john@rothbard ~$ cdio -f cd0c tao

Re: cd boot panic on 5.0 but not 4.9 or earlier

2011-11-26 Thread Tomas Bodzar
On Sat, Nov 26, 2011 at 10:46 PM, quartz qua...@sneakertech.com wrote: put a 5.0 kernel in the root directory of your file system with the name bsd50. B At the boot prompt, do a boot bsd50. B If the kernel loads all the way, it's just an issue with the bsd.rd kernel. B if it doesn't, it's a

Re: Narcicism?

2011-12-01 Thread Tomas Bodzar
On Thu, Dec 1, 2011 at 8:28 AM, John Tate j...@johntate.org wrote: I think I've found a bug in the OpenBSD crowd. They bug the hell out of me and my little mistakes. http://marc.info/?l=openbsd-miscm=125312230626856w=2 I am not talking about people who actually have a solution, but I can't

Re: Developing software on OpenBSD

2011-12-02 Thread Tomas Bodzar
On Fri, Dec 2, 2011 at 12:15 PM, Neoklis Kyriazis n5b...@yahoo.com wrote: Hi I hesitate somewhat to post this, being aware of the recommendations to look for answers in the extensive documentation of OpenBSD, but I just don't seem to find the information I need. I have been using Linux for

Re: Narcicism?

2011-12-02 Thread Tomas Bodzar
On Fri, Dec 2, 2011 at 10:42 PM, Richard Thornton thornton.rich...@gmail.com wrote: I wonder how much c++ the Russian programmer from Goldman is doing these days?! Of course a lot to cover all of those black ops :D On Dec 2, 2011 4:35 PM, Tekk t...@parlementum.net wrote: It's that way in

Re: Narcicism?

2011-12-05 Thread Tomas Bodzar
On Tue, Dec 6, 2011 at 4:13 AM, Eric Oyen eric.o...@gmail.com wrote: easy there pardoner! :) I think he was pointing out my spelling error in jest. anyway, go easy on him as he probably didn't know (and I make it a point not to call attention to my disability, except where it becomes

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Tomas Bodzar
On Mon, Dec 12, 2011 at 5:02 PM, sc...@web.de wrote: Peter Kay syllops...@syllopsium.co.uk wrote: Wikipedia says 'AMD64 supported by: all models with an OPN ending in BX and CV' and 'E6 stepping or later' It seems I have a BO: SSE3, but not AMD64 according to dmesg. Henning Brauer

Re: IPSEC gateway serving rogue laptops

2011-12-21 Thread Tomas Bodzar
On Wed, Dec 21, 2011 at 3:25 PM, Henrik Engmark h...@tti.se wrote: I have been trying to set up a vpn concentrator using isakmpd and ipsec, where clients are laptops on the run, and my vpn concentrator is on a static IP. To start with, I want to use a setup as simple as possible, and use only

Re: see_other_uids

2011-12-22 Thread Tomas Bodzar
On Thu, Dec 22, 2011 at 10:43 PM, Vitali coonar...@gmail.com wrote: Gentlemen In FreeBSD there is one great feature I like very much. If you set the variable security.bsd.see_other_uids to zero, users can't see other users' processes. Is there something like that in OpenBSD?

Re: see_other_uids

2011-12-23 Thread Tomas Bodzar
On Fri, Dec 23, 2011 at 9:08 AM, Vitali coonar...@gmail.com wrote: On Fri, Dec 23, 2011 at 6:49 AM, Tomas Bodzar tomas.bod...@gmail.com wrote: On Thu, Dec 22, 2011 at 10:43 PM, Vitali coonar...@gmail.com wrote: Gentlemen In FreeBSD there is one great feature I like very much. If you set

Re: Upgrading 4.9 to 5.0 problems: can't build kernel, errata patch not in CVS, no documentation for netstart changes

2011-12-25 Thread Tomas Bodzar
On Sun, Dec 25, 2011 at 4:03 AM, openbsd_mis...@zehmahyesh.e4ward.com wrote: First, sorry for the bogus formatting in my previous email... hopefully, this one is better. It turns out that I needed to manually delete the .depend file from a previous kernel build in my local build directory.

Re: Need some suggestions abt application inside chroot

2012-01-01 Thread Tomas Bodzar
On Sun, Jan 1, 2012 at 4:59 PM, Stefan N stefanbsd...@yahoo.com wrote: Hi All, I need some suggestions/feedback about application on OpenBSD whether it should or should not be installed inside chroot environment. For example,apache webserver is installed in chroot environment by default.

Re: bc4318

2012-01-05 Thread Tomas Bodzar
On Thu, Jan 5, 2012 at 10:00 PM, Nikolas Slivka damagec...@freemail.hu wrote: Welcome! Where i can find information about BC4318 wifi card is working under OpenBSD 5.0? Read first (last) log on this page http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/Attic/if_bcw_pci.c for 43xx Here is

Re: bc4318

2012-01-05 Thread Tomas Bodzar
On Fri, Jan 6, 2012 at 8:22 AM, Ted Unangst t...@tedunangst.com wrote: On Fri, Jan 06, 2012, Tomas Bodzar wrote: On Thu, Jan 5, 2012 at 10:00 PM, Nikolas Slivka damagec...@freemail.hu wrote: Welcome! Where i can find information about BC4318 wifi card is working under OpenBSD 5.0? Read

Re: pcn0: packet spilled into next buffer

2012-01-06 Thread Tomas Bodzar
On Fri, Jan 6, 2012 at 8:40 AM, Indunil Jayasooriya induni...@gmail.com wrote: Hi mics, I just installed OpenBSD 5 64 bit as a VM on Redhat Linux KVM . Then, I got below error? pcn0: packet spilled into next buffer I searched the internet . then, I got below URL

Re: Ted Unangst Static Source Code Analysis

2012-01-07 Thread Tomas Bodzar
On Sun, Jan 8, 2012 at 1:04 AM, Lars nore...@z505.com wrote: I was watching an older video regarding Static Source code analysis to make code more secure. B I especially enjoyed your comments about SQL injections and escaping sql which all sorts of websites forget to do. What tools are used

Re: OpenBSD 5.0 Snapshot: ASUS Wireless Card - Not Configured

2012-01-07 Thread Tomas Bodzar
On Sun, Jan 8, 2012 at 6:29 AM, Steven w.steven.schnei...@ualberta.net wrote: Hi, I recently purchased an ASUS PCE-N15 Wireless-N PCI-E Adapter. http://www.asus.com/Networks/Wireless_Adapters/PCEN15/ After i installed it and restarted my computer I got this in the dmesg (I'm assuming this

Re: DLINK DUB-E100

2012-01-08 Thread Tomas Bodzar
On Sun, Jan 8, 2012 at 11:16 AM, Alessandro Baggi alessandro.ba...@gmail.com wrote: Hi there, I would buy an Ethernet card usb, and I've found the Dlink dub-e100. It is supported on OpenBSD 5.0? Why don't you check?

  1   2   3   4   5   6   7   >