Re: How Can I Clean Up Files That Don't Exist?

2005-06-29 Thread Norberto Meijome
Drew Tomlinson wrote: Thank you and Norberto for your replies. np :) Your explanations make sense for most cases but I don't think it applies to mine. This is a small home system and the only mail users are myself and my wife. Thus I had the luxury of stopping courier-imap and trying tar

Re: system wide fetchmail

2005-07-01 Thread Norberto Meijome
Ryan Rempel wrote: */5 * * * * fetchmail -s -f /usr/local/etc/fetchmailrc Now, if you want each user to be able to administer their own fetchmailrc, then I don't know how to do that without having each user run fetchmail individually. wrap the fetchmail -f with a loop over user's home dirs

Re: accidental overwrite

2005-07-04 Thread Norberto Meijome
steve lasiter wrote: My question(s) are: Is there any way to revert back to the original file if this type of mistake is made? If not is there anyway to get just that one file without having to do a complete removal and installation? And finally, is the only way to NOT do this again is to use the

Service redundancy : CARP, wackmole/spread, 4.x / 5.x

2005-07-12 Thread Norberto Meijome
Hi all, I'm looking into adding some automatic failover for some services. I'd like to hear comments / advice on suitability of either CARP / FreeVRRP / wackamole + spread for these 2 different setups (see below) The setups are completelly independent of each other, so different solutions / app

Bootstrapping Raid 5 w/GEOM

2005-07-21 Thread Norberto Meijome
Hi all, I have a box with 4 x 120 GB EIDE drives which I want to convert to FreeBSD 5.4 ( it's an old SNAP 4500 from Snap Appliance, now owned by Adaptec, running a custom build of Linux) I want to setup software Raid 5 , and I want it to affect ALL partitions, including / (so if any one of t

Re: DNS service with a SQL backend

2005-07-21 Thread Norberto Meijome
Bruno Gallant wrote: Hello, We are redesigning our DNS infrastructure, which has been running on BIND with the regular flat files for years, and there would be a need for the data to be in a database. (postgresql or mysql, of course) On a similar thread, does anyone know of any dns server sof

Re: Frontpage Extensions on 5.4 - Anyone Gotten It To Work?

2005-07-21 Thread Norberto Meijome
Drew Tomlinson wrote: On 7/20/2005 10:37 AM Tim Traver wrote: more specifically, what are the error messages if you just try and execute owsadmin.exe ??? blacklamb# ./owsadm.exe Bad system call (core dumped) try ktrace ./owsadm.exe kdump -f ktrace.out | less _

Re: Bootstrapping Raid 5 w/GEOM

2005-07-21 Thread Norberto Meijome
Daniel Marsh wrote: On Thu, 21 Jul 2005 15:11:18 +0800, Norberto Meijome <[EMAIL PROTECTED]> wrote: Hi all, I have a box with 4 x 120 GB EIDE drives which I want to convert to FreeBSD 5.4 ( it's an old SNAP 4500 from Snap Appliance, now owned by Adaptec, running a custom bui

Re: Bootstrapping Raid 5 w/GEOM

2005-07-21 Thread Norberto Meijome
Norberto Meijome wrote: So, should I 1) Boot up with Disc 1, install minimal config, reboot 2) setup GEOM RAID 5 on all the discs ? 3) edit fstab to point to /dev/[what??]/[what else] instead of /ad0s1[abef] ? or boot up with CD 1, run GEOM, build the raid 5 from here before installing

Re: Bootstrapping Raid 5 w/GEOM

2005-07-21 Thread Norberto Meijome
Michael Dale wrote: Norberto Meijome wrote: So, should I 1) Boot up with Disc 1, install minimal config, reboot 2) setup GEOM RAID 5 on all the discs ? 3) edit fstab to point to /dev/[what??]/[what else] instead of /ad0s1[abef] ? When I installed GEOM for a RAID 1 setup I did the

Re: Bootstrapping Raid 5 w/GEOM

2005-07-21 Thread Norberto Meijome
Stijn Hoop wrote: On Thu, Jul 21, 2005 at 05:11:18PM +1000, Norberto Meijome wrote: I want to setup software Raid 5 , and I want it to affect ALL partitions, including / (so if any one of the drives fails, it will still boot up properly). I am planning on using GEOM, but open to

Re: DNS service with a SQL backend

2005-07-21 Thread Norberto Meijome
Daniel Marsh wrote: On Thu, 21 Jul 2005 15:20:11 +0800, Norberto Meijome On a similar thread, does anyone know of any dns server software that would serve different IPs depending on where the query/request comes from? i.e., - resolve www.mydomain.com to the IP of my server in AU for all

Re: DNS service with a SQL backend

2005-07-21 Thread Norberto Meijome
Kirk Strauser wrote: On Thursday 21 July 2005 02:25, Daniel Marsh wrote: The only issue I foresee is having to have slightly different zone names that you wish to serve for each IP range. Not true. Zone *files*, yes. Because of the wonderfulness that is NAT, my LAN's nameserver gives dif

kernel panic on boot - ServerWorks CSB6

2005-07-24 Thread Norberto Meijome
Hi all, I am trying to install 5.4 on a box that's been running Linux. It's a 2 year old 'Snap Appliance 4500' ( http://www.snapappliance.com/page.cfm?name=4500Main&nav=4500 ), with 4 x 120 GB EIDE, P4, 512 Mb. As soon as I try to load the kernel I get : --- (copied by hand ) Fatal trap 10: t

Re: kernel panic on boot - ServerWorks CSB6

2005-07-24 Thread Norberto Meijome
Norberto Meijome wrote: lspci -v : attached dmesg (linux knoppix 3.8): attached list server blocked the attachments. Please find them here: lspci -v : http://meijome.net/files/fbsd/arsmagna_lspci-v.txt dmesg (linux knoppix 3.8): http://meijome.net/files/fbsd/arsmagna_dmesg.txt thanks beto

Backup kernel - confirmation

2005-07-28 Thread Norberto Meijome
quick question - I have a remote box with SMP/HTT disabled, but I'd like to see how it works with it. If I make a copy of my current kernel to /kernel_orig, I should be able to install the SMP one as /kernel, and if hell breaks lose, I should be able to point it to /kernel_orig ... right? any

Re: FreeBSD Active Directory Server

2005-07-31 Thread Norberto Meijome
[EMAIL PROTECTED] wrote: Has anyone any experience trying to make FreeBSD an Active Directory Server? From my research and experiementation, I am under the impression that it is possible, but I have yet to come up with any articles where it has actual been done fully. it may be not relevant, or

Re: FreeBSD Active Directory Server

2005-07-31 Thread Norberto Meijome
Robert Slade wrote: I am currently working on setting up the network, and one of the things that is quite clear is that full ADS functionality is not necessary. My view is that for a small network, roaming profiles, printer and file sharing is all that is really necessary. It looks like Samba ha

Hardware vendors in Australia...

2005-07-31 Thread Norberto Meijome
Hi all, Can anyone recommend a vendor / reseller of server hardware in Australia (preferrably NSW)? In particular, (dual ) Opteron based systems. Of course, it'd be great if anyone actually had suggestions on the specifics of the system that are known to work with 5.4 SMP. thanks in advance,

Re: Deleted /var/db directory

2005-07-31 Thread Norberto Meijome
zlatozar wrote: Hi all, I accedently delete /var/db directory. Shame! I found a way to recover structure: [...] But now I can't update my ports. Is there a way to recover my db of all installed ports? from your backups. You DO keep backups, right? :) ___

Opteron + Tyan B2891 board

2005-08-01 Thread Norberto Meijome
Hi list, Does anyone have any (good/bad) experience with the Tyan B2891 board http://www.tyan.com/products/html/gt24b2891_spec.html In particular, the SATA-II controller - not too worried about the RAID functionality as it isn't that good (will probably go GEOM way) I plan to have 2 x Opteron

jails - How to bind amd / portmap to a specific IP

2005-08-02 Thread Norberto Meijome
Hi, FreeBSD 4.11 I'm building a jail. The host has amd running and it's listening on *:[several ports], but i'm not interested in also listening on the jail's IP. where do I tell amd to bind only to host_IP rather than 0.0.0.0 . what about portmap? (same problem) thanks!! beto _

Kernel Panic - where do I start from?

2005-08-10 Thread Norberto Meijome
Hi all, I have a box that panics as soon as the kernel starts loading (right before the copyright info is displayed). this happens on 4.10, 5.4 and 6. Where do I start from to try to see what the problem is? Which is the first source file that I should be looking in? thanks !! Beto

Re: tarring over ssh question - pulling from the source to tarfiles

2005-11-02 Thread Norberto Meijome
Malcolm Kay wrote: On Wed, 2 Nov 2005 05:51 pm, Glenn Dawson wrote: At 11:20 PM 11/1/2005, user wrote: Is that possible ? rsync/rdist are not available. I need to do this over ssh and tar, as in the above examples. To "user" From the other end:- % ssh [EMAIL PROTECTED] tar -f /file

Re: SLOW net connection speed

2005-11-02 Thread Norberto Meijome
Jack B.Thompson wrote: Installed a new clock Battery Lets try again, Hello I have 6.RC1 up and running, all appears well except for Really slow page loads,I have checked /etc/resolv.conf and all is correct, Have changed card and cable no help, Changed OS to SUSE and all works fine, Any Ideas

Re: Web Balancing with multicast

2005-11-09 Thread Norberto Meijome
Ian Lord wrote: Thanks for the hint, but this is an active/passive software so only one host can answer request while others wait to see if they need to become master (because master has failed) (Ian, please do NOT top post) you may want to look into wackamole, which uses the spread protoc

Re: Application Ports

2005-11-09 Thread Norberto Meijome
Keith Owen wrote: I was wanting to know when Vmware 5.0 workstation will be in the ports tree, or if there is a way to install the boxed version. Thanks, Keith Owen AFAIK is not natively supported for FBSD. Vmware's support wouldn't wan

Re: problem booting FreeBSD 6.0 on IBM Blade

2005-12-01 Thread Norberto Meijome
Gestur A. Grjetarsson wrote: Hi I'm having a problem installing freebsd on an ibm blade the problem I face is that during boot, it always stops in OK prompt with the message "can't load 'kernel'" [...] can anyone point me out... it seems that when I try type in load /boot/kernel/kernel

Re: overloaded webserver: nfs wait issue?

2005-12-01 Thread Norberto Meijome
N.J. Thomas wrote: We have a website with moderately high traffic, load balanced among 3 webservers. During peak traffic times however (when the volume is higher than normal), the load shoots up to over a 100, and the site crawls to its knees. We set up a script to take snapshots of top every 2

Re: overloaded webserver: nfs wait issue?

2005-12-03 Thread Norberto Meijome
N.J. Thomas wrote: * Norberto Meijome <[EMAIL PROTECTED]> [2005-12-02 11:06:49 +1100]: What's your MaxClients set to? It was set to 256, we actually lowered it to 180. I would have thought you'd want to increase it (after configuring everything else)...else you'l

Re: Too many files crashing services

2005-12-04 Thread Norberto Meijome
Robert Fitzpatrick wrote: [...] Dec 4 17:54:34 esmtp kernel: kern.maxfiles limit exceeded by uid 88, please see tuning(7). man 7 tuning Dec 4 17:54:39 esmtp last message repeated 5 times [...] Dec 4 18:02:57 esmtp postfix/smtpd[15794]: fatal: socket: Too many open files Dec 4 18:05:13

Re: Too many files crashing services

2005-12-04 Thread Norberto Meijome
Robert Fitzpatrick wrote: Norberto Meijome wrote: Robert Fitzpatrick wrote: [...] Dec 4 17:54:34 esmtp kernel: kern.maxfiles limit exceeded by uid 88, please see tuning(7). man 7 tuning So, you think this is what is contributing to my problem? Yeah, I have never ran tunefs on the

Re: Too many files crashing services

2005-12-04 Thread Norberto Meijome
Norberto Meijome wrote: No, you are running out of maxfiles, as per "kern.maxfiles limit exceeded by uid ..." . errr... of course, i meant to say, you have more open files than allowed by kern.maxfiles. ___ freebsd-questions@freebsd.o

Re: I need a better way to loop in the shell...

2005-12-13 Thread Norberto Meijome
user wrote: I always do loops in /bin/sh like this: for f in `cat file` ; do rm -rf $f ; done Easy. I like doing it like this. The problem is, when I am dealing with an input list that has multiple words per line, this chops it up and treats every word as a new line... For instance, lets say

Re: FreeBSD not popular in Asia?

2006-09-08 Thread Norberto Meijome
On Fri, 08 Sep 2006 21:18:44 -0400 "Dan Langille" <[EMAIL PROTECTED]> wrote: > > Check out http://www.bsdstats.org ... Republic of Korea is about to push > > the US out of first place, but there are *zero* FreeBSD boxes reporting > > from there ... DragonFly is first, then NetBSD and then OpenBS

Re: Jail won't start

2006-09-08 Thread Norberto Meijome
On Fri, 08 Sep 2006 22:35:43 -0400 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >jail /home/jail/hostname hostname.net 192.168.1.101 /bin/sh > jail: execv: /bin/sh: Permission denied does /home/jail/hostname/bin/sh exist, and is it executable? _ {Beto|Norberto|Numard

Re: FreeBSD not popular in Asia?

2006-09-09 Thread Norberto Meijome
On Fri, 08 Sep 2006 21:24:02 -1000 Antony Mawer <[EMAIL PROTECTED]> wrote: > That issue has been addressed... us Aussies should start showing up as > of next month's results (or re-run the submission manually if you can't > wait :-). It was a timezone difference issue. cool... though the issue

Re: Question

2006-09-10 Thread Norberto Meijome
On Sun, 10 Sep 2006 18:56:16 +0930 (CST) [EMAIL PROTECTED] wrote: > What is equal to "WGET"? Welcome :) man fetch or simypl install wget from ports , ftp/wget ... in other words, cd /usr/ports/ftp/wget make install or use portinstall portinstall ftp/wget or pkg_add pkg_add -r wget > And

Re: RSSreader: Recommendations Sought

2006-09-10 Thread Norberto Meijome
On Sat, 9 Sep 2006 18:32:41 -0300 (ADT) "Marc G. Fournier" <[EMAIL PROTECTED]> wrote: > > Anyone suggest a good one that runs under FreeBSD? > I do my feeds as part of my email. I use Sylpheed-Claws and the sylpheed-claws-rssyl plugin B _ {Beto|Norberto|Numard} Meijome

Re: Windows "emulator" in amd64

2006-09-10 Thread Norberto Meijome
On Sun, 10 Sep 2006 17:00:34 -0600 "Andrew Falanga" <[EMAIL PROTECTED]> wrote: > What package will work to run Windoze programs in FreeBSD/amd64? I don't > usually worry about, but my > Father switched to FreeBSD/amd64 (which is what I run) and he can't seem to > find one. I first steered him to

Re: FreeBSD not popular in Asia?

2006-09-10 Thread Norberto Meijome
On Sat, 9 Sep 2006 05:34:48 -0300 (ADT) "Marc G. Fournier" <[EMAIL PROTECTED]> wrote: > For those that are accusing bsdstats of being a "pissing match" ... I'm > personally tired of watching Linux get all the support when, IMHO, the > *BSDs are the better system ... the point of bsdstats is to s

Re: Newbie Experience

2006-09-11 Thread Norberto Meijome
On Mon, 11 Sep 2006 05:32:40 -0400 Bill Moran <[EMAIL PROTECTED]> wrote: > We are a community. We're not Microsoft. We're not interested in > driving users away by saying "here's everything you need, don't bother > us again." Our limited resources are focused on developing the really > importan

Re: FreeBSD installer (was Re: Newbie Experience #2)

2006-09-11 Thread Norberto Meijome
On Mon, 11 Sep 2006 16:26:33 +0200 Jonathan McKeown <[EMAIL PROTECTED]> wrote: > On Monday 11 September 2006 15:56, Jud wrote: > > everyone who uses FreeBSD knows that a "better" (meaning, > > at least to many folks, more simplified and graphical) > > installer would be nice > > Perhaps as an o

Re: FreeBSD installer (was Re: Newbie Experience #2)

2006-09-11 Thread Norberto Meijome
On Mon, 11 Sep 2006 17:51:28 +0200 Alex de Kruijff <[EMAIL PROTECTED]> wrote: > > absolutely. but you don't need to "install" anything to "run" a graphical > > installer. And, ideally, you wouldn't be forced to have only the graphical > > installer option, you'd still be able to use the good old n

Freebsd as iscsi / aoe target (server)

2006-09-13 Thread Norberto Meijome
Hi there, can FreeBSD be used as an iSCSI target (i.e., serving the iscsi disks) ? idem AoE ...? thanks! B _ {Beto|Norberto|Numard} Meijome "He loves nature in spite of what it did to him." Forrest Tucker I speak for myself, not my employer. Contents may be hot. Slip

Re: question about fortune at login

2006-09-13 Thread Norberto Meijome
On Wed, 13 Sep 2006 10:56:59 -0400 "Jerold McAllister" <[EMAIL PROTECTED]> wrote: > > What I don't much care for is the large /etc/motd which ships stock with > > FreeBSD. So that and /etc/hosts are the only files I hack and override > > manually when using mergemaster. > > The motd is suppos

Re: CLI text editor recommendation

2006-09-13 Thread Norberto Meijome
On Wed, 13 Sep 2006 17:49:20 +0100 Alex Zbyslaw <[EMAIL PROTECTED]> wrote: > I'm surprised at PHP barfing on "extra" newlines, but then I've never > used it. PHP does not barf at the extra lines. what could be happening is that the file in question being edited (include_me.php) is included by som

Re: forwarding as a gateway, logging certain traffic

2006-09-13 Thread Norberto Meijome
On Tue, 12 Sep 2006 15:51:08 -0400 Bart Silverstrim <[EMAIL PROTECTED]> wrote: > Something inside our network is infected with a spam-mailing trojan. > We now have our PIX firewall set to block all outgoing traffic to > port 25 unless it is from our mail server. you should also accept only a

Bluetooth : Broadcom Corp BCM2045B

2006-09-15 Thread Norberto Meijome
Hi all, I can't seem to find support for bluetooth on the Broadcom Corp BCM2045B chipset. Do the other broadcom 20xxx series support this chipset? Is the one that comes as part of the iwi on Thinkpad z60m laptop ( iwi0: ) if sysctl dev.acpi_ibm.0.events=1 , Fn F5 doesnt trigger anything... if d

Re: Bluetooth : Broadcom Corp BCM2045B

2006-09-15 Thread Norberto Meijome
On Fri, 15 Sep 2006 07:29:14 -0500 Eric Anderson <[EMAIL PROTECTED]> wrote: > On 09/15/06 07:19, Norberto Meijome wrote: > > Hi all, > > I can't seem to find support for bluetooth on the Broadcom Corp BCM2045B > > chipset. > > > > Do the other broadc

Re: Firefox+Flash

2006-09-15 Thread Norberto Meijome
On Fri, 15 Sep 2006 15:22:38 +0100 RW <[EMAIL PROTECTED]> wrote: > I going to be booting into Windows if I really need flash. Why not try Wine? I haven't checked, but maybe firefox + flash does work under wine... i also keep a 4 GB Qemu windows xp setup which gets my out of trouble the few times

Re: FreeBSD as a gaming server platform

2006-09-15 Thread Norberto Meijome
On Fri, 15 Sep 2006 08:07:52 -0500 Matt <[EMAIL PROTECTED]> wrote: > I did some > searching for settings that could increase max packet rates and such, > but to no avail. Hi Matt, I would look for 'network tuning freebsd' - things like the max receive /send buffer sizes are obvious things . m

Re: which xorg file??

2006-09-17 Thread Norberto Meijome
On Sun, 17 Sep 2006 17:52:54 -0700 Gary Kline <[EMAIL PROTECTED]> wrote: > Which ports file do I build to fill the standard > /usr/X11R6/bin file? not sure I follow your question... the xorg-server and xorg-clients ports will your basic standard X files and apps xorg.conf doesn't

Re: which xorg file??

2006-09-17 Thread Norberto Meijome
On Sun, 17 Sep 2006 20:26:11 -0700 Gary Kline <[EMAIL PROTECTED]> wrote: > > > > xorg.conf doesn't sit in /usr/X11R6/bin, but /usr/X11R6/lib/X11/xorg.conf > > It is in my /etc/X11 directory. I dont remember when was the last time I saw it in /etc/X11... that sounds somewhat like a Linux

Re: Firefox+Flash+Qemu

2006-09-18 Thread Norberto Meijome
On Mon, 18 Sep 2006 10:38:48 -0400 Jerry McAllister <[EMAIL PROTECTED]> wrote: > Do you run Qemu on FreeBSD? It says only 'LINUX host only' for "User > Mode Emulation". So, does that mean I can emulate a full system if > I am hosting it under FreeBSD? sure, works fine under freebsd. I just di

Re: Firefox+Flash+Qemu

2006-09-19 Thread Norberto Meijome
On Tue, 19 Sep 2006 02:45:03 -0400 Paul Chvostek <[EMAIL PROTECTED]> wrote: > QEMU can read and write vmdk files, so you may have an easy migration > path. Well, i tried loading a pre-existing vmdk from Windows Vmware Wkstation 4.5 and it just didnt work (it'd stall). I have to admit I couldn't s

Packet loss simulation with ALTQ

2006-09-19 Thread Norberto Meijome
hi there :) I was planning to migrate a 4.11 firewall using a combo of ipf/ipnat and ipfw pipe/dummynets to pf + ALTQ. One thing I haven't figured out how to do with pf is the plr option to the dummynet configuration - we use it to simulate modem connections or just simply bad links. Also, is i

Re: Packet loss simulation with ALTQ

2006-09-20 Thread Norberto Meijome
On Wed, 20 Sep 2006 14:20:19 +0300 Nikos Vassiliadis <[EMAIL PROTECTED]> wrote: > On Tuesday 19 September 2006 18:24, Norberto Meijome wrote: > > hi there :) > > I was planning to migrate a 4.11 firewall using a combo of ipf/ipnat and > > ipfw pipe/dummynets to

Re: FreeNX and NX tutorials?

2006-09-20 Thread Norberto Meijome
On Wed, 20 Sep 2006 11:48:55 -0700 (PDT) Andrew Gould <[EMAIL PROTECTED]> wrote: > Does anyone know of any tutorials for running FreeNX > and NX on FreeBSD? have you tried something called Google? :) _ {Beto|Norberto|Numard} Meijome "You can discover what your enemy fear

Re: geom - help ...

2006-09-20 Thread Norberto Meijome
On Wed, 20 Sep 2006 22:37:19 -0300 (ADT) "Marc G. Fournier" <[EMAIL PROTECTED]> wrote: > > 'k, I'm used to vinum from back in 4.x days, but now running 6.x, am > looking at using geom ... and am not sure exactly what I can do ... > > Pointers to tutorials always appreciated ... > > Basically,

Re: Zabbix Port

2006-09-21 Thread Norberto Meijome
On Fri, 22 Sep 2006 09:56:58 +0800 David Schulz <[EMAIL PROTECTED]> wrote: > The /usr/ports/net-mgmt/zabbix Port consists out of two components, > Server and Agent. I would like to install the Agent only, so it > shouldnt need all these large dependencies such as mysql etc, but i > cant figu

Re: ezjails, jails

2006-09-26 Thread Norberto Meijome
On Tue, 26 Sep 2006 14:25:46 -0400 "Don Munyak" <[EMAIL PROTECTED]> wrote: > Somewhat off-topic, but have you thought about using vmware, > specifically vmplayer. Latest versions of vmware do not run on FreeBSD as the host (as guest is ok). there is a vmware workstationg in ports, but it's an old

Re: How to load iwi firmware at boot time

2006-09-26 Thread Norberto Meijome
On Tue, 26 Sep 2006 14:36:06 +0300 "Ivan \"Rambius\" Ivanov" <[EMAIL PROTECTED]> wrote: > I have to manually load the firmrare invoking the following commands as root: > # iwicontrol -i iwi0 -d /boot/firmware -m bss > # ifconfig iwi0 up > > Could you please advise me how I can load automatically

Re: Downgrade from 6.2 PR to 6.1 RELEASE?

2006-09-27 Thread Norberto Meijome
On Wed, 27 Sep 2006 16:46:42 -0700 Chris <[EMAIL PROTECTED]> wrote: > Presuming I can live with > certain driver issues on 6.1 RELEASE P6, are there any serious > dangers or unique procedures in going backward, to RELENG_6_1 from > RELENG_6 that suggest it would be better to just start from

Re: NAS server

2006-10-02 Thread Norberto Meijome
On Mon, 2 Oct 2006 11:47:43 -0700 (PDT) Brian <[EMAIL PROTECTED]> wrote: > Is this the preferred FreeBSD solution to this problem? what is the problem? what are you trying to do? what clients do you look to support? _ {Beto|Norberto|Numard} Meijome Life is not measured

Re: how to block rj45 sockets.

2006-10-02 Thread Norberto Meijome
On Mon, 02 Oct 2006 23:44:01 + "Marwan Sultan" <[EMAIL PROTECTED]> wrote: > Cisco is litl bit expensive specially im talking about 24 switch each, 20 > ports!! If price is an issue, you can look into what some smaller vendors (such as linksys (now of cisco too, but cheaper), Netgear and othe

Re: ipfw & cups

2006-10-02 Thread Norberto Meijome
On Mon, 2 Oct 2006 16:22:13 +0100 (GMT+01:00) Vittorio <[EMAIL PROTECTED]> wrote: > To my ipfw firewall I have added, according to what I found in the > internet, the following rule to allow the use of cupsd on the same box: > > 00520 allow ip from any to any dst-port 631 in > > to no avail bec

Re: SWAP priority

2006-10-02 Thread Norberto Meijome
On Mon, 2 Oct 2006 16:31:47 -0400 Bob <[EMAIL PROTECTED]> wrote: > Sorry to be a pest, but how can I do what you suggest? My SWAP0 is a > _partition_ on the raid0 volume , and SWAP1 is a swapfile on raid1 created > as a Vnode; and activated in rc.conf by "swapfile="/raid1/swap1" > > How can

Re: Playing audio

2006-10-02 Thread Norberto Meijome
On Mon, 2 Oct 2006 16:28:00 +0700 (ICT) Olivier Nicole <[EMAIL PROTECTED]> wrote: > In a C program, how can I play a sound file, what format should I use > for that sound file? not entirely sure, but man pcm ( == man 4 sound ) seems to have several pointers, including a link to the OSS API. good

Re: Checking remote processes

2006-10-02 Thread Norberto Meijome
On Sun, 01 Oct 2006 18:24:41 -0700 Garrett Cooper <[EMAIL PROTECTED]> wrote: > ssh some.hosts.address "ps aux | grep httpd" ssh some.hosts.address "ps aux | grep httpd | grep -v grep" to make sure you don't catch the 'grep httpd' in the output ;) _ {Beto|Norberto|Numard}

Re: Checking remote processes

2006-10-02 Thread Norberto Meijome
On Mon, 2 Oct 2006 01:52:19 - (GMT) [EMAIL PROTECTED] wrote: > > In the last episode (Oct 02), [EMAIL PROTECTED] said: > >> Is there a way to test a remote server to determine if certain > >> processes are running? > >> > >> For example, can server 1 check server 2, which is at a remote > >>

Re: Mount permissions on disk

2006-10-02 Thread Norberto Meijome
On Mon, 02 Oct 2006 23:58:26 +0200 Daniel Johansson <[EMAIL PROTECTED]> wrote: > If I remember correctly in 4.x all you had to do was to set 775 on the > dir you use as mount point but in FreeBSD 6.1 this doesn't seem to work. well, it depends on the owner and group of the mount point

Re: Strange X problem

2006-10-05 Thread Norberto Meijome
On Fri, 06 Oct 2006 00:10:44 -0500 Paul Schmehl <[EMAIL PROTECTED]> wrote: > I can type starx or gdm after logging in as root, but that's not what I > want. Not sure if it is the same as with gdm, but gdm installs an rc file in /usr/X11R6/etc/rc.d/gdm gdm_enable="YES" needs to be added to rc.co

Re: skype/webcam

2006-10-14 Thread Norberto Meijome
On Sat, 14 Oct 2006 01:15:58 -0700 Andriy Babiy <[EMAIL PROTECTED]> wrote: > If you have a webcam installed, the Skype in Windows environment allows for a > video session. Does the Skype, ported to UNIX environment, have a feature to > enable the video session? If not, what port with similar cap

Re: Problem updating mplayer

2006-10-17 Thread Norberto Meijome
On Tue, 17 Oct 2006 15:32:25 +0200 Filippo Moretti <[EMAIL PROTECTED]> wrote: > ===>Verifying reinstall for > /usr/local/lib/win32/win32-codecs-3.1.0.p8_1,1 in > /usr/ports/multimedia/win32-codecs > ===> win32-codecs-3.1.0.p8_1,1 is forbidden: Remote code execution: > http://vuxml.Free

Re: Question with mouse pointer

2006-10-19 Thread Norberto Meijome
On Thu, 19 Oct 2006 20:16:16 -0400 "Jim Stapleton" <[EMAIL PROTECTED]> wrote: > What's the best way to get a larger pointer on my comptuer? I'm > running Xorg/KDE. I tried to look, but the only thing I could find was > cursor profiles, and I'd rather not have to figure out how to create a > new pr

Re: PCI Wireless Card?

2006-10-22 Thread Norberto Meijome
On Sun, 22 Oct 2006 16:48:17 -0400 "E. J. Cerejo" <[EMAIL PROTECTED]> wrote: > I'm looking to buy a PCI Wireless Card for my computer, I'm running FBSD 6.1 > release, from what I understand there are only two drivers ath and wi what about ralink ? man 4 ral i'm sure there are other wireless driv

Re: Backing up SOHO server

2006-10-22 Thread Norberto Meijome
On Sun, 22 Oct 2006 21:44:13 +0200 (CEST) Wojciech Puchar <[EMAIL PROTECTED]> wrote: > incremental dumps are most important to me, nothing else really works that > way, while gtar is said to ;) Other alternatives: - use Bacula for a full fledged backup solution, - taking the image of the drives

Re: Backing up SOHO server

2006-10-23 Thread Norberto Meijome
On Mon, 23 Oct 2006 10:03:00 +0200 (CEST) Wojciech Puchar <[EMAIL PROTECTED]> wrote: > > Other alternatives: > > - use Bacula for a full fledged backup solution, > > could you please specify what "full fledged" exactly mean for you? http://www.bacula.org :) _ {Beto|Nor

Re: PCI Wireless Card?

2006-10-23 Thread Norberto Meijome
On Mon, 23 Oct 2006 14:19:48 +0200 "Roger 'Rocky' Vetterberg" <[EMAIL PROTECTED]> wrote: > >> I'm looking to buy a PCI Wireless Card for my computer, I'm running FBSD > >> 6.1 release, from what I understand there are only two drivers ath and wi > > > > what about ralink ? man 4 ral > > > > i'

Re: freebsd

2006-10-23 Thread Norberto Meijome
On Tue, 24 Oct 2006 01:17:25 +0100 "layla" <[EMAIL PROTECTED]> wrote: > im loading up, freebsd operating system and would like to run a server > from it, i would like to know what the best webhosting control panal would be > for this and if there is a free one that you would recomend i would b

Re: Some old fashioned assistance requested, and some oppinions wanted.

2006-10-24 Thread Norberto Meijome
On Tue, 24 Oct 2006 15:36:41 -0400 "Jim Stapleton" <[EMAIL PROTECTED]> wrote: > 1) If Toshiba were to provide open source drivers for it's > "weirdities", would you purchase their machines? Yes > > 2) If "yes" to #1, would you join me in a snail-mail writing campaign > to them to request they p

Re: Copying binaries to new server

2006-10-24 Thread Norberto Meijome
On Tue, 24 Oct 2006 11:37:29 -0400 (EDT) James Smallacombe <[EMAIL PROTECTED]> wrote: > Is there any reason I shouldn't just copy all of /usr and /var from the old > server, or do I really need to compile everything anew and sort out any > simlinks to other file systems? why not use packages? fro

Re: freebsd

2006-10-26 Thread Norberto Meijome
On Tue, 24 Oct 2006 11:20:53 -0400 Jerry McAllister <[EMAIL PROTECTED]> wrote: > If you mean a web content management tool, then that is > something else again. I am not sure if there is anything good > available in Opensource Freeware, but maybe someone else will > have an idea. by no means ex

Re: Set default python to 2.5?

2006-10-27 Thread Norberto Meijome
On Thu, 26 Oct 2006 19:06:28 -0400 Nicolas Blais <[EMAIL PROTECTED]> wrote: > Can anyone tell me how to set the default python to 2.5. I've updated python > to 2.5 about 2 weeks ago when it became default. Since some were having > issues, it was defaulted back to 2.4. > I'm not having any probl

Re: freebsd-update vs. make buildworld

2006-10-27 Thread Norberto Meijome
On Thu, 26 Oct 2006 08:27:56 -0700 Colin Percival <[EMAIL PROTECTED]> wrote: > FWIW, the version of FreeBSD Update which is now in the base system > (starting with 6.2-BETA1) supports upgrading the world, kernel, and > source code separately, so on systems with custom kernel configurations > you'l

GTKMozEmbed with linux-firefox

2006-10-29 Thread Norberto Meijome
Hi everyone, I use www/linux-firefox as my standard browser, as www/firefox doesn't support flash. /etc/make.conf has WITH_MOZILLA=firefox WITH_GECKO=firefox I am trying to install devel/devhelp, and I bumped into these issues: 1) it requires ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_

Re: GTKMozEmbed with linux-firefox

2006-10-29 Thread Norberto Meijome
On Mon, 30 Oct 2006 10:21:42 +0800 "Sherry Zhang" <[EMAIL PROTECTED]> wrote: > I am a newbie and maybe I do not know how to answer your question. but I > just follow the FreeBSD handbook chapter 6 [6.2.3 Firefox Mozilla, and Java > plugin] and have the flash plugin installed. (please keep the lis

Re: question on my screen resolution

2006-10-29 Thread Norberto Meijome
On Mon, 30 Oct 2006 12:08:35 +0800 "Sherry Zhang" <[EMAIL PROTECTED]> wrote: > but actually I think it _is_ a problem of freebsd. > when I use Debian GNU/Linux operating system without the ATI fglrx driver > installed, > I use the similar xorg.conf [remove the Modes "1280x800" and Modeline] and >

cvsup*.au.freebsd.org ??

2006-10-30 Thread Norberto Meijome
Hi all, i'm trying to cvsup /usr/src from cvsup.au.freebsd.org, cvsup2.freebsd.org and even 3. they are all rejecting my connections... Is it that I stink ;) or something else is going on? cheers :) _ {Beto|Norberto|Numard} Meijome "Science Fiction...the only genuine c

Re: Skype?

2006-10-30 Thread Norberto Meijome
On Mon, 30 Oct 2006 20:04:20 +0200 Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> wrote: > > Anyone out there using Skype with FreeBSD? I have installed it on my > > FreeBSD system after having used it on other platforms, but I can't > > get it to recognize the right sound device. Skype defaults >

Re: cvsup*.au.freebsd.org ??

2006-10-30 Thread Norberto Meijome
Running /usr/local/bin/cvsup -- Parsing supfile "/usr/local/etc/stable-supfile" Connecting to cvsup.au.FreeBSD.org Cannot connect to cvsup.au.FreeBSD.org: Connection refused Will retry at 10:34:50 I'll try with #cvsup5 :) > > On 10/30/06, Norberto Meijome <[EMAIL PROTECTED]> w

Re: cvsup*.au.freebsd.org ??

2006-10-30 Thread Norberto Meijome
On Tue, 31 Oct 2006 11:21:32 +1100 Alan Garfield <[EMAIL PROTECTED]> wrote: > SUPHOST=`/usr/local/bin/fastest_cvsup -q -c au` change this to not get the last item, which I assume is #6 ? _ {Beto|Norberto|Numard} Meijome "I was born not knowing and have had only a littl

Re: printing pdf

2006-11-01 Thread Norberto Meijome
On Wed, 1 Nov 2006 15:20:40 -0700 (MST) "RYAN M. vAN GINNEKEN" <[EMAIL PROTECTED]> wrote: > > > > Hello all am having great difficulty getting pdf to print to the printer > attached to my Freebsd box please help. > > I have gotten my printer working like in the handbook and can get regular >

Re: printing pdf

2006-11-01 Thread Norberto Meijome
On Wed, 1 Nov 2006 17:13:12 -0700 (MST) "RYAN M. vAN GINNEKEN" <[EMAIL PROTECTED]> wrote: > thanks norbert i have installed cups now but am getting the error > > lpadmin: Unable to connect to server: Connection refused > > have messed around with the cupsd.conf to try and allow access but am get

Re: printing pdf

2006-11-01 Thread Norberto Meijome
On Wed, 1 Nov 2006 19:08:54 -0700 (MST) "RYAN M. vAN GINNEKEN" <[EMAIL PROTECTED]> wrote: > hello again just tried to install the cups port which requires the > ups-pstoraster-8.15 port and get errrors like these.. no mate, sorry - have u tried installing from a package? portinstall -pP cups-p

Re: build error when I am upgrading 'gtkhtml-1.1.10_5' to 'gtkhtml-1.1.10_6 (with attachment)

2006-11-04 Thread Norberto Meijome
On Sat, 4 Nov 2006 12:45:03 -0800 (PST) Dino Vliet <[EMAIL PROTECTED]> wrote: > Hi peeps, > > on my freebsd 6.1 amd64 system upgrading gtkhtml gives > me an error when > I use portupgrade -aRr: > > checking for msgfmt... /usr/local/bin/msgfmt > checking for dcgettext... no > checking for gmsgfmt

Re: WiFi ipw howto?

2006-11-04 Thread Norberto Meijome
On Sat, 4 Nov 2006 15:19:09 +0300 "Eugene M. Minkovskii" <[EMAIL PROTECTED]> wrote: > Hello! > > I'm use FreeBSD CURRENT, ${OSVERSION} is 700024 > > So, I have laptop HP Compaq nc6320 whith WiFi adapter Intel 3945ABG. > When I turning on my WiFi using button on the laptop, I see in > dmesg follo

Re: Graphing Load & other system params via MRTG

2006-11-05 Thread Norberto Meijome
On Sun, 5 Nov 2006 20:07:22 -0800 "Don O'Neil" <[EMAIL PROTECTED]> wrote: > Does any one have an MRTG setup & accompanying scripts that graphs system > loads, etc.. Via mrtg? > > What I'm looking to graph is: > > Traffic on the primary ethernet > Open network connections > Load averages > Memory

Re: Install error - MOD_LOAD (amr_linux, 0xffffffff806205d0, 0) error 6

2006-11-07 Thread Norberto Meijome
On Mon, 06 Nov 2006 20:43:25 -0600 tecol <[EMAIL PROTECTED]> wrote: > I tried to install the AMD64 build of FreeBSD 6.1. Very early in the > installation right after the Timecounter messages, I get this MOD_LOAD > error 6 and the system hangs: > > Timecounter "TSC" frequency 2011163535 Hz qual

<    1   2   3   4   5   6   7   8   9   >