Re: the ultimate storage solution

2006-05-23 Thread Vinicius Santos

On 5/23/06, Marcin Jessa [EMAIL PROTECTED] wrote:

On Tue, 23 May 2006 08:47:00 +1000
Nigel Weeks [EMAIL PROTECTED] wrote:

 And then you go and put Samba on too, and undo any security
 encryption might have provided (if it were available).

 If you want a secure file repository, usable by any OS, accessible
 from anywhere, build a system where users log into a web-deployed
 file management environment, and file availability is based on user's
 clearance and valid login.

 It's about 4 hours work with PHP, Apache, and a decent RDBMS like
 Firebird.

And how is apache and PHP on top of it with direct access to the
file system more secure than samba?

The suggestion is geared more towards usable by any OS, accessible from
anywhere, rather than being more secure.



Lastest Dragonfly BSD ISO

2006-04-19 Thread Vinicius Santos
I was trying to install with lastest(as of downloaded yesterday) iso
directed from the wiki page today, and it wouldn't work using the
installer program.
I logged as root and did the 'ln -s a /etc/malloc.conf' fix, logged
off, and logged as installer.
The installer seems to create a server, log to it, fail to switch
video mode and just stand still accepting keyboard interruption.
The first virtual term shows that libdfui is failling to load
libintl.so.0.1. And by checking /usr/pkg/lib there isn't such library,
but only 0.2 version. (I might be wrong about the exactly versions
numbers).
Any additional step or should I try another iso?(I have a 1.0 here,
but don't feel like cleaning ports and replace with pkgsrc :p )



Re: DP performance

2005-12-03 Thread Vinicius Santos
On 12/3/05, Dennis Melentyev [EMAIL PROTECTED] wrote: Guys'n'girls, Just 
Google for Danial Thom. All I found are messages on *BSD forums/lists with 
the same proofless and abusing words. M.b. he know something about the 
subject, but definitely unable to talk about that. PS. I'm just about to mark 
him twit. Dennis Melentyev[snip]
I wonder why it is that important 'who' Danial Thom is, or even whoMatthew 
Dillon is, in this kind of discussion. I thought that theory,reasoning and 
results were what mattered and that the rest was justdecorative fallacy, wich 
might be annoying when it's in the field ofpersonnal insult.A bunch of people 
make $$ with software for network hardware, but thebussiness environtment is 
very different from the open software one.That's why Windows XP Home isn't the 
safest/stablest operating systemin the martk, the target consumer is happy 
with it(open todiscussion :) ).
Now back on thread, I see only reasoning by Matt, since generic 
Danialstatements don't seem to propose any approach, but then we are notpaying 
him $$.


Upgrading fro -release

2005-09-24 Thread Vinicius Santos
When I try to 'make buildworld' from current(cvsup'ed) source, I getthe 
following error:
  /usr/src/usr.bin/basename/basename.c: In function `stripsuffix':  
/usr/src/usr.bin/basename/basename.c:100: warning: implicitdeclaration of 
function`mbrlen'  /usr/src/usr.bin/basename/basename.c:100: warning: nested 
externdeclaration of `mbrlen'  cc -O -pipe -mtune=pentiumpro   
-Wunknown-pragmas -Wsystem-headers-Wall -W -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith-Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow-Wcast-align -Wchar-subscripts -Winline   
-Wnested-externs-Wredundant-decls   -static -o basename basename.o  
basename.o(.text+0x16b): In function `stripsuffix':  : undefined reference to 
`mbrlen'  *** Error code 1
After checking /usr/include/wchar.h and /usr/src/include/wchar.h, onlythe last 
has the function. Is 'make buildworld' supposed to be using/usr/include one?


[reformated] Upgrading from -release

2005-09-24 Thread Vinicius Santos
(Sorry if the last message looked like a long line, I justcopy/pasted, and I'm 
using gmail web interface =p)
When I try to 'make buildworld' from current(cvsup'ed) source, I getthe 
following error:
/usr/src/usr.bin/basename/basename.c: In function 
`stripsuffix':/usr/src/usr.bin/basename/basename.c:100: warning: 
implicitdeclaration of function
`mbrlen'/usr/src/usr.bin/basename/basename.c:100: warning: nested 
externdeclaration of `mbrlen'  cc -O -pipe -mtune=pentiumpro   
-Wunknown-pragmas -Wsystem-headers-Wall -W -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith-Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow-Wcast-align -Wchar-subscripts -Winline   
-Wnested-externs-Wredundant-decls   -static -o basename basename.o  
basename.o(.text+0x16b): In function `stripsuffix':  : undefined reference to 
`mbrlen'  *** Error code 1
After checking /usr/include/wchar.h and /usr/src/include/wchar.h, onlythe last 
has the function. Is 'make buildworld' supposed to be using/usr/include one?