Re: pw

2013-06-04 Thread Victor Balada Diaz
On Tue, Jun 04, 2013 at 01:47:55AM +, gs_stol...@juno.com wrote: > > > > NetZero now offers 4G mobile broadband. Sign up now. > http://www.netzero.net/?refcd=NZINTISP0512T4GOUT1 > > I have 2 FreeBSD systems (they are using v

Re: FreeBSD has serious problems with focus, longevity, and lifecycle

2012-01-17 Thread Victor Balada Diaz
On Mon, Jan 16, 2012 at 02:28:09PM -0800, John Kozubik wrote: > > Friends, > > I was disappointed to see that 8.3-RELEASE is now slated to come out in > March of 2012. This will be ~13 months since 8.2-RELEASE and is typical > of a trend towards longer gaps between minor releases. > > I also

Re: Missing dependencies on shared libraries

2006-04-15 Thread Victor Balada Diaz
Daniel Eischen <[EMAIL PROTECTED]> writes: > : > : On Sat, 15 Apr 2006, M. Warner Losh wrote: > : > : > : > : > In message: <[EMAIL PROTECTED]> > : > : > Daniel Eischen <[EMAIL PROTECTED]> writes: > : > : > : On Fri, 14 Apr 2

Re: Missing dependencies on shared libraries

2006-04-14 Thread Victor Balada Diaz
On Fri, Apr 14, 2006 at 03:20:41PM -0400, Daniel Eischen wrote: > On Fri, 14 Apr 2006, Victor Balada Diaz wrote: > > >On Fri, Apr 14, 2006 at 02:41:06PM -0400, Daniel Eischen wrote: > >>On Fri, 14 Apr 2006, Victor Balada Diaz wrote: > >> > >>>Hi, >

Re: Missing dependencies on shared libraries

2006-04-14 Thread Victor Balada Diaz
On Fri, Apr 14, 2006 at 02:41:06PM -0400, Daniel Eischen wrote: > On Fri, 14 Apr 2006, Victor Balada Diaz wrote: > > >Hi, > >I found that ldd doesn't report libc as a dependency on most (all?) > >libraries: > > > >pato> ldd /usr/lib/libfetch.so &g

Missing dependencies on shared libraries

2006-04-14 Thread Victor Balada Diaz
Hi, I found that ldd doesn't report libc as a dependency on most (all?) libraries: pato> ldd /usr/lib/libfetch.so /usr/lib/libfetch.so: libssl.so.3 => /usr/lib/libssl.so.3 (0x4816a000) libcrypto.so.3 => /lib/libcrypto.so.3 (0x48198000) does anyone know why? -- La prueba mas feha

Re: adding new sysctl

2006-01-17 Thread Victor Balada Diaz
On Sat, Jan 14, 2006 at 04:55:14PM +, Tofik Suleymanov wrote: > Could someone show me how to add new sysctl to the system ? You have an example in /usr/share/examples/kld/dyn_sysctl/. -- La prueba mas fehaciente de que existe vida inteligente en otros planetas, es que no han intentado contac

Re: speed up port compiling using RAM (tmpfs) ???

2006-01-15 Thread Victor Balada Diaz
On Sun, Jan 15, 2006 at 02:45:30AM -0500, Ashok Shrestha wrote: > Hi, > > I am curious to know if there is a way to compile a port such as X11 > or KDE faster. > > I know in Gentoo, you can mount a part of RAM and compile in that. > This substantially decreases the compile time. Reference: > htt

Re: help me with C languaje please, re: files.

2005-06-05 Thread Victor Balada Diaz
On Sun, Jun 05, 2005 at 01:35:21AM -0400, Pablo Mora wrote: > #include > #include > > int main(void) { > > FILE *p_to_f; > char buf[1024]; > int i, j = 0; > > p_to_f = fopen("test","r"); > > if(p_to_f == NULL) { > perror("fopen"); > exit(EXIT_FAILURE); > } > > for(i = 0; i < 4 &&

Re: help me with C languaje please, re: files.

2005-06-04 Thread Victor Balada Diaz
On Sat, Jun 04, 2005 at 02:11:01PM -0400, Pablo Mora wrote: > Hi all, > > I am programming in C and I need to read a quantity of lines of a > file. How can I know when a line arrives at his end? exists some > special character? exists some file in C in the kernel of FreeBSD > (4.11) where I can