Re: Remote client cannot mount NFS

2015-03-05 Thread Zhi-Qiang Lei
It works like a charm! Thank you! $ sudo mount_nfs -P 192.168.1.1:/nfs mnt $ df -h Filesystem Size Used Avail Capacity iusedifree %iused Mounted on /dev/disk1112Gi 107Gi 5.0Gi96% 28016815 1310543 96% / devfs 185Ki 185Ki0Bi 100% 640

Re: lynx is gone?

2015-03-05 Thread Eric Furman
On Thu, Mar 5, 2015, at 08:24 PM, Paolo Aglialoro wrote: > Dear Theo, > > I respect you as a person and I respect your work. > > This said, I can also tell you that, after a few years reading misc@, > there > is still one thing that I do not understand about your "colourful" > answers > to severa

Re: Remote client cannot mount NFS

2015-03-05 Thread Zhi-Qiang Lei
According to the FAQ, I think 192.168.1 represents the network 192.168.1.0. http://www.openbsd.org/faq/faq6.html#NFS The IP of Mac is 192.168.1.36. And the IP of server is 192.168.1.1. If I run showmount on Mac, I get these: $ showmount -e 192.168.1.1

Re: Remote client cannot mount NFS

2015-03-05 Thread Philip Guenther
On Thu, Mar 5, 2015 at 6:52 PM, Zhi-Qiang Lei wrote: > I simply started a NFS on my OpenBSD 5.6 server as flow: > > # cat /etc/exports > /nfs -alldirs -network=192.168.1 -mask=255.255.255.0 You sure about that "192.168.1", with only three components? I believe that'll be interpreted as 192.168.0

Re: improving browser security

2015-03-05 Thread Steve Shockley
On 03/01/2015 01:36 PM, Ted Unangst wrote: Nevertheless, the policy is only advisory. Writeable executable memory is only an mmap or mprotect away. Thanks for your work. Is there a simple way to turn on enforcement W^X on a system, to see what breaks?

Re: lynx is gone?

2015-03-05 Thread Theo de Raadt
>On Thu, Mar 5, 2015 at 9:32 PM, Theo de Raadt >wrote: > >> >> Never know. OpenBSD is not generally known as an exposed democracy. >> > >This made me chuckle out loud :) Well, it makes me laugh out loud too. We are succesfully making good software, using a scheme called undemocratic. How un-Am

Remote client cannot mount NFS

2015-03-05 Thread Zhi-Qiang Lei
I simply started a NFS on my OpenBSD 5.6 server as flow: # cat /etc/exports /nfs -alldirs -network=192.168.1 -mask=255.255.255.0 I’m able to mount it on the OpenBSD server: # mount -t nfs 192.168.1.1:/nfs /mnt # df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/wd0a

Re: lynx is gone?

2015-03-05 Thread bofh
On Thu, Mar 5, 2015 at 9:32 PM, Theo de Raadt wrote: > > Never know. OpenBSD is not generally known as an exposed democracy. > This made me chuckle out loud :) -- http://www.glumbert.com/media/shift http://www.youtube.com/watch?v=tGvHNNOLnCk "This officer's men seem to follow him merely out

Re: lynx is gone?

2015-03-05 Thread Theo de Raadt
>Dear Theo, > >I respect you as a person and I respect your work. > >This said, I can also tell you that, after a few years reading misc@, there >is still one thing that I do not understand about your "colourful" answers >to several mails. > >Not all the people who run obsd can, for various persona

Re: lynx is gone?

2015-03-05 Thread Theo de Raadt
>> It's not like this wasn't discussed previously. At length. >> http://marc.info/?t=14050482952&r=1&w=2 > >Wow! And I thought the whole fun is on misc@ only. It looks like some >folks are ready to quit using and OS because of some software location >(base or packages). >The irony is lynx is al

Re: lynx is gone?

2015-03-05 Thread Gene
On Thu, Mar 5, 2015 at 5:24 PM, Paolo Aglialoro wrote: > Dear Theo, > > I respect you as a person and I respect your work. > > This said, I can also tell you that, after a few years reading misc@, > there > is still one thing that I do not understand about your "colourful" answers > to several ma

Re: lynx is gone?

2015-03-05 Thread Theo de Raadt
>On Thu, Mar 05, 2015 at 08:24:47PM GMT, Theo de Raadt wrote: >> >Ingo, >> > >> >On Mar 05 18:11:31, schwa...@usta.de wrote: >> >> By the way, lynx(1) removal doesn't really hurt that much. >> >> Rotten code that will hurt more when it will finally be deleted >> >> includes, for example, the sqlite

Re: lynx is gone?

2015-03-05 Thread Paolo Aglialoro
Dear Theo, I respect you as a person and I respect your work. This said, I can also tell you that, after a few years reading misc@, there is still one thing that I do not understand about your "colourful" answers to several mails. Not all the people who run obsd can, for various personal reasons

Re: lynx is gone?

2015-03-05 Thread Mihai Popescu
> It's not like this wasn't discussed previously. At length. > http://marc.info/?t=14050482952&r=1&w=2 Wow! And I thought the whole fun is on misc@ only. It looks like some folks are ready to quit using and OS because of some software location (base or packages). The irony is lynx is also an e

wsconsctl illusive ThinkPad Print keycode

2015-03-05 Thread Toby Slight
Hi there, I'm trying to remap the Print key to be Control_R, via wsconsctl, on one of the new fangled chicklet ThinkPad(X230) keyboards. Print is now in the spot Menu used to be (which was nice and easy to remap with "keysym Menu = Control_R"). However, I cannot, for the life of me, work out what

Re: lynx is gone?

2015-03-05 Thread Raf Czlonka
On Thu, Mar 05, 2015 at 08:24:47PM GMT, Theo de Raadt wrote: > >Ingo, > > > >On Mar 05 18:11:31, schwa...@usta.de wrote: > >> By the way, lynx(1) removal doesn't really hurt that much. > >> Rotten code that will hurt more when it will finally be deleted > >> includes, for example, the sqlite3(1) li

Re: httpd + dokuwiki or mailman

2015-03-05 Thread agrquinonez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/2015 12:14 PM, Michael wrote: > I run dokuwiki on httpd with php-fpm. > > I did an: cd /var/www/htdocs && ln -s ../../dokuwiki doku The > config in /etc/examples will work ok if you adjust the root > directive. You will need to open the full

Re: lynx is gone?

2015-03-05 Thread Theo de Raadt
On Thu, Mar 05, 2015 at 06:52:20PM +0100, Marc Espie wrote: > > On Thu, Mar 05, 2015 at 06:11:31PM +0100, Ingo Schwarze wrote: > > > By the way, lynx(1) removal doesn't really hurt that much. > > > Rotten code that will hurt more when it will finally be deleted > > > includes, for example,

Re: lynx is gone?

2015-03-05 Thread Theo de Raadt
>So it looks like that, till some months ago, everybody here was on the >wrong OS and risking their lives, as lynx was in base! Such hyperbole! Such drama! Impressive. If you don't like our software, there are other options out there for you to use. In the end, it is our software, and we get t

Re: lynx is gone?

2015-03-05 Thread Theo de Raadt
>Ingo, > >On Mar 05 18:11:31, schwa...@usta.de wrote: >> By the way, lynx(1) removal doesn't really hurt that much. >> Rotten code that will hurt more when it will finally be deleted >> includes, for example, the sqlite3(1) library and file(1). > >can you please elaborate on what's rotten in sqlite

Re: lynx is gone?

2015-03-05 Thread Jan Stary
Ingo, On Mar 05 18:11:31, schwa...@usta.de wrote: > By the way, lynx(1) removal doesn't really hurt that much. > Rotten code that will hurt more when it will finally be deleted > includes, for example, the sqlite3(1) library and file(1). can you please elaborate on what's rotten in sqlite?

httpd + dokuwiki or mailman

2015-03-05 Thread agrquinonez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello misc OpenBSD 5.7-beta (GENERIC) #727: Sun Mar 1 02:30:38 MST 2015 I did an installation of Dokuwiki, i gave execution permit to install.php and then i try to run install.php in the server historia = dokuwiki. I tested too, with ln -sf from htd

Re: lynx is gone?

2015-03-05 Thread Ted Unangst
Paolo Aglialoro wrote: > So it looks like that, till some months ago, everybody here was on the > wrong OS and risking their lives, as lynx was in base! But I have never It's not like this wasn't discussed previously. At length. http://marc.info/?t=14050482952&r=1&w=2

Re: lynx is gone?

2015-03-05 Thread Giancarlo Razzolini
On 05-03-2015 13:20, Paolo Aglialoro wrote: > I perfectly agree with you, both on fun and curiosity. > > Nevertheless, not all the times we have got time enough "to have fun > netcatting servers". More than often u just have to go straight to the > point. But before you can get to the point, someo

Re: slow to no throughout on ral

2015-03-05 Thread Stefan Sperling
On Thu, Mar 05, 2015 at 08:48:49PM +0200, Lars Nooden wrote: > Would a weak or dying power supply > also affect the throughput on the wireless? It is a possibility. But only you can verify this theory. I've seen it happen with other devices: http://hofmeyr.de/PoE%20power%20fix%20for%20NanoStatio

Re: slow to no throughout on ral

2015-03-05 Thread Lars Nooden
On Wed, 4 Mar 2015, Stefan Sperling wrote: > On Wed, Mar 04, 2015 at 05:06:57PM +0200, Lars Nooden wrote: > > The only other strange symptom is that the machine locks up hard every > > week or two requiring a powercycle or hardware reset to restart. I can > > find nothing in the logs anywhere ne

Re: lynx is gone?

2015-03-05 Thread Halim Srama
> $ pdftohtml -stdout -i manual.pdf | lynx -stdin I do that all the time. ;-) I see no problem with it being removed from base though. Its just a pkg_add away.

Re: lynx is gone?

2015-03-05 Thread Stefan Sperling
On Thu, Mar 05, 2015 at 06:52:20PM +0100, Marc Espie wrote: > On Thu, Mar 05, 2015 at 06:11:31PM +0100, Ingo Schwarze wrote: > > By the way, lynx(1) removal doesn't really hurt that much. > > Rotten code that will hurt more when it will finally be deleted > > includes, for example, the sqlite3(1) l

Re: lynx is gone?

2015-03-05 Thread Marc Espie
On Thu, Mar 05, 2015 at 06:11:31PM +0100, Ingo Schwarze wrote: > By the way, lynx(1) removal doesn't really hurt that much. > Rotten code that will hurt more when it will finally be deleted > includes, for example, the sqlite3(1) library and file(1). re: sqlite, the code doesn't follow our guideli

Re: Audio probles like, slow response in applications that use audio

2015-03-05 Thread Henrique Lengler
On Thu, Mar 05, 2015 at 03:59:37PM +0100, Dmitrij D. Czarkoff wrote: Hi, Dimitrij, I am using some software from your port (ratox). > If the performance issue depends on video resolution, most likely you > experience problems with hardware graphics acceleration. To me looks like the audio is causi

Re: lynx is gone?

2015-03-05 Thread patric conant
On Thu, Mar 5, 2015 at 11:11 AM, Ingo Schwarze wrote: > Hi Paolo, > > Paolo Aglialoro wrote on Thu, Mar 05, 2015 at 05:20:51PM +0100: > > > So it looks like that, till some months ago, everybody here was > > on the wrong OS and risking their lives, as lynx was in base! > > That's a fallacy so com

Re: lynx is gone?

2015-03-05 Thread Ingo Schwarze
Hi Paolo, Paolo Aglialoro wrote on Thu, Mar 05, 2015 at 05:20:51PM +0100: > So it looks like that, till some months ago, everybody here was > on the wrong OS and risking their lives, as lynx was in base! That's a fallacy so common that it's worth calling out. An operating system is not a religi

Re: OpenBSD Foundation GSOC 2015

2015-03-05 Thread Jan Stary
On Mar 04 09:32:34, kwesterb...@gmail.com wrote: > The OpenBSD Foundation is pleased to announce that we have been > accepted as a mentoring organization for Google Summer of Code 2015. Is there please some survey of what parts of the 2014 GSOC ebentually went into the OpenBSD tree? The Foundatio

Re: lynx is gone?

2015-03-05 Thread Paolo Aglialoro
Il 05/mar/2015 14:34 "Giancarlo Razzolini" ha scritto: > > But it's so fun man! If people looked under the hood more often, we wouldn't had the bug nightmare that was these past years. Heartbleed, ghost, shellshock, etc. I perfectly agree with you, both on fun and curiosity. Nevertheless, not al

Re: lynx is gone?

2015-03-05 Thread Kevin Chadwick
> > And, just for the records, I bet that 99% of use of lynx is just sysadmin > > stuff on CLI systems The reason I install lynx from ports is simpy because it opens the packages directory in seconds rather than 10s of seconds compared to even xombrero which is quicker that firefox or chrome. H

Re: Audio probles like, slow response in applications that use audio

2015-03-05 Thread Dmitrij D. Czarkoff
Henrique Lengler said: > I tried some browsers like (firefox, midori and chromium), and they get > really slow when I am watching a html5 video, and it freezes all the > time if the video is in HD. If the performance issue depends on video resolution, most likely you experience problems with hardw

Re: disabled voice and video in Pidgin?

2015-03-05 Thread Alan Corey
I've been working for months on 5.6 to clone, by dialup it's slow. I only upgrade every few years. Going to 1 TB drives. I'm ab1jx on devio btw. On 3/5/15, Jiri B wrote: > On Thu, Mar 05, 2015 at 03:49:33AM -0500, Alan Corey wrote: >> This is under OpenBSD 5.2. I built pidgin from ports, it wo

Re: pkg_add failure in March 1 snapshot

2015-03-05 Thread Marc Espie
On Wed, Mar 04, 2015 at 06:04:14PM +0100, Dmitrij D. Czarkoff wrote: > Marc Espie said: > > > I believe this is reported when $PKG_TMPDIR isn't writable. > > > > Definitely looks like somebody had fun with his /var/tmp <-> /tmp change... > > :p > > Not me. I didn't even touch either directory n

Re: lynx is gone?

2015-03-05 Thread Giancarlo Razzolini
On 04-03-2015 20:30, Paolo Aglialoro wrote: > > Using netcat or ftp to browse the web/intranet/localhost in the 3rd > millennium is like eating a steak with a spoon. But it's so fun man! If people looked under the hood more often, we wouldn't had the bug nightmare that was these past years. Heart

Re: Audio probles like, slow response in applications that use audio

2015-03-05 Thread Alexandre Ratchov
On Wed, Mar 04, 2015 at 06:59:43PM -0300, Henrique Lengler wrote: > Hi, > > Updating the situation, I already used -stable, and I am using now > -current, and still the problem. > I tried some browsers like (firefox, midori and chromium), and they get > really slow when I am watching a html5 video

Re: disabled voice and video in Pidgin?

2015-03-05 Thread Stuart Henderson
On 2015-03-05, Alan Corey wrote: > This is under OpenBSD 5.2. I built pidgin from ports, it worked, I > decided I want sound so I removed it and libpurple, set FLAVOR to > audio. It built libpurple-audio and pidgin-audio and installed them > but when I go into Help -> Build Information it says a

Re: panic due to bridge mem address conflict on IBM x3650M4 server

2015-03-05 Thread Mihai Popescu
> Get a serial cable and grab your dmesg and error message. > Failing that, hand-transcribe at least enough to let us know you really > care enough to get our attention. Another IBM twist & shout hardware workout, maybe? I have a model from them and USB devices are visible if plugged in at boot ti

Re: disk change-out and packages

2015-03-05 Thread Craig Skinner
On 2015-03-05 Thu 11:38 AM |, Peter N. M. Hansteen wrote: > > It would be rather interesting to see the results of equivalent tests > performed > today, with modern systems. > Yes. Until a new paper comes out, go for a dump! Where possible, unmount partitions before dumping & dump the RAW cha

Re: disk change-out and packages

2015-03-05 Thread Janne Johansson
For backup software, I usually make a program or script to make all 64k (minus a few) combination of two-byte-filenames in a dir, then ask for a backup and later a restore of it. Surprising results when backup programs decide that certain combinations of bytes are "illegal" and won't back them up f

Re: disk change-out and packages

2015-03-05 Thread Peter N. M. Hansteen
On Thu, Mar 05, 2015 at 10:12:09AM +, Craig Skinner wrote: > 18.10.7 Which Backup Program Is Best? > dump(8) Period. Elizabeth D. Zwicky torture tested all the backup > programs discussed here. The clear choice for preserving all your data > and all the peculiarities of UNIX file systems is dum

Re: disk change-out and packages

2015-03-05 Thread Craig Skinner
On 2015-03-04 Wed 07:22 AM |, Ed Ahlsen-Girard wrote: > > I thought tar | tar would get everything. > 18.10.7 Which Backup Program Is Best? dump(8) Period. Elizabeth D. Zwicky torture tested all the backup programs discussed here. The clear choice for preserving all your data and all the peculia

Re: disabled voice and video in Pidgin?

2015-03-05 Thread Jiri B
On Thu, Mar 05, 2015 at 03:49:33AM -0500, Alan Corey wrote: > This is under OpenBSD 5.2. I built pidgin from ports, it worked, I > decided I want sound so I removed it and libpurple, set FLAVOR to > audio. It built libpurple-audio and pidgin-audio and installed them > but when I go into Help -> B

disabled voice and video in Pidgin?

2015-03-05 Thread Alan Corey
This is under OpenBSD 5.2. I built pidgin from ports, it worked, I decided I want sound so I removed it and libpurple, set FLAVOR to audio. It built libpurple-audio and pidgin-audio and installed them but when I go into Help -> Build Information it says audio and video are disabled. Why? I have

Re: lynx is gone?

2015-03-05 Thread Stuart Henderson
On 2015-03-04, Paolo Aglialoro wrote: > And, just for the records, I bet that 99% of use of lynx is just sysadmin > stuff on CLI systems And probably a lot of that is quickly checking something that you're only doing directly on the machine for convenience. Something that you might otherwise do o