Re: fan control

2010-08-28 Thread Matias

El 28/08/10 09:40, Roland Smith escribió:

On Sat, Aug 28, 2010 at 09:10:10AM +0200, Svein Skogen (Listmail account) wrote:

On 27.08.2010 20:52, Roland Smith wrote:

On Fri, Aug 27, 2010 at 12:02:18PM +0200, Matias wrote:

Thanks for replying!

I've tried everything you mention here with no success:

The BIOS is pretty basic, just allows to select boot order, set the
date, and not much more than that. No sysctls also.


Some desktop machines have a knob that you can turn which controls the fan
speed.

In my experience only laptops come with a ACPI thermal subdevice.


Then, I guess that you've not used to Asus mainboards?


As a matter of fact I'm running a P5KPL-VM right now. No acpi_thermal sysctls
to be found. Of course I am running powerd.


I guess that my only option to check if the hardware has the feature will be
to get windows on it and see what happens.


Reading the manual is also an option. :-)


Have you ever seen a manual for consumer gear that includes the word
FreeBSD except (maybe) in the copyright notices?


It doesn't have to. Even if it just says Use the windoze program foo to
control the fan speed, you know that it's possible.

Roland



Well, the manual is almost useless. There is a bios update, but it 
scares me a bit the fact that the readme.txt included is a bit crappy 
and mentions something about a realtek networking cardprobably they 
included the wrong readme.


http://tecsrv.pcasl.com/driver/Giada_Slim-i2X_manual.rar


Thanks!!



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: fan control

2010-08-27 Thread Matias

El 27/08/10 05:38, Isamu Onoda escribió:

Hi, Matias

Maybe you already found the solution but I hope information below will
helps you a little:
http://forums.freebsd.org/showthread.php?t=4217
http://lists.freebsd.org/pipermail/freebsd-mobile/2004-November/005310.html

Also try looking into BIOS setting just like Roland suggested.

Sincerely,
Isamu Onoda

--
Isamu Onoda
mail: onod...@gmail.com
TEL:  080-3757-6465
IMPERARE SIBI MAXIMVM IMPERIVM EST




2010/8/27 Roland Smithrsm...@xs4all.nl:

On Thu, Aug 26, 2010 at 10:56:57AM +0200, Matias wrote:

Hi,

I've just bought a Giada i20 mini-pc for my home server. I've managed to
slow down the cpu speed with powerd, but the fan keeps running at a
(what seems to me) too high speed.

snip

Do you know if there is anything I can do on freebsd to reduce its
speed/noise?


Are there any sysctls for the fan? Try 'sysctl -a|grep fan'
Also check in the BIOS if there are relevant settings.


p/d: The hardware is this:
http://www.giadatech.com/chanpinzhongxin/minipc/slim%20series/2010-01-19/17.html


Looks nice for a desktop as well.

Roland
--
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org




Thanks for replying!

I've tried everything you mention here with no success:

The BIOS is pretty basic, just allows to select boot order, set the 
date, and not much more than that. No sysctls also. I guess that my only 
option to check if the hardware has the feature will be to get windows 
on it and see what happens. If it works, then I will keep investigating 
further, if not, then maybe it is impossible to stop it (without using 
brute force, of course :-) )


Thanks for your help!



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


fan control

2010-08-26 Thread Matias

Hi,

I've just bought a Giada i20 mini-pc for my home server. I've managed to 
slow down the cpu speed with powerd, but the fan keeps running at a 
(what seems to me) too high speed.


I've contacted the manufacturer asking him about if this is an expected 
behaviour (even if it had windows) but I didn't get any response from 
them (and no, I don't have windows licenses to try it myself :-( ...).


Do you know if there is anything I can do on freebsd to reduce its 
speed/noise?


Thanks on beforehand.


p/d: The hardware is this: 
http://www.giadatech.com/chanpinzhongxin/minipc/slim%20series/2010-01-19/17.html




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: lightweight Chat client/server?

2010-08-04 Thread Matias

El 03/08/10 22:12, Depo Catcher escribió:


I have a combination of Spark (windows client) and Open Fire (FreeBSD
server, actually Java) for my lan.
We've used this setup for years, but the OpenFire server takes up ~500 +
MB.

Anyways, we were looking for something a bit smaller.
We just need to send text messages to LAN users (less than 6) and
supports a nice windows client.
We're not suppose to use any external services (yahoo messenger, aol, etc)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org




I'd racommend ejabberd. I set it up at work (around 200 people) and 
works likea  charm, really small footprint on the server also, less than 
200Mb of ram used. Easy to setup shared roster groups, lots of clients 
for all operative systems (we use Pandion on widnows, Adium on Mac and 
Pidgin on linux). Command line tools to manage it, no need for sql 
database and incredibly easy to setup a cluster for HA/Load balancing.


The only drawback (for me): it is written in Erlang... but this is a 
problem just if you were planning to develop your custom modules, etc..



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


dummynet in 8.1

2010-07-25 Thread Matias

Hi,

I've read in the release notes that ipfw and dummynet have been improved.

I've wonder if with 8.1 will it be possible to bridge a VLAN Trunk and 
filter VLAN tagged frames (actually, send packets to a dummynet queue 
for traffic shapping).


I've tried this with 8.0 but seems like ipfw does not understand vlan 
tagged frames.


Thanks!


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Filesystem problem

2010-02-10 Thread Matias

Hi,

I know this may not be the correct place to post this, but I feel like 
I'm going to get more help here than in the ejabberd forums.


Maybe you can help me to debug what is going on here:

I'm runing ejabberd-2.1-2 on

FreeBSD it05 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 
2009 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


Suddenly, my /var partition is running out of space.

When I run df -h, i get:

]# df -h
FilesystemSizeUsed   Avail Capacity  Mounted on
/dev/mirror/gm0s1a496M373M 83M82%/
devfs 1.0K1.0K  0B   100%/dev
/dev/mirror/gm0s1e496M 58M398M13%/tmp
/dev/mirror/gm0s1f433G2.6G396G 1%/usr
/dev/mirror/gm0s1d 13G 11G998M92%/var
procfs4.0K4.0K  0B   100%/proc
linprocfs 4.0K4.0K  0B   100%/usr/compat/linux/proc
When I cd to /var and run a du -hs I get:

# cd /var/
[r...@it05 /var]# du -hs *
2.0Kaccount
2.0Kagentx
6.0Kat
2.0Kaudit
12Kbackups
4.0Kcrash
6.0Kcron
168Mdb
2.0Kempty
2.0Kgames
2.0Kheimdal
18Klib
8.8Mlog
850Kmail
4.0Kmsgs
48Knamed
4.0Knet-snmp
2.0Kpreserve
54Krun
2.0Krwho
3.5Mspool
116Ktmp
24Kyp
So, it seems that something is sucking up all the space but doesn't have 
a file descriptor on the file system, so du is not finding the file.


Running lsof|grep /var I get:

...
beam.smp  28398 ejabberd   10wVREG   0,93 
3189523581 /var/log/ejabberd/erlang.log
beam.smp  28398 ejabberd   11uVREG   0,93 
  9747130 /var/spool/ejabberd/LATEST.LOG
beam.smp  28398 ejabberd   12wVREG   0,93 
1117076867623582 /var (/dev/mirror/gm0s1d)
beam.smp  28398 ejabberd   19uVREG   0,93 
11922047140 /var/spool/ejabberd/offline_msg.DAT
beam.smp  28398 ejabberd   20uVREG   0,93 
680947142 /var/spool/ejabberd/private_storage.DAT
beam.smp  28398 ejabberd   22uVREG   0,93 
128259847148 /var/spool/ejabberd/pubsub_item.DAT
beam.smp  28398 ejabberd   23uVREG   0,93 
575247154 /var/spool/ejabberd/vcard.DAT
beam.smp  28398 ejabberd   10wVREG   0,93 
3189523581 /var/log/ejabberd/erlang.log
beam.smp  28398 ejabberd   11uVREG   0,93 
  9747130 /var/spool/ejabberd/LATEST.LOG
beam.smp  28398 ejabberd   12wVREG   0,93 
1117076867623582 /var (/dev/mirror/gm0s1d)
beam.smp  28398 ejabberd   19uVREG   0,93 
11922047140 /var/spool/ejabberd/offline_msg.DAT
beam.smp  28398 ejabberd   20uVREG   0,93 
680947142 /var/spool/ejabberd/private_storage.DAT
beam.smp  28398 ejabberd   22uVREG   0,93 
128259847148 /var/spool/ejabberd/pubsub_item.DAT
beam.smp  28398 ejabberd   23uVREG   0,93 
575247154 /var/spool/ejabberd/vcard.DAT
beam.smp  28398 ejabberd   10wVREG   0,93 
3189523581 /var/log/ejabberd/erlang.log
beam.smp  28398 ejabberd   11uVREG   0,93 
  9747130 /var/spool/ejabberd/LATEST.LOG
beam.smp  28398 ejabberd   12wVREG   0,93 
1117076867623582 /var (/dev/mirror/gm0s1d)
beam.smp  28398 ejabberd   19uVREG   0,93 
11922047140 /var/spool/ejabberd/offline_msg.DAT
beam.smp  28398 ejabberd   20uVREG   0,93 
680947142 /var/spool/ejabberd/private_storage.DAT
beam.smp  28398 ejabberd   22uVREG   0,93 
128259847148 /var/spool/ejabberd/pubsub_item.DAT
beam.smp  28398 ejabberd   23uVREG   0,93 
575247154 /var/spool/ejabberd/vcard.DAT
beam.smp  28398 ejabberd   10wVREG   0,93 
3189523581 /var/log/ejabberd/erlang.log
beam.smp  28398 ejabberd   11uVREG   0,93 
  9747130 /var/spool/ejabberd/LATEST.LOG
beam.smp  28398 ejabberd   12wVREG   0,93 
1117076867623582 /var (/dev/mirror/gm0s1d)
beam.smp  28398 ejabberd   19uVREG   0,93 
11922047140 /var/spool/ejabberd/offline_msg.DAT
beam.smp  28398 ejabberd   20uVREG   0,93 
680947142 /var/spool/ejabberd/private_storage.DAT
beam.smp  28398 ejabberd   22uVREG   0,93 
128259847148 /var/spool/ejabberd/pubsub_item.DAT
beam.smp  28398 ejabberd   23uVREG   0,93 
575247154 /var/spool/ejabberd/vcard.DAT
beam.smp  28398 ejabberd   10wVREG   0,93 
3189523581 /var/log/ejabberd/erlang.log
beam.smp  28398 ejabberd   11uVREG   0,93 
  9747130 /var/spool/ejabberd/LATEST.LOG
beam.smp  28398 ejabberd   12wVREG   0,93 
1117076867623582 /var (/dev/mirror/gm0s1d)
beam.smp  28398 ejabberd   19uVREG   0,93 
11922047140 /var/spool/ejabberd/offline_msg.DAT
beam.smp  28398 ejabberd   20uVREG   

Help with core dump

2010-01-20 Thread Matias

Hi,

I've installed from ports net-im/mu-conference, but whenever I try to 
start it I get a core dump.


Running it through gdb I get the following:


]# gdb /usr/local/bin/mu-conference
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.

Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as amd64-marcel-freebsd...(no debugging 
symbols found)...

(gdb) run -c /usr/local/etc/muc.xml
Starting program: /usr/local/bin/mu-conference -c /usr/local/etc/muc.xml
(no debugging symbols found)...(no debugging symbols found)...(no 
debugging symbols found)...(no debugging symbols found)...(no debugging 
symbols found)...(no debugging symbols found)...[New LWP 100228]
(no debugging symbols found)...(no debugging symbols found)...(no 
debugging symbols found)...(no debugging symbols found)...(no debugging 
symbols found)...[New Thread 8015021c0 (LWP 100228)]

Jabber Component Runtime -- 0.2.4
(c) 2003-2004 Paul Curtis


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 8015021c0 (LWP 100228)]
0x000800eaa386 in strlen () from /lib/libc.so.7
(gdb)



# uname -a
FreeBSD it05.ex.local 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 
15:02:08 UTC 2009 
r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64





# cat /usr/local/etc/muc.xml
jcr
  !--
   This is a config file for a copy of MU-Conference, compiled against
   the Jabber Component Runtime (JCR). This is the same file that I use
   to connect to my development server, running jabberd2 beta2

   In order to connect to a jabberd v1.4 server, simply change the
   name value to muclinker, and make sure the muclinker section is in
   your main jabber.xml file, as per the MU-Conference README file.
  --

  nameconference.localhost/name !-- the jid of your component --
  hostconference.localhost/host !-- this should be the same as 
above --

  iplocalhost/ip !-- adress of the jabber server --
  port7009/port  !-- port used to connect the service to the 
jabber server --

  secretVonyunya/secret !-- secret shared with the jabber server --

  spool/var/spool/jabberd/conference.localhost/spool !-- directory 
containing the rooms data --
  logdir/logdir !-- directory containing the debug log (the file 
is called mu-conference.log) --
  pidfile/var/run/jabberd/mu-conference.pid/pidfile !-- file that 
will contain the PID of the process --


  !--   logstderr/ -- !-- uncomment to also send log to stderr --

  loglevel155/loglevel !-- log verbosity, 255 for very verbose, 0 
for quiet --


conference xmlns=jabber:config:conference
  public/ !-- rooms are public when created, comment to make 
them private by default --

  !-- the vCard section contains the vCard of the service --
  vCard
FNPublic Chatrooms/FN
DESCThis service is for public chatrooms./DESC
URLhttp://foo.bar//URL
  /vCard
  history40/history !-- maximum numbers of history lines send 
when joining a room --
  logdir/var/spool/jabberd/conference.localhost/logs//logdir 
!-- where to store the room logs, comment to disable logging --
  !--logsubdirs/-- !-- uncomment to stores the room logs in 
subdirs (for example 2007/08/02) --
  stylesheet../style.css/stylesheet !--URL of the log 
stylesheet --
  !-- default text to send to legacy clients, will also be used in 
the logs --

  notice
joinhas become available/join
leavehas left/leave
renameis now known as/rename
  /notice
  !-- lists of admins of the service, add a user/ tag by admin --
  sadmin
userad...@localhost/user
  /sadmin
  dynamic/
  !-- persistent/ -- !-- persistent rooms will be created, 
overide dynamic/ --
  !-- locknicks/ -- !-- enforce the user nickname to the user 
part of his jid --
  !-- roomlock/ -- !-- uncomment to allow only admins to 
create rooms --

  hideempty/
  !-- configuration of MySQL, only used if the MySQL exports is 
activated, see README.sql --

  !--mysql
userroot/user
pass/
databasechat/database
hostlocalhost/host
  /mysql--
/conference
/jcr












Any idea what can be wrong?


Thanks!


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Help with core dump

2010-01-20 Thread Matias

El 20/01/10 10:18, Matias escribió:

Hi,

I've installed from ports net-im/mu-conference, but whenever I try to
start it I get a core dump.

Running it through gdb I get the following:


]# gdb /usr/local/bin/mu-conference
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB. Type show warranty for details.
This GDB was configured as amd64-marcel-freebsd...(no debugging
symbols found)...
(gdb) run -c /usr/local/etc/muc.xml
Starting program: /usr/local/bin/mu-conference -c /usr/local/etc/muc.xml
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...[New LWP 100228]
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...[New Thread 8015021c0 (LWP 100228)]
Jabber Component Runtime -- 0.2.4
(c) 2003-2004 Paul Curtis


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 8015021c0 (LWP 100228)]
0x000800eaa386 in strlen () from /lib/libc.so.7
(gdb)



# uname -a
FreeBSD it05.ex.local 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21
15:02:08 UTC 2009
r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64




# cat /usr/local/etc/muc.xml
jcr
!--
This is a config file for a copy of MU-Conference, compiled against
the Jabber Component Runtime (JCR). This is the same file that I use
to connect to my development server, running jabberd2 beta2

In order to connect to a jabberd v1.4 server, simply change the
name value to muclinker, and make sure the muclinker section is in
your main jabber.xml file, as per the MU-Conference README file.
--

nameconference.localhost/name !-- the jid of your component --
hostconference.localhost/host !-- this should be the same as above --
iplocalhost/ip !-- adress of the jabber server --
port7009/port !-- port used to connect the service to the jabber
server --
secretVonyunya/secret !-- secret shared with the jabber server --

spool/var/spool/jabberd/conference.localhost/spool !-- directory
containing the rooms data --
logdir/logdir !-- directory containing the debug log (the file is
called mu-conference.log) --
pidfile/var/run/jabberd/mu-conference.pid/pidfile !-- file that
will contain the PID of the process --

!-- logstderr/ -- !-- uncomment to also send log to stderr --

loglevel155/loglevel !-- log verbosity, 255 for very verbose, 0 for
quiet --

conference xmlns=jabber:config:conference
public/ !-- rooms are public when created, comment to make them
private by default --
!-- the vCard section contains the vCard of the service --
vCard
FNPublic Chatrooms/FN
DESCThis service is for public chatrooms./DESC
URLhttp://foo.bar//URL
/vCard
history40/history !-- maximum numbers of history lines send when
joining a room --
logdir/var/spool/jabberd/conference.localhost/logs//logdir !--
where to store the room logs, comment to disable logging --
!--logsubdirs/-- !-- uncomment to stores the room logs in subdirs
(for example 2007/08/02) --
stylesheet../style.css/stylesheet !--URL of the log stylesheet --
!-- default text to send to legacy clients, will also be used in the
logs --
notice
joinhas become available/join
leavehas left/leave
renameis now known as/rename
/notice
!-- lists of admins of the service, add a user/ tag by admin --
sadmin
userad...@localhost/user
/sadmin
dynamic/
!-- persistent/ -- !-- persistent rooms will be created, overide
dynamic/ --
!-- locknicks/ -- !-- enforce the user nickname to the user part of
his jid --
!-- roomlock/ -- !-- uncomment to allow only admins to create rooms
--
hideempty/
!-- configuration of MySQL, only used if the MySQL exports is
activated, see README.sql --
!--mysql
userroot/user
pass/
databasechat/database
hostlocalhost/host
/mysql--
/conference
/jcr












Any idea what can be wrong?


Thanks!


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org




I've finally solved it by enabling linux compatibility kernel module.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Wiki down?

2009-11-18 Thread Matias

Can any of you access http://wiki.freebsd.org ?

Seems down from here I'm getting a 503 error.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: portupgrade -R problems

2009-05-14 Thread Matias Surdi

Pieter Donche escribió:

FreeBSD7. I wanted to upgrade print/cups-base and print/hplip

From a portsnap run:

cups-base-1.3.9_3  needs updating (index has 1.3.10_1)
hplip-2.8.2_3  needs updating (index has 2.8.2_4)

# cd /usr/ports/print/cups
# portupgrade -R cups
[Exclude up-to-date packages  done]
#
What does this mean, does it think it is already up-to-date ??


The package you want to update is cups-base, not cups. And also it's 
not required to jump inside the port's directory.





Then I tried
# cd /usr/ports/print/hplip
# portupgrade -R hplip
this upgraded a large number of dependent packages (even openldap, apache)
added tcl and tk, and eventually even began to upgrade
cups-base-1.3.9_3 to 1.3.9.10_1
but ends with:
...
==  Installing for cups-client-1.3.10_1
===   cups-client-1.3.10_1 depends on file: /usr/local/bin/python2.5 - 
found
===   cups-client-1.3.10_1 depends on file: 
/usr/local/include/php/main/php.h -

 found
===   Generating temporary packing list
===  Checking if print/cups-client already installed
===   cups-client-1.3.10_1 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of print/cups-client
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1
Stop in /usr/ports/print/cups-client.
*** Error code 1
Stop in /usr/ports/print/cups-base.
*** Error code 1
Stop in /usr/ports/print/cups-base.
*** Error code 1
Stop in /usr/ports/print/hplip.
*** Error code 1
Stop in /usr/ports/print/hplip.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade.29487.1 en
v UPGRADE_TOOL=portupgrade UPGRADE_PORT=hplip-2.8.2_3 
UPGRADE_PORT_VER=2.8.2_3 m

ake
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! misc/help2man (help2man-1.36.4_2) (unknown build error)
! print/hplip (hplip-2.8.2_3)   (unknown build error)



As far as I can see, this problem is related to the first one.The 
package hplip depends on a more recent version of cups-client than the 
one you've currently installed.



I tried,
# cd /usr/ports/print/cups-client
# make deinstall
===   Deinstalling cups-client-1.3.10_1
pkg_delete: file '/usr/local/man/man1/cups-config.1.gz' doesn't exist
pkg_delete: file '/usr/local/bin/cups-config' doesn't exist
pkg_delete: file '/usr/local/include/cups/adminutil.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/array.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/backend.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/cups.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/dir.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/file.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/http.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/ipp.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/language.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/ppd.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/language.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/ppd.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/sidechannel.h' doesn't exist
pkg_delete: file '/usr/local/include/cups/transcode.h' doesn't exist
pkg_delete: file '/usr/local/lib/libcups.so' doesn't exist
pkg_delete: file '/usr/local/lib/libcups.so.2' doesn't exist
pkg_delete: file '/usr/local/include/cups' doesn't exist
pkg_delete: unable to completely remove directory '/usr/local/include/cups'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)

# make reinstall
..
===   Compressing manual pages for cups-client-1.3.10_1
===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for cups-client-1.3.10_1

# cd /usr/ports/print/hplip
# portupgrade -R hplip
[Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 620 packages 
found (

-2 +1) (...). done]
[Exclude up-to-date packages  done]

# pkg_info | grep hplip
empty
# pkg_info | grep cups-base
empty

What is going on and how to remedy?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org





See the man page for portupgrade, as I think that the option you want to 
use is -r and not -R


I've always keep my installed ports up to date with portupgrade -ar


Matias.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Installing Unix

2009-05-12 Thread Matias Surdi

Ese Oronsaye escribió:

Hi
I am a newbie to Unix with no experience in installing unix operating
system. Have been through Download Freebsd but not quite sure what I should
download.
What is ISO and Distribution not quite sure which I should download.
Can anyone help me with this.
Regards
Ese
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



Hi Oronsaye,

Welcome to the FreeBSD mailing list.

You can start by downloading a ISO from here:

http://www.freebsd.org/where.html

The one you must download depends on the hardware you are going to 
install on. A standard desktop PC normally is an i386, so you should 
download in this case this file:



ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/7.2/7.2-RELEASE-i386-disc1.iso

If you browse the FTP folder ( 
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/7.2/ ) you 
will see that there are another two disc images (ISOs whose name ends in 
disc2 and disc3). You will require them also depending on the packages 
you select to install, but with  the first one you should have enought 
for a minimum installation.


Once downloaded the ISO, burn it to a CD and boot you computer from this 
CD, remember that all the data on that PC will be lost.


Another option, is to boot the iso from any virtualization software such 
as vmware or VirtualBox.



Remember that you can follow the details of the installation procedure 
and several administrative tasks on the very useful FreeBSD handbook:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/


Matias.





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Replace console login prompt

2009-03-13 Thread Matias Surdi

Hi,

Please, could somebody give me a pointer to some documentation or an 
idea of how to replace the default console login prompt with a custom 
script?



Thank you very much.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Replace console login prompt

2009-03-13 Thread Matias Surdi

Thanks for your help Ivan.

Finally, I found here the solution:

http://www.unix.com/unix-dummies-questions-answers/13126-freebsd-auto-login-user-boot-im-stuck.html

I set up getty to autologin and then a .login runs my script.

Thanks.


Ivan Voras escribió:

Matias Surdi wrote:

Hi,

Please, could somebody give me a pointer to some documentation or an
idea of how to replace the default console login prompt with a custom
script?


man 5 ttys




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD, quota

2009-02-19 Thread Matias Surdi

Have you looked at the official documentation?

http://www.freebsd.org/doc/en/books/handbook/book.html#QUOTAS



Pieter Donche wrote:

to be able to impose file and disk quotas on individual users
the kernel had to support it.

Is this supported in FreeBSD7 ? How can one check if which options
are supported?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NanoBSD :: smallest image size

2009-02-19 Thread Matias Surdi
Anybody knows if NanoBSD can be installed on a hard disk and use it to 
store data, logs, etc? for example, for a tiny mail server?


Paul Procacci wrote:

Hello list,

I have an old machine I just acquired that I was thinking of replacing 
my current FreeBSD firewall/router with.  It's a Celeron 500+ Mhz 
machine with 32 Megs of ram, and a 10G hard drive.  I am(was) initially 
thinking about taking out the 10G, and using the flobby disk drive to 
boot off of.  I was familiar with PicoBSD years ago and know I could use 
that, but it seems that project has been discontinued.  After looking 
through archives to determine what to do, I can across nanoBSD as that 
seems to be included in the FreeBSD system by default, henceforth this 
question.  I couldn't find any information regarding the smallest image 
size possible using NanoBSD.  So the question is: can nanoBSD fw/ the 
proper configurations fit onto a floppy disk...and if not, is such an 
old computer bootable off of a usb stick?  How can I tell without buying 
one?


Thanks,
~Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


sysinstall

2009-02-12 Thread Matias Surdi
I'm automating a freebsd 7 installation with an install.cfg file for 
sysinstall.


I would like to know if there is any possibility to let the user choose 
the device where he wants to install, and then automatically create the 
partitions an the labels without asking for it to the user.



The problem I'm facing, is that I can't see how to autodetect which 
device the user selected.


Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: zfs raid and/or hardware raid..

2009-02-11 Thread Matias Surdi
If your are just going to play with it, the play as much as you want 
with ZFS.


But, if you are going to setup something that will have to go on 
production some day, at least at this moment i wouldn't recommend you ZFS.


I've used it for a backup server, and due to power failures in the 
building, all the times the energy went out the pool got corrupted, the 
las one was completely unrecoverable.I ended up using gconcat/gstripe 
and so on, and despite a couple more power failures, just once I've had 
to run fsck.Everything works (and feels) much more solid now.


Just my opinion.


B. Cook wrote:
I have a dimension 9150 that I am going to put amd64 freebsd on to play 
with.


It has Intel ICH7 SATA300 on it, in the bios it says it can do raid.

I'm assuming that would be a hardware raid..

Would I be better off just using two disks and mirror them in software 
raid (zpool) or using the Intel hardware-ish raid and then zfs the raid?


box has 2G of ram, and a pair of 250G sata 300 drives.

clues appreciated.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Custom build fails

2009-02-06 Thread Matias Surdi
Hi, I'm building a custom freeBSD release and I'm getting the following 
error:


--
 Building an up-to-date make(1)
--
/usr/obj/usr/src/make.i386/usr/src/usr.bin/make created for 
/usr/src/usr.bin/make

rm -f .depend
mkdep -f .depend -a-I/usr/src/usr.bin/make 
-DMAKE_VERSION=\5200408120\ -DDEFSHELLNAME=\sh\ 
/usr/src/usr.bin/make/arch.c /usr/src/usr.bin/make/buf.c 
/usr/src/usr.bin/make/cond.c /usr/src/usr.bin/make/dir.c 
/usr/src/usr.bin/make/for.c /usr/src/usr.bin/make/hash.c 
/usr/src/usr.bin/make/hash_tables.c /usr/src/usr.bin/make/job.c 
/usr/src/usr.bin/make/lst.c /usr/src/usr.bin/make/main.c 
/usr/src/usr.bin/make/make.c /usr/src/usr.bin/make/parse.c 
/usr/src/usr.bin/make/proc.c /usr/src/usr.bin/make/shell.c 
/usr/src/usr.bin/make/str.c /usr/src/usr.bin/make/suff.c 
/usr/src/usr.bin/make/targ.c /usr/src/usr.bin/make/util.c 
/usr/src/usr.bin/make/var.c

cc: not found
mkdep: compile failed
*** Error code 1

Stop in /usr/src/usr.bin/make.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
+ exit 1
+ umount /dev
*** Error code 1

Stop in /usr/src/release.





These are just the last lines, I can post the entire log if needed, but 
it is quite large.



The source code is from 7.0-RELEASE, and my src.conf is the following:
WITHOUT_ATM=
WITHOUT_AUTHPF=
WITHOUT_BIND=
WITHOUT_BLUETOOTH=
WITHOUT_CALENDAR=
WITHOUT_CDDL=
WITHOUT_CPP=
WITHOUT_CVS=
WITHOUT_CXX=
WITHOUT_DICT=
WITHOUT_EXAMPLES=
WITHOUT_FORTH=
WITHOUT_GAMES=
WITHOUT_GDB=
WITHOUT_GPIB=
WITHOUT_GROFF=
WITHOUT_GSSAPI=
WITHOUT_GESIOD=
WITHOUT_GNU=
WITHOUT_HTML=
WITHOUT_I4B=
WITHOUT_IDEA=
WITHOUT_INFO=
WITHOUT_IPFILTER=
WITHOUT_IPX=
WITHOUT_KERBEROS=
WITHOUT_LOCALES=
WITHOUT_LPR=
WITHOUT_MAN=
WITHOUT_NCP=
WITHOUT_NLS=
WITHOUT_NIS=
WITHOUT_OBJC=
WITHOUT_RCMDS=
WITHOUT_RCS=
WITHOUT_SENDMAIL=
WITHOUT_SHAREDOCS=
WITHOUT_SSP=
WITHOUT_TCSH=
WITHOUT_TOOLCHAIN=
WITHOUT_WPA_SUPPLICANT_EAPOOL=
WITHOUT_ZFS=


The problem seems to arise when any of WITHOUT_TOOLCHAIN, WITHOUT_CXX or 
WITHOUTH_CPP are present.



On this build, I don't want to have any development tools, as I'm trying 
  to reduce the size at a minimum.


Why is make being build? How can I avoid this?

If you need more info in order to help me, tell me what do you need please.

Thanks for any help

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Custom build fails

2009-02-06 Thread Matias Surdi

I'm currently running the following command:


# Make the release
cd /usr/src/release
make release \
CHROOTDIR=/home/oms \
BUILDNAME=OpenMailServer \
CVSROOT=/home/ncvs \
RELEASETAG=RELENG_7 \
NODOC=YES \
NO_FLOPPIES=YES \
NOPORTS=YES \
RELEASENOUPDATE=YES \
MAKE_ISOS=YES \
WORLD_FLAGS= -DWITHOUT_TOOLCHAIN \
LOCAL_PATCHES=$DIR/oms.diff \
LOCAL_SCRIPT=$DIR/local_script.sh \
PATCH_FLAGS=-p3



Do you know how can set this up in order to get that variable to be on 
the build process and not on the install/release process?


Thank you very much for your help.

Matias.



matt donovan wrote:

On Fri, Feb 6, 2009 at 7:08 AM, Matias Surdi matiassu...@gmail.com wrote:


Hi, I'm building a custom freeBSD release and I'm getting the following
error:

--

Building an up-to-date make(1)

--
/usr/obj/usr/src/make.i386/usr/src/usr.bin/make created for
/usr/src/usr.bin/make
rm -f .depend
mkdep -f .depend -a-I/usr/src/usr.bin/make
-DMAKE_VERSION=\5200408120\ -DDEFSHELLNAME=\sh\
/usr/src/usr.bin/make/arch.c /usr/src/usr.bin/make/buf.c
/usr/src/usr.bin/make/cond.c /usr/src/usr.bin/make/dir.c
/usr/src/usr.bin/make/for.c /usr/src/usr.bin/make/hash.c
/usr/src/usr.bin/make/hash_tables.c /usr/src/usr.bin/make/job.c
/usr/src/usr.bin/make/lst.c /usr/src/usr.bin/make/main.c
/usr/src/usr.bin/make/make.c /usr/src/usr.bin/make/parse.c
/usr/src/usr.bin/make/proc.c /usr/src/usr.bin/make/shell.c
/usr/src/usr.bin/make/str.c /usr/src/usr.bin/make/suff.c
/usr/src/usr.bin/make/targ.c /usr/src/usr.bin/make/util.c
/usr/src/usr.bin/make/var.c
cc: not found
mkdep: compile failed
*** Error code 1

Stop in /usr/src/usr.bin/make.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
+ exit 1
+ umount /dev
*** Error code 1

Stop in /usr/src/release.





These are just the last lines, I can post the entire log if needed, but it
is quite large.


The source code is from 7.0-RELEASE, and my src.conf is the following:
WITHOUT_ATM=
WITHOUT_AUTHPF=
WITHOUT_BIND=
WITHOUT_BLUETOOTH=
WITHOUT_CALENDAR=
WITHOUT_CDDL=
WITHOUT_CPP=
WITHOUT_CVS=
WITHOUT_CXX=
WITHOUT_DICT=
WITHOUT_EXAMPLES=
WITHOUT_FORTH=
WITHOUT_GAMES=
WITHOUT_GDB=
WITHOUT_GPIB=
WITHOUT_GROFF=
WITHOUT_GSSAPI=
WITHOUT_GESIOD=
WITHOUT_GNU=
WITHOUT_HTML=
WITHOUT_I4B=
WITHOUT_IDEA=
WITHOUT_INFO=
WITHOUT_IPFILTER=
WITHOUT_IPX=
WITHOUT_KERBEROS=
WITHOUT_LOCALES=
WITHOUT_LPR=
WITHOUT_MAN=
WITHOUT_NCP=
WITHOUT_NLS=
WITHOUT_NIS=
WITHOUT_OBJC=
WITHOUT_RCMDS=
WITHOUT_RCS=
WITHOUT_SENDMAIL=
WITHOUT_SHAREDOCS=
WITHOUT_SSP=
WITHOUT_TCSH=
WITHOUT_TOOLCHAIN=
WITHOUT_WPA_SUPPLICANT_EAPOOL=
WITHOUT_ZFS=


The problem seems to arise when any of WITHOUT_TOOLCHAIN, WITHOUT_CXX or
WITHOUTH_CPP are present.


On this build, I don't want to have any development tools, as I'm trying
 to reduce the size at a minimum.

Why is make being build? How can I avoid this?

If you need more info in order to help me, tell me what do you need please.

Thanks for any help

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org



You need
WITHOUT_TOOLCHAIN= to build you can add that after you do a build
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Generating packages from ports without docs

2009-02-05 Thread Matias Surdi

Hi,

When I build a package with make package for a port, the resulting 
package contains also the docs (which upon installatin are located in 
/usr/local/share/doc/[package]



Which is the best way to not include those files in the generated package?


Thanks a lot.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Filesystem tunning

2009-01-21 Thread Matias Surdi

Hi,

Is there any way to avoid the system going to single user mode when a 
secondary storage device cannot be mounted?.


I mean, if all system filesystems are OK, how can set up a device with a 
custom mount point so that when it's tried to mount at boot time and 
fails doesn't cause the system to be in single user mode?


I know that if in fstab I set the last parameter to 0 checking will 
not be made at boot time, but instead what I want is the check to be 
run, correct any automatically correctable error, and continue booting 
anyway, despite the result of the check.Later a custom script will check 
the filesystem and send a mail, for example.


Thanks for your help.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Filesystem tunning

2009-01-21 Thread Matias Surdi
This should work. I'll try it.

Thanks for the idea

2009/1/21 Clifton Royston clift...@lava.net:
 On Wed, Jan 21, 2009 at 12:01:04PM +0100, Matias Surdi wrote:
 Hi,

 Is there any way to avoid the system going to single user mode when a
 secondary storage device cannot be mounted?.

 I mean, if all system filesystems are OK, how can set up a device with a
 custom mount point so that when it's tried to mount at boot time and
 fails doesn't cause the system to be in single user mode?

 I know that if in fstab I set the last parameter to 0 checking will
 not be made at boot time, but instead what I want is the check to be
 run, correct any automatically correctable error, and continue booting
 anyway, despite the result of the check.Later a custom script will check
 the filesystem and send a mail, for example.

 Try this:

  Set to noauto in /etc/fstab, and add a custom script to run at the
 end of the boot process to check and mount your special device if it's
 OK, and do whatever additional processing you want if not.
  -- Clifton

 --
Clifton Royston  --  clift...@iandicomputing.com / clift...@lava.net
   President  - I and I Computing * http://www.iandicomputing.com/
  Custom programming, network design, systems and network consulting services




-- 
Matias Emanuel Surdi.
http://lounicoquefaltaba.com.ar
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Large raid arrays

2009-01-20 Thread Matias Surdi

Hi,

I've a host with two large (2Tb and 4 Tb) hardware raid5 arrays.

For the backup system we are using, I need to join them to make 1 
logical device.


What would you recomment? ccd or vinum?


Thanks a lot for your suggestions.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Large raid arrays

2009-01-20 Thread Matias Surdi

Matias Surdi escribió:

Hi,

I've a host with two large (2Tb and 4 Tb) hardware raid5 arrays.

For the backup system we are using, I need to join them to make 1 
logical device.


What would you recomment? ccd or vinum?


Thanks a lot for your suggestions.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org





Some comments that may help in the decision:

- Reliability/resistance to power failures are the most important factor.

- It doesn't require high performance or high speed.

Thanks a lot.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Large raid arrays

2009-01-20 Thread Matias Surdi

Frederique Rijsdijk escribió:

Matias Surdi wrote:

Matias Surdi escribió:

Hi,

I've a host with two large (2Tb and 4 Tb) hardware raid5 arrays.

For the backup system we are using, I need to join them to make 1
logical device.

What would you recomment? ccd or vinum?



Some comments that may help in the decision:

- Reliability/resistance to power failures are the most important factor.

- It doesn't require high performance or high speed.



Either gconcat or ZFS, depending which version of FreeBSD you're running.

gconcat label -v data /dev/raid1 /dev/raid2
newfs /dev/concat/data
mkdir /mnt/data  mount /dev/concat/data /mnt/data
df -h /mnt/data

or

zpool create data /dev/raid1 /dev/raid2
df -h /data



-- Frederique
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org




ZFS was a disaster.

That is what we were using until today, when the power went off  and the 
zfs pool ended up corrupted and irrecoverable.


Three other times we had power failures, the zpool ended with some errors.

But, all the times, the UFS partitions remained intact.

I won't use ZFS for a long time.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Large raid arrays

2009-01-20 Thread Matias Surdi

Wojciech Puchar escribió:

gconcat

On Tue, 20 Jan 2009, Matias Surdi wrote:


Hi,

I've a host with two large (2Tb and 4 Tb) hardware raid5 arrays.

For the backup system we are using, I need to join them to make 1 
logical device.


What would you recomment? ccd or vinum?


Thanks a lot for your suggestions.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




I've finally set it up with gconcat and works great.

Many thanks for your help guys.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: custom freebsd cd

2008-10-21 Thread Matias Surdi
Maybe you find usefull some of the scripts I'm using in my project, 
check under the development link: http://openmailserver.org


Also, you will find very usefull the manpages for: ports, release and 
sysinstall.


Regards.


Valentin Bud escribió:

Hello list,
 I have a FBSD box that runs as a web/mail server to provide access to
a web based application. I want to build a custom FBSD 7.0 installation
disk.
By custom I mean:
1. automatic disk partition based on a scheme i provide.
2. automatic installation of the needed packages as well as the config
files. I plan to
update the packages which i might keep on a ftp server on remake the
installation disk
anytime i make package updates.
3. automatic installation of all the php/html/perl/sh scripts needed to
run the application.
 Basically i want a disk that you put it in the cdrom and installs the
system, packages and all
the necessary scripts to run the application. More than that a modified
kernel to allow pf, as well
as the pf configuration file. The installation will always be on the same
hardware in case of failure.

 So can you please give me hints as well as opinions how should i start
this. What alternatives should i consider?

thank you,
v
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PF Failover

2008-10-21 Thread Matias Surdi

We use pfSense for this. Works like a charm.

Regards.


Diego F. Arias R. escribió:

Hi:

Does someone have a document where explain how to use PF with two link
failover? (I want to have redundancy if one internet conection fails
use the other).

i use FreeBSD 7 Release i386.


I have looked at google but i only got CARP for firewall redundancy. I
want to make something similar to the pfsense failover.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Run script as root from WebServer

2008-09-23 Thread Matias Surdi

Bill Campbell escribió:

On Tue, Sep 23, 2008, Mel wrote:

On Monday 22 September 2008 22:51:26 Matias Surdi wrote:


The problem is that some of these scripts deal with configuration files
and some other tasks that require root privileges.

There's 2 alternatives I have used:
1) If the configuration files allow 'includes', then include a file that is 
writeable by the webuser. This will additionally allow you to restrict what 
the webserver can change in the config of this application. Note, that 
configuration files that are modifyable by root only, often are for a reason, 
so this does not improve the security of the service being configured, but it 
takes a fork() and sudo out of the mix.


2) If the changes do not need to be immediate, then you can put it in a queue 
directory and run a script through root's cron that picks up the queue and 
runs the commands there in. You then have the opportunity to remove scripts 
before they are run or even build in authorization.


Another option that we use is to have an XML-RPC server running
as root on localhost, accessible from the web server.  This
server is written using the standard python SimpleXMLRPCServer,
and handles a limited number of procedures.  Some of these
procedures, such as running ``make'' in the etc/postfix directory,
do not have serious authentication.  Others have stronger methods
of authentication and restrictions.

Bill



This sounds as a good option also, but, How do you avoid any user (maybe 
non root) logged into the system to make calls to your xmlrpc server?



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Run script as root from WebServer

2008-09-22 Thread Matias Surdi

Hi,

I'm using mod_python3 and apache22 to create some scripts and access 
them through a web interface.


The problem is that some of these scripts deal with configuration files 
and some other tasks that require root privileges.


In the past, I've solved this issue by using sudo and allowing just the 
commands I want to allow in the sudoers file to the apache user.But I'm 
wondering if this is the better way to do what I want to do.


What would you do in such a situation?


Thanks for your help.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mod_python core dumped

2008-09-11 Thread Matias Surdi

Hi,

I've installed mod_python from the ports on a recently installed FreeBSD 
7 box and, despite all the build process goes well, when I try to start 
apache I get a core dump. If I disable the Loadmodule directive for 
mod_python in httpd.conf, then apache starts perfectly.


The versions I'm using are:

# pkg_version -v
apache-2.0.63_2 =   up-to-date with port
autoconf-2.62   =   up-to-date with port
autoconf-wrapper-20071109   =   up-to-date with port
bash-3.2.39_1   =   up-to-date with port
dovecot-1.1.3   =   up-to-date with port
expat-2.0.1 =   up-to-date with port
gettext-0.17_1  =   up-to-date with port
gmake-3.81_3=   up-to-date with port
help2man-1.36.4_2   =   up-to-date with port
libiconv-1.11_1 =   up-to-date with port
libtool-1.5.26  =   up-to-date with port
linux_base-fc-4_10 needs updating (port has 4_13)
m4-1.4.11,1 =   up-to-date with port
mod_python-3.3.1_2  =   up-to-date with port
p5-gettext-1.05_2   =   up-to-date with port
pcre-7.7_1  =   up-to-date with port
perl-5.8.8_1=   up-to-date with port
pkg-config-0.23_1   =   up-to-date with port
postfix-2.5.4,1 =   up-to-date with port
py25-sqlite3-2.5.2_1=   up-to-date with port
python25-2.5.2_3=   up-to-date with port
sqlite3-3.5.6   =   up-to-date with port




Any help will be appreciated, thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pkg_create

2008-09-03 Thread Matias Surdi
I've a directory tree structure in /usr/local from wich I'd like to 
create a package.


How are pkg_create arguments supposed to be?

Where can I find an example?

I've read the manpage, but an example would be really usefull.

Thanks for your help again.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pkg_create

2008-09-03 Thread Matias Surdi

Ivan Voras escribió:

Matias Surdi wrote:

I've a directory tree structure in /usr/local from wich I'd like to
create a package.

How are pkg_create arguments supposed to be?

Where can I find an example?

I've read the manpage, but an example would be really usefull.

Thanks for your help again.


Though it's theoretically possible, don't use pkg_create on a bunch of
files you scattered on the file system to create a package. a) it's hard
to do right by hand and b) you'll probably create an incorrect package.

What you can do (and this is much easier) is write a port for your
application(s), see
http://www.freebsd.org/doc/en/books/porters-handbook/ and then create a
binary package from that port using make package.

(You do not need to submit the port or your source to anyone but you
must have it on your computer to create the package).




Thanks, this will do the job.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make release, src.conf and WITHOUT_SENDMAIL on freebsd 7

2008-08-30 Thread Matias Surdi

Hi,

I've set up a src.conf so that when I do a make buildworld sendmail is 
not built. That works great.


The problem arises when I do a make release as, as far as I can see, 
/etc/src.conf is completly ignored. I think it's an issue with the 
chroot environment that make release uses. Wich is the correct way to 
let make release know about src.conf?



Thanks a lot.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sysinstall install.cfg question

2008-08-22 Thread Matias Surdi

Hi,

I'm trying to figure out how could I tell sysinstall to let the user 
choose the disk he want to install into and then, based on that 
response, create automatically without any other question the 
partitions/labels that are required.


I've seen several examples but I can't find the way to do it.I've also 
noticed that the manpage isn't complete, as there are many variables 
defined in sysinstall.h that are not documented there.



Thanks for any help.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OT] Evaluate strings in bash

2008-08-21 Thread Matias Surdi

Oliver Fromme escribió:

Matias Surdi wrote:
  Oliver Fromme escribió:
   Matias Surdi wrote:
Oliver Fromme escribió:
 Matias Surdi wrote:
  # echo $BINMAKE
  `if [ -x /usr/obj/usr/src/make.i386/make ]; then echo 
  /usr/obj/usr/src/make.i386/make; else echo make; fi` -m /usr/src/share/mk
  
  I'd like to have a second variable like:

  [code]
  # echo $newvariable
  make -m /usr/src/share/mk
 
 # newvariable=`eval echo $BINMAKE`

I've already tried that, but doesn't work.
   
   It does work.  Maybe you forgot the echo part?
  
  Maybe I've not explained it very well, look here: 
  http://www.linuxquestions.org/questions/linux-general-1/bash-strings-evaluation-664094/


You have explained it well enough, I think, and the
solution I explained above works fine.  If it doesn't
work for you, then you did it wrong.  The solution
written at the URL you mentioned is unnecessarily
complicated.

$ echo $BINMAKE
`if [ -x /usr/obj/usr/src/make.i386/make ]; then echo 
/usr/obj/usr/src/make.i386/make; else echo make; fi` -m /usr/src/share/mk
$ newvariable=`eval echo $BINMAKE`
$ echo $newvariable
make -m /usr/src/share/mk
$ 


Best regards
   Oliver


You are right, this works fine also.I've forgot the echo.

Thanks for your help.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[OT] Evaluate strings in bash

2008-08-20 Thread Matias Surdi

Hi, sorry for the offtopic, but maybe somebody can help me here.

I've the following variable:

[code]
# echo $BINMAKE
`if [ -x /usr/obj/usr/src/make.i386/make ]; then echo 
/usr/obj/usr/src/make.i386/make; else echo make; fi` -m /usr/src/share/mk

#
[/code]

It's a string wich includes a commmand.

How can I get the subcommand replaced by its output?

I'd like to have a second variable like:

[code]
# echo $newvariable
make -m /usr/src/share/mk
#
[code]


Thanks a lot.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OT] Evaluate strings in bash

2008-08-20 Thread Matias Surdi

Oliver Fromme escribió:

Matias Surdi wrote:
  # echo $BINMAKE
  `if [ -x /usr/obj/usr/src/make.i386/make ]; then echo 
  /usr/obj/usr/src/make.i386/make; else echo make; fi` -m /usr/src/share/mk
  
  I'd like to have a second variable like:

  [code]
  # echo $newvariable
  make -m /usr/src/share/mk

# newvariable=`eval echo $BINMAKE`

By the way, this has nothing to do with bash.  Those things
work with every bourne shell, including FreeBSD's /bin/sh.
It even works with Solaris' /bin/sh which is very far from
a POSIX shell.  :-)

Best regards
   Oliver



I've already tried that, but doesn't work.

$newvariable will end with the output of running make -m 
/usr/src/share/mk on the current directory and not with the string 
make -m /usr/src/share/mk which is wat I want.



Thanks a lot for your help.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OT] Evaluate strings in bash

2008-08-20 Thread Matias Surdi

Matias Surdi escribió:

Hi, sorry for the offtopic, but maybe somebody can help me here.

I've the following variable:

[code]
# echo $BINMAKE
`if [ -x /usr/obj/usr/src/make.i386/make ]; then echo 
/usr/obj/usr/src/make.i386/make; else echo make; fi` -m /usr/src/share/mk

#
[/code]

It's a string wich includes a commmand.

How can I get the subcommand replaced by its output?

I'd like to have a second variable like:

[code]
# echo $newvariable
make -m /usr/src/share/mk
#
[code]


Thanks a lot.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]





I've finally managed to do what I was trying to do, look here:

http://www.linuxquestions.org/questions/linux-general-1/bash-strings-evaluation-664094/


Thank you all for your help :-)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OT] Evaluate strings in bash

2008-08-20 Thread Matias Surdi

Oliver Fromme escribió:

Matias Surdi wrote:
  Oliver Fromme escribió:
   Matias Surdi wrote:
# echo $BINMAKE
`if [ -x /usr/obj/usr/src/make.i386/make ]; then echo 
/usr/obj/usr/src/make.i386/make; else echo make; fi` -m /usr/src/share/mk

I'd like to have a second variable like:

[code]
# echo $newvariable
make -m /usr/src/share/mk
   
   # newvariable=`eval echo $BINMAKE`
  
  I've already tried that, but doesn't work.


It does work.  Maybe you forgot the echo part?

Best regards
   Oliver



Maybe I've not explained it very well, look here: 
http://www.linuxquestions.org/questions/linux-general-1/bash-strings-evaluation-664094/


Thanks for your help.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make release and sysinstall

2008-08-14 Thread Matias Surdi

Hi Riaan,
Thanks a lot for your explanation, it's been very usefull to me, really.

I've been looking about Freesbie, but it seems abandoned and on 
their mailing list there is no post since a couple of months.


PfSense, which I use here, uses bsdInstaller but it's last new is from 
Aug 02 2005, so, it seems abandoned also.


More of the same with the livecd port... the scripts are not up to 
date with current FreeBSD releases.


I'll give a sigth to nanoBSD., but for the moment it seems that where I 
can get more support/documentation is with sysinstall and standard 
FreeBSD tools.



Another question:

Suppose I create my own install.cfg for sysinstall and then I do a make 
release.If my sysinstall contains a couple of freeBSD packages (bash, 
python, etc..) plus a custom package created by me.. How must I instruct 
make release to include just those packages in the final CDROM?



Thanks a lot.


Riaan Kruger escribió:

Sysinstall has a configuration file with wich you can specify several
options, see man sysinstall(8) for more details.  When making a
release you set the sysinstalls configuration file with the
LOCAL_PATCHES option to patch it to the chroot environment release
build environment.

We use it to create a automatic install for a host that we know
exactly how the disks will be partitioned, what packages are installed
what users etc.

Here is an snippet of our patch file, (please note I have changed some
of the names to protect the guilty :) )

--- /dev/null Sat Jan 26 17:11:01 2008
+++ release/install.cfg Sat Jan 26 17:17:46 2008
@@ -0,0 +1,31 @@
+debug=yes
+
+nonInteractive=yes
+hostname=a.b.c
+domainname=b.c
+
+mediaSetCDROM
+
+distSetMinimum
+
+disk=ar0


etc, etc

Hope this helps.

PS. You could also look at what nanobsd and I think pfsense does. I
think they use a different approach.  I have heard sysinstall should
have been killed a long time ago but it still works well for us.


Riaan

On 8/13/08, Matias Surdi [EMAIL PROTECTED] wrote:

Hi again,

Suppose I build my own FreeBSD based distro, as described in release(7).
How can I script sysinstall or replace it with another installer to
customize the installation process?


Thanks a lot.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make release and sysinstall

2008-08-13 Thread Matias Surdi

Hi again,

Suppose I build my own FreeBSD based distro, as described in release(7). 
How can I script sysinstall or replace it with another installer to 
customize the installation process?



Thanks a lot.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


freebsd custom distribution

2008-08-12 Thread Matias Surdi

Hi everyone,

I'm starting a new project where I would like to distribute the software 
as a distribution, something as pfSense guys do (but mine is not 
targeted to be a firewall).


It would be very appreciated any pointer to some documentation or 
starting point for creating such a custom distro, for example, if I have 
a freeBSD 7 installation where I added some packages plus a custom 
application: How could I create a iso? a liveCD?


Thanks a lot.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Monitoring raid status

2008-05-29 Thread Matias Surdi

Hi list,

I have a new FreeBSD 7.0 installation with a HighPoint RocketRAID 2310 
with 4 Disks.


is there a way to check the raidstatus for the raid and/or is there a 
way to let smartmontools check the disks?



Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Large filesystems help/ideas

2008-05-21 Thread Matias Surdi

Hi,
I'm implementing a backup solution at work.We've bought a x86 server 
with two hardware raid 5 with for a total storage capacity of about 7Tb.


For the software we are using for backups, the ideal scenario would be 
to have just one big disk so that no space problems would appear.


I've tried to install FreeBSD 7 with no success, as it seems... the 
sysinstall tool doesn't support such big slices.


I've read about the Large Data Storage on FreeBSD but I'm still confused.

I've also thought on using slices of 1Tb, and join all them using vinum. 
What do you think about this last option?


Thanks a lot for your help.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Large filesystems help/ideas

2008-05-21 Thread Matias Surdi
As far as I understand from the following sentence taken from the link 
you are pointing and the text following it:


...Many systems don't require an MBR or GPT, and even PCs don't require 
it if booting and inter-operating with other OS's is not required. The 
next limit that comes in, though, is with the BSD disklabel...


I understand that I could have up to 8 slices of 2 Tb, with partitions 
(disklabel ones) inside each slice with up to 2Tb.


Is that correct?

What do you think about using this scheme and then join all them with 
vinum on a software raid-0 array?


Thanks a lot for your time and help.




Julien Cigar escribió:

You cannot use fdisk slices/partitions with disks over 2TB. For those
GPT should be used. More info is available from here :
http://www.freebsd.org/projects/bigdisk

On Wed, 2008-05-21 at 13:57 +0200, Matias Surdi wrote:

Hi,
I'm implementing a backup solution at work.We've bought a x86 server 
with two hardware raid 5 with for a total storage capacity of about 7Tb.


For the software we are using for backups, the ideal scenario would be 
to have just one big disk so that no space problems would appear.


I've tried to install FreeBSD 7 with no success, as it seems... the 
sysinstall tool doesn't support such big slices.


I've read about the Large Data Storage on FreeBSD but I'm still confused.

I've also thought on using slices of 1Tb, and join all them using vinum. 
What do you think about this last option?


Thanks a lot for your help.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Large filesystems help/ideas

2008-05-21 Thread Matias Surdi

David Robillard escribió:

Hi,
I'm implementing a backup solution at work.We've bought a x86 server
with two hardware raid 5 with for a total storage capacity of about 7Tb.

For the software we are using for backups, the ideal scenario would be
to have just one big disk so that no space problems would appear.

I've tried to install FreeBSD 7 with no success, as it seems... the
sysinstall tool doesn't support such big slices.

I've read about the Large Data Storage on FreeBSD but I'm still confused.

I've also thought on using slices of 1Tb, and join all them using vinum.
What do you think about this last option?

Thanks a lot for your help.


I would suggest to use different partitions for your OS and another
big one for your backup data. In fact, if you can use two smaller
disks in RAID 1 for the OS and leave your two RAID 5 for the backup
data alone, that would be even better.

This way you can both a) install the OS without any problem and b)
prevent a *very* long fsck in case the machine crashes and your 7TB
partition is broken beyond the background fsck process. Once you have
the OS installed on the smaller partitions, you can then use gpt(8) to
create your 2TB+ filesystems.  YMMV.

We use a scenario quite identical as what you're trying to do. We use
a few ports to do so, like sysutils/rsnapshot and shells/rssh with
rsync and OpenSSH along with an encrypted backup volume and OpenPGP to
encrypt the tapes. For VMWare images, we use sysutils/rdiff-backup. It
works very well for 100+ mixed FreeBSD, RedHat, Ubuntu and AIX hosts.
If you need any help with the backup setup and all, just ask, I'll
send you the howto.

Have fun,

DA+



Thanks a lot for your invaluable help guys, now I've a better idea about 
this.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


possible bug in mysql-server.sh

2008-03-24 Thread Matias Surdi

Hi.

I've installed from ports mysql-server-5.0.45_1  on FreeBSD 7.0 and see 
what happens:


# /usr/local/etc/rc.d/mysql-server start
Starting mysql.
[EMAIL PROTECTED] ~]$ #I will hit now CTRL+D
[EMAIL PROTECTED] ~]$ exit
[EMAIL PROTECTED] ~]#



So, a shell from the user mysql is started, and boot process Doesn't 
continue till y logout that shell..


¿What's happenning? ¿Any idea?


Thanks a lot.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Partnership

2008-01-18 Thread Thiago Matias
Good Afternoon.

I dsa TecnologiaBR school of Informatica in Brasilia, and would like to see
the possibility to achieve a partnership with FreeBSD, because I have a very
good demand of companies that training for the use of their products.
I Grato for your attention

-- 
Att,

Thiago Matias
Gerente de Treinamentos e Projetos
TecnologiaBR
www.tecnologiabr.com.br
[EMAIL PROTECTED] ou [EMAIL PROTECTED]
Skype: tmatias23
QI 15 lote 1/3 - Taguatinga Norte
SGAS 906 Conj F - Plano Piloto

TEL  5561 3354-3162 ou  5561 8423-4142

The TecnologiaBR, focuses on the area of education and development of
technology.
Our trainings have excellent technical level and didactic.
Our instructors are certified in the most important evidence of the market.
With excellent infrastructure and teaching material.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD crashes on my laptop...

2006-07-29 Thread Matias
First of all, ensure that you are not having a temperature issue check
the cooler of the laptop, maybe it is crossing to the other world...

Ahmed Parkar escribió:

 Hello...
 
 I am running FreeBSD 6.1-RELEASE (AMD64) on an Acer Ferrari 3400 laptop...
 Specs...
 Mobile AMD athlon 3000+
 128mb ATI radeon 9700...
 
 I install it and everything seems to get detected and all... but then...
 it suddenly
 crashes... system just shuts down... no error appears on the screen...
 
 Well, this has been consistenly happening generally when I'm installing
 some port... Once it was KDE, other times it was Opera and most recently
 it was VLC... Once it crashed even when I ran the command find / vimrc.
 I know the
 syntax of the comand may not be correct, it was just traversing through
 all the
 directories and it crashed (I was tryin to find the default vimrc file).
 All this
 when I was running X under window-maker... Also it crashed once when it
 was in GNOME and the computer was idle for like 30mins or so and it
 crashed (Gnome installs during the installation process, not the ports
 way) So, I figure X might be the problem... So the next time I boot, I
 dont start X
 and I make VLC and it crashes around the same place I expect it to...
 
 Is it the laptop? How can I debug something like this.. get the log files
 or somethin
 just before the crash...
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What is difference between FreeBSD 5.5 and 6.1?

2006-07-28 Thread Matias
Tom King escribió:

 What is difference between FreeBSD 5.5 and 6.1?
You can view the differences yourself here:
http://www.freebsd.org/releases/6.1R/relnotes.html
http://www.freebsd.org/releases/5.5R/relnotes.html

 
 Why two new versions at same time?

5.5 is a maintenance release of the 5.x branch, if you've 5.x boxes and
don't want to migrate to 6.x , then you still have security fixes and
patches for your bsd box. 

 
 Is FreeBSD Unix, Linux or something elese?
 

FreeBSD is derived from the original BSD (Berkeley Software Distribution),
look here for more info:
http://www.freebsd.org/about.html

 Do Solaris programs or Linux graphical programs run on FreeBSD?
 

mm.. solaris.. I'm not sure, but  think that mos of them will... for linux,
there is a linux compatibility mode that will run most (if not all) linux
programs.

 Does it make more sense to port from Windows directly to Mac OS X or to
 FreeBSD first?

It depends on what will you use that box for. if you wish a rock-solid
internet server, then freeBSD is the way to go, if you just want to play
Warcraft, then use windows.

 
 What is the development framework and IDE of choice for FreeBSD
 develoopment (Eclipse, NetBeans, Trolltech, etc.)?

Also depends, on what you want to do, and what programming language you
use/know. For web applications I like Ruby on Rails, for desktop apps I
think that trolltech's QT are one of the bests options today.


 
 What does FreeBSD offer over Solaris and/or Red Hat Linux?

It's BSD licence, a great community and lots of more things that you can
read in  www.freebsd.org

good luck

 
 Thanks!
 
 
 Tom King
 [EMAIL PROTECTED]
 713-702-5578
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Unattended installations

2006-07-10 Thread Matias
Hi,

I work for an ISP, we offer currently Linux and Windows dedicated hosting
services and I'm trying to convince mi boss to start a new product based on
FreeBSD.

Now he is asking me for how we could do unattended installations. I've
an idea of how to do it, but seems like I have a lot fof work ahead... is
any howto, tutorial, guide, etc?


Thanks a lot


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


windowmaker i18n

2006-06-25 Thread Matias
Hi guys. newbie question ahead.

¿How tcan I install localization for windowmaker?? i want it to be in
spanish. I've already set everithing in /etc/login.conf and run
cap_mkdb /etc/login.conf, then reinstalled (portinstall -f windowmaker) and
it is still in english.

thanks.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cant' find port

2006-05-26 Thread Matias
Hi,

I've been googling about this but I can't find the answer:

Is there a port to install Yakuake (the quake-styled terminal for kde)?




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Package management utility for KDE?

2006-05-26 Thread Matias
Hi, KDE fan ahead

Is there any visual FreeBSD package management tool for QT/KDE?


Thanks.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cant' find port

2006-05-26 Thread Matias
Bill Moran wrote:

 Matias [EMAIL PROTECTED] wrote:
 
 Hi,
 
 I've been googling about this but I can't find the answer:
 
 Is there a port to install Yakuake (the quake-styled terminal for kde)?
 
 http://www.freshports.org
 

I've already looked for there, but it isn't listed, so, the reply to my
original question is NO right?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Kde freeze after keypress

2006-05-23 Thread Matias Surdi

Well, replying to myself for the archives:

With cygwin/x everything works well.

Matias Surdi escribió:
Sory if this isn't the correct place to put this question. I've also 
posted it to kde.freebsd list.



I'm using Xming to connect to a remote FreeBSD box, everything works 
perfect wen using Gnome, TWM, etc...


When I run a KDE session, there is no problem till I press any key... 
after that, the desktop stops responding to the keyboard, and even to 
the mouse clicks (althought the cursor still moves around), it feels 
like an overloaded box, because , for example, after click on a window 
it keeps focus about 5 seconds later. But as I said above, the problem 
begins when I try to use the keyboard.



Had this happened to sombody else?

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Kde freeze after keypress

2006-05-22 Thread Matias Surdi
Sory if this isn't the correct place to put this question. I've also 
posted it to kde.freebsd list.



I'm using Xming to connect to a remote FreeBSD box, everything works 
perfect wen using Gnome, TWM, etc...


When I run a KDE session, there is no problem till I press any key... 
after that, the desktop stops responding to the keyboard, and even to 
the mouse clicks (althought the cursor still moves around), it feels 
like an overloaded box, because , for example, after click on a window 
it keeps focus about 5 seconds later. But as I said above, the problem 
begins when I try to use the keyboard.



Had this happened to sombody else?

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


omniback

2006-05-11 Thread Matias Surdi

Hi,

Could someone tellme if there is client support for omniback backup 
system for FreeBSD?


Where can I get it? Any tutorial or documentation?

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem installing port

2006-03-24 Thread Matias Surdi
Hi, Could someone tell me why I get this error?


su-2.05b# portinstall  es-kde-i18n
** Port marked as IGNORE: misc/kde3-i18n-es:
is marked as broken: Incorrect pkg-plist
su-2.05b#



Thaks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem installing port

2006-03-24 Thread Matias Surdi
Paul Schmehl wrote:
 --On Friday, March 24, 2006 18:11:59 +0100 Matias Surdi
 [EMAIL PROTECTED] wrote:
 
 Hi, Could someone tell me why I get this error?


 su-2.05b# portinstall  es-kde-i18n
 ** Port marked as IGNORE: misc/kde3-i18n-es:
 is marked as broken: Incorrect pkg-plist
 su-2.05b#

 The port is broken because the pkg-plist is incorrect.  Until it's
 corrected, the port will remain marked broken.  If you really need to
 install it anyway, you can use FORCE_PKG_REGISTER to get it to install.
 
 Paul Schmehl ([EMAIL PROTECTED])
 Adjunct Information Security Officer
 The University of Texas at Dallas
 http://www.utdallas.edu/ir/security/

So, I just have to wait then...

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


shutdown not shutting down :-(

2006-02-19 Thread Matias Surdi

Hi, Linux-user, FreeBSD-newbie posting here.

I've a recent installation of FreeBSD, and when I do

# shutdown now

It starts the shutdown process but it hangs promting for the shell path.

I think that this could be something related to the order in which 
partitions are unmounted.


Any idea?

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: shutdown not shutting down :-(

2006-02-19 Thread Matias Surdi

Matias Surdi escribió:

Hi, Linux-user, FreeBSD-newbie posting here.

I've a recent installation of FreeBSD, and when I do

# shutdown now

It starts the shutdown process but it hangs promting for the shell path.

I think that this could be something related to the order in which 
partitions are unmounted.


Any idea?

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




Thanks for the help!!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


equivalent to linux cp -al

2006-02-19 Thread Matias Surdi

Hi,


I've a script on a linux box wich makes backups, it uses the cp -al 
command to make hard links and preserve atributes.


Is there an equivalent on FreeBSD?

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: equivalent to linux cp -al

2006-02-19 Thread Matias Surdi

Matias Surdi escribió:

Hi,


I've a script on a linux box wich makes backups, it uses the cp -al 
command to make hard links and preserve atributes.


Is there an equivalent on FreeBSD?

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




Replying  to myself.

I've noticed that I've to use cpio instead.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem installing 6.0 - Help

2006-02-10 Thread Matias Surdi
yes, it's good I've burned it again and the problem still exists..

:-(


10 Feb 2006 13:56:55 -0500, Lowell Gilbert
[EMAIL PROTECTED]:
 Matias Surdi [EMAIL PROTECTED] writes:

  Hi,
 
  I'm trying to install FreeBSD 6 on a new pc.
 
  After creating  the partitions and choosing the packages to install,
  when te transfer of the base system from the DVD-drive (with a
  standard CD inside) to the hard disk starts, an error message appears
  saying: Write failure on transger! (wrote 0 bytes of...) and I can
  se on the second console something like:
 
  acd0: FAILURE - READ_BIG HARDWARE ERROR asc=0x08 ascq=0x03 error=0

 Are you sure the CD is good?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Problem installing 6.0 - Help

2006-02-09 Thread Matias Surdi

Hi,

I'm trying to install FreeBSD 6 on a new pc.

After creating  the partitions and choosing the packages to install, 
when te transfer of the base system from the DVD-drive (with a standard 
CD inside) to the hard disk starts, an error message appears saying: 
Write failure on transger! (wrote 0 bytes of...) and I can se on the 
second console something like:


acd0: FAILURE - READ_BIG HARDWARE ERROR asc=0x08 ascq=0x03 error=0


Thanks everybody.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD vs Linux

2006-01-18 Thread Matias
[EMAIL PROTECTED] wrote:

 What is the essential difference
 between FreeBSD and Linux (Fedora for instance)?
 Where can I find any list of differences?
 What/Where are the advantages of FreeBSD vs Linux?
 Greetings
 Greg
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


Give a look at gentoo  it's inspired by FreeBSD, and is linux as
well the portage system works great... and as a personal opinion: Use
gentoo for Home / Desktop / Office use use FreeBSD For web/ftp/file/
etc.. Servers.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD vs Linux

2006-01-18 Thread Matias
Giorgos Keramidas wrote:

 On 2006-01-18 16:55, Matias [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:
  What is the essential difference between FreeBSD and Linux (Fedora
  for instance)?  Where can I find any list of differences?
  What/Where are the advantages of FreeBSD vs Linux?

 Give a look at gentoo  it's inspired by FreeBSD, and is linux as
 well the portage system works great... and as a personal opinion: Use
 gentoo for Home / Desktop / Office use use FreeBSD For web/ftp/file/
 etc.. Servers.
 
 Nah.  Why use something that is BSD-like when you can get the Real
 Thing(TM) for free?
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


It's just another option. I like very much both of them.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with X11 Forwarding

2006-01-17 Thread Matias
Aaron Dalton wrote:

 I thought this might be the best place to post the question.  I am
 running FreeBSD5.4-RELEASE.  For the sake of argument, let's say I am
 trying to get the port editors/fte running on my Windows box via an SSH
 tunnel.  I am running WindowsXP, cygwin's X11 server, and PUTTY.  As far
 as I can tell from all my Googling, this should actually be quite simple:
 
 - openssh is setup on FreeBSD with X11Forwarding=yes
 - I start the cygwin X-server (XWin -ac -multiwindow)
 - Putty is configured to forward X11 sessions
 - I connect via Putty
 - running '$ fte' from the FreeBSD command line should supposedly open
 everything up now on my Windows box, but it does not.
 
  From what I understand, when I connect now via Putty the env variable
 DISPLAY should be set.  But it is not (which is the error fte gives me
 when I try to run it).  If I try to manually set the DISPLAY variable (I
 tried localhost:0, localhost:0.0, ip:0, ip:0.0) it still doesn't work.
 editors/fte is fully installed (with X11libs and all that) but I wonder
 if there is more I need installed on the FreeBSD end to make things work.
 
 I really appreciate your time and any assistance you can render.
 


Remember to run on the Cygwin console the command:

# xhost +

(Disclaimer: This is not secure for the Cygwin machine :-P )

So anyone can connect to your X11/Xorg Server.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Kernel compilation error

2003-06-18 Thread Matias Pascaner
Hi, my name's Matias and it's the first time that i'm using freebsd or other 
linux based system. i'm trying to compile a kernel and it gives me this 
error

cc: Internal error: Segmentation fault (program cpp0)
Please submit a full bug report.
See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
makdep: compile failed
*** Error code 1

So i compile try to compile the generic kernel and happened the same.

what's the problem?

_
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.yupimsn.com/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]