Re: Jails on FreeBSD 9.0

2012-07-17 Thread Kalle Møller
On Thu, Jul 12, 2012 at 9:04 PM, Herbert J. Skuhra  wrote:
> On Thu, Jul 12, 2012 at 11:56 AM, joris dedieu  wrote:
>> 2012/7/12 Herbert J. Skuhra :
>>> On Wed, Jul 11, 2012 at 11:59 PM, Herbert J. Skuhra  
>>> wrote:
 Hi,

 although I've followed the instructions in jail(8) and jail.conf(5) I
 cannot manage to setup jails on FreeBSD 9.0 STABLE (r238334).

 The symptons:

 * ssh'ing to jail works, but it takes about 20 seconds until password
   prompt appears
>>
>> Does it still the same with UseDNS=no in /etc/ssh/sshd_config ?
>
> No, I can login instantly.
>
 * netstat -r in the jail takes about 150 seconds to finish
>>
>> Does netstat -rn does the same ?
>
> No, the output appears immediately.
>
 * connections to the internet time out; with tcpdump I see that
   packets leave and enter the public interface on the host, but never
   reach the jail

 I use lo1 interface and ip address 192.168.1.1/24 for the jail. Public
 interface is fxp0 with both an IPv4 and an IPv6 address assigned.
 Of course, nat is enable via pf on the public interface.
>>
>> Can you post your PF configuration ?
>>>
>>> After switching to ipfw/natd networking in the jail works.
>>> Could this be a bug?
>>
>> I think you had an issue with firewall that block name resolution and
>> makes everything goes slow. At least you need one single line on your
>> pf.conf :
>>
>> nat on $public_interface form $jail_ip to any -> ($public_interface)
>
> Even when loading only the nat rule it doesn't work:
>
> nat on fxp0 from  192.168.1.0/24 to any -> $ext_addr
>
> Thanks.
> Herbert
> ___
> freebsd-j...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-jail
> To unsubscribe, send any mail to "freebsd-jail-unsubscr...@freebsd.org"


As Mark Felder wrote

You don't have anything in /etc/resolv.conf, in the jail do you? :-)

-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: IPNAT seems to affect network performance? of jails on lo0 (10.0.0.0/24) - why?

2012-07-03 Thread Kalle Møller
I know that ssh does a reverse dns lookup of the ip you connect from -
no matter if its local or not.

On Tue, Jun 26, 2012 at 4:58 PM, Christopher J. Ruwe  wrote:
> On Mon, 25 Jun 2012 18:23:56 -0400
> Robert Huff  wrote:
>
>>
>> Christopher J. Ruwe writes:
>>
>> >  On a KVM virtualized host, I run FreeBSD 8.3-RELEASE-p3 and some
>> >  qjails, 8.3-RELEASE. The jails are connected all via lo0 on
>> >  10.0.0.0.
>> >
>> >  While by the large working as expected, I have noticed one
>> >  pecularity I have failed to pinpoint: When launching processes
>> >  with some network interaction, like sshing into one of the jails
>> >  from the platform or launching emacs, the command spends ages (
>> >  ~(1-2) minutes) idling?  (nothing happens) before becoming
>> >  interactive.
>>
>>   If the number is very close to 90 seconds, my first guess
>> would be you have a DNS problem.
>>
>>
>>   Robert Huff
>>
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to
>> "freebsd-questions-unsubscr...@freebsd.org"
>
> Thanks for the hint. It was DNS ... I have copied a resolv.conf into the
> jails for future use, but did not enable NAT from the start.
>
> The issue disappeared when I commented out the nameserver entries and
> switched NAT off again, i.e., I could login using ssh in a matter of
> seconds, not minutes.
>
> Now to the followup: Why does ssh and emacs! require DNS for entirely local
> connections or just to be started?
>
> Anyway, thanks for that hint, cheers,
> --
> Christopher
> TZ: GMT + 2h



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: apache2 doesn't .flv in my server

2012-06-04 Thread Kalle Møller
AddHandler flv-stream .flv ?

On Sun, Jun 3, 2012 at 9:36 PM, Bulent  Malik  wrote:
> Hello
>
> I use apache22-worker on freebsd9
>
> It Works. But I can't video file flv extension.
>
> I googled about that  and downloaded mod_flvx.c and followed the
> instructions. Also I see that flv is added as shared module in apache
>
> Httpd -M
>
> .
>
> alias_module (shared)
>
> rewrite_module (shared)
>
> php5_module (shared)
>
> h264_streaming_module (shared)
>
> flvx_module (shared)
>
>
>
> But when i call at http://myweb/example.flv   i only download this file.
>
> How can I solve this case ?
>
>
>
>
>
> ___
> 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"



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: HOWTO: FreeBSD ZFS Madness (Boot Environments)

2012-05-02 Thread Kalle Møller
And I forgot

If I do a create and destroy, I would assume my system was back to
same state, but you keep the snapshot when I destroy the clone, dont
know if its working as intended (better safe to keep it than sorry) or
you just didn't think of it :)

http://pastebin.com/XdYZ2eGR

main# zfs list -t all
NAME USED  AVAIL  REFER  MOUNTPOINT
sys 1.45G  6.36G31K  none
sys/ROOT 430M  6.36G31K  none
sys/ROOT/clean   430M  6.36G   430M  legacy
sys/swap1.03G  7.39G16K  -
main# beadm create main
Created successfully
main# zfs list -t all
NAME  USED  AVAIL  REFER  MOUNTPOINT
sys  1.45G  6.36G31K  none
sys/ROOT  430M  6.36G31K  none
sys/ROOT/clean430M  6.36G   430M  legacy
sys/ROOT/clean@main  0  -   430M  -
sys/ROOT/main   1K  6.36G   430M  none
sys/swap 1.03G  7.39G16K  -
main# beadm destroy main
Are you sure you want to destroy 'main'?
This action cannot be undone (y/[n]): y
Destroyed successfully
main# zfs list -t all
NAME  USED  AVAIL  REFER  MOUNTPOINT
sys  1.45G  6.36G31K  none
sys/ROOT  430M  6.36G31K  none
sys/ROOT/clean430M  6.36G   430M  legacy
sys/ROOT/clean@main  0  -   430M  -
sys/swap 1.03G  7.39G16K  -
main#

Kalle


On Wed, May 2, 2012 at 10:10 AM, Kalle Møller
 wrote:
> Hi vermaden
>
> I just tested your tool the last few days and I must say I love it
> already. Though I can get one of the commands to work - might be me or
> the syntax
>
> beadm create [-e nonActiveBe | beName@snapshot] beName
>
> I read it as you can do the following
>
> beadm create beName@snapshot beName
>
> Is that correct or is it
>
> beadm create -e beName@snapshot beName
>
> Well neither of those seems to work for me, can you give an example of the 
> use?
>
> Thanks
>
> Kalle
>
> On Fri, Apr 27, 2012 at 1:08 AM, vermaden  wrote:
>> Hi,
>>
>> I have just created new HOWTO [1] on how to use Boot Environments on
>> FreeBSD with new created utility *beadm* that I put on SourceForge [2].
>>
>> Feel free to send Your ideas/critique about it.
>>
>> [1] http://forums.freebsd.org/showthread.php?t=31662
>> [2] https://sourceforge.net/projects/beadm/
>>
>> Regards,
>> vermaden
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> ...
>> ___
>> 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"
>
>
>
> --
>
> Med Venlig Hilsen
>
> Kalle R. Møller



--

Med Venlig Hilsen

Kalle R. Møller
___
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: HOWTO: FreeBSD ZFS Madness (Boot Environments)

2012-05-02 Thread Kalle Møller
Hi vermaden

I just tested your tool the last few days and I must say I love it
already. Though I can get one of the commands to work - might be me or
the syntax

beadm create [-e nonActiveBe | beName@snapshot] beName

I read it as you can do the following

beadm create beName@snapshot beName

Is that correct or is it

beadm create -e beName@snapshot beName

Well neither of those seems to work for me, can you give an example of the use?

Thanks

Kalle

On Fri, Apr 27, 2012 at 1:08 AM, vermaden  wrote:
> Hi,
>
> I have just created new HOWTO [1] on how to use Boot Environments on
> FreeBSD with new created utility *beadm* that I put on SourceForge [2].
>
> Feel free to send Your ideas/critique about it.
>
> [1] http://forums.freebsd.org/showthread.php?t=31662
> [2] https://sourceforge.net/projects/beadm/
>
> Regards,
> vermaden
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ...
> ___
> 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"



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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"


Samba32 in jail (NetBIOS workgroup)

2010-09-21 Thread Kalle Møller
Hi

I'm trying to get samba to work in a jail (made with ezjail and alias ip).
Port installed only with WINS marked in config.
I can get samba up and running, I can get a client to connect login, view
files etc.
My problem is that my WD TV Live can't connect directly, it uses something
where it
looks in it workgroup and then connects via NetBIOS name.

So I need help to install samba in a jail, with NetBIOS and workgroup,
(login is either local users or no login) ?

I don't know if I need anything else then WINS when I install it ?

Any short smb.conf that would do this ? :)

I can provide dumps of everything if its needed ...

-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: rTorrent + FreeBSD + pf = freeze?

2009-10-23 Thread Kalle Møller
Afaik the "problem" with fillling the router with torrent traffic as opposed
to a single host, is that the the many connections to the many host fill up
the (yes and this i don't know so I'll just say router). So Its not the
torrent traffic itself.. its that you have a lot of packets going a million
places. And as the others say, I've also seen a lot of small routers go down
on it, with the only solution is to set a max in number of connections.

On Fri, Oct 23, 2009 at 8:16 PM, cpghost  wrote:

> On Thu, Oct 22, 2009 at 03:20:20PM -0800, Henrik Hudson wrote:
> > On Wed, 21 Oct 2009, cpghost wrote:
> > > I'm experiencing frequent crashes on my soekris net4801 home router
> > > for some months now, and I'm wondering if it could be some kind of
> > > pf-related bug similar to this on OpenBSD:
> > >
> > >   http://www.mail-archive.com/m...@openbsd.org/msg58042.html
> > >
> > > More precisely, when I fire up rtorrent-devel on some *other* machine
> > > (not the router!), everything runs fine at first.  It could also run
> > > very fine for many days. BUT should I start a torrent with a large
> > > number of seeders which could saturate my link for an extended period
> > > of time, the soekris router would suddenly freeze... but not
> > > immediately: more like a few hours (3 to 6) or so of relatively heavy
> > > traffic. Only a hard reboot of the router would help.  Please note
> > > that rtorrent is NOT running on the router, only its traffic is being
> > > redirected through the router.
> > >
> > > So I'm suspecting some bug / resource leak in pf that would bring the
> > > kernel down somehow. What kind of resources should I monitor (and
> > > how)? Maybe that could bring some clues?
> > >
> > > Oh, before anybody asks: I have no crashdumps, the router freezes
> > > totally without panicking. And it doesn't recover automatically
> > > even after many hours.
> >
> > Possibly a heat issue? I've seen many a little dlink style or
> > similar router work fine until it has to churn through a lot of
> > packets and then it just can't handle it, starts getting warm
> > doing all the computation and then eventually freezes. I'm not
> > ruling out a memory leak or similar, but I'm currently doing the
> > same with a little atom ITX board and it handles all the torrents
> > for myself and the roomies without issue. I'm using rtorrent myself with
> > pf and 8.0-RC1-stable.  I believe the pf code is backported to 7.
> >
> > Also, if it was just a memory leak it will still happen with
> > non-torrent traffic, just most likely slower. Have you tried
> > throttling back the amount of connections and speed that rtorrent
> > makes?
>
> I've suspected a heat issue too, but sysutils/env4801 logging every
> 1 minute didn't show anything suspicious prior to the crashes.
>
> The system crashes ONLY on bittorrent traffic. Saturating the link (in
> one or both directions) even for many days in a row with 5 to 10
> concurrent TCP streams to fixed destinations didn't cause any crashes.
>
> Yes, I've played with bandwidth and nr. of connections in rtorrent,
> and, if at all, I have a feeling (but I can't proove it) that the
> number of concurrent connections doesn't harm, but that the higher
> the output bandwidth, the more likely the crash.
>
> The only thing I didn't test yet was to replace the original DC
> transformer with another one that is a tad better dimensioned.  Those
> transformers that are sent with the net4801(s) tend to degrade over
> the years for some reason (drying capacitors?). If it's not a software
> issue, this could be the cause of the crashes.
>
> > henrik
>
> Thanks for the hints,
> -cpghost.
>
> --
> Cordula's Web. http://www.cordula.ws/
> ___
> 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"
>



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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 there a way of usinf greo to find 3 or 4 blank lines?

2009-09-06 Thread Kalle Møller
I know its not in commandline, but in vim (maybe even vi) you could just
/\n\n\n

This would find new lines... And you could jump between them with n..

and :set ruler so you can find linenumber

On Sun, Sep 6, 2009 at 2:36 AM, Gary Kline  wrote:

>
>in my manuscript, i have many places where i'ved used several
> newlines to indicate a
>jump in time, or topic, or mood, or <>.  i have lost these
> vertical spacing
>in all but my original draft.  can i use grep somehow to find these
> extra newlines?
>
>if not grep, then sed, ed, or what?!
>
>tia,
>
>gary
>
>
>
> --
>  Gary Kline  kl...@thought.org  http://www.thought.org  Public Service
> Unix
>http://jottings.thought.org   http://transfinite.thought.org
>The 5.67a 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"
>



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: how to display pkg-message

2009-09-06 Thread Kalle Møller
Looking for that feature to :)

On Sun, Sep 6, 2009 at 5:19 PM, Chris Whitehouse  wrote:

> Hello
>
> Could someone remind of the make target for showing messages which are
> displayed when installing ports please. I thought it was some variant of
> make showinfo but I can't find one that works. I am assuming that if
> /files/pkg-message.in exists the this make target would show a
> result.
>
> thanks
>
> Chris
> ___
> 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"
>



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: Logging failed attempts

2009-09-05 Thread Kalle Møller
About the SSH.. Have a look in /var/log/auth.log looks like what your
looking for

On Fri, Sep 4, 2009 at 1:25 AM, Alan Shearer  wrote:

> Howdy,
>
> I was curious if there was a way to setup logging of *failed* attempts to
> login to a PPTP Server hosted on freebsd 7?  I can only see successful
> logins.
>
> On a similar note is there a way to log successful and failed attempts to
> SSH into freebsd?
>
> Thanks for the help!
> Alan
> ___
> 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"
>



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: Re[2]: How to make CS server autostart on reboot

2009-08-13 Thread Kalle Møller
No logfiles ?? Sounds like something needs to be started prior to the
CS-server

2009/8/13 Anton 

>
>   Hello Mark,
>
>   under CS server - I mean server for Counter-strike...
>
>   I've also tried this variant - it is starting. as if from rc.local -
>   but then it shuts down, and I could not find out why
>
>   Thursday, August 13, 2009, 2:26:35 PM, you wrote:
>
>   > Hello,
>
>   > What do you mean by a CS server?
>
>> I'm sure there are "better" of "pretier" soluti on but you can use
>cron
>
>   > to do this for you.
>
>   > As the user which should run this service do:
>
>   > crontab -e
>
>   > then add a rule like:
>
>   > @reboot 
>
>   > Then save and exit. Now next time on reboot the  will be
>   run.
>
>   > Greetz,
>
>   > Mark
>
>   > PS. CS= Counter Strike?
>
>   > Anton wrote:
>
>   >>Hello everybode,
>
>>>Can you help me in subject? Ca use, if I even place the start
>script in
>
>   >>/=tc/rc.local - it do not st arts
>
>   >>--
>
>   >>--
>
>   >>Best regards,
>
>>> Anton   &n bsp;=   &nbs   p;[1]mailto:
> an...@sng.by
>
>   >> Administrator
>
>   >>Feel free to contact me
>   >>via ICQ 363780596
>
>   >>via Skype dobryak47
>
>   >>via phone +375 29 3320987
>
>   >> References
>
>   >>1. 3D"mailto:an...@sng.by";
>
>   >> ___ 
>
>[1]>>  freebsd-questions@freebsd.org mailing list
>
>   [2]>> http://lists.freebsd.org/mailman/listinfo/freebsd-qu estions
>
>   >> To unsubscribe, send any mail to "freebsd-q
> uestions-unsubscr...@freebsd.org"
>
>   >>
>
>--
>
>   Best regards,
>
>Anton   &nbs p;[3]mailto:an...@sng.by
>
>Administrator
>
>   Feel free to contact me
>
>   via ICQ 363780596
>
>   via Skype dobryak47
>
>   via phone +375 29 3320987
>
> References
>
>1. 3D"mailto:freebsd-questions@freebsd.org";
>   2. 3D"http://lists.freebsd.org/mailman/listinfo/freeb   3. 3D"mailto:
> an...@sng.by"
> ___
> 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"
>



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: net-mgmt/flowd - broken ?

2009-08-07 Thread Kalle Møller
That would be neat :)
And I think your correct about the dirrmtry .. since the auto could contain
shared files

But I don't know about the rest


On Thu, Aug 6, 2009 at 7:44 PM, Vincent Hoffman  wrote:

> Kalle Møller wrote:
> > Damn have no clue how to build fix or anything with plist ... Except it
> > seemd to be a list of the files used ??
>
>
> Pretty much, the porters handbook has a decent section on it if your
> interested. Any installed files except man pages and documentation
> (which are specified in the makefile) should be listed as far as i can
> tell. Have a read at
>
> http://www.freebsd.org/doc/en/books/porters-handbook/porting-desc.html#AEN100
> and
> http://www.freebsd.org/doc/en/books/porters-handbook/plist.html
>
> I think this is a simple one, if no one else does then I'll try and look
> at it tomorrow.
>
> my guess is that
> %%with_per...@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto
> should be
> %%with_per...@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
> and possibly
> lib/perl5/5.8.9/mach/perllocal.pod
> (or the appropriate variables in place of a static path)
> need to be added.
>
> Vince
>
> >
> > On Wed, Aug 5, 2009 at 8:48 PM, Mel Flynn <
> > mel.flynn+fbsd.questi...@mailing.thruhere.net
> 
> >
> >> wrote:
> >
> >> On Wednesday 05 August 2009 10:35:02 Kalle Møller wrote:
> >>
> >>> make WITH_PERL="YES"
> >>>
> >>> But it returns that it is broken ?
> >>>
> >>> flowd-0.9.1_1 is marked as broken: Incomplete pkg-plist.
> >>>
> >>> Without perl it installs fine. The problem is that I need the perl part
> >> to
> >>> get some of the other tools to work :S
> >>>
> >>> Anything I can do to get this not broken ...
> >> You could fix the plist and ping the maintainer (added to CC).
> >> --
> >> Mel
> >> ___
> >> 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"
> >>
> >
> >
> >
>
>


-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: net-mgmt/flowd - broken ?

2009-08-06 Thread Kalle Møller
Damn have no clue how to build fix or anything with plist ... Except it
seemd to be a list of the files used ??

On Wed, Aug 5, 2009 at 8:48 PM, Mel Flynn <
mel.flynn+fbsd.questi...@mailing.thruhere.net
> wrote:

> On Wednesday 05 August 2009 10:35:02 Kalle Møller wrote:
>
> > make WITH_PERL="YES"
> >
> > But it returns that it is broken ?
> >
> > flowd-0.9.1_1 is marked as broken: Incomplete pkg-plist.
> >
> > Without perl it installs fine. The problem is that I need the perl part
> to
> > get some of the other tools to work :S
> >
> > Anything I can do to get this not broken ...
>
> You could fix the plist and ping the maintainer (added to CC).
> --
> Mel
> ___
> 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"
>



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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"


net-mgmt/flowd - broken ?

2009-08-05 Thread Kalle Møller
Hi

I'm trying to build flowd with perl

make WITH_PERL="YES"

But it returns that it is broken ?

flowd-0.9.1_1 is marked as broken: Incomplete pkg-plist.

Without perl it installs fine. The problem is that I need the perl part to
get some of the other tools to work :S

Anything I can do to get this not broken ...

-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: svn+ssh server only

2009-07-28 Thread Kalle Møller
Okay - Thank you :) Mine is behind pfsense and PAT

On Tue, Jul 28, 2009 at 10:33 PM, John Almberg  wrote:

> So the only one you had marked was the svnserve-wrapper ? in Make config
>>
>
> No, I just used the default config. You don't need svnserve-wrapper (what
> ever that is). You just run svnserve as a daemon, and access it like svn://
> host.name/project/trunk/
>
> Note the importance of PF to control access, otherwise, your svn server
> will be wide open. But since PF allows me (or rather, any one or process
> using an allowed IP address) to access the repository without
> authentication, use is really simple and straight forward.
>
> This is a pretty simple set up and probably only works well for single-user
> repositories, but that's exactly my situation.
>
> -- John
>
>


-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: svn+ssh server only

2009-07-27 Thread Kalle Møller
So the only one you had marked was the svnserve-wrapper ? in Make config

On Mon, Jul 27, 2009 at 3:11 PM, John Almberg  wrote:

>
> On Jul 26, 2009, at 7:35 PM, Kalle Møller wrote:
>
>  Hi
>>
>> I'm trying to make a ssh+svn server only (apache is installed, but that is
>> for view.vc)
>>
>
> For what its worth, I just built a new svn server (to replace my old
> apache-based svn server that should have been replaced years ago, but it
> kept on doing the job).
>
> This time, I used a very simple set up, using svnserve without any
> authentication. I use pf to limit access to the small number of IP addresses
> that I use. This setup is super-simple, fast, and secure enough for my
> needs.
>
> -- John___
> 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"
>



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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"


svn+ssh server only

2009-07-26 Thread Kalle Møller
Hi

I'm trying to make a ssh+svn server only (apache is installed, but that is
for view.vc)

I want the only method of connecting to be via ssh. My problem is I don't
really know which of the following I would need.

NEON
SERF
SASL
BDB
ASVN
SVNSERVE_WRAPPER (As I understand this is needed when a group of people
should acces it - able to change umask)

The rest I have no clue..



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: vim port have a lot of broken links ??

2009-07-25 Thread Kalle Møller
Spot on.. My server is ipv6 ready.. (We are the hosting department of the
ISP if we should examine all ticket we get with.. Its the networks fault we
wouldn't do anything else :D )

And fetch -4 http://ftp.vim.org/pub/vim/patches/7.2/7.2.002 is working fine.
So it must be that it tries ipv6 first.

Well thank you , I'm just gonna add the ipv6 interface after I've installed
vim.


On Sat, Jul 25, 2009 at 4:00 AM, Steve Bertrand  wrote:

> Kalle Møller wrote:
> > Well any other port works flawless. It's only the vim ports (other =
> screen
> > sudo wget bash apache22 mysql-server subversion etc)
> >
> > And the ISP is not the problem - I works for them in the network
> department
> > (its on a 10 G link :D )
> >
> > I just made a make distclean and make again
> >
> > => vim-7.2.tar.bz2 doesn't seem to exist in /tmp/ports/distfiles/vim.
> > => Attempting to fetch from http://ftp.vim.org/pub/vim/unix/.
> > fetch: transfer timed out
> > => Attempting to fetch from
> http://mirrors.24-7-solutions.net/pub/vim/unix/.
> > vim-7.2.tar.bz2   100% of 7034 kB  254 kBps
> > 00m00s
> >
> > This takes 2-3 min And the 24-7 site only have to around 190  the
> last
> > 40 needs to wait for both primary and 24-7 to timeout before the 3rd site
> > "delivers"
>
> I don't know which network department you work in at your ISP, but in
> this ISP's "network department", we *never* disclaim the possibility of
> having an issue until the problem has been resolved, and we know
> *exactly* _what_ it was, and _where_ it was (yes, I'm a little sensitive
> to blind claims that "it's not our fault" ;)
>
> > Looked a little deeper... It seems like I can
> >
> > wget http://ftp.vim.org/pub/vim/patches/7.2/7.2.002
> >
> > But i cannont
> >
> > fetch http://ftp.vim.org/pub/vim/patches/7.2/7.2.002
> >
> > wget goes smoothly but fetch times out
>
> Both work here:
>
> # fetch -4 http://ftp.vim.org/pub/vim/patches/7.2/7.2.002
> 7.2.002   100% of 1462  B 9327 kBps
>
> # wget -4 http://ftp.vim.org/pub/vim/patches/7.2/7.2.002
> [...snip...]
> 2009-07-24 21:52:01 (113 MB/s) - `7.2.002.1' saved [1462/1462]
>
> However, it seems as though ftp.vim.org is IPv6 enabled, but both fetch
> and wget time-out when trying to reach it over IPv6. eg:
>
> # wget -6 http://ftp.vim.org/pub/vim/patches/7.2/7.2.002
>
> --2009-07-24 22:02:13--  http://ftp.vim.org/pub/vim/patches/7.2/7.2.002
> Resolving ftp.vim.org... 2001:610:1:80aa:192:87:102:42,
> 2001:610:1:80aa:192:87:102:43
> Connecting to ftp.vim.org|2001:610:1:80aa:192:87:102:42|:80... connected.
> HTTP request sent, awaiting response...
> ^C
>
> Are you IPv6 ready? If not, do you have v6 enabled in some fashion that
> could be interfering with proper Internet communication?
>
> Steve
>
>
>
>
>
>
>
>
>


-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: vim port have a lot of broken links ??

2009-07-24 Thread Kalle Møller
Well any other port works flawless. It's only the vim ports (other = screen
sudo wget bash apache22 mysql-server subversion etc)

And the ISP is not the problem - I works for them in the network department
(its on a 10 G link :D )

I just made a make distclean and make again

=> vim-7.2.tar.bz2 doesn't seem to exist in /tmp/ports/distfiles/vim.
=> Attempting to fetch from http://ftp.vim.org/pub/vim/unix/.
fetch: transfer timed out
=> Attempting to fetch from http://mirrors.24-7-solutions.net/pub/vim/unix/.
vim-7.2.tar.bz2   100% of 7034 kB  254 kBps
00m00s

This takes 2-3 min And the 24-7 site only have to around 190  the last
40 needs to wait for both primary and 24-7 to timeout before the 3rd site
"delivers"


Looked a little deeper... It seems like I can

wget http://ftp.vim.org/pub/vim/patches/7.2/7.2.002

But i cannont

fetch http://ftp.vim.org/pub/vim/patches/7.2/7.2.002

wget goes smoothly but fetch times out




On Sat, Jul 25, 2009 at 1:11 AM, Bob Hall  wrote:

> On Fri, Jul 24, 2009 at 09:13:43PM +0200, Kalle Mller wrote:
> > When I try to install vim from ports it tries 4-5 sites which all have to
> > time out... and with a 200 files.. thats a lot of timeouts.. Who should I
> > poke to, so the mirrors would be updated ??
> >
> > --
> >
> > Med Venlig Hilsen
>
> Hi Kalle,
>
> If several servers are timing out, there's a good chance that the
> problem is at your end. Either you or your ISP might be having a
> problem. If you haven't changed anything (hardware, software,
> configuration, ISP), then the problem is likely to be temporary.
>
> If the problem is a spike in activity that's overburdoning the servers,
> the following may help:
> /usr/ports/ports-mgmt/fastest-sites
>
> Med venlige hilser til deg ogsaa.
> ___
> 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"
>



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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"


vim port have a lot of broken links ??

2009-07-24 Thread Kalle Møller
When I try to install vim from ports it tries 4-5 sites which all have to
time out... and with a 200 files.. thats a lot of timeouts.. Who should I
poke to, so the mirrors would be updated ??

-- 

Med Venlig Hilsen

Kalle R. Møller
___
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.org/ports site seems to have lost its style sheet

2009-07-20 Thread Kalle Møller
I can't see any problem ?

On Mon, Jul 20, 2009 at 6:30 PM, Jeff Dickens wrote:

> Do a search and see what I mean.
>
> Any idea who to tell?
>
> __
>  Scanned by Google Message Security  - Leaving Seaman Paper
>
> ___
> 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"
>



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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"


svn client from subversion

2009-07-04 Thread Kalle Møller
Hi

I'm used to the client that follow devel/subversion - Is it possible to only
install the client on a server. (I got 4 servers and only 1 needs the
subversion backend etc.. but the 3 others need the client)

-- 

Med Venlig Hilsen

Kalle R. Møller
___
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: Command-line IRC client

2009-05-10 Thread Kalle Møller
irssi + screen

On Fri, May 8, 2009 at 2:19 AM, Nerius Landys  wrote:
> What is the most recommended IRC client that runs in a terminal?
> rtorrent is to bit torrent what  is to IRC.
> ___
> 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"
>



-- 

Med Venlig Hilsen

Kalle R. Møller
___
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"


Maintaining a FreeBSD system - Workcycle

2009-05-06 Thread Kalle Møller
Hi

I'm looking for a generel guide / howto for maintaining a FreeBSD
system - not all the ports, just the base system. One that describe
how often you should update your port-tree, which basic ports like
audit you should have. Its a server I have that runs different
services, so I'm also looking for cronjobs that I could make the
system mail to me incase of something.

In very few words maintain automatic .

Hope you have some guides out there

-- 

Med Venlig Hilsen

Kalle R. Møller
___
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"


Portsnap vs CSup

2009-03-19 Thread Kalle Møller
Hi

I've been digging around, but I can't find a clear answer, which of those
two is the "correct" to use. Hence I don't use one now, so if I'm going to
learn one, I would prefer it to be the right one.

-- 
/km
___
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"