Re: Very simple file sharing between FreeBSD server and windows client ?

2010-05-10 Thread Diego F. Arias R.
On Mon, May 10, 2010 at 9:37 AM, Adam Vande More amvandem...@gmail.comwrote:

 On Mon, May 10, 2010 at 7:35 AM, Frank Bonnet f.bon...@esiee.fr wrote:

  Hello
 
  Is there a simple software to share files between a FreeBSD server and a
  windows client other than Samba which is a bit overkill for my needings,
 
  I just want to share a directory (and subdirectories) of my server with
 ONE
  Windows client, to facilitate some files exchanges between two users.
 

 If it's a one way share, you can use rsync.



 --
 Adam Vande More
 ___
 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


Use samba is no so overkill, for simple stuff is really good.

-- 
mmm, interesante.
___
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: microsoft windows help needed (DHCP server problems)

2010-05-10 Thread Diego F. Arias R.
On Mon, May 10, 2010 at 1:41 PM, Aleksandr Miroslav
alexmiros...@gmail.comwrote:

 I'm running FreeBSD 8.0-RELEASE on my work PC.

 My organization runs largely Windows desktops with a sizable chunk of
 Mac OS X machines.

 Whenever a Windows/Mac connects to the Windows-based DHCP server, it
 not only does the normal DHCP functions (i.e. gets an IP), it also
 sets the hostname on the Windows server for that IP.

 i.e. when windows.example.org connects to dhcpserver.example.org, the
 dhcp server assigns to it 192.168.1.1 AND sets the PTR record for
 192.168.1.1 to be windows.example.org.

 But for my FreeBSD box seems to only do the first part, i.e. get an IP
 address. The second part does not seem to be done.

 Is this some Windows/Mac overloading of the DHCP protocol that I
 cannot do, or is there some DHCP bit I need to flip to make this
 happen?


 thanks,
 Alex
 ___
 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


Im think you are wrong (Not 100% shure), yes the DHCP assign the ip but is
the windows machine (Client) thats sets its name on the DNS (At least on a
Active Directory domain)

So when that fails you put ipconfig /registerdns (Windows Machine).

anyway check   man dhclient.conf the part of examples is maybe what you are
looking for. (send host-name andare.fugue.com;)

Diego Arias

-- 
mmm, interesante.
___
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: Accessing file from windows or to windows

2010-05-06 Thread Diego F. Arias R.
On Thu, May 6, 2010 at 4:01 PM, Jean-Paul Natola jnat...@familycareintl.org
 wrote:

  Thx for the quick reply, one question

 Which one , I have

 Samba3

 Samba33

 Samba34

 Samba4wins
 --


look at samba.org for the lastest stable version and thats it.



-- 
mmm, interesante.
___
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 PXE installation howto

2010-04-11 Thread Diego F. Arias R.
Hello There:

I will read it, just found a mountpoint named puntodemontaje, that maybe you
forgot to translate.

Will check it out latter.

Diego Arias



On Sun, Apr 11, 2010 at 11:21 AM, Egoitz Aurrekoetxea Aurre 
ego...@ramattack.net wrote:

 Hi,

 I'm working on a project for setting up a freebsd installation server with
 pxe. When I started I see the doc was a bit old-fashioned... so I started
 looking at some blogs... freebsd doc that could help me understanding the
 whole process and so on... finally I have ended looking at source code of
 some involved parts like sysintall, boot stages and so on for
 understanding all properly for setting up this service. I have written a
 documentation that if you see it to be ok... (it seems to be working fine)
 perhaps, would be nice to appear in handbook or in some official
 documentation site... So if you see something that should be done in another
 way... or some point wich you consider it's wrong... please make me know and
 I'll correct it. The url in wich you could fetch the pdf file is :
 http://postfixquotareject.ramattack.net/freebsdpxehowto.pdf

 Thank you very much.

 Bye!!___
 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




-- 
mmm, interesante.
___
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: Where are my drives?

2010-03-26 Thread Diego F. Arias R.
On Fri, Mar 26, 2010 at 4:08 PM, Slack-Moehrle mailingli...@mailnewsrss.com
 wrote:

 Hi All,

 I have not really used FreeBSD in a very long time.

 FreeBSD 8.
 500gb boot
 8 x 1.5tb drives installed connected to a 3ware 9500S-8 card

 I am trying to see what the 8 x 1.5tb drives are called and if they are
 recognized.

 I read that FreeBSD 8 has the driver for 3ware by default.

 I added a twa_load=YES to /boot/loader.conf as well as lines for ZFS

 I do a: egrep 'ad[0-9]|cd[0-9]' /var/run/dmesg.boot
 and I just see my DVD (acd0) and my 500gb SATA (ad4)

 How to I add these drives? When I start the machine, I see the 8 drives
 listed during BIOS post, attached to the 3ware card.

 What do I do to get my drives recognized?

 -Jason
 ___
 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:

Can you please paste your dmesg? Do you create an array on the 3ware?
-- 
mmm, interesante.
___
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 Version recommend for OLD machine

2010-03-17 Thread Diego F. Arias R.
On Wed, Mar 17, 2010 at 5:09 AM, Ruben de Groot mai...@bzerk.org wrote:

 On Tue, Mar 16, 2010 at 03:25:56PM -0400, alexus typed:
  On Tue, Mar 16, 2010 at 3:21 PM, andrew clarke m...@ozzmosis.com
 wrote:
   On Fri 2010-03-12 00:16:35 UTC-0500, Steve Bertrand (st...@ibctech.ca)
 wrote:
  
The machine has a Motherboard that supports 2 double pentium III
processors with 1GB of ram and a hard disk with 40GB.

  i'd go w/ 8.0 worse case scenario 7.2
  and put more memory in that machine it's embarassing :)

 CPU: AMD Enhanced Am486DX4/Am5x86 Write-Back (486-class CPU)
 real memory  = 67108864 (64 MB)

 soekrisgw uname -rms
 FreeBSD 8.0-STABLE i386

 Soekris board running fine as a router and firewall. I'm not at all
 embarrassed.

 Ruben

 ___
 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


Mem: 51M Active, 11M Inact, 75M Wired, 4000K Cache, 24M Buf, 1492K Free
Swap: 512M Total, 84M Used, 428M Free, 16% Inuse

One of my servers, run Web,Mail,Torrent,MySQL,IRSSI and OpenVPN

-- 
mmm, interesante.
___
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: Amanda, FreeBSD8, amtype, hairpulling, etc.

2010-03-13 Thread Diego F. Arias R.
On Sat, Mar 13, 2010 at 10:57 AM, Svein Skogen (Listmail Account) 
svein-listm...@stillbilde.net wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 12.03.2010 15:20, Svein Skogen wrote:
  I'm having trouble getting Amanda (2.6.1p2 from ports) to play nicely
  with my hardware.
 
  Devices are:
  HP Ultrium 3-SCSI Q25W   at scbus0 target 1 lun 0 (sa0,pass0)
  HP 1x8 G2 AUTOLDR 2.80   at scbus0 target 1 lun 1 (pass1,ch0)
  connected via:
  mpt0: LSILogic SAS/SATA Adapter port 0x9000-0x90ff mem
  0xfe4fc000-0xfe4f,0xfe4e-0xfe4e irq 16 at device 0.0 on pci2
  mpt0: [ITHREAD]
  mpt0: MPI Version=1.5.20.0
 
  os and number in question is:
  FreeBSD storage.stillbilde.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Tue Mar
   9 07:01:59 UTC 2010
  sv...@storage.stillbilde.net:/usr/obj/usr/src/sys/GENERIC  amd64
 
  Tapes are regular LTO-3 (HP C7973A).
 
  amtapetype simply hangs (after writing 3-4 tps for 5 seconds, then
  simple silence both on sa0 and console)
 
  Has anybody run into this problem with FreeBSD8+mpt+autoloader?
 
  //Svein
 

 I'm finally starting to make sense of what I'm seeing (hence the
 crossposting)

 Seems I've stumbled onto some strange incompatibility between my SAS
 controller (LSI 3801E), Tape-library, and FreeBSD+Solaris.

 The behavior I'm seeing is consistent with this solaris bug:

 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6894775

 but luckily (?) for me, my disks are on an MFI controller. I'm seeing
 the exact same behavior in both FreeBSD and OpenSolaris 133 and 134.

 Linux and Windows installs on the box (this box is currently being set
 up, so I'm rather liberated from reinstall-concerns) seems unaffected,
 atleast the HP Software doesn't fail the way
 tar/dump/dd/amanda/bacula/whatnot does at random intervals.

 The errors only occur when the device I'm reading/writing from is 100%
 laoded (reading or writing 56mb/sec + compression), which when fed from
 a raid capable of more than 6 times that is quite likely to happen
 during backups.

 The Solaris bug seems to be around MSI handling, but there are several
 reports over there about this error occuring even with MSI disabled.

 Right now I'm dumbstruck about this, and might install Linux just to
 get backups up and running this year, because I'm too tired of this
 entire process, but I'd REALLY rather run FreeBSD or OpenSolaris. This
 is based on a personal preference and nothing else, but if anybody has
 some blinding insights on how to get this working, I'm open for
 suggestions.

 if there is a hardware/driver bug isnt possible to get another cheap sas
controller for your tape, maybe a second hand?
-- 
mmm, interesante.
___
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: tao suddenly died

2010-03-10 Thread Diego F. Arias R.
On Wed, Mar 10, 2010 at 2:01 PM, Gary Kline kl...@thought.org wrote:

 On Tue, Mar 09, 2010 at 10:04:26PM -0600, Adam Vande More wrote:
  On Tue, Mar 9, 2010 at 9:34 PM, Gary Kline kl...@thought.org wrote:
 
  Aloha Al and thanks for responding.  {god this has been a
  long day... .  }
  
  Well, long-story-short, the most unepect thing happened: a
  power surge.  I did not realize that my printer was also off
  until hours later.  A friend helped me trace the problem and
  reset my surgge-protector.  ---It is worth noting that BEFORE
  I got my battery [UPS], when things were dead or suddenly
  went dead, i  knew right away to check the surge-protector.
  
  nutshell: things are almost back.  it'll be only an hour
  before everything is back.
  
  still, this is a warning to get back on the ball and start
  looking for a new desktop.
  
  i would be much obliged for ideas on what kind of dell to buy
  next.  i say 'dell' because i would like to make life simple
  and eventually have one kind of box.  (i have three tower
  computers: one is my DNS/mail/web server; one is my pfSense
  firewall; one is my laptop.  i COULD use the server as a
  desktop, but that would be too much of a risk!
  
  so:: should i be looking for a dual or quad?  i am biased
  toward intel because i think the AMD requires more juice.  [[my
  only linux server --long dead-- seemed to suck 100w to 107w as
  a minimum.]]
  
  suggestions?
  
 
  I don't really think much of Dell consumer level products or support.
  While
  they aren't the worst out there, it still doesn't make it very compelling
  for me.  Depending on your resources(money) you might consider something
  like this:


 WEll, frankly, _cost_ is less of an issue considering all
the grief, c.  i think I've built [custom ordred] more
and better systems than the Dells and HPs.

 
  http://www.ixsystems.com/apollo


 I'll look this up when I am using a GUI mailer.
 
  While more money than you'd probably spend with dell, here's a couple
  reasons to consider it further.
 
  1.  Out the Box compatibility
  2.  Great hardware support/warranty service
  3.  Vendor backing of your OS
  4.  Long term upgradability, this will serve you better than any
 emachine.
  5.  ixsystems is a large supporter of FreeBSD
 
  I believe the TCO of something like that is lower than most alternatives.
 
  One further thought is I don't see a lot sense in the requirement must
 be a
  dell, cause the other ones I have are dell given the amount of machines
 you
  run.  To me, it would make more sense to standardize on something like
 cpu,
  so that you could run one as a build system/package repository.  I know
 that
  settling on one vendor generally means you only need one source for
 warranty
  work, but with stickers on cases and online accounts this isn't such an
  issue anymore.
 


 I would like to establish a history with one vendor, so
your feedback makes sense.

What I haven't decided on yet in whether to go with a
dual-core or quad-.  mY current desktop is a 2.4GHz and
has always seemed slow when I've running more than five
tasks.  Strange.  The new dual-core server is like
greased lightening ... and extremely lightly loaded.

gary


 
  --
  Adam Vande More
  ___
  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

 --
  Gary Kline  kl...@thought.org  http://www.thought.org  Public Service
 Unix

 ___
 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 will choose to go witha  Dual Core and the extra buck to a better hard
driver, more memory or even better a good quality mainboard.
-- 
mmm, interesante.
___
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: Strange network issue in freebsd 8

2010-01-23 Thread Diego F. Arias R.
On Sat, Jan 23, 2010 at 10:01 PM, Sherin George l...@sheringeorge.co.ccwrote:

 Hello,

 Thanks for the reply.

 Please see the rc.conf file given below.

 ===
 myserver# cat /etc/rc.conf

 defaultrouter=XXX.XXX.XXX.241
 hostname=myserver.net
 ifconfig_em0=inet XXX.XXX.XXX.242  netmask 255.255.255.248
 nfs_client_enable=YES
 nfs_server_enable=YES
 rpcbind_enable=YES
 sshd_enable=YES

 zfs mount -a

 inetd_enable=YES
 ==

 Note: I have replaced first three octets.

 --
 Regards,
 Sherin


 On Sun, Jan 24, 2010 at 4:39 AM, Michael L. Squires mi...@siralan.org
 wrote:

  I am using an em0 card with 7.2-STABLE, no problems.
 
  My guess is that there is something wrong with the ifconfig commands in
  rc.conf for the em0 card.  What do they look like?
 
  Mine are (DHCP via a Comcast cable modem)
 
  network_interfaces=fxp0 bge0 lo0
  hostname=familysquires.net
  ifconfig_fxp0=DHCP
  ifconfig_em0=inet 10.1.5.1  netmask 255.255.255.0
  gateway_enable=YES
  firewall_enable=YES
  firewall_type=simple
  natd_enable=YES
  natd_interface=fxp0
  natd_flags=
  # other
 
  For a system inside the firewall with a fixed IP I have
 
  defaultrouter=10.1.5.1
  ifconfig_em0=inet 10.1.5.160 netmask 255.255.255.0
  inetd_enable=YES
 
  (System 1 connects to outside via a cable modem (fxp0); the em0 interface
  connects to a gigabit switch.  System 2 is on the switch and uses System
 1
  as its router).
 
  Mike Squires
 
 
 ___
 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


Hello there:

 i have one problem like that once with a motorolla cable-modem dont know
why the machine just lost network connection. The problemas was the cable
modem i can see the admin page of it but donde have internet. My ISP
change it after 3 months of tickets.

-- 
mmm, interesante.
___
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: Boot from FD and DR-DOS prompt comes up while installing FreeBSD?

2010-01-02 Thread Diego F. Arias R.
On Sat, Jan 2, 2010 at 5:00 AM, Paul Shi shih...@hkusua.hku.hk wrote:

 Dear Everyone,

 I am working my way t setup a FTP server on FreeBSD however I got stuck at
 the very first stage - installation of FreeBSD 8.0.

 I downloaded FreeBSD 8.0-RELEASE-i386-dvd1.iso from FreeBSD.org and burned
 it with NERO to a DVD-RW disc. After that, I insert the DVD disc and boot
 from CDROM as I have chose the CDROM to be first one in boot order.
 However,
 system starts booting from FD, invokes some Caldera DR-DOS and goes to
 command prompt [DR-DOS] A:\

 I am totally confused and cannot find any answer in FreeBSD handbook. I
 will
 greatly appreciate your help if anyone of you has experience with this
 weird
 problem. Thank you very much and Happy New Year!

 Your sincerely,
 Paul Shi
 Electronic and Communication Engineering Senior
 Department of Electrical and Electronic Engineering
 University of Hong Kong
 ___
 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 have never seen something like that on a FreeBSD Boot. Are you shure the
machine is bootig from CD an the CD is the right one? try redownloading the
ISO (Disc 1).

-- 
mmm, interesante.
___
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: Hardware virtualization

2009-12-30 Thread Diego F. Arias R.
On Wed, Dec 30, 2009 at 4:06 PM, Mike Jeays mike.je...@rogers.com wrote:

 I am about to buy a new desktop, and I want to make sure that hardware
 virtualization is included. In one or two local computer stores, I get a
 blank
 look when I ask about this. Intel seems provide it on only certain chip
 models
 and they don't seem be very forthcoming, Perhaps it is better to buy an AMD
 product?

 Any hints, please?
 ___
 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



Hello:

I like AMD because ALL their Athlon X2 and Phenom have it. Intel some models
have it some ones dont. then you have to check first at intel page to be
shure about.
___
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: the system does not boot

2009-12-28 Thread Diego F. Arias R.
On Mon, Dec 28, 2009 at 1:51 PM, gianrico.lam...@lamia.infm.it wrote:

 Dear Sir,

 I have installed BSD 7.2 release. All the installation worked fine till the
 first re-boot of the system.

 The reboot gos fine until the end where it breaks:

 Warning: /usr was not properly dismounted.
 Mounting /etc/fstab filesystems failed, startup aborted
 ERROR: ABORTING BOOT (sendingSIGTERM to parent)!
 Dec 28 19:43:06 init /bin/sh on /etc/rc terminated abnormally, going to
 single user mode
 Enter full pathname of shell or RETURN for /bin/sh:

 when I press return

 it displaysthe prompt
 #_

 the command xstart freezes and I have no desktop and to shut down I have to
 press Ctrl Alt canc

 the machine is :

 Philips freevents X59, intel core 2 duo, 1G ram, 100 G hard disk.

 I have chose the partioning suggested from the installation.


 What should I do???


 thnk you in advance for your help

 Gianrico Lamura

 I


 ___
 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


Try runing fsck -y /usr, is nothing wrong just a dirty Filesystem.

-- 
mmm, interesante.
___
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: 6.3 uname -a weirdness

2009-12-03 Thread Diego F. Arias R.
On Thu, Dec 3, 2009 at 8:46 AM, Andrea Venturoli m...@netfence.it wrote:

 Hello.

 Due to the recent advisories, on an i386 6.3 box, i just did:

 cd /usr/src
 make update
 make buildworld
 make kernel KERNCONF=MYKERNEL
 make installworld
 shutdown -r now


 Now uname -a reports 6.3p13, although cat /usr/src/UPDATING gives:

 ...
 20091203:   p14 FreeBSD-SA-09:15.ssl,
 FreeBSD-SA-09:17.freebsd-update
Disable SSL renegotiation in order to protect against a serious
protocol flaw. [09:15]

Fix permissions in freebsd-update in order to prevent leakage of
sensitive files. [09:17]
 ...



 I think the above does not affect the kernel; in fact I recompiled it just
 to be able to check the OS version with uname.
 Just curious on whether this is normal...

  bye  Thanks
av.
 ___
 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


If you are using freebsd-update to keep your system up-to-date is normal.
Unless updates apply to kernel it will keep the number of the last one who
patch it.

-- 
mmm, interesante.
___
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: list-member needs help: re my new 2009 Dell.

2009-12-03 Thread Diego F. Arias R.
On Thu, Dec 3, 2009 at 2:27 PM, Gary Kline kl...@thought.org wrote:


People,

Before I wear out my shoulder and write 37 pages of woe, I
thought I'd first get some idea of who knows what on this
list.  My net-wizard friend who lives around the Dallas-Ft Worth
environs has indeed suddenly vanished.  I am pretty close to
moving/migrating from the antique 1998 HP beast to a newer
Dell.  I have all the dovecot configs, the apache22 files, and
the bind9/named stuff in ``ethic''.  ethic is the server-to-be.

I did the original dNS stuff myself in early 2001, I read the
book, got the T-shirt (DNS  BIND).  So not that blown away by
that.  Mail is a black hole; web stuff is only slightly less
so.

Anyway: how much can/will anybody be able to help me?  Ideas?

gary



 --
  Gary Kline  kl...@thought.org  http://www.thought.org  Public Service
 Unix
http://jottings.thought.org   http://transfinite.thought.org
The 7.31a release of Jottings: http://jottings.thought.org/index.php

 ___
 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


And the problem is??

-- 
mmm, interesante.
___
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: Broadcom bce interface problems

2009-10-14 Thread Diego F. Arias R.
do you double-check the internal por assignement? How many switchs  has that
blade1 or 2?

You can try running a linux live-cd or maybe Windows to discard a FreeBSD
trouble with the nic. does Freebsd detects 1 or 2 nics, and how many does
the blade have?

On Wed, Oct 14, 2009 at 10:49 AM, Brian McCann bjmcc...@gmail.com wrote:

 On Wed, Oct 14, 2009 at 8:18 AM, H.Fazaeli faza...@sepehrs.com wrote:
  what type of blade switch you are using?
  Are you using HS21 onboard ports or an expansion card?
 
  Make sure the corresponding internal ports of
  the blade switch are at 'no shutdown' state.
 
 
  Brian McCann wrote:
 
  I'm having problems with the bce interface on a FreeBSD 7.2 install,
 using
  an IBM BladeCenter HS21 machine.  The machine uses the NetXtreme II
 card.
   The really strange thing here is, the switch shows a link, but the card
  shows no carrier in the setup.  It started working for a few seconds at
  one
  point when I reset the switch (at least, I think that's what I did), and
  it
  detected 1000BaseSX as the media and showed a status of active, but
  promptly
  went away.  If I try setting the media type manually, that doesn't
 appear
  to
  work.
  Has anyone seen this or have any ideas?
  Thanks!
  --Brian
 
 
 
  --
 
  Best regards.
  Hooman Fazaeli
 
 
 
 
 

 Yes, I'm using an HS21 onbaord card...the Broadcom.  The internal
 ports show a link (using the Nortel manager...it's got a the Nortel
 L3-7 switch in it).

 I found http://www.freebsd.org/cgi/query-pr.cgi?pr=118238 last
 night...it looks like that change was never commited by anyone...I'm
 working on recompiling that into 7.1 now and plan on trying it once
 it's done.  I'll post the results up here (and to freebsd-net as well
 if it works).

 I'm really hoping that works...since I really would like to avoid
 installing VMWare ESXi on 14 blades just to run 1 VM in each of them
 and loose performance.  I'll keep y'all posted.

 --Brian

 --
 _-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_
 Brian McCann

 I don't have to take this abuse from you -- I've got hundreds of
 people waiting to abuse me.
-- Bill Murray, Ghostbusters
 ___
 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




-- 
mmm, interesante.
___
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: is this Intel CPU ok for 7.2 AMD64?

2009-10-14 Thread Diego F. Arias R.
On Wed, Oct 14, 2009 at 4:08 PM, jhell jh...@dataix.net wrote:


 No you want: IA64 not AMD64

 ftp://ftp.freebsd.org/pub/FreeBSD/releases/ia64/ISO-IMAGES/7.2/



 On Wed, 14 Oct 2009 16:48, lconrad@ wrote:

 the FreeBSD 6.2 i386 dmesg.boot shows:

 CPU: Intel(R) Xeon(TM) CPU 3.60GHz (3591.25-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf41  Stepping = 1

  
 Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Features2=0x659dSSE3,RSVD2,MON,DS_CPL,EST,TM2,CNTX-ID,CX16,b14
  AMD Features=0x2010NX,LM
  Logical CPUs per core: 2
 real memory  = 3220963328 (3071 MB)
 avail memory = 3150913536 (3004 MB)
 ACPI APIC Table: DELL   PE BKC  
 FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  6
 cpu3 (AP): APIC ID:  7
 ioapic0: Changing APIC ID to 8
 ioapic1: Changing APIC ID to 9
 ioapic1: WARNING: intbase 32 != expected base 24
 ioapic2: Changing APIC ID to 10
 ioapic2: WARNING: intbase 64 != expected base 56
 ioapic0 Version 2.0 irqs 0-23 on motherboard
 ioapic1 Version 2.0 irqs 32-55 on motherboard
 ioapic2 Version 2.0 irqs 64-87 on motherboard

 thanks,
 Len


 ___
 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


 --

  ;; dataix.net!jhell 2048R/89D8547E 2009-09-30
  ;; BSD since FreeBSD 4.2Linux since Slackware 2.1
  ;; 85EF E26B 07BB 3777 76BE  B12A 9057 8789 89D8 547E


 ___
 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


Why ia64 if its a XEON?

-- 
mmm, interesante.
___
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: Compiling in sound driver in kernel

2009-06-11 Thread Diego F. Arias R.
On Thu, Jun 11, 2009 at 1:13 PM, Roland Smithrsm...@xs4all.nl wrote:
 On Thu, Jun 11, 2009 at 07:57:11PM +0200, Bernt Hansson wrote:
 Roland Smith:
  On Thu, Jun 11, 2009 at 05:08:09PM +0200, Bernt Hansson wrote:
  Roland Smith:
  On Wed, Jun 10, 2009 at 06:11:56PM -0400, Carmel wrote:
  This is my first attempt to compile in a driver in a new kernel I am
  attempting to build.
 
  Using loader.conf, I have the 'snd_hda' driver presently being loaded.
  I want to compile it directly into the kernel. I tried this:
  Unfortunately, the kernel will not build. What is the proper way to
  build a kernel with sound embedded into it?
 
  You're missing something:
 
  device            sound
  device   snd_hda         # Sound driver
  That doesn't help me. snd_hda driver won't load either way. I always
  have to load it manualy.
 
  What is the exact error message that you get?

 None. No error message.

 So the kernel now builds correctly with 'device sound' and 'device snd_hda'?
 If not, what message does the kernel build yield?

  What kind of hardware do you have?

 MB: Gigabyte GA-MA790fx-DS5

 Ok, the ALC889 on board is listed as supported by snd_hda(4).

 BTW, have a look at the BUGS section of snd_hda(4). Maybe your problem
 is related to this.

 If loading the module works, have you tried adding snd_hda_load=YES to
 /boot/loader.conf, as per the manual page?

 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)


hello:

do you really need to compile it in the kernel or just allow the
module to auto-load at start-up?

-- 
mmm, interesante.
___
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: ISP questions

2009-06-04 Thread Diego F. Arias R.
On Thu, Jun 4, 2009 at 11:23 AM, Mark Hartkemeyer hartk...@gmail.com wrote:
 I'm pretty new to FreeBSD and was reading part of Greg Lehey's The
 Complete FreeBSD 4th Edition.  I found the section on ISPs in chapter
 18 really interesting.  I put some of his recommended questions to my
 ISP, Cincinnati Bell's Zoomtown.  I think I talked to three or four
 people before I even got some of them answered.

 Here are some of the questions and answers:

 1. What speed connections do you offer?
    5MBps upload/5MBps download (she said bytes, but should it be bits?)
    768kBps

 2. Can you supply a static IP address? At what cost?
    Yes, $49.95/month for the whole Internet package

 3. How many hops are there to the backbone?
    It depends on the site you're trying to reach. (I think they
 misunderstood what I meant by backbone?)

 4. What kind of hardware and software are you running?
    Can't provide this, due to security reasons.

 5. Can you supply primary or secondary DNS for me?
    You need a static IP.

 6. Can you provide name registration? At what cost?
    Talk to residential services.

 7. Do you give complete access to the Internet, or do you block some ports?
    Cannot provide this info, due to security reasons.  After
 asking, I was told that I would be able to run a mail server and http
 server on my connection.

 8. Do you have complete reverse DNS?
    (They didn't know.)

 I assume this is a pretty typical response from ISPs.  Has anyone
 asked their ISP questions like these?  If so, what kind of response
 did you get?  Does anyone know of a really good ISP, or a good
 resource for finding a good ISP around Cincinnati, OH?

 Thanks,
 Mark Hartkemeyer
 ___
 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

8.Q: I need to change my Reverse DNS on my Static IP for running a mail server.
A: What are you talking about? That doesnt Exist.


-- 
mmm, interesante.
___
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: Running SMP kernel but only one cpu

2009-05-02 Thread Diego F. Arias R.
On Fri, May 1, 2009 at 10:43 PM, Duane du...@cheekymonkey.us wrote:
 On Fri, May 1, 2009 at 11:18 PM, Adam Vande More amvandem...@gmail.com 
 wrote:

 top should display a C column with a number that represents which cpu the
 process is running on.  IIRC, ACPI must be enabled for SMP to work, and ACPI
 didn't work on my MB until 7.0.

 Using the ACPI boot option doesn't seem to change the cpu situation. I
 still get only cpu0 grepping dmesg.

 also sysctl -a |grep kern.smp.cpus should return your cpu #

 This gives me '1'.

 Thanks,

 --
 Duane
 ___
 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


Are you running generic or custom kernel?

-- 
mmm, interesante.
___
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


PF Failover

2008-10-21 Thread Diego F. Arias R.
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.
-- 
mmm, interesante.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Diego F. Arias R.
On Tue, Sep 30, 2008 at 7:32 AM, Josh Paetzel [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Danny Do wrote:
 Hello,

 I am building a 6x500GB SATA HARDWARE RAID5 storage server to
 - Store large files, 10BM~1GB/file
 - Handling 500+ concurrent connections
 - Transfer rate around 100~200Mbit/s

 I am thinking of using the patch from Wojciech Puchar to reduce hard drive
 data seek in order to handle large number of concurrent connections whilst
 outputting 100~200Mbit/s.

 patch /usr/src/sys/sys/param.h
 #ifndef DFLTPHYS
 #define DFLTPHYS(1024 * 1024)   /* default max raw I/O transfer size
 */
 #endif
 #ifndef MAXPHYS
 #define MAXPHYS (1024 * 1024)   /* max raw I/O transfer size */
 #endif
 #ifndef MAXDUMPPGS


 To store files greater than 10MB, I come up with the following proposal for
 my File System:
 - UFS2
 - Soft Update  Enable
 - block-size   1,048,576

 I am not completely sure what advantage I got from this configuration but I
 am pretty sure that FSCK is much quicker with 1M file system block-size.

 Is there any other thing I need to consider in term of performance and
 reliability?

 I hope that this system will perform much better than my current 6x300GB
 SCSI 10K RPM system.

 Appreciate any advice,

 Danny

 Why do you think slower drives using an interface that has known
 problems handling concurrent connections will be faster than faster
 drives using an interface designed for concurrency?

 Based on my experiences with SATA vs. U160/U320 SCSI or SAS your likely
 outcome is to see a marked decrease in performance.  I'd be interested
 to hear your results.


 - --
 Thanks,

 Josh Paetzel

 PGP: 8A48 EF36 5E9F 4EDA 5ABC 11B4 26F9 01F1 27AF AECB
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (MingW32)

 iD8DBQFI4hxmJvkB8SevrssRAqErAJ0Tt9WPT25RhkUfGVLxEzSykEMvtwCeKXRV
 jdgJ/whLeeAQ3E97i7FkB4w=
 =UyD6
 -END PGP SIGNATURE-
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Interface concurrent connection problems?, do you have a link or something?

actually i recommend again the RAID 10, if you want performance for
heavy I/O (multiple reading,not only one file lineal reading)
for storage intensive apps its the way to go.


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


Re: Hard disk bottle neck.

2008-09-28 Thread Diego F. Arias R.
First be shure your bottleneck are the hard drives.

On Sun, Sep 28, 2008 at 8:54 AM, Bill Moran [EMAIL PROTECTED] wrote:
 Danny Do [EMAIL PROTECTED] wrote:

 Hi guys,

 I have this problem for years but couldn't find a way to solve it.

 I have a file server handling large files from 1MByte to 1GByte.

 Server Info:
 FreeBSD 6.2
 Apache 2.2.9

 DELL PowerEdge 1850
 2GB RAM (only 184MB is active)
 6x300MB SCSI 10K RPM RAID5
 Gigabit Ethernet Connection

 My server can output NO MORE than 60Mbps (read only).

 The bottle neck is the hard disk.

 What evidence do you have that the bottleneck is disk IO?  I've seen no
 evidence, only speculation.

 In addition to the advice of others, you may be able to just beef up the
 RAM.  2G isn't much these days.  If you've got 200M active, you've got
 about 1.8G available to cache files.  If you have repeated access of the
 same file, the OS can cache that file data and not even use the disk, but
 it can only do that if it has enough RAM to work with.  You need to get
 your facts straight, though.  According to the specs you've got above,
 you've only got 1.5G of disk.  I expect you meant 300G disks.

 You could also add disks in a RAID 10, which is generally faster than
 RAID 5, or move to 15,000 RPM disks.  I think you might be surprised how
 much adding some RAM will help, though, unless your access patterns are
 very random, RAM should speed up the access of popular data significantly.

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




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


Re: Hard disk bottle neck.

2008-09-28 Thread Diego F. Arias R.
On Sun, Sep 28, 2008 at 11:17 AM, Bill Moran [EMAIL PROTECTED] wrote:
 Wojciech Puchar [EMAIL PROTECTED] wrote:

 after you recompile the kernel with that patch, check your disk
 performance in some directory consisting of many large files

 cd that_dir
 for x in *;do (cat $x /dev/null );done

 while running systat,:vmstat on another console

 More specifically, do this before and after you make the change, to
 demonstrate whether or not you actually fixed the problem.

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


do you check gstat?

If the patch dont works, maybe yoy may try to split the raid (2 raid
5) or better use a raid 10. The raid 5 isnt a top performance raid.

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


Re: Ports and 64-bit Processors

2008-08-29 Thread Diego F. Arias R.
On Fri, Aug 29, 2008 at 10:34 AM, sergio lenzi [EMAIL PROTECTED] wrote:
 Em Sex, 2008-08-29 às 10:57 -0400, Bill Moran escreveu:

 In response to FreeBSD Questions [EMAIL PROTECTED]:

  FreeBSD has supported 64-bit architectures for a while now...  Alpha
  and UltraSPARC come to mind--even if Alpha is no longer a Tier 1
  architecture.  I'm surprised to hear so many of you say that certain
  ports are broken on AMD64.  I would think if they worked on other
  64-bit processors they'd work on AMD64.  Were the ports that are
  broken on AMD64 also broken on those other architectures, too?

 Most of the ports I've had problems with are desktop applications.
 Stuff that doesn't often get installed/used on 64 bit.  It's been a
 while since we've tried (about 1 year) but Gnome was pretty unstable
 on 64 bit at the time.

 I have had good experiences with gnome 2.22 and amd64 in produtcion
 systems
 running on dell poweredge with  4core cpus (4 logical processors) 2Gb of
 memory,
 120 users using gnome, evolution, openoffice-3, epiphany, pidgin,
 java... postgres
 servers and a callcenter dial apllication, that needs an asterisk 1.4.21
 (on 64 bit too...)
 runs about 24X7 the machine have somestimes 1200 process running full
 time
 alll the clients are thin clients (amd geode, 32 bits, 64mb)... 100
 mbits ethernet
 with NO Backup...  uptime is 38 days  Yes... it needs more memory...
 ===
 last pid: 65631;  load averages:  0.89,  1.04,  1.07   up 38+05:23:12
 12:23:15
 824 processes: 1 running, 814 sleeping, 9 stopped
 CPU states:  2.8% user,  0.0% nice,  1.0% system,  0.5% interrupt, 95.7%
 idle
 Mem: 1147M Active, 100M Inact, 601M Wired, 92M Cache, 213M Buf, 12M Free
 Swap: 8192M Total, 1955M Used, 6237M Free, 23% Inuse, 12K In
 ===
 we use it in our notebooks too (dell, acer, hp...) several ones about
 20...   64 bits amd64
 running on amd hardware or D series intel...

 The 32 bit version we use on the geode hardware..  but stays in the 64
 bit machine exported
 in a nfs...

 Runs fine...

 Sergio



Hi

How do you set up those clients. Im a bit curious
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Posible SATA driver bug

2008-08-17 Thread Diego F. Arias R.
Hi:

I have a freebsd 7 on a MSI k9n6g motherboard based on Nvidia MCP61.
The problem is if i connect a second hard drive to the sata controller
online, i got 89% of my CPU used by interrupt (systat -pigs shows
irq20: ata). The drive works but ate all my CPU. If i start it with
the drive plugged works like a charm.

Any ideas

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


Re: respuesta

2008-08-15 Thread Diego F. Arias R.
Buenas:

Primero que todo el FreeBSD no es linux. Es un sistema unix completo y
no solo kernel. Segundo bienvenido cualquier cosa con gusto le
ayudamos. soy de Bogota y llevo ya algunos años trabajando con BSD
como hobbie.

Hi:

First, FreeBSD is not linux. Its a full unix system not just a kernel.
Welcome. anything you need you are free to ask. Im live at bogota  and
have some years using freebsd as my hobbie.

On Thu, Aug 14, 2008 at 2:18 PM, PLANETA SYSTEMS
[EMAIL PROTECTED] wrote:
 Hola

 Un saludo muy especial y departe de mi familia que es numerosa darles las
 felicitaciones por esos programas tan espectaculares que crean ustedes la
 verdad estoy aprendiendo bastante con la Linux y sus mundo de programas y de
 versiones  que ustedes manejan y brindan al consumidor me encantaría poder
 seguir utilizando estos y grandiosos programas por eso quiero pedirles el
 favor que si les es posible regalarme unos cuantos para a ver si me vuelvo
 una persona con bastante sabiduría en el manejo de la Linux y  conocimiento
 también les cuento que soy de Colombia de la ciudad de Medellín por favor
 escríbanme gracias

 Jhon posada



 Hello
 A very special greetings from my family and departe es large that give them
 the congratulations on these programs so spectacular that you believe the
 truth I am learning fairly with the world of Linux and its programs and
 versions that you manage and provide the consumer I would love to be able to
 continue using these great programs and why I would ask the favor if they
 can be a handful for Regal to see if I become a person with enough wisdom in
 the management of Linux and also informed them that I am counting of
 Colombia in the city of Medellin please thank escribanme
 Jhon Posada



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




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

Re: Recover Deleted File FreeBSD 7.0

2008-08-14 Thread Diego F. Arias R.
On Thu, Aug 14, 2008 at 8:03 AM, Ruben de Groot [EMAIL PROTECTED] wrote:

 Restore from your backups (you DO have backups, don't you?) ;)

 Otherwise, there's no easy way to do this. If the data you deleted is very
 valuable, first thing to do is umount the filesystem, preventing the data
 of the deleted files from being overwritten by any new filesystem writes.

 There might be some companies specializing in recovering your data, but it'll
 cost you money.
 Ik the files are in ascii, you might get some of the data back by using
 strings, grep, dd and other tools on the disk device.

 G'luck,
 Ruben

 On Thu, Aug 14, 2008 at 04:55:37PM +0800, Ruel Luchavez typed:
 Hi List,

 Do you have an idea how to recover a deleted directory or files in freebsd
 7.0?
 I'm very sad that one of the important directory in my server was deleted
 accidentally.
 the command is use to delete the directory is:

 rm -r folder


 Any idea guys how to recover it?

 Thanks in advance


 FreeBSD rocks:D
 ___
 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]


maybe using sleuthkit

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


Fwd: Linux for freebsd admins

2008-07-11 Thread Diego F. Arias R.
-- Forwarded message --
From: Diego F. Arias R. [EMAIL PROTECTED]
Date: Fri, Jul 11, 2008 at 7:02 AM
Subject: Re: Linux for freebsd admins
To: [EMAIL PROTECTED]


Slackware, is one of themore similar unix-like distro. If you dont
want prebuild packages then you can try.

On Fri, Jul 11, 2008 at 6:59 AM, nickhardcore [EMAIL PROTECTED] wrote:
 Absolutely Gentoo. A very flexible distro, doing what you say to do!

 Ian Lord wrote:
 Hi,



 I am not trying to start a war linux vs freebsd or a long thread on which
 distribution is best. Just trying to get a quick answer here.



 I am an inconditional to freebsd and I love it. Unfortunately I have an
 application that doesn't support freebsd and only run on linux. I tried to
 run it for a week under freebsd and it doesn't work.



 I have to install a linux machine and don't know which distribution to take.



 I tried debian ubuntu and fedora and didn't like them.



 I want:

 - A basic install (not 900 packages installed by default

 - No gui, I like my flashing cursor

 - an equivalent of ports. I want to easily compile my ports I don't like
 prebuilt package. Want to retrieve them by cvs.

 - an equivalent to portupgrade.



 I gotta admit mabe the three I tried was able to do that, but I'm so
 negative about linux thay maybe I didn't see the good point of it.



 Could you tell me which distribution you are using when you have no choice
 and need to go to linux ?



 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]




--
mmm, interesante.



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


Set up keymap

2008-07-09 Thread Diego F. Arias R.
Hi:

I have installed XFCE on my freebsd but i dont know why my X keymap is
wrong. I need latam on a normal console works but not in X how can i
change the keymap?


Thanks

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


Fwd: Trouble with Intel WIFI ipw2200

2008-07-07 Thread Diego F. Arias R.
-- Forwarded message --
From: Diego F. Arias R. [EMAIL PROTECTED]
Date: Mon, Jul 7, 2008 at 9:24 AM
Subject: Re: Trouble with Intel WIFI ipw2200
To: Mel [EMAIL PROTECTED]


Not working is dhcp is not getting ip address then i set up one to use
tcpdump. If i set one, dont works either.

On Mon, Jul 7, 2008 at 5:56 AM, Mel [EMAIL PROTECTED] wrote:
 On Monday 07 July 2008 03:03:48 Diego F. Arias R. wrote:

 i have installed freebsd on my laptop but i have a weird problem. I
 can assosiate with my AP(AccessPoint) using my WEp key but dont works.
 If i try to use DHCP or set a IP address dont works but if i put
 tcpdump i can see a few packets. If i try with a keyless network it
 works.


 yatusabes# uname -a
 FreeBSD yatusabes 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Wed Jun 18
 07:33:20 UTC 2008
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

 yatusabes# ifconfig iwi0
 iwi0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
 ether 00:13:ce:e8:e8:f4
 inet 192.168.122.1 netmask 0xff00 broadcast 192.168.122.255
 media: IEEE 802.11 Wireless Ethernet autoselect
 status: associated
 ssid Dark Princess channel 1 (2412 Mhz 11g) bssid
 00:1b:11:9b:19:7c authmode OPEN privacy ON deftxkey 1 wepkey 1:104-bit
 bmiss 10 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi11g 7
 roam:rate11g 5 protmode CTS


 yatusabes# ifconfig iwi0 ssid Dark Princess wepkey thekey weptxkey 1 up


 This is up and working. So define 'not working'. Other then your IP being .1
 in /24 network, which is generally used for the router, I don't see anything
 wrong. If the key wasn't accepted, it wouldn't be associated.


 --
 Mel

 Problem with today's modular software: they start with the modules
and never get to the software part.




--
mmm, interesante.



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


Trouble with Intel WIFI ipw2200

2008-07-06 Thread Diego F. Arias R.
Hi:

i have installed freebsd on my laptop but i have a weird problem. I
can assosiate with my AP(AccessPoint) using my WEp key but dont works.
If i try to use DHCP or set a IP address dont works but if i put
tcpdump i can see a few packets. If i try with a keyless network it
works.


yatusabes# uname -a
FreeBSD yatusabes 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Wed Jun 18
07:33:20 UTC 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

yatusabes# ifconfig iwi0
iwi0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
ether 00:13:ce:e8:e8:f4
inet 192.168.122.1 netmask 0xff00 broadcast 192.168.122.255
media: IEEE 802.11 Wireless Ethernet autoselect
status: associated
ssid Dark Princess channel 1 (2412 Mhz 11g) bssid 00:1b:11:9b:19:7c
authmode OPEN privacy ON deftxkey 1 wepkey 1:104-bit bmiss 10
scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi11g 7
roam:rate11g 5 protmode CTS


yatusabes# ifconfig iwi0 ssid Dark Princess wepkey thekey weptxkey 1 up



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


Problem With ZFS script

2008-06-29 Thread Diego F. Arias R.
Hi:

Im testing the new ZFS feature on freebsd. On the page i got a script
to monitor kernel memory but the script dont works.
---
#!/bin/sh -

TEXT=kldstat | tr a-f A-F | awk 'BEGIN {print ibase=16}; NR  1
{print $4}' | bc | awk '{a+=$1}; END {print a}'
DATA=vmstat -m | sed 's/K//' | awk '{a+=$3}; END {print a*1024}'
TOTAL=echo $DATA $TEXT | awk '{print $1+$2}'

echo TEXT=$TEXT, echo $TEXT | awk '{print $1/1048576  MB}'
echo DATA=$DATA, echo $DATA | awk '{print $1/1048576  MB}'
echo TOTAL=$TOTAL, echo $TOTAL | awk '{print $1/1048576  MB}'
---

link:

http://wiki.freebsd.org/ZFSTuningGuide



the error i got is

freebsd# ./kernmem.sh

-m: not found



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