Re: "Cannot allocate memory" error when memory is enough

2018-07-08 Thread Stuart Henderson
On 2018/07/08 21:56, Nan Xiao wrote: > Hi Stuart, > > Thanks for your reply! > > $ cat /etc/installurl > https://ftp.openbsd.org/pub/OpenBSD > > Does my /etc/installurl will always fetch -current? > > Thanks in advance! > Best Regards > Nan Xiao > > > On Sun, Jul 8, 2018 at 7:33 AM, Stuart

Configuration of a umb device

2018-07-08 Thread salanimi
Could someone direct me as to how to set up my computer such that I can get internet access through? I installed a this model of US Mobile SIM card. https://www.usmobile.com/shop/product/Triple-Cut-GSM-SIM-Card Then I ran the commands below. What do I need to do next? $ dmesg|grep umb umb0 at

Re: "Cannot allocate memory" error when memory is enough

2018-07-08 Thread Nan Xiao
Hi Stuart, This is my kernel information: $ sysctl -n kern.version | head -1 OpenBSD 6.3 (GENERIC.MP) #4: Sun Jun 17 11:22:20 CEST 2018 I remember I used to build -current code before. So is it possible that will mess up my system? Thanks! Best Regards Nan Xiao On Sun, Jul 8, 2018 at 10:17

Re: %#ẍ Dev OS

2018-07-08 Thread Ywe Cærlyn
Den 7/8/2018 17:27, skrev Rudy Baker: I have a suggestion for when you change the name of your OS again next week: π√¶:*!!!flïbbīnflùbêñ OS;;;!?*** It just rolls right off the tongue Rudy charming as usual ;)

Re: "Cannot allocate memory" error when memory is enough

2018-07-08 Thread Nan Xiao
Hi Stuart, Thanks for your reply! $ cat /etc/installurl https://ftp.openbsd.org/pub/OpenBSD Does my /etc/installurl will always fetch -current? Thanks in advance! Best Regards Nan Xiao On Sun, Jul 8, 2018 at 7:33 AM, Stuart Henderson wrote: > On 2018-07-07, Tom Smyth wrote: >> Hi otto >>

%#ẍ Dev OS (was: Fair Pay In Cyberspace)

2018-07-08 Thread Ywe Cærlyn
We are now %#ẍ Dev, a short form of the same intent, since so many already like three-letter concepts. This is all going to be about the percentages people, and that is all an OS needs to be about. With such a driving factor, in the business oriented computer world, we will have the "good

Re: arm64 recommendation Pine64 or Rock64

2018-07-08 Thread Janne Johansson
Den sön 8 juli 2018 kl 07:04 skrev Predrag Punosevac : > I am in particularly keen on building an > embedded computer which will use Arduino UNO a microcontroller > motherboard(s) to pool DHT22 AM2302 Digital Temperature And Humidity > Measurement Sensor as well as HC-SR501 Human Sensor Module

cgi issues

2018-07-08 Thread Edgar Pettijohn III
I am playing around with cgi written in c. I am getting what seems like a weird error though. I'm starting off with a very basic program: #include int main(void) {     fprintf(stdout,    "\n"    "\n"    "test\n"    "\n"    "\n"   

Re: cgi issues

2018-07-08 Thread Florian Obser
On Sun, Jul 08, 2018 at 07:53:41AM -0500, Edgar Pettijohn III wrote: > I am playing around with cgi written in c. I am getting what seems like a > weird error though. I'm starting off with a very basic program: > > #include > > int > main(void) > { >     fprintf(stdout, >   

Re: cgi issues

2018-07-08 Thread Edgar Pettijohn III
On 07/08/18 08:09, Florian Obser wrote: On Sun, Jul 08, 2018 at 07:53:41AM -0500, Edgar Pettijohn III wrote: I am playing around with cgi written in c. I am getting what seems like a weird error though. I'm starting off with a very basic program: #include int main(void) {    

Re: cgi issues

2018-07-08 Thread Florian Obser
On Sun, Jul 08, 2018 at 08:30:29AM -0500, Edgar Pettijohn III wrote: > > > On 07/08/18 08:09, Florian Obser wrote: > > On Sun, Jul 08, 2018 at 07:53:41AM -0500, Edgar Pettijohn III wrote: > > > I am playing around with cgi written in c. I am getting what seems like a > > > weird error though.

Re: %#ẍ Dev OS (was: Fair Pay In Cyberspace)

2018-07-08 Thread Rudy Baker
I have a suggestion for when you change the name of your OS again next week: π√¶:*!!!flïbbīnflùbêñ OS;;;!?*** It just rolls right off the tongue On Sun, Jul 8, 2018, 6:59 AM Ywe Cærlyn, wrote: > We are now %#ẍ Dev, a short form of the same intent, since so many > already like three-letter

Re: cgi issues

2018-07-08 Thread Edgar Pettijohn III
On 07/08/18 08:41, Florian Obser wrote: On Sun, Jul 08, 2018 at 08:30:29AM -0500, Edgar Pettijohn III wrote: On 07/08/18 08:09, Florian Obser wrote: On Sun, Jul 08, 2018 at 07:53:41AM -0500, Edgar Pettijohn III wrote: I am playing around with cgi written in c. I am getting what seems like