socket I/O on openbsd

2020-04-21 Thread Gustavo Rios
Dear gentleman, i have the an ANSI C code that do the following: 0. open a socket 1. write data to the socket 2. close the writing end of the socket 3. read data from the socket 4. close the read end of the socket The the step number 4 returns an error, why ? Here it is (Only the relevant part

Re: socket I/O on openbsd

2020-04-21 Thread Gustavo Rios
apx_connect is an wrapper for connect. apx_shutdown is an wrapper for shutdown Em qua., 22 de abr. de 2020 às 02:09, Stuart Longland escreveu: > > On 22/4/20 11:48 am, Gustavo Rios wrote: > > Dear gentleman, > > > > i have the an ANSI C code that do the following: > &

gpt/uefi

2020-09-17 Thread Gustavo Rios
Hi folks! I would like to install on my notebook 3 operating systems: OpenBSD, Linux and Windows 10. Do you know any tutorial on how the create the partitions using GPT before i install any of the 3 OSes ? I would like to boot via UEFI; is there any special partition for the UEFI booting ? May th

Re: TCP wrapper alternative?

2019-07-20 Thread Gustavo Rios
look at: http://cr.yp.to. Em ter, 9 de jul de 2019 às 16:52, Thomas Smith escreveu: > > Hi, > > I'm considering an option to evaluate connecting IPs before they're evaluated > by `pf` in order to make some decisions about the "reputation" of a > connecting IP. Then if that reputation is low eno

storage

2019-08-01 Thread Gustavo Rios
Doaes anybody uses Dell machines with OpenBSD ? Is the current models fully supported by OpenBSD (In special raid and network interfaces ) Thanks in advance. -- Pag Bem Fácil Ltda www.pagbemfacil.com.br

Dell

2019-09-01 Thread Gustavo Rios
Anyone running OBSD on DELL 840 server? -- Pag Bem Fácil Ltda www.pagbemfacil.com.br

obsd web server

2019-09-01 Thread Gustavo Rios
Hi folks, i would like to confgiure my obsd server as a web server. I would like to configure my web server to handle multiple domains without having to set each domain one by one. I mean: Every request for www.x.com is mapped into the root directory /var/web/www.x.com Got the idea ? If a

ypldap

2019-09-03 Thread Gustavo Rios
Hi folks. I am aware that ypldap serves information about user and group from ldap. My doubt is: what about other information like netgroup, bootparams, etc, etc ... ? Does it grab these data from local file ? Thanks in advance -- Pag Bem Fácil Ltda www.pagbemfacil.com.br

openbsd rpc behavior

2019-09-12 Thread Gustavo Rios
I am writing a program to query my portmap server. I am using the getport routine. The parameters i am using is program = 10 version = 3 protocol = 17 And it returns the port 111. But when i change version from 3 to, say, 10 It stills returns port 111. Should not it return another value

yp and ldap

2019-09-13 Thread Gustavo Rios
Hi folks, may some one in this list show me the standard that specifies the messages exchanged between ypserv and ldap server ? Thanks. -- Pag Bem Fácil Ltda www.pagbemfacil.com.br

off-topic

2019-12-30 Thread Gustavo Rios
Is qmail dead ? Does anyone here use openbsd with qmail+ldap ? -- Pag Bem Fácil Ltda www.pagbemfacil.com.br

web server security

2021-06-09 Thread Gustavo Rios
Hi folks! I am planning a web serve using openbsd as the os and using php. My question is: how to avoid any given user from implement an php script that will read some else file, since everything will run as the web server user and group ? thanks a lot. -- The lion and the tiger may be more pow

autofs

2021-06-11 Thread Gustavo Rios
Hi folks! I have a questions regarding OpenBSD. Does it supports autofs ? Any reference regarding how to implement it? Thanks in advance. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

Re: autofs

2021-06-13 Thread Gustavo Rios
avoid autofs ? or amd ? Which should i avoid ? Em dom., 13 de jun. de 2021 às 18:48, Stuart Henderson escreveu: > On 2021-06-12, James Cook wrote: > > On Fri, Jun 11, 2021 at 11:04:15PM -0300, Gustavo Rios wrote: > >> Hi folks! > >> > >> I have a questions

amd and 2GB limit

2021-07-02 Thread Gustavo Rios
Hi folks, Is there this limit yet in amd ? Thanks. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

am and nfsv3

2021-07-04 Thread Gustavo Rios
Hi folks! Does openbsd amd use NFSv3 ? Thanks in advance. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

socket core

2024-01-15 Thread Gustavo Rios
Hi folks. I have a simple question : How many cores does OBSD support ? Thanks a lot -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

socket cores

2024-01-15 Thread Gustavo Rios
Hi folks! I have a simple question: how many cores does OBSD support ? Thanks a lot. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

rpc

2024-03-19 Thread Gustavo Rios
Hi folks! I wonder if nis/nfs/amd a good choice for sharing information and data in a heterogeneous environment? If not how to replace these technologies Thanks a lot. Gustavo -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

Re: rpc

2024-03-19 Thread Gustavo Rios
Em qua., 20 de mar. de 2024 às 01:44, Geoff Steckel escreveu: > On 3/20/24 00:06, Gustavo Rios wrote: > > Hi folks! > > > > I wonder if nis/nfs/amd a good choice for sharing information and data > > in a heterogeneous environment? > > If not how to replace these

Re: rpc

2024-03-21 Thread Gustavo Rios
how to replace nfs ? Em qua., 20 de mar. de 2024 às 19:27, Alexis escreveu: > Gustavo Rios writes: > > >> NFS/NIS/AMD are very old technology and are not robust. > > > > How to replace NIS ? > > Perhaps an LDAP implementation, e.g. OpenLDAP? > ht

maximum file system size

2024-04-24 Thread Gustavo Rios
Hi folks! What is the maximum file size in OpenBSD ? Thanks a lot. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

python dev

2024-04-26 Thread Gustavo Rios
Hi folks! May some here tell me if openbsd supports python dev package in the ports collection ? Thanks a lot. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

Re: Geomant - Would you review my first C project ?

2022-08-10 Thread Gustavo Rios
Hi! Do you want to learn howto program ? This is the book: The Science Of Programming, by David Gries Do you want to learn how to code ? You need to specify the language. In case of C (ANSI C) the book is: The C Programming Labguage, by Brian W. Kernihghan and Denni

Hpe and obsd

2022-09-07 Thread Gustavo Rios
Hi folks! Does anybody here run obsd on hpe proliant dl 380 gen 10 Thanks.

*BSD and MariaDB server

2022-11-29 Thread Gustavo Rios
Hi folks! I would like to know what would it be the best bsd (net/free/open) server to run a MariaDB server ? i mean in terms of performance. Thanks a lot. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

Installing with usb

2023-01-17 Thread Gustavo Rios
Hi folks! I am trying to get openbsd installed in my notebook, i am using usb device (sandisk) to install it. The problem is that when i am given the choice of source for the install file sets, does not appear usb; only cd0 disk nfs http and the like. May someone help me ? Thanks a lot -- The

login string size

2023-04-17 Thread Gustavo Rios
What is the maximum login length on OpenBSD ? Thanks. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

hardware

2023-04-17 Thread Gustavo Rios
What is the best supported servers by OpenBSD ? Dell, HPE, IBM or Oracle's ones ? Thanks. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

Re: login string size

2023-04-17 Thread Gustavo Rios
i meant not the time, but it's length: strlen(login). Sorry not to be clear. Thanks Em seg., 17 de abr. de 2023 às 17:21, Theo de Raadt escreveu: > Gustavo Rios wrote: > > > What is the maximum login length on OpenBSD ? > > You can stay logged in as long as you want. &

web hosting

2019-05-15 Thread Gustavo Rios
I am in need to host my homepage and programs i have written. Do have any suggestion on web hosting services that alllow ssh access too? Thanks a lot -- Pag Bem Fácil Ltda www.pagbemfacil.com.br

Re: When will be created a great desktop experience for OpenBSD?

2019-05-23 Thread Gustavo Rios
desktop! Never, at least that Em qui, 23 de mai de 2019 às 16:00, Patrick Harper escreveu: > > Our ideas of the setup process aren't equal so I disagree. > > -- > Patrick Harper > paia...@fastmail.com > > On Thu, 23 May 2019, at 18:16, Raul Miller wrote: > > This looks like violent agreement.

network io

2019-06-10 Thread Gustavo Rios
Hi folks, is there anyone using obsd with dell servers using 50Gb/s network card ? Or even 10 Gb/s ? What do you heave to report ? Thanks to share your experience.! -- Pag Bem Fácil Ltda www.pagbemfacil.com.br

50Gbe

2021-08-05 Thread Gustavo Rios
Hi folks! I wonder if OBSD supports 50Gbe network cards. And what is the cable standard to support such data transfers ? Thanks. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

documentation

2022-05-24 Thread Gustavo Rios
Hi folks, I would like to download a pdf version of the faq and pf guide for openbsd 7.1. May some one here point me where i could fetch the pdf documentation from ? Thanks a lot. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

gpt+uefi boot+openbsd+linux

2022-05-24 Thread Gustavo Rios
May some one here suggest a documentation the explains this scenario ? I am in needof this. Thanks in advance! Gustavo. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

rpcbind security

2022-06-16 Thread Gustavo Rios
Hi folks! How does openbsd rpcbind prevent ordinary users to unset a given rpc port mapping registered by, for instance, the root user ? Thanks. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

Re: rpcbind security

2022-06-17 Thread Gustavo Rios
may some here points me where rpcbind is implemented ? I would like to see the C code of it. Thanks. Em sex., 17 de jun. de 2022 às 00:20, Theo de Raadt escreveu: > Gustavo Rios wrote: > > > Hi folks! > > > > How does openbsd rpcbind prevent ordinary users to unset a gi

rpcbind security

2022-06-17 Thread Gustavo Rios
Excuse me, but how does rpcbind know that a incoming request, for set/unset, comes from the root user ? Thanks. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

obsd wifi

2024-05-04 Thread Gustavo Rios
Hi folks! I have just installed OpenBSD in my brand new notebook. It is a dell notebook that came with just a wifi NIC. How do i discover the name o my wifi nic ? Thanks a lot. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

Re: obsd wifi

2024-05-04 Thread Gustavo Rios
how to install via pkg_add if i have no network connection ? Em sáb., 4 de mai. de 2024 às 15:25, Mikhail Pchelin escreveu: > On Sat, May 04, 2024 at 03:01:54PM -0300, Gustavo Rios wrote: > > Hi folks! > > > > I have just installed OpenBSD in my brand new notebook. It i

wifi

2024-05-22 Thread Gustavo Rios
Hi folks! I would like to setup my openbsd wifi but up to now, no success. Here is my lspci output. May some one help me ? Thanks a lot. 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter -- The lion and the tiger may be more powerful,

Re: wifi

2024-05-22 Thread Gustavo Rios
Here you have them: Em qui., 23 de mai. de 2024 às 02:59, Otto Moerbeek escreveu: > On Thu, May 23, 2024 at 01:44:57AM -0300, Gustavo Rios wrote: > > > Hi folks! > > > > I would like to setup my openbsd wifi but up to now, no success. > > Here is my lspc

Re: wifi

2024-05-24 Thread Gustavo Rios
Is there plan to add support ? Thanks a lot Em qui., 23 de mai. de 2024 às 04:10, Otto Moerbeek escreveu: > On Thu, May 23, 2024 at 03:56:01AM -0300, Gustavo Rios wrote: > > > Here you have them: > > ... > "Realtek 8821CE" rev 0x00 at pci2 dev 0 function 0 not

x64

2024-05-29 Thread Gustavo Rios
Dear OpenBSD-Misc. i have installed obsd 7.5 amd64. I wrote a small function and apparently, obsd is not generating x64 bit code. I am very confused by the output os file and nm program on my anci c code. Here you have them: etosha# file xdr_vopq.o xdr_vopq.o: ELF 64-bit LSB relocatable, x86-64,

cpu cores

2024-06-07 Thread Gustavo Rios
Hi folks! i have installed obsd on my dell notebook 8 cores processor. When i execute the top utility, it is showed the cores, from 0 (cpu0) to 7 (cpu7), but cpu1 and cpu3 is not listed. What is the problem ? Thanks a lot. -- The lion and the tiger may be more powerful, but the wolves do not pe

Re: cpu cores

2024-06-09 Thread Gustavo Rios
here it goes! Em sáb., 8 de jun. de 2024 às 04:30, Philip Guenther escreveu: > On Fri, Jun 7, 2024 at 10:58 PM Gustavo Rios > wrote: > > i have installed obsd on my dell notebook 8 cores processor. When i > execute the top utility, it is showed the cores, from 0 (cpu0) to 7 (cp

openbsd console

2024-07-12 Thread Gustavo Rios
Hi folks! How to change my console resolution to 1920x1080 ? What is the command ? Thanks. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

Re: Any experiences with HP hw.product=ProLiant DL365 and DL385 G2?

2006-12-15 Thread Gustavo Rios
I am interested too! If possible, let me know what feedback you got. thanks in advance. best regards. On 12/15/06, Reyk Floeter <[EMAIL PROTECTED]> wrote: hi, i'm looking for OpenBSD test reports on the new HP ProLiant DL365 and DL385 G2 series servers (the new opteron servers, not the intel

HP Server

2006-12-15 Thread Gustavo Rios
Dear list members, i am searching for reports from ones running openbsd 4.0 on the followig hardware: 0) HP Proliant 320 G5 1) HP Proliant 320s 2) HP Proliant 360 G5 3) Dell PowerEdge 860 4) Dell PowerEdge 1950 5) IBM eSystem x306m 6) IBM System X3550 Are they fully supported Network/RAID/SCSI

Re: Looking for PE860 dmesg

2006-12-16 Thread Gustavo Rios
I am considering a PE860 for my new Obsd 4.0 server, but i am confused about this hardware. My main doubt is if i can have two raid controller within this device! Thanks a lot for your time and cooperation. On 12/12/06, Jason Dixon <[EMAIL PROTECTED]> wrote: On Nov 29, 2006, at 1:08 PM, Jason

openbsd and APC UPS

2006-12-31 Thread Gustavo Rios
Dear list members, i would like to configure my UPS device for openbsd. But i am unsure whether it is supported by any of openbsd port's ups programs. Is there anyone that would allow to handle it under openbsd ? Here you got information about my ups system (from my dmesg output) uhidev1 at uhu

Re: openbsd and APC UPS

2006-12-31 Thread Gustavo Rios
Is there any anything already done in ports ? On 12/31/06, Michael <[EMAIL PROTECTED]> wrote: Gustavo Rios schrieb: > i would like to configure my UPS device for openbsd. But i am unsure > whether it is supported by any of openbsd port's ups programs. Is > there anyone

NIS and DNS

2007-01-04 Thread Gustavo Rios
Dear list members, i have reading Makefiles for building nis databases and realized there is an option "-b" for allowing hostnames to be retrieved from DNS. Correct me if i am wrong but i understand all hostname spaces are made available for each of the nis domains one is managing after enabling

Re: User authentication

2007-01-04 Thread Gustavo Rios
Do you have it working with openbsd too ? I mean for replacing NIS! If not, is there a NIS server that uses openldap as backend for its data ? Is it open source? Wouldn't it be an interesting approach ? Thanks in advance. On 1/4/07, L. V. Lammert <[EMAIL PROTECTED]> wrote: At 09:18 PM 1/4/2007

Re: User authentication

2007-01-04 Thread Gustavo Rios
gin scripts? is it posible? thanks On 1/4/07, Gustavo Rios <[EMAIL PROTECTED]> wrote: > Do you have it working with openbsd too ? I mean for replacing NIS! > > If not, is there a NIS server that uses openldap as backend for its > data ? Is it open source? > Wouldn't it be

Re: java on openbsd 4.0?

2007-01-09 Thread Gustavo Rios
Is it possible to build jdk;java directly from openbsd: I always believed i had to "install" linux emulation first. Thanks for the clarifications. On 1/9/07, J.C. Roberts <[EMAIL PROTECTED]> wrote: On Tuesday 09 January 2007 06:20, bofh wrote: > On 1/9/07, J.C. Roberts <[EMAIL PROTECTED]> wrote

Re: Merchandise idea: OpenBSD mug

2007-01-12 Thread Gustavo Rios
I am interested in buying some. Good ideia. On 1/12/07, Samurai Chef <[EMAIL PROTECTED]> wrote: I'll do it. I'll order some and announce here. I'll set up a ebay store for the merchandise. contact me with requests.

Re: BSD thin client

2007-02-01 Thread Gustavo Rios
I am very interested in this matter. Are you doing any development on openbsd 4.0 for such regard ? Where is the home page? BTW: i could not see in current openbsd dhcpd server configuration options as stated in www.thinbsd.org manual instructions. Good Bye. On 2/1/07, Ramdas <[EMAIL PROTECTED]

pf multicast address: very simple question

2007-02-09 Thread Gustavo Rios
Dear list members, i am setting up a firewall and would like to block any packet destinated to a multicast address with a protocol not equal to udp. Is this a sound rule? Is it possible? Thanks.

web sites not accessible

2007-02-10 Thread Gustavo Rios
Dear list members, i am trying to build a firewall. Up to now, everything is ok, except for some http sites that cannot be shown. I am really having a hard time trying to figure it out what is happening ! I believe something is wrong between rule 7 to 10 ( i am on network defined by interface si

Re: web sites not accessible

2007-02-11 Thread Gustavo Rios
Thanks, but i am using kernel pppoe! How can it be changed? On 2/11/07, Paul D. Ouderkirk <[EMAIL PROTECTED]> wrote: >On 2/10/07, Gustavo Rios <[EMAIL PROTECTED]> wrote: > Dear list members, > > i am trying to build a firewall. Up to now, everything is ok, except &g

Re: web sites not accessible

2007-02-11 Thread Gustavo Rios
, Timo Schoeler <[EMAIL PROTECTED]> wrote: In epistula a "Gustavo Rios" <[EMAIL PROTECTED]> die horaque Sun, 11 Feb 2007 12:55:14 -0200: > Thanks, but i am using kernel pppoe! How can it be changed? might be of help http://www.mynetwatchman.com/kb/adsl/pppoemtu.htm

rwhod

2007-02-11 Thread Gustavo Rios
Dear list members, i am trying as root to get the output of rwhod daemon, but nothing is show when stdout is redirected. # rwhod -d sendto 10.0.0.191.513 hostname etosha up 0:07 load 0.37, 0.36, 0.19 host etosha But, # rwhod -d | cat As you can see nothing is show. Any ideia about wh

Re: pf log question

2007-02-27 Thread Gustavo Rios
Could you send your pf.conf entirely? On 2/27/07, Frans Haarman <[EMAIL PROTECTED]> wrote: # tcpdump -e -ttt -n -i pflog0 tcpdump: WARNING: pflog0: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on pflog0, link-type PFLOG (OpenBSD

Re: HP Prolliant DL320 G4 -SAS- Supported?

2007-02-27 Thread Gustavo Rios
I am interested too. On 2/27/07, Alejandro Lozanoff <[EMAIL PROTECTED]> wrote: Hi list, I was wondering if anyone has tried this machine succesfully? The SmarArray P800 is supported on 4.0 (and the P400 and e200 seems to have been added to 4.1), altough ciss(4) doesnt mention SAS on the 4.0 ver

strange configuration file

2007-03-10 Thread Gustavo Rios
Hey folks, good morning. i have just remote installed one openbsd box. While doing initial configuration, i realized a "strange" file inside /etc tree. Every time i installed openbsd i had to create it by hand, it is resolv.conf.tail. Every other installation i had performed so far it never exis

i cannot understand GSSAPI/ SSH(openbsd 4.0): i am desperated

2007-03-12 Thread Gustavo Rios
Dear gentlemen/mamdam, i have managed to get my openbsd kerberos server working. It is working almost 100%. When i try to log in into a server by its name, no password is requested; and that's what i am expecting. It is like in: $ kinit [EMAIL PROTECTED]'s Password: $ ssh -l grios foo Last login

Re: i cannot understand GSSAPI/ SSH(openbsd 4.0): i am desperated

2007-03-12 Thread Gustavo Rios
How can i prevent a session to be openned without a ticket ? I do not want a password based authentication. Is it possible? On 3/12/07, Ryan Corder <[EMAIL PROTECTED]> wrote: On Mon, 2007-03-12 at 15:11 -0300, Gustavo Rios wrote: > But when i try to log on the same server but by mea

Re: i cannot understand GSSAPI/ SSH(openbsd 4.0): i am desperated

2007-03-12 Thread Gustavo Rios
believed since "KerberosAuthentication no" he should not login. What am i during wrong ? Thanks in advance. On 3/12/07, Jacob Yocom-Piatt <[EMAIL PROTECTED]> wrote: Gustavo Rios wrote: > How can i prevent a session to be openned without a ticket ? > I do not want a password based

Re: i cannot understand GSSAPI/ SSH(openbsd 4.0): i am desperated

2007-03-12 Thread Gustavo Rios
I don't want to disable GSSAPI. I want only one of two: 0) Autenticate via tickets (GSSAPI) 1) Authenticate via /etc/passwd. I don't want sshd perfoming password autenticating based on kerberos passwords. Ok? On 3/12/07, Darren Spruell <[EMAIL PROTECTED]> wrote: On 3/12/

Re: i cannot understand GSSAPI/ SSH(openbsd 4.0): i am desperated

2007-03-12 Thread Gustavo Rios
s that the session will fail to authenticate, right? Thanks in advance. On 3/12/07, Gustavo Rios <[EMAIL PROTECTED]> wrote: I don't want to disable GSSAPI. I want only one of two: 0) Autenticate via tickets (GSSAPI) 1) Authenticate via /etc/passwd. I don't want sshd perfom

Re: i cannot understand GSSAPI/ SSH(openbsd 4.0): i am desperated

2007-03-12 Thread Gustavo Rios
All those are disabled! The fact that it is accepting a password for a users that have no password in passwd file when KerberosAuthentication is setted no is dropping down my hairs. Somebody could help me? On 3/12/07, Marco S Hyman <[EMAIL PROTECTED]> wrote: "Gustavo Rios" wr

KerberosAuthentication

2007-03-12 Thread Gustavo Rios
Dear list members, I have setted openssh to work with kerberos. My initial ideia is to permit credential (tickets) or login password (/etc/passwd). In order to achieve so, i have the following (relevant part only) configuration: GSSAPIAuthentication yes KerberosAuthentication no KerberosGetAFSTo

preveting password authentication through kerberos server login

2007-03-12 Thread Gustavo Rios
I would like to prevent password authentication for users that does not have a valid /etc/passwd password entry. It that possible? My current configuration retrieves the kerberos server login password! How could it be done? thanks in advance.

Interpretation:

2007-03-12 Thread Gustavo Rios
I would like to prevent password validation through the kerberos KDC, so i setted the KerberosAuthentication to "no". But user supplied passwords are still being validade through kerberos KDC. Is there anything i am forgetting, i.e., a miss interpretation? from sshd_config(5): KerberosAuthen

Re: i cannot understand GSSAPI/ SSH(openbsd 4.0): i am desperated

2007-03-15 Thread Gustavo Rios
Thank you a lot Mr. Corder. You were, simply put, to the point. On 3/13/07, Ryan Corder <[EMAIL PROTECTED]> wrote: On Mon, 2007-03-12 at 18:45 -0300, Gustavo Rios wrote: > All those are disabled! > > The fact that it is accepting a password for a users that have no > passw

Mbufs tunning

2007-03-16 Thread Gustavo Rios
Dear gentleman, when i execute some command on my server box, i got a complain about not enough buffer available. For instance. $ rusers rusers: can't send broadcast packet: No buffer space available $ I don't how to perform tunning on mbufs. Rather than simply reasing its limits i wonder which

Re: Mbufs tunning

2007-03-18 Thread Gustavo Rios
Thank you a lot! I would like to do it without recompiling the kernel! Is that possible? Thanks in advance. On 3/18/07, Brian A. Seklecki <[EMAIL PROTECTED]> wrote: On Fri, 2007-03-16 at 18:30 -0300, Gustavo Rios wrote: > Dear gentleman, > > when i execute some command on my se

adjusting mbuf

2007-03-19 Thread Gustavo Rios
Dear list members, how could i adjust my mbuf size? Need i to compile a news kernel ?

Re: adjusting mbuf

2007-03-19 Thread Gustavo Rios
arren Spruell <[EMAIL PROTECTED]> wrote: On 3/19/07, Gustavo Rios <[EMAIL PROTECTED]> wrote: > Dear list members, > > how could i adjust my mbuf size? Need i to compile a news kernel ? > kern.maxclusters allows setting new limits for mbufs. This would supposedly go out wit

strange output on openbsd C code

2007-03-19 Thread Gustavo Rios
I am writing a very simple program but the output change for the c variable value change every time i run it. What would it be my mistake on the source? Did i forget some thing? #include int main(int argc, char **argv) { unsigned long long x, c; unsigned*p;

Re: adjusting mbuf

2007-03-19 Thread Gustavo Rios
ng wrong ? On 3/19/07, Otto Moerbeek <[EMAIL PROTECTED]> wrote: On Mon, 19 Mar 2007, Gustavo Rios wrote: > Ok, > > Here is my output of netstat: > $ netstat -m > 331 mbufs in use: >326 mbufs allocated to data >2 mbufs allocated to packet headers >3 m

Re: strange output on openbsd C code

2007-03-19 Thread Gustavo Rios
So, why when i printf p[1], it correctly prints 2? On 3/19/07, Nick ! <[EMAIL PROTECTED]> wrote: On 3/19/07, Gustavo Rios <[EMAIL PROTECTED]> wrote: > I am writing a very simple program but the output change for the c > variable value change every time i run it. What would it

Re: strange output on openbsd C code

2007-03-19 Thread Gustavo Rios
07, Nick ! <[EMAIL PROTECTED]> wrote: On 3/19/07, Gustavo Rios <[EMAIL PROTECTED]> wrote: > > On 3/19/07, Nick ! <[EMAIL PROTECTED]> wrote: > > On 3/19/07, Gustavo Rios <[EMAIL PROTECTED]> wrote: > > > I am writing a very simple program but the output ch

external storage system

2007-07-20 Thread Gustavo Rios
Dear gentleman, i would like to know openbsd system administrator with the Dell/EMC CX3-20 storage enginee! Is anybody using such with openbsd server? What is your report on such matter? Thanks in advance. best regards.

NIS: how to fetch input files from another directory than "/etc" (please, i am desperated)

2007-09-01 Thread Gustavo Rios
Dear gentleman, i am trying to get nis to build their maps from files located in another directory than "/etc". So, my Makefile (inside /var/yp/`domainname`) has the following lines : YPDBDIR=/var/yp DIR=/asd/etc AMDDIR=/asd/etc/amd NOPUSH="" UNSECURE= USEDNS=-b So my ideia is to grab as input,

SMP

2006-06-08 Thread Gustavo Rios
Dear friends, i have been having an increasing interest on OpenBSD internals. So, my first movement was to buy some Unix books on OS design like The Design of the 4.4BSD . One thing i would like to know better is about SMP. Up to now i could not figure it out about the algorithm choice and

which package to install?

2006-06-08 Thread Gustavo Rios
Hey folks, i would like to install python in my 3.8 box, but when i cd'ed to /usr/ports/lang/python, i saw two directories, once for 2.3 another for 2.4. I would like to install on 2.4, but not both. I could not figure it out how to install only 2.4 the "official" way, since a "make install" the

SMP

2006-06-22 Thread Gustavo Rios
Dear folks, some time ago, i posted a message asking about SMP support in openbsd. I wondered what was the state-of-art algorithm for massive parallel performance and the one openbsd picked. Sorry, but i turn to this subject again because i don't have that thread of conversation, so please, forg

Re: PF & SMP

2006-06-30 Thread Gustavo Rios
I have the same understanding you have Pachl. I believe OpenBSD IP Stack is not multithreaded implemented. A core developer could deny/confirm such belief. /all the best. On 6/30/06, Clint Pachl <[EMAIL PROTECTED]> wrote: Does PF utilize multiple processors? One of my router/firewalls is a dual

environment variables: simple question, sorry!

2006-07-12 Thread Gustavo Rios
Dear folks, i am trying to get the following line in my /etc/rc.local file: csh -cf '$ASDROOT/thr/svscanboot &' And in my /etc/rc.conf.local i added: ASDROOT=/asd During the system boot, all i get is the ASDROOT variable is undefined. How could it be accomplished? thanks in advance. best r

VoIP

2006-07-13 Thread Gustavo Rios
Hey folks, have anyone deployed VoIP using exclusively OpenBSD? I would be interested hearing your reports. Thanks a lot for your time and cooperation. Best regards.

Re: VoIP

2006-07-13 Thread Gustavo Rios
Performance and reliability. On 7/13/06, Paul de Weerd <[EMAIL PROTECTED]> wrote: On Thu, Jul 13, 2006 at 06:19:57PM -0300, Gustavo Rios wrote: | Hey folks, | | have anyone deployed VoIP using exclusively OpenBSD? I would be | interested hearing your reports. | | Thanks a lot for your ti

OT: Reactive Systems/Event Driven Arch

2006-07-13 Thread Gustavo Rios
Dear friends, some time ago, i posted a message concerning event driven software design. I did so, because i am in need to develop server system that needs to scale far than the current one in the market. I was suggest libevent. I tried it. I got very impressed with what i saw. I did not finnish

KerberosV

2006-07-15 Thread Gustavo Rios
Hey folks, i have jsut setted keberos for my openbsd 3.8 server. It is working well, but during configuration i could see that some directives stated in krb5.conf(5) was not valid. kdc insisted in complaining on them: /appdefaults/x no valid. For instance, kdc did not accept direcive encrypt

Kerberos

2006-07-15 Thread Gustavo Rios
Well, here i am again. I was expecting that the granted ticket always hold the address to which it is valid. After obtaining a ticket by means of kinit, i got the following: $ kinit [EMAIL PROTECTED]'s Password: $ klist -v Credentials cache: FILE:/tmp/krb5cc_1000 Principal: [EMAIL PROTECT

sh and process management

2006-07-15 Thread Gustavo Rios
Hey folks, i am trying to set a process as the session leader of its own. I wrote a simple program that handles that. It is working when i call it from my shell command line: $ sux -s -e -E \ PATH==/home/grios/.bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/

Two file eadem on the same directory

2006-07-16 Thread Gustavo Rios
He folks, i am facing this scenario i could never imagine to be possible (I am serious, ok). Look the entry for file "q". # pwd;ls -li /root total 8 77 -rw-r--r-- 2 root wheel 578 Sep 10 2005 .cshrc 10869 -rw--- 1 root wheel 125 Sep 10 2005 .klogin 10870 -rw-r--r-- 1 root wheel

rwhod standard I/O

2006-07-16 Thread Gustavo Rios
i am trying to get standard messages for rwhod redirected bu i am not able to do it, does anybody know where the error is? # rwhod -d sendto 10.0.0.255.513 hostname etosha up 0:09 load 0.26, 0.28, 0.15 griosetosha:ttyp0 Jul 16 17:09 griosetosha:ttyp1 Jul 16 17:09 :05 griosetos

  1   2   3   4   >