OpenVPN vm cant connect to other VM's

2013-03-06 Thread Brent Clark

Hi guys

Im struggling with a freebsd vm, that I have that I use for a VPN 
connection too, from my workstation to my home LAN. And I was wondering 
if someone could peer review me and my problem.


OpenVPN is working beautifully. I.e. I can connect to some services 
(apache etc) that I run directly on my FreeBSD / openvpn vm.


What im now trying to achieve is that I can connect to other VMs / 
machines on my home LAN.


Im using tun for my VPN, and my pf.conf looks like so (please see the 
nat on ...)


[root@freebsd /usr/home/bclark]# cat  /etc/pf.conf
ext_if=re0
vpn_if=tun0
int_net=10.0.0.0/24
vpn_net=192.168.200.0/24
set skip on lo0
set optimization normal
#set block-policy drop
set limit { states 2, frags 1, src-nodes 2 }
# Normalization: reassemble fragments and resolve or reduce traffic 
ambiguities.

scrub in all
# Translation: specify how addresses are to be mapped or redirected.
# NAT rules
# enabling NAT currently breaks policy based routing
#nat on $ext_if from { $int_net, $vpn_net } to any - ($ext_if)
#nat on tun0 from { 192.168.200.0/24 } to any - (re0)
nat on re0 from { 192.168.200.0/24 } to any - (re0)

table sshguard persist
block in quick on re0 proto tcp from sshguard to any port ssh label 
ssh brute


What am I missing?

If anyone could assist, it would be appreciated.

Kind Regards
Brent Clark


___
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


Old FreeBSD server, raid issues.

2013-01-29 Thread Brent Clark

Good day

I have an old machine that has lost its raid (0/ stripe).
Im trying to fix this.

If I go

[root@torry /usr/home/bclark]# gstripe list
Geom name: st0
State: UP
Status: Total=3, Online=3
Type: AUTOMATIC
Stripesize: 65536
ID: 1006591079
Providers:
1. Name: stripe/st0
   Mediasize: 360102297600 (335G)
   Sectorsize: 512
   Stripesize: 65536
   Stripeoffset: 0
   Mode: r0w0e0
Consumers:
1. Name: ada0
   Mediasize: 120034123776 (111G)
   Sectorsize: 512
   Mode: r0w0e0
   Number: 0
2. Name: ada1
   Mediasize: 120034123776 (111G)
   Sectorsize: 512
   Mode: r0w0e0
   Number: 2
3. Name: ada4
   Mediasize: 120034123776 (111G)
   Sectorsize: 512
   Mode: r0w0e0
   Number: 1

I see 'State: UP'

if i:
[root@torry /usr/home/bclark]# mount -t ufs /dev/stripe/st0a /mnt/
mount: /dev/stripe/st0a: Invalid argument

[root@torry /usr/home/bclark]# fsck /dev/stripe/st0a
fsck: Could not determine filesystem type

[root@torry /usr/home/bclark]# fsck_ufs /dev/stripe/st0a
** /dev/stripe/st0a
Cannot find file system superblock
ioctl (GCINFO): Inappropriate ioctl for device
fsck_ufs: /dev/stripe/st0a: can't read disk label

If someone could help, it would be appreciated, of what the next step 
is, it would be appreciated.


Kind Regards
Brent Clark


___
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 server for sons tv shows. please help

2013-01-26 Thread Brent Clark

Good day

Im not it its because of a power failure or what, but for some reason my 
'download server', has lost its raid (0/ stripe).


Im trying to fix this, for the raid contains quite a few shows for my son.

If I go

[root@torry /usr/home/bclark]# gstripe list
Geom name: st0
State: UP
Status: Total=3, Online=3
Type: AUTOMATIC
Stripesize: 65536
ID: 1006591079
Providers:
1. Name: stripe/st0
   Mediasize: 360102297600 (335G)
   Sectorsize: 512
   Stripesize: 65536
   Stripeoffset: 0
   Mode: r0w0e0
Consumers:
1. Name: ada0
   Mediasize: 120034123776 (111G)
   Sectorsize: 512
   Mode: r0w0e0
   Number: 0
2. Name: ada1
   Mediasize: 120034123776 (111G)
   Sectorsize: 512
   Mode: r0w0e0
   Number: 2
3. Name: ada4
   Mediasize: 120034123776 (111G)
   Sectorsize: 512
   Mode: r0w0e0
   Number: 1

I see 'State: UP'

if i:
[root@torry /usr/home/bclark]# mount -t ufs /dev/stripe/st0a /mnt/
mount: /dev/stripe/st0a: Invalid argument

[root@torry /usr/home/bclark]# fsck /dev/stripe/st0a
fsck: Could not determine filesystem type

[root@torry /usr/home/bclark]# fsck_ufs /dev/stripe/st0a
** /dev/stripe/st0a
Cannot find file system superblock
ioctl (GCINFO): Inappropriate ioctl for device
fsck_ufs: /dev/stripe/st0a: can't read disk label

If someone could help, it would be appreciated, of what the next step 
is, it would be 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


Carp kernel module missing from FreeNAS?

2012-07-23 Thread Brent Clark
Guys

Im looking to have a failover for my FreeNAS systsem.

Im folllowing this, example (
http://qq929962616.72pines.com/2012/03/configure-highly-available-storage-on-freenas/
), but is doesnt look like the Carp module is available.

If that is true, anyone know how I can go about adding / enabling carp
on FreeNAS.

Someone made a suggestion of:

FreeNAS uses a standard FreeBSD Kernel, so you can simply download the
module from the FreeBSD FTP site and it will work. You have to have
the right version however.

How can or woulld I go about that?

Your help would be most appreciated.

Regards
Brent Clark
___
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


KVM attach drive to FreeBSD guest

2012-07-17 Thread Brent Clark

Hiya

Im running FreeNas on a KVM guest. I need to add (attach) a virtual drive.

I run:
qemu-img create -f qcow2 morespace.img 10G

virsh:
attach-disk freenas /space/morespace.img vdb

I restart the FreeNas guest, but the spare drive is not shown on 'gpart list or 
show'

To make extra sure, I did the same steps for a Debian guest. The attached drive 
is available.

So I can only assume this is a FreeBSD issue.

Anyone know how to attach a drive to a FreeBsD KVM guest?

Kind Regards
Brent Clark
___
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: KVM attach drive to FreeBSD guest

2012-07-17 Thread Brent Clark

On 17/07/2012 13:58, Brent Clark wrote:

virsh:
attach-disk freenas /space/morespace.img vdb


Hiya

After much googling, I found the following on libvirt mailinglist 
(http://www.redhat.com/archives/libvir-list/2009-November/msg00796.html)

So the command is

virsh: attach-disk freenas /space/morespace.img sdb (as opposed to vdb)

HTH

Regards
Brent Clark


___
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 ports patch count

2012-06-01 Thread Brent Clark

Hiya

I would just like to ask / know. Did anything weird or wonderful happen on the 
FreeBSD ports.

To show you what I mean.

[root@torry /usr/home/bclark]# portaudit -F -a; portsnap fetch update; 
pkg_version -vIL=; freebsd-update  fetch install
auditfile.tbz 100% of   77 kB 6570  Bps 00m00s
New database installed.
0 problem(s) in your installed packages found.
Looking up portsnap.FreeBSD.org mirrors... 9 mirrors found.
Fetching snapshot tag from geodns-1.portsnap.freebsd.org... done.
Fetching snapshot metadata... done.
Updating from Thu May 31 19:58:31 SAST 2012 to Fri Jun  1 08:51:05 SAST 2012.
Fetching 4 metadata patches... done.
Applying metadata patches... done.
Fetching 0 metadata files... done.
Fetching 4180 patches.10203040

4180 patches really !!!

I run the above command almost everyday, so the most I have ever really seen is 
300 - 400 patches. But 4180 has got me attention.

Thanks
Brent
___
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


Network interface aliasing?

2012-03-07 Thread Brent Clark

Hiya

I would like to ask.

Is it possible to, do network interface aliasing. Im not talking about ip 
aliasing.

I basically want to bind one process to network interface vr0:0 and another 
process to vr0:1.

Thanks
Brent

___
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


ps3mediaserver working on FreeBSD?

2012-02-22 Thread Brent Clark

Hiya

I cant find any reference to this asked before on this mailinglist.

Anyone get ps3mediaserver working on FreeBSD?

If so, please will you advise me on your steps.

Currently using Mediatomb, but I find it doesnt always work for every avi.
I tried Ushare, but avi's, dont get listed on Playstation.

Thanks
Brent
___
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 cant seem to download the kernel source.

2012-02-17 Thread Brent Clark

Hiya

I seem to have this problem with sysinstall, whereby I cant seem to download 
the kernel source.

I tried following this example 
http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/

I use Install from an FTP server

The error message I get is Unable to transfer the sbase distribution from 
ftp://ftp.freebsd.org.;

Does anyone know of another way to get the kernel source.

Cvs or svn.


Regards
Brent

___
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: cant compile kdelibs4

2011-10-24 Thread Brent Clark

On 23/10/2011 17:11, tehnik wrote:


Delete qt3


Hiya

That did the trick. Thanks.

Last question. How did you know qt3 was the problem?

Regards
Brent Clark
___
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


cant compile kdelibs4

2011-10-23 Thread Brent Clark
Hiya

Im struggling to install / compile x11/kdelibs4. Would anyone know or
please help me understand where I am going wrong.

In file included from
/usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:33:
/usr/local/include/qdatetime.h:51: error: function definition does not
declare parameters
/usr/local/include/qdatetime.h:123: error: function definition does
not declare parameters
/usr/local/include/qdatetime.h:184: error: function definition does
not declare parameters
/usr/local/include/qdatetime.h:241: error: expected initializer before '' token
/usr/local/include/qdatetime.h:242: error: expected initializer before '' token
/usr/local/include/qdatetime.h:243: error: expected initializer before '' token
/usr/local/include/qdatetime.h:244: error: expected initializer before '' token
/usr/local/include/qdatetime.h:245: error: expected initializer before '' token
/usr/local/include/qdatetime.h:246: error: expected initializer before '' token
/usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:
In member function 'void KBookmark::updateAccessMetadata()':
/usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:548:
error: incomplete type 'QDateTime' used in nested name specifier
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 1

Stop in /usr/ports/x11/kdelibs4.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portinstall20111023-2898-rske50-0 env make
** Fix the problem and try again.
---  Skipping 'multimedia/kdenlive' because a requisite port
'x11/kdelibs4' failed (specify -k to force)
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! x11/kdelibs4  (unknown build error)
* multimedia/kdenlive
[bclark@bclark-laptop /usr/ports/multimedia]$

Kind Regards
Brent Clark
___
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


smb browing via nautilus

2011-10-21 Thread Brent Clark

Good day

Ive got this problem whereby via gnomes nautilus, smb browing is *incredibly 
slow*.

For example, if I type and try to connect to smb://foo, it takes quite awhile, 
before the shares are available.

Then I can click on the share. I wait a bit more.

I find if I manually mount the smb share (mount_smb), then browse to the mount 
point via nautilus, copying files is a breeze.

If someone could help me it would be appreciated.

Kindest Regards
Brent Clark
___
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


apache not starting on reboot

2009-05-18 Thread Brent Clark

Hiya

I have the following in my /etc/rc.conf

mitm# cat /etc/rc.conf | grep apache
apache22_enable=YES
mitm#

The problem I seem to be experiencing is that if I reboot the machine, 
then apache does not come up. Its only on when I run


/usr/local/etc/rc.d/apache22 restart

that apache is running and available.

If anyone could assist me on where I went wrong or on what route and / 
or path to look, I would be most grateful.


Kind Regards
Brent Clark

___
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


Struggling to remove package.

2009-04-17 Thread Brent Clark

Hiya

I seem to be struggling with removing a perl bsdpan package.

I tried:

# pkg_delete bsdpan-IO-stringy-2.110

But I get

pkg_delete: package 'bsdpan-IO-stringy-2.110' doesn't have a prefix

I even went to ~/.cpan/build/IO-stringy-2.110-SFns8F/ and ran
# make uninstall

and this is that I got.

Uninstall is unsafe and deprecated, the uninstallation was not performed.
We will show what would have been done.

unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::AtomicFile.3
unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::InnerFile.3
unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Lines.3
unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Scalar.3
unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::ScalarArray.3
unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Stringy.3
unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Wrap.3
unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::WrapTie.3
unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/AtomicFile.pm
unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/InnerFile.pm
unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Lines.pm
unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Scalar.pm
unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/ScalarArray.pm
unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Stringy.pm
unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Wrap.pm
unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/WrapTie.pm
unlink /usr/local/lib/perl5/site_perl/5.8.9/mach/auto/IO/Stringy/.packlist

Uninstall is unsafe and deprecated, the uninstallation was not performed.
Please check the list above carefully, there may be errors.
Remove the appropriate files manually.
Sorry for the inconvenience.

--

If anyone can assist, I would be most grateful.

Kind Regards
Brent Clark

___
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 everything myself?

2009-03-17 Thread Brent Clark

I have been using Debian for some years and have gotten tired by
system freezes, having a slow system, and having a package system that
requires that I install every skin of KDE to get KDE up and running.

I hope FreeBSD will be better! :-)


Hiya

Im all for one compiling software for ones self, BUT the fact that you 
mention system freezes and a slow system is very suspect.


Its in your best interest to get a live cd and run memcheck and more 
importantly check your hardware.


Also have you check your machine, by using system tools such as

top, netstat, vmstat, iostat, lsof etc, basically to check what your 
machine is doing and whats it up too.


HTH

Regards
Brent Clark
___
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: port nasm wont upgrade

2009-03-11 Thread Brent Clark

Lowell Gilbert wrote:

You seem to be be missing /usr/ports/devel/nasm/distinfo.

You can re-create it with make makesum, but that would defeat the
point of checking file integrity in the first place.  Besides, if you
have a missing (or corrupted) file in your ports tree, there may be
others.  If you update your ports tree regularly anyway, I would
recommend removing that directory and updating.

  


Hiya

I removed the ports directory as suggest (Cant believe I didnt think of 
that). Alls working / compiling.


Thanks so much.

Regards
Brent Clark
___
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


torrent client traffic shaping question

2009-03-11 Thread Brent Clark

Hiya

I got this question to ask, and I was hoping the TCP/IP gurus would be
able to help me understand this.

K you know how with traffic shapping you can control only the traffic
leaving you, how it is that torrent clients say they can control the
download as well as the upload. I would think the client can only
control the upload.

TIA

Brent Clark

___
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: torrent client traffic shaping question

2009-03-11 Thread Brent Clark

Olivier Nicole wrote:

Maybe torrent protocol includes something where by the client tells
its peers to send data at a slower rate.

Traffic shaping is done at IP or TCP level, while the up/down load
speed is managed at the client level.

Bests,

Olivier
  

Hi

I posted the same Q on netfilters mailinglist. This was one of the 
answers I got 


snip
If you read from socket at fixed rate, it's TCP receive buffer is 
emptied at same rate. TCP announces free buffer in receive window field, 
so congestion window on sender side is also adjusted, thus limiting send 
speed to the rate you read from socket on receiver side.

/snip

Brent

___
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


port nasm wont upgrade

2009-03-10 Thread Brent Clark

Hiya

Im trying to upgrade SDL, but I need nasm to upgrade first.

Trying to do so, I get ...

zulu# make install
===  Vulnerability check disabled, database not found
===  Extracting for nasm-2.05.01,1
= No MD5 checksum recorded for nasm-2.05.01.tar.bz2.
= No SHA256 checksum recorded for nasm-2.05.01.tar.bz2.
= No suitable checksum found for nasm-2.05.01.tar.bz2.
= No MD5 checksum recorded for nasm-2.05.01-xdoc.tar.bz2.
= No SHA256 checksum recorded for nasm-2.05.01-xdoc.tar.bz2.
= No suitable checksum found for nasm-2.05.01-xdoc.tar.bz2.
*** Error code 1

Stop in /usr/ports/devel/nasm.

I even tried portupgrade -kO nasm.

If anyone can assist, it would be appreciated.

Kind Regards
Brent Clark
___
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: roundcube security bug

2009-03-09 Thread Brent Clark

Zbigniew Szalbot wrote:

hello,

I strongly advise anyone who has the mail/roundcube port or software
installed to be careful as it has a security bug (and I do not know
where to report it). It allows people to remotely place a trojan on
/tmp and use it. They do it like this:

213.96.25.30 - - [05/Mar/2009:19:22:14 +0100] POST
/roundcube/bin/html2text.php HTTP/1.0 406
and as a result a non-empty directory /tmp/guestbook.ntr/ is created
and a file /tmp/guestbook.php

This html2text.php file has been used by an attacker on my system (at
least I think so). I have removed the port and since then I have had
no trouble, although they have been scanning for this file as I can
read in the logs.

Yours,

  

Hiya

Have you notified and / or checked with the upstream authour (maybe the 
mailinglist too).


Regards
Brent Clark
___
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: Pango not found .....

2009-02-25 Thread Brent Clark

Steve Polyack wrote:
I ran into this as well.  There is not a configurable option to build 
pango with Cairo support.  It is a default.  Simply rebuilding pango 
took care of it:


$ portupgrade -f pango

or

$ cd /usr/ports/x11-toolkits/pango
$ make  make deinstall reinstall


Thanks this did the trick.

Kind Regards
Brent Clark
___
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


X to not blank screen or switch off monitor

2009-02-25 Thread Brent Clark

Hiya

I got a very minimalistic installation of FreeBSD, so much so that I 
login on console and just run startx and im presented with twm.


The problem I seem to face is that I cant get X and / or freebsd to not 
blank the screen and / or switch off the monitor.


Ive run

xset s noblank  vbetool dpms on

I even set blanktime=NO in /etc/rc.conf.

And yet after a period in time of idleness my monitor goes off.

If anyone can help me understand or achieve my objective, i would be 
most grateful.


Kind Regards
Brent Clark
___
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


Pango not found .....

2009-02-24 Thread Brent Clark

Hiya

Im trying to upgrade gnome, but im having a problem upgrading GTK.

I get this message

checking Pango flags... configure: error:
*** Pango not found. Pango built with Cairo support is required
*** to build GTK+. See http://www.pango.org for Pango information.

Im following the suggestions thats in /usr/ports/UPDATING

Ive ran the script gnomelogalyzer.sh, but I get this message

-snip
The cause of your build failure is not known to gnomelogalyzer.sh ...
-snip

I go to /usr/ports/x11-toolkits/pango and run make config and I get No 
options to configure.


If anyone can help, I would appreciate it.

Kind Regards
Brent Clark

___
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


make config options find / used same as binary package

2009-02-22 Thread Brent Clark

Hiya

Recently someone asked about the showing of the config options from the 
ports.


My questions is, how do we see or find what were the options used when 
installed from binary (pkg_add -r binaryPackage).


Kind Regards

Brent Clark
___
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: video editor

2009-02-20 Thread Brent Clark

prad wrote:

any recommendations for software that can join or split wmv, mpg, avi
etc etc?

i came across mencoder for joining on this page 
http://mindspill.net/computing/linux-notes/how-to-join-video-files-in-linux.html

but i don't really know much about this sort of thing so i'm looking
for suggestions.

  

Hiya

This is a more Ubuntu / Debian based site, but im sure most of those 
ports are available.


http://www.goodbyemicrosoft.net/news.php?item.417.2

HTH.

Kind Regards
Brent Clark
___
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


gdm wont start

2009-02-09 Thread Brent Clark

Hiya

I upgraded to 7.1 and did a portupgrade and I think I broke something 
and for the likes of me .. I dont know how to fix this.


I havnt changed my /etc/rc.conf, and it all looks the same / untouched.

When ever I restart gdm I get the following.

** (gdm-binary:2646): WARNING **: Couldn't connect to system bus: Failed 
to connect to socket /var/run/dbus/system_bus_socket: No such file or 
directory


%grep gdm /etc/rc.conf
gdm_enable=YES

If anyone could assist I would really appreciate the assistance.

Kind Regards
Brent Clark
___
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


Warning: Can't find .....

2008-11-20 Thread Brent Clark

Hi

I would like to install man on my machine

But using sysintall I get  Warning: Can't find the `7.0-RELEASE-p5 .

Googling says I must check Options via Sysinstall and run

sysinstall releaseName=7.0-RELEASE-p5 configPackages

MY first question is, what does this do and / or fix.

When I built this machine, I used the minimalistic option, and 
everything else to install, ive being using ports.

Then every now and then just run freebsd-update and reboot.

My next question is, and for future reference, where did I go wrong, or 
what did I not do, and how may I fix this?


TIA

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


Re: Warning: Can't find .....

2008-11-20 Thread Brent Clark

matt donovan wrote:
Well you didn't install man pages since minimal install does not 
install them. To get the man pages you have to change 7.0-RELEASE-p5 
to just 7.0-RELEASE


Hi

Thanks for this, I actually did realise my mistake after the post. Mans 
installed :)


What does make me wonder is how or why sysinternal's option was set to 
7.0-RELEASE-p5 and / or could not work around it.


Anyway, its working, so im chuffed.

Thanks again for the reply

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


raid tool

2008-11-03 Thread Brent Clark

Hiya

New to BSD, Using FreeBSD 7.
I need to build a test fileserver,  but I want it to use Raid 5. 
Googling says I must use vinum.


Looking in the ports I see its not available. The links / sites google 
suggests were moderately old, so my question is, whats the tool for raid?


TIA

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


Re: raid tool

2008-11-03 Thread Brent Clark

John Nielsen wrote:
If you replace raid5 with redundancy and n-1 capacity then you could 
also look at geom_raid3, which is much simpler to configure than gvinum 
and also part of the base system. Additionally, FreeBSD 7.x has 
experimental support for ZFS (again in the base system and not in ports). 
That includes raidz, which is designed to have all of the good features 
of raid5 and none of the bad. I use it and it works well but you will 
need to do some reading and some manual tuning of your system. You'll 
also want a system with plenty of RAM and preferrably running 
FreeBSD-amd64 (vs FreeBSD-i386).


If you want to look in to RAID1 or RAID1+0 see geom_mirror and 
geom_stripe, also in the base system.


JN


Hiya

Thanks for this. I was looking at ZFS and I am impress with what I read, 
unfortunately no AMD 64 and I only have 1Gig Ram.


Thanks again.

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


Re: securelevels

2008-08-18 Thread Brent Clark

Odhiambo Washington wrote:

Hi Brent,
  

Hey Odhiambo

Long time no hear! Hope you are good.
  

All good.

Why are you asking about this when it is so clearly documented?
I know its documented. Having used debian for x amount of years, think 
its time to add *BSD to my repertoire and too see whats used in the real 
world / practice.


Thanks for your reply.

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


securelevels

2008-08-17 Thread Brent Clark

Hi

I would like to know, in production envs, or anything for that matter, 
may I ask how many of you raise the securelevel.


If so, to what do you raise it to.

Kind Regards
Brent Clark


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


bsdpan but would prefer deb-make-perl

2008-08-11 Thread Brent Clark

Hi

I dont like these bsdpan perl modules that I needed, but have.

I would like to build and install these modules myself with something 
like debian's deb-make-perl.


Is there anything like that for freebsd, of how do you guys go about 
with this.


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