Frequent NMI warnings

2013-10-11 Thread Peter Risdon
Hi,

$ uname -a
FreeBSD ..com 9.1-RELEASE FreeBSD 9.1-RELEASE #0
r243825: Tue Dec  4 09:23:10 UTC 2012
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
 amd64

I'm getting a lot of these errors in the logs:

+NMI ISA 30, EISA 0
+NMI ISA 30, EISA 0
+NMI ... going to debugger
+NMI ISA 30, EISA 0
+NMI ... going to debugger
+NMI ... going to debugger
+NMI ISA 30, EISA 0
+NMI ISA 30, EISA 0
+NMI ... going to debugger
+NMI ... going to debugger
+NMI ISA 30, EISA 0
+NMI ISA 30, EISA 0
+NMI ... going to debugger
+NMI ... going to debugger
+NMI ISA 30, EISA 0
+NMI ... going to debugger

Can anyone suggest how I could diagnose these errors? I saw some
suggestions that memory faults might be a cause of similar problems but
Memtest came up clear.

Please cc me because I'm not a subscriber.

Thanks in advance,

Peter Risdon
___
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 do I ring a bell?

2013-10-07 Thread Peter Boosten

On 7 okt. 2013, at 13:37, Frank Leonhardt  wrote:

> In the good'ol days I could make UNIX ring a bell (literally) by sending \a 
> to the console TTY (an ASR33 in my case). Now there's an electronic 
> synthesised ting or beep from an terminal emulator IF it's got a sound card 
> and so on, and an IBM-PC had a beep routine in the BIOS.
> 
> Is there any way to make a noise through the built in "bell" speaker found on 
> an IBM PC compatible server box? Writing 007 to the BIOS cout routine might 
> do it, but I've realised I haven't got a clue how to do that.
> 
> I could easily knock up a bit of hardware to go on a serial port (or similar) 
> that could be triggered to make a noise, but these things have already got 
> the hardware built in and I'm looking to use what I've already got.
> 
> Thanks, Frank.
> 
> P.S. "cdcontrol -f /dev/mycdrom eject" is the best I've come up with so far 
> for getting attention.
> 
> ___
> 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"


echo "CTRL-V CTRL-G" should do the trick 

-- 
Peter Boosten
http://www.boosten.org


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


recover gpt partion

2013-10-01 Thread Zyumbilev, Peter
Hi,

I have hardware raid LSI - 20 TB, one GPT partion /dev/mfid0p1.

System is boatable from the system disk, however  GPT partion on raid
seem corrupted.

When I try to do fsck -y -t ufs I get

Cannot find file system superblock ioctl (GCINFO): Inappropriate ioctl
for device

cant't read bsd label.


What is the correct procedure to try recovery ?

Thanks,

Peter

___
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: Chromium build failure

2013-09-01 Thread Peter Harrison
Sunday,  1 September 2013 at 14:43:24 +0300, George Liaskos said:
> On Sun, Sep 1, 2013 at 1:15 PM, Peter Harrison
>  wrote:
> > Hi list,
> >
> > I'm getting a consistent build error when trying to build the latest 
> > version of Chromium in ports - here's the error:
> >
> > ninja: Entering directory `out/Release'
> > [65/11901] LINK libvpx_obj_int_extract
> > FAILED: g++46 -Wl,-rpath=/usr/local/lib/gcc46 -Wl,-z,now -Wl,-z,relro 
> > -pthread -Wl,-z,noexecstack -fPIC -Wl,--no-keep-memory -m32 -Wl,-O1 
> > -Wl,--as-needed -o libvpx_obj_int_extract -Wl,--start-group 
> > obj/third_party/libvpx/source/libvpx/build/make/libvpx_obj_int_extract.obj_int_extract.o
> >   -Wl,--end-group
> > obj/third_party/libvpx/source/libvpx/build/make/libvpx_obj_int_extract.obj_int_extract.o:
> >  In function `parse_elf':
> > obj_int_extract.c:(.text.parse_elf+0x71a): undefined reference to 
> > `__stack_chk_fail_local'
> > /usr/local/bin/ld: libvpx_obj_int_extract: hidden symbol 
> > `__stack_chk_fail_local' isn't defined
> > /usr/local/bin/ld: final link failed: Bad value
> > collect2: ld returned 1 exit status
> > [65/11901] ACTION Generating resources from app/generated_resources.grd
> > ninja: build stopped: subcommand failed.
> > *** [do-build] Error code 1
> >
> > Stop in /usr/ports/www/chromium.
> >
> > This is on:
> >
> > 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:30:17 UTC 2013 
> > r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
> >
> > Anyone offer me some advice on how to fix? The previous version of Chromium 
> > built fine on this machine.
> 
> Hm, please try the following
> 
> --- a/www/chromium/Makefile
> +++ b/www/chromium/Makefile
> @@ -18,6 +18,8 @@ COMMENT=  Mostly BSD-licensed web browser based
> on WebKit and Gtk+
>  LICENSE=   BSD LGPL21 MPL
>  LICENSE_COMB=  multi
> 
> +CFLAGS+=   -fno-stack-protector
> +
>  BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
> bash:${PORTSDIR}/shells/bash \
> yasm:${PORTSDIR}/devel/yasm \


That sorted it - thanks!



Peter.


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


Chromium build failure

2013-09-01 Thread Peter Harrison
Hi list,

I'm getting a consistent build error when trying to build the latest version of 
Chromium in ports - here's the error:

ninja: Entering directory `out/Release'
[65/11901] LINK libvpx_obj_int_extract
FAILED: g++46 -Wl,-rpath=/usr/local/lib/gcc46 -Wl,-z,now -Wl,-z,relro -pthread 
-Wl,-z,noexecstack -fPIC -Wl,--no-keep-memory -m32 -Wl,-O1 -Wl,--as-needed -o 
libvpx_obj_int_extract -Wl,--start-group 
obj/third_party/libvpx/source/libvpx/build/make/libvpx_obj_int_extract.obj_int_extract.o
  -Wl,--end-group 
obj/third_party/libvpx/source/libvpx/build/make/libvpx_obj_int_extract.obj_int_extract.o:
 In function `parse_elf':
obj_int_extract.c:(.text.parse_elf+0x71a): undefined reference to 
`__stack_chk_fail_local'
/usr/local/bin/ld: libvpx_obj_int_extract: hidden symbol 
`__stack_chk_fail_local' isn't defined
/usr/local/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
[65/11901] ACTION Generating resources from app/generated_resources.grd
ninja: build stopped: subcommand failed.
*** [do-build] Error code 1

Stop in /usr/ports/www/chromium.

This is on:

9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:30:17 UTC 2013 
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

Anyone offer me some advice on how to fix? The previous version of Chromium 
built fine on this machine.

Cheers,




Peter Harrison.
___
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: Way to be announced about security updates and new releases

2013-08-27 Thread Zyumbilev, Peter
http://www.freebsd.org/security/rss.xml

?
Peter

On 21/08/2013 09:54, Antonio Kless wrote:
> Is there any way to be noticed, when security updates or new releases are
> available?
> 
> https://twitter.com/freebsd nearly would be a solution, if it did not
> repostquestions from its
> subscribers and other information that is not related to updates.
> 
___
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: AMD Phenom II X4 temperature issues (was Re: hardware monitor)

2013-08-04 Thread Peter Giessel
You can also try shutting down (obviously), then removing the heat sink, put 
some thermal paste on the processor and reinstall the heat sink.  Sometimes 
there isn't much (any) thermal paste there and the processor can't get the heat 
into the heat sink.

On 2013, Aug 4, at 15:22, Gary Aitken  wrote:

> Ok, so now I see that my cpu temperature shoots up pretty dang fast when a
> build is going on.

___
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: 2 lines

2013-07-30 Thread Zyumbilev, Peter


On 30/07/2013 10:42, Shane Ambler wrote:
>I thought pfsense supported failover - or is that limited to outgoing?
> http://doc.pfsense.org/index.php/File:RouterDiagram.png
> http://www.techvilleottawa.org/pfsense-load-balance-fail-over-setup/
> 
> Otherwise something like wackamole or heartbeat to keep the ip address
> alive?
> 
> 
> 

"This setup enables pfSense to load balance traffic from your LAN to
multiple internet connections (WANs). "..

This is only outgoing :(

So so far 2 solutions:

1. Real one BGP, problem needs own ip range
2. DnsMadeEasy - cheap and easy ($34.50 per year), but not as good as BGP

Peter
___
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: 2 lines

2013-07-29 Thread Zyumbilev, Peter

On 29/07/2013 20:06, Matthew Seaman wrote:
> On 29/07/2013 17:38, Zyumbilev, Peter wrote:
>> Not sure what is the best way nowadays to get own /24 or at least /26 ?
>> I wonder if there is "second hand" ip market :-)
> 
> 
> Get a /64 or a /48 and subnet it...?
> 
>   Cheers,
> 
>   Matthew
> 

Hi,

Lines are from 2 different ISPs and evn come physically via different
route  - protection again construction workers :-) Basically to be fair
I need one single IP to have such fail over  - the Citrix server.

However really not sure what is the best way - the only feasible
solution I found so far is DNS faiolver
http://www.dnsmadeeasy.com/services/dns-failover-system-monitoring/.
However I am not 100% sure how well it will work and if this may cause
more troubles and embarrassment in front of the customer than simply
giving them  in a email

gate1.example.com(primary)
gate2.example.com(backup)

to connect.

Cheers,

Peter

___
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: 2 lines

2013-07-29 Thread Zyumbilev, Peter


On 29/07/2013 16:46, Mark Felder wrote:
> The right way to handle this is to get your own IP allocation and do BGP
> out both providers. Then the internet can reach you over both internet
> connections and when one goes down all traffic is routed through your
> other connection.
> 

Not sure what is the best way nowadays to get own /24 or at least /26 ?
I wonder if there is "second hand" ip market :-)

Peter
___
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"


2 lines

2013-07-29 Thread Zyumbilev, Peter
Hi,

I have 2 fiber lines and using pfsense(freebsd) I can easily use them
for backup of LAN --> Internet traffic i.e when primary is down, second
line kick in automatically.  However when one line is down all
connections Internet --> LAN to certain service(e.g www) via that
connection are down as expected.

My question is: is there some smart(e.g DNS) solution that can help me
overcome this ?

Thanks,

Peter
___
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"


2 lines

2013-07-29 Thread Zyumbilev, Peter
Hi,

I have 2 fiber lines and using pfsense(freebsd) I can easily use them
for backup of LAN --> Internet traffic i.e when primary is down, second
line kick in automatically.  However when one line is down all
connections Internet --> LAN to certain service(e.g www) via that
connection are down as expected.

My question is: is there some smart(e.g DNS) solution that can help me
overcome this ?

Thanks,

Peter


___
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 slices and the Boot Manager

2013-07-27 Thread Peter Andreev
Why wouldn't you simply update your 8.1 to 8.4?


2013/7/27 Conny Andersson 

> Hi,
>
> I have a workstation with two factory installed hard disks. The first
> disk, ada0, is occupied by a Windows 7 Pro OS (mainly kept for the three
> year warranty of the workstation as Dell techs mostly speak the Microsoft
> language).
>
> Instead I have configured the BIOS to boot from the MBR on the second disk
> as I most of the time (99%) use FreeBSD. The MBR on ada1 was installed with
> sysinstall's option "Install the FreeBSD Boot Manager", when I installed
> the FreeBSD 8.3-RELEASE.
>
> (The latest BIOS version 2.4.0 for Dell T1500 does not support
> UEFI/GPT/GUID.)
>
> The second disk ada1, now has three FreeBSD slices:
>
> 1) ada1s1 with FreeBSD 8.1-RELEASE
>
> 2) ada1s2 with FreeBSD 8.2-RELEASE
>
> 3) ada1s3 with FreeBSD 8.3-RELEASE
>
> I want to install the new FreeBSD 8.4-RELEASE on ada1s1 by overwriting the
> now existing two first slices. This means that ada1s3, must become ada1s2
> instead. Is this possible to do?
>
> A very important question is if sysinstall's option "Install the FreeBSD
> Boot Manager" detects that I have a FreeBSD 8.3 and detect it as slice 2 on
> disk 1? So it becomes a boot option when I am rebooting? (Maybe the slice
> may come up as ad6s2, because AHCI in FreeBSD 8.4 isn't enabled at the time
> of the install.)
>
> If the answer to these questions is yes, then the next two questions arise.
>
> Can I mount ada1s2a (FreeBSD 8.3) from the newly installed FreeBSD 8.4 and
> edit my FreeBSD's 8.3-R /etc/fstab according to the new disk layout, and
> occasionally run FreeBSD 8.3 without problems? Or do I have to do more to
> get it to work?
>
> The idea behind this kind of 'reverse' disk layout of mine is to have
> FreeBSD 8.4 as my new default OS. And have FreeBSD 8.3 untouched for
> configuring FreeBSD 8.4 and booting into it when ever needed. If I can do
> this as described above, I will have plenty of space on the disk for the
> future and a new FreeBSD release.
>
>
> Thanks for your interest in my questions,
>
> Conny Andersson
>
> =-=-=-=-=-=-=-=-=-=
>   Conny Andersson
> 
> =-=-=-=-=-=-=-=-=-=
> __**_
> 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 "
>



-- 
Is there any problem Exterminatus cannot solve? I have not found one yet.
___
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"


stack overflow

2013-06-29 Thread Peter Laurie

Hi

I'm working on a program using FreeBSD v 1.7.

This project has been going for years and has a lot of functions calls 
some using far more arguments than these. I've never seen this error before.


I have one funct8ion that has suddenly refused to run because on the 
call I get a 'stack overflow' message.


I'm passing a pointer to a structure and then 5 ints. Everything is 
fine, but I need to pass a bit more data. If I pass a sixth int I get 
the overflow message.


I've increased the stack from the default 4096 to 20 * 1024 * 1024 
without effect.


Yours Peter Laurie
--
Peter Laurie
Office (44) 01305 871131
Home (44) 01305 871532
Voice messaging on both lines, but I don't often check it.
Email is more reliable.

Interested in Roman roads? Have a look at 
http://alsystems.algroup.co.uk/archaeology


Beneath the City Streets is on Google Books at

http://books.google.com/books?id=zAf-uwRCdXwC
___
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"


Which is the "parser plugin for encoding trig"?

2013-06-12 Thread Peter Ulrich Kruppa
Hi,

some ports on my 9.1-STABLE fail with this message:

Could not find parser plugin for encoding trig

I found some mails mentioning this problem in the archives and tried to
reinstall sysutils/raptor2 - as recommended - but the error remains the
same.

Any ideas?

Greetings

Peter
___
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: which reader/tablet/

2013-06-09 Thread Peter Giessel

On 2013, Jun 9, at 19:13, Gary Kline  wrote:

>can I put
>   freebsd on these tablet devices?

Personally, I don't see how another O.S. would work on the tablet devices.  
They don't have any of the hardware other O.S.'s assume (such as a keyboard), 
and they have such proprietary hardware.  The hardware is so "touch centric", 
than running a non-touch O.S. does not seem wise, but I could be wrong.


>  if I bought, say, WAR AND PIECE
>   or something out of copyright  { schopenhauer or marcus aurelius }
>   that is in text, how do I get it to whatever tablet I have?  
>   right now we've got cable and I use the telco for my server.
>   I know that works, but it is only good for my computer network.
> 
>   but say I wanted to keep things simple and buy some kind of kindle
>   or nook.  how does amazon.com or bn.com get their new ebooks onto
>   my reader?


All of the tablet type devices I'm aware of can access the internet through 
WiFi, which allows them to download the various books.  Many of them now also 
have a 4g type cellular antenna which can be used (with a subscription for 
network access through your favorite telecom) to download your favorite book.

I admit I'm most familiar with putting books on Apple tablet devices.  PDFs or 
ePubs can be e-mailed to the device, which opens well in their reading app.  
The devices allow any text (including I suppose, plain text) on the screen to 
be "spoken" by the device.

___
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: Any arp table size limitations?

2013-05-29 Thread Peter Andreev
Thank you Lowell,

Yes, that's an Internet exchange point. We have done a similar test and
didn't found any problems, I asked on maillist just to be sure.


2013/5/30 Lowell Gilbert 

> Peter Andreev  writes:
>
> > We are connecting to an IXP, they have tested our FreeBSD 9.1 server and
> > said we can store only about 600 MACs simultaneously. So I'd like to ask
> if
> > there is any arp table size limitations and if so, how we can increase
> the
> > limit?
>
> I looked at the code and there don't seem to be any arbitrary
> limits. The code isn't optimized for really large numbers of entries,
> but 600 isn't what I'd consider large in this context.
>
> I ran a simple shell script and had no problems entering many thousands
> of static ARP entries, so my interpretation from reading the code isn't
> horribly wrong. I think you need to find out what kind of problems they
> ran into at 600 entries.
>
> As a (maybe-irrelevant) side point, I don't know what you mean by IXP,
> since in my background the term means "Internet eXchange Point," and
> isn't likely to get anywhere close to 600 ARP entries on a single
> subnet.
>



-- 
AP
___
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"


Any arp table size limitations?

2013-05-28 Thread Peter Andreev
Hello,

We are connecting to an IXP, they have tested our FreeBSD 9.1 server and
said we can store only about 600 MACs simultaneously. So I'd like to ask if
there is any arp table size limitations and if so, how we can increase the
limit?

-- 
AP
___
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"


x11/kdelibs4 build fails

2013-05-24 Thread Peter Ulrich Kruppa
Hi,

for some time now x11/kdelibs4 build fails with this:

---
[...]
[ 42%] Building CXX object kdoctools/CMakeFiles/meinproc4.dir/xslt_kde.o
Linking CXX executable ../bin/meinproc4
[ 42%] Built target meinproc4
Scanning dependencies of target meinproc4_simple
[ 42%] Building CXX object
kdoctools/CMakeFiles/meinproc4_simple.dir/meinproc4_simple_automoc.o
[ 42%] Building CXX object
kdoctools/CMakeFiles/meinproc4_simple.dir/meinproc_simple.o
[ 42%] Building CXX object
kdoctools/CMakeFiles/meinproc4_simple.dir/meinproc_common.o
[ 43%] Building CXX object kdoctools/CMakeFiles/meinproc4_simple.dir/xslt.o
Linking CXX executable ../bin/meinproc4_simple
[ 43%] Built target meinproc4_simple
[ 43%] Generating resourcewatcherconnectioninterface.cpp,
resourcewatcherconnectioninterface.h
[ 43%] Generating resourcewatchermanagerinterface.cpp,
resourcewatchermanagerinterface.h
[ 43%] Generating nie.h, nie.cpp
Could not find parser plugin for encoding trig
*** [nepomuk/nie.h] Error code 1
1 error
*** [nepomuk/CMakeFiles/nepomuk.dir/all] Error code 2
1 error
*** [all] Error code 2
1 error
*** [do-build] Error code 1

Stop in /usr/ports/x11/kdelibs4.
*** [build] Error code 1

Stop in /usr/ports/x11/kdelibs4.
--


Any ideas? I'am running
FreeBSD 9.1-STABLE Wed May 22 01:20:24 CEST 2013 amd64

Thanks for your answers

Peter
___
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: Status of Chromium port...

2013-05-15 Thread Peter Harrison
Wednesday, 15 May 2013 at 19:01:42 +0300, Volodymyr Kostyrko said:
> 15.05.2013 18:29, J. Porter Clark:
> > On Wed, May 15, 2013 at 11:32:31AM +0300, Volodymyr Kostyrko wrote:
> >> 14.05.2013 23:48, Peter Harrison:
> >>> Hello list!
> >>>
> >>> Does anyone know the status of the Chromium port? It's stuck at v25 with 
> >>> multiple vulnerabilities. Updated versions have been available for a 
> >>> while, but haven't been brought into ports. I've emailed the maintainer 
> >>> but not had a response. Anyone know better?
> >>
> >> I'm building v27 from port now. Looks like many things have changed
> >> since v25 - new dependencies, the build flows differently. Seems to
> >> be a major update.
> >
> > Indeed, seems a real mess now.  I told it not to use
> > pulseaudio, it wants to install it anyway, along with gdbm and
> > accessibility/speech-dispatcher.  WTF?  Might want to hold off
> > until some of this gets fixed...
> >
> 
> Oh, a friendly soul. To ditch pulseaudio I told speech-dispatcher to use 
> flite, this way we get really short list of extra deps.
> 
> I can't build port for now due too -Werror. Clang shrieks about really 
> bad things when compiling gcrypt (warning about deprecated interfaces) 
> whereas gcc4.6 says the same about gssapi.h.

Thanks both for the feedback. Having waited this far, I think I might hang on a 
little longer before attempting the upgrade.



Peter.

> 
> -- 
> Sphinx of black quartz, judge my vow.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Status of Chromium port...

2013-05-15 Thread Peter Harrison
Wednesday, 15 May 2013 at 11:32:31 +0300, Volodymyr Kostyrko said:
> 14.05.2013 23:48, Peter Harrison:
> > Hello list!
> >
> > Does anyone know the status of the Chromium port? It's stuck at v25 with 
> > multiple vulnerabilities. Updated versions have been available for a while, 
> > but haven't been brought into ports. I've emailed the maintainer but not 
> > had a response. Anyone know better?
> 
> I'm building v27 from port now. Looks like many things have changed 
> since v25 - new dependencies, the build flows differently. Seems to be a 
> major update.

Wow the irony - the port gets updated on the same day I message the list. 
Thanks for being more on top of this than I am!



Peter.


> 
> -- 
> Sphinx of black quartz, judge my vow.
___
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"


Status of Chromium port...

2013-05-14 Thread Peter Harrison
Hello list!

Does anyone know the status of the Chromium port? It's stuck at v25 with 
multiple vulnerabilities. Updated versions have been available for a while, but 
haven't been brought into ports. I've emailed the maintainer but not had a 
response. Anyone know better?

Thanks all,




Peter Harrison.

___
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: small fanless mini-pc for home router/firewall?

2013-05-08 Thread Zyumbilev, Peter
Hi,

I currently run this one:

http://www.applianceshop.eu/index.php/firewalls/opnsense/opnsense-desktop-and-wallmountable/opnsense-pfsense-appliance.html

with pfsense 2 (it is freebsd too)

Works great :)

The only problems I see so far is when I push it at 90+ Mb/s it start to
have issues with load but if do not plan such high speeds it work like
charm..Kind of expensive though...

Peter

On 08/05/2013 17:10, firm...@gmail.com wrote:
> What is the best option out there for a mini-pc to run FreeBSD as a home
> router/firewall?  (needs to have 2 nic's)
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
> 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: small fanless mini-pc for home router/firewall?

2013-05-08 Thread Peter Boosten


Op 8 mei 2013 om 16:24 heeft "C. P. Ghost"  het volgende 
geschreven:

> On Wed, May 8, 2013 at 4:10 PM, firm...@gmail.com  wrote:
> 
>> What is the best option out there for a mini-pc to run FreeBSD as a home
>> router/firewall?  (needs to have 2 nic's)
> 
> I had some pretty good experiences with older Soekris models (net-4801)
> acting as fanless routers and little servers (DHCP, NFS, lighttpd, etc...).
> 
> http://soekris.com/products/net4801.html
> 
> I don't know how well their newer products run on FreeBSD though,
> especially after the switch to clang. Others on this list may be able
> to add their experiences.
> 
> -cpghost.
> 
> 

I had some serious performance problems running M0n0wall on a 4801. These were 
solved by replacing it with a 5501. But otherwise perfect hardware. 

Peter
___
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"


9.1-release bridge config at startup not working

2013-04-03 Thread Peter Hunčár
Hello list

After pretty much of googling I was able to make this bridge setup up and
running:

cloned_interfaces="bridge0"
ifconfig_bridge0="addm igb6 addm igb7"
ifconfig_bridge0_alias0="inet x.x.x.x netmask x.x.x.x"
ifconfig_igb6="up"
ifconfig_igb7="up"

however I'm running xorp pim multicast router on the box as well and it
complains about not being able to get the primary IP address of bridge0.
And I need xorp running on that subnet.
(after manually assigning an IP to bridge0, bridge0 becomes unresponsive)

I tried autobridge according to some sparse "documentation" found, but
autobridge with setup:

cloned_interfaces="bridge0"
autobridge_interfaces="bridge0"
autobridge_bridge0="igb6 igb7"
ifconfig_bridge0="inet x.x.x.x netmask x.x.x.x"
ifconfig_igb6="up"
ifconfig_igb7="up"

does not start at all. I end up with having only igb6 added in bridge0
without an IP address.

Well, I would gladly live without a bridge ;) if somebody could give me a
hit how to protect a group of servers on the same subnet as the router is.
Without a need of NAT or IP changes.
I need a DMZ, so I thought I'd simply put the boxes behind a filtered
bridge.
Seems like it's not that easy as it sound.

Thank you very much for any kind of help/advice

Peter Huncar
___
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: Upgrade devel/py-setuptools

2013-03-27 Thread Peter Boosten

On 27-3-2013 17:37, Loic Capdeville wrote:




I use portupgrade regularly to upgrade my ports, and usually everything
goes right.
If fails only with that particular operation (or these portupgrade options)
Do I have to install "devel/py-distribute" separately, or should the
"portupgrade -fo" command do everything itself (uninstall py-setuptools
and install py-distribute) ?


I had some problems with this one as well. I eventually ended up by 
pkg_deleting -f the package, delete manually some file portinstall 
complaints about, and after that it worked.


Peter

--
http://www.boosten.org


-
Geen virus gevonden in dit bericht.
Gecontroleerd door AVG - www.avg.com
Versie: 2013.0.2904 / Virusdatabase: 2641/6206 - datum van uitgifte: 03/26/13

___
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: No sound with Thinkpad X60

2013-03-23 Thread Peter Harrison
Friday, 22 March 2013 at 12:30:37 -0400, Lowell Gilbert said:
> Jerry  writes:
> 
> > On Fri, 22 Mar 2013 06:28:57 +0100
> > Bernt Hansson articulated:
> >
> >> 2013-03-22 00:42, Peter Harrison skrev:
> >> 
> >> Put this in your /boot/loader.conf and report back.
> >> 
> >> hw.snd.default_unit="0"
> >> 
> >> Test with other nubers if 0 do not work.
> >
> > Using an nVidia card, I had to do the following:
> >
> > /etc/sysctl.conf
> >   hw.snd.default_unit=4
> >
> > Rebooted and the sound worked. I never found any truly accurate
> > information on it, it was basically just a trail and error experiment.
> > And YES, it sucks that in all to many cases, sound doesn't "just work".
> 
> You don't actually need to reboot for each trial. Running sysctl(8) from
> the command line will do. And /dev/sndstat would probably tell you the
> right value to try. These things are covered in the Handbook..
> ___
> 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"

Indeed. I've been faffing around with various sysctl settings from the command 
line without rebooting. As I mentioned in a slightly earlier email though, it's 
working now - although I can't figure out why, it is.

Thanks for your help.



Peter Harrison.
___
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: No sound with Thinkpad X60

2013-03-23 Thread Peter Harrison
Friday, 22 March 2013 at  6:28:57 +0100, Bernt Hansson said:
> 2013-03-22 00:42, Peter Harrison skrev:
> 
> Put this in your /boot/loader.conf and report back.
> 
> hw.snd.default_unit="0"
> 
> Test with other nubers if 0 do not work.

Thanks Bernt.

Here's the relevant bit of rc.conf

snddetect_enable="YES"
mixer_enable="YES"

and I have 

snd_hda_load="YES"

in my loader.conf, so shouldn't need the sound_enable you suggested I think?

I also have this in my device.hints:

hint.hdac.0.cad0nid7.config="as=1"

but I think that's a typo and there should be an extra period in there somewhere

That said, I'm not going to change anything because all of a sudden and for no 
reason that I can figure out, it is now working. I have sound. 

Go figure.

Thanks for your help.



Peter Harrison.
___
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: No sound with Thinkpad X60

2013-03-21 Thread Peter Harrison
Saturday, 16 March 2013 at  0:17:18 +0100, Michael Ross said:
> On Sat, 16 Mar 2013 00:28:27 +0100, Peter Harrison  
>  wrote:
> 
> > Friday, 15 March 2013 at 18:48:24 +0100, Michael Ross said:
> >> On Thu, 14 Mar 2013 23:59:09 +0100, Peter Harrison
> >>  wrote:
> >>
> >> > Hi list,
> >> >
> >> > I've a problem with sound on a Thinkpad X60, which has an Intel HDA  
> >> chip.
> >> >
> >> > This is what I see in dmesg:
> >> >
> >> > hdac0:  mem 0xee24-0xee243fff irq 17  
> >> at
> >> > device 27.0 on pci0
> >> > hdacc0:  at cad 0 on hdac0
> >> > hdaa0:  at nid 1 on  
> >> hdacc0
> >> > pcm0:  at nid 5 and 25,8 on hdaa0
> >> > hdacc1:  at cad 1 on hdac0
> >> > unknown:  at nid 2  
> >> on
> >> > hdacc1 (no driver attached)
> >> >
> >> > and from sndstat:
> >> >
> >> > FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
> >> > Installed devices:
> >> > pcm0:  (play/rec) default
> >> >
> >> > and from mixer:
> >> >
> >> > Mixer vol  is currently set to 100:100
> >> > Mixer pcm  is currently set to 100:100
> >> > Mixer speaker  is currently set to 100:100
> >> > Mixer cd   is currently set to   1:1
> >> > Mixer rec  is currently set to   1:1
> >> > Mixer igainis currently set to  42:42
> >> > Mixer ogainis currently set to 100:100
> >> > Mixer monitor  is currently set to  67:67
> >> > Recording source: cd
> >> >
> >> > But I have no sound. This is using Gnome 2.32 on 9.1-R. I did  
> >> initially
> >> > accidentally install Pulseaudio, but have subsequently deleted it and
> >> > reinstalled everything that depended on it without the Pulseaudio
> >> > dependency.
> >> >
> >> > Any thoughts on what I'm doing wrong?
> >> >
> >> > Thanks in advance.
> >>
> >> Possibly not helping a lot:
> >>
> >> I have a T510 thinkpad with Intel HDA audio, running Windows 7.
> >> I need to have the audio driver *and* the modem driver installed for any
> >> sound to work.
> >> So possibly the modem part has to be initialised or something.
> >> You have "no driver attached" on your modem, so maybe that's worth  
> >> looking
> >> at.
> >>
> >> You could also try if sound works from a terminal without running Gnome  
> >> at
> >> all,
> >> just to be sure it's not some Gnome configuration thing.
> >>
> >> Regards,
> >>
> >> Michael
> >
> > Thanks Michael.
> >
> > Tried turning gnome off. Still no sound from the console. Is there a  
> > FreeBSD kernel module for the modem?
> >
> 
> Don't know.
> But stepping back, do you have snd_hda loaded?
> ( Silly me, should have been the first question. )
> 
> Found this:
> http://www.bmichelsen.no/blog/2012/01/28/configuring-freebsd-for-x60s/
> 
> Regards,
> 
> Michael

Sorry for the late reply, been away from the keyboard for a while.

I'm not loading snd_hda separately, but it's definitely there:

root@thinkpad:/home/peter # kldload snd_hda
kldload: can't load snd_hda: File exists

I've seen that blog and a couple of other sites describing configure FreeBSD on 
the X60, and they all seem to infer that sound works without a problem.

So for the moment at least I'm stumped.

Thanks for trying to help.

Cheers,



Peter Harrison.
___
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: No sound with Thinkpad X60

2013-03-15 Thread Peter Harrison
Friday, 15 March 2013 at 18:48:24 +0100, Michael Ross said:
> On Thu, 14 Mar 2013 23:59:09 +0100, Peter Harrison  
>  wrote:
> 
> > Hi list,
> >
> > I've a problem with sound on a Thinkpad X60, which has an Intel HDA chip.
> >
> > This is what I see in dmesg:
> >
> > hdac0:  mem 0xee24-0xee243fff irq 17 at  
> > device 27.0 on pci0
> > hdacc0:  at cad 0 on hdac0
> > hdaa0:  at nid 1 on hdacc0
> > pcm0:  at nid 5 and 25,8 on hdaa0
> > hdacc1:  at cad 1 on hdac0
> > unknown:  at nid 2 on  
> > hdacc1 (no driver attached)
> >
> > and from sndstat:
> >
> > FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
> > Installed devices:
> > pcm0:  (play/rec) default
> >
> > and from mixer:
> >
> > Mixer vol  is currently set to 100:100
> > Mixer pcm  is currently set to 100:100
> > Mixer speaker  is currently set to 100:100
> > Mixer cd   is currently set to   1:1
> > Mixer rec  is currently set to   1:1
> > Mixer igainis currently set to  42:42
> > Mixer ogainis currently set to 100:100
> > Mixer monitor  is currently set to  67:67
> > Recording source: cd
> >
> > But I have no sound. This is using Gnome 2.32 on 9.1-R. I did initially  
> > accidentally install Pulseaudio, but have subsequently deleted it and  
> > reinstalled everything that depended on it without the Pulseaudio  
> > dependency.
> >
> > Any thoughts on what I'm doing wrong?
> >
> > Thanks in advance.
> 
> Possibly not helping a lot:
> 
> I have a T510 thinkpad with Intel HDA audio, running Windows 7.
> I need to have the audio driver *and* the modem driver installed for any  
> sound to work.
> So possibly the modem part has to be initialised or something.
> You have "no driver attached" on your modem, so maybe that's worth looking  
> at.
> 
> You could also try if sound works from a terminal without running Gnome at  
> all,
> just to be sure it's not some Gnome configuration thing.
> 
> Regards,
> 
> Michael

Thanks Michael.

Tried turning gnome off. Still no sound from the console. Is there a FreeBSD 
kernel module for the modem?

Thanks again,



Peter Harrison.

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


No sound on Thinkpad X60

2013-03-14 Thread peter harrison
Hi list,

I've a problem with sound on a Thinkpad X60, which has an Intel HDA chip.

This is what I see in dmesg:

hdac0:  mem 0xee24-0xee243fff irq 17 at
device
27.0 on pci0
hdacc0:  at cad 0 on hdac0
hdaa0:  at nid 1 on hdacc0
pcm0:  at nid 5 and 25,8 on hdaa0
hdacc1:  at cad 1 on hdac0
unknown:  at nid 2 on
hdacc1 (
no driver attached)

and from sndstat:

FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0:  (play/rec) default

and from mixer:

Mixer vol  is currently set to 100:100
Mixer pcm  is currently set to 100:100
Mixer speaker  is currently set to 100:100
Mixer cd   is currently set to   1:1
Mixer rec  is currently set to   1:1
Mixer igainis currently set to  42:42
Mixer ogainis currently set to 100:100
Mixer monitor  is currently set to  67:67
Recording source: cd

But I have no sound. This is using Gnome 2.32 on 9.1-R. I did initially
accidentally install Pulseaudio, but have subsequently deleted it and
reinstalled everything that depended on it without the Pulseaudio
dependency.

Any thoughts on what I'm doing wrong?

Thanks in advance.



Peter Harrison.

ps copying this via the gmail web interface as it didn't seem to make it
through from Mutt. Apologies if it appears twice.
___
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"


No sound with Thinkpad X60

2013-03-14 Thread Peter Harrison
Hi list,

I've a problem with sound on a Thinkpad X60, which has an Intel HDA chip.

This is what I see in dmesg:

hdac0:  mem 0xee24-0xee243fff irq 17 at device 
27.0 on pci0
hdacc0:  at cad 0 on hdac0
hdaa0:  at nid 1 on hdacc0
pcm0:  at nid 5 and 25,8 on hdaa0
hdacc1:  at cad 1 on hdac0
unknown:  at nid 2 on hdacc1 
(no driver attached)

and from sndstat:

FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0:  (play/rec) default

and from mixer:

Mixer vol  is currently set to 100:100
Mixer pcm  is currently set to 100:100
Mixer speaker  is currently set to 100:100
Mixer cd   is currently set to   1:1
Mixer rec  is currently set to   1:1
Mixer igainis currently set to  42:42
Mixer ogainis currently set to 100:100
Mixer monitor  is currently set to  67:67
Recording source: cd

But I have no sound. This is using Gnome 2.32 on 9.1-R. I did initially 
accidentally install Pulseaudio, but have subsequently deleted it and 
reinstalled everything that depended on it without the Pulseaudio dependency.

Any thoughts on what I'm doing wrong?

Thanks in advance.



Peter Harrison.
___
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"


pkg_updating -d

2013-03-11 Thread Peter Clark
Hello,

I am new to using pkg_updating -d to look at new entries in 
/usr/ports/UPDATING. From what I have read I should be able to just use:
# pkg_updating -d 20130301  (for example)

And that should give me everything in /usr/ports/UPDATING newer than that date. 
When I run that command I get:
root@monitor:/ # pkg_updating -d 20130301
root@monitor:/ #

When I try # pkg_updating -d 20130201
root@monitor:/ # pkg_updating -d 20130201
root@monitor:/ #


When I try # pkg_updating -d 20130101
root@monitor:/ # pkg_updating -d 20130101
root@monitor:/ #


When I try # pkg_updating -d 20121201
root@monitor:/ # pkg_updating -d 20121201
20121211:
  AFFECTS: users of devel/pcre
  AUTHOR: bdrew...@freebsd.org

  The pcre library has been updated to version 8.32.  Please
  rebuild all ports that depend on it.

  If you use portmaster:
portmaster -w -r pcre
  If you use portupgrade:
portupgrade -fr devel/pcre
  If you use pkgng with binary packages:
pkg install -fR devel/pcre

root@monitor:/ #


Now that confuses me even more, it only returned one of the 2 advisories on 
12/11/2012.

I am running:
9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

I have "portsnap fetch update" today.


Any ideas on how I can correct this behavior?

Thank you,

Peter

___
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: day light saving time happened today

2013-03-11 Thread Peter A. Giessel

On 2013, Mar 11, at 4:49, Fbsd8 wrote:

> Even though the system is now on DST the date command still displays EDT. 
> Does the date command ever show DST?


EST = Eastern Standard Time
EDT = Eastern Daylight Savings Time

EDT = Daylight Savings.  Your date command is showing DST.
___
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"


unable to compile lighttpd form source

2013-03-03 Thread Zyumbilev, Peter
Hi,

I am trying to follow instructions on this page:

http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2

and compile lighttpd.

[root@pistolmp01 ~/lighttpd-1.4.28]# ./autogen.sh
./autogen.sh: running `libtoolize --copy --force'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
./autogen.sh: running `aclocal -I m4'
configure.ac:42: error: automatic de-ANSI-fication support has been removed
/usr/local/share/aclocal-1.12/protos.m4:12: AM_C_PROTOTYPES is expanded
from...
configure.ac:42: the top level
autom4te-2.69: /usr/local/bin/gm4 failed with exit status: 1
aclocal-1.12: error: /usr/local/bin/autom4te-2.69 failed with exit status: 1

System version is: FreeBSD 8.3-RELEASE-p3


Please give me some hints as I am unable to install lighttpd with h264
streaming support from both ports and source on FreeBSD.



Peter
___
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"


h264 streaming and lighttpd

2013-03-03 Thread Zyumbilev, Peter
Hi,


Port /usr/ports/www/lighttpd-mod_h264_streaming seems broken.

It installs just fine, lighttpd runs but at the moment I enable
h264_streaming module it dies like this:

kernel: pid 50660 (lighttpd), uid 80: exited on signal 11

Nothing in error log.

Without the module lighttpd runs like charm.

Configuration is default, not changes except port number, FreeBSD version:

8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3

Any hints ?

Thanks,


Peter

___
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: https://wiki.freebsd.org/ certificate error

2013-03-02 Thread Zyumbilev, Peter


On 02/03/2013 13:30, Jerry wrote:
> On Sat, 2 Mar 2013 06:12:22 +0100

No problem with IE 10.

Peter
___
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: https://wiki.freebsd.org/ certificate error

2013-03-01 Thread Zyumbilev, Peter


On 01/03/2013 16:14, Ralf Mardorf wrote:

> [1] $ firefox -version
> Mozilla Firefox 19.0
> 

No problem with SeaMonkey 2.16.


Peter
___
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 9.1 igb flow controll

2013-02-20 Thread Peter Hunčár
Hello

How can I enable/disable flow control on igb NIC?

Thanks

igb7: flags=8c02 metric 0 mtu 1500

options=401bb

capabilities=505bb
ether b4:b5:2f:5f:5b:35
nd6 options=29
media: Ethernet autoselect
status: no carrier
supported media:
media autoselect
media 1000baseT
media 1000baseT mediaopt full-duplex
media 100baseTX mediaopt full-duplex
media 100baseTX
media 10baseT/UTP mediaopt full-duplex
media 10baseT/UTP
___
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: Sendmail relaying for Intranet?

2013-02-13 Thread Zyumbilev, Peter

On 13/02/2013 09:50, Bernt Hansson wrote:

> dnl define(`SMART_HOST', `your.isp.mail.server')
>  on your intranet machine and put in your inet machine name.
> 


Switching to postfix and editing mynetworks in main.cf might be simplest
solution.


Peter
___
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 achieve E-Mail Notification on root login?

2013-02-12 Thread Zyumbilev, Peter
Hi,

Allow "sudo bash" only.

Modify .bashrc to mail last entry from the log

http://tldp.org/LDP/abs/html/sample-bashrc.html

So you will get alert instantly :-)


Peter



On 12/02/2013 16:31, Robert Huff wrote:
> 
> Polytropon writes:
> 
>>  > given there is a FreeBSD system with users in the wheel group, 
>>  > what is the best practise to send out a notification
>>  > via E-Mail if one of them becomes root via su? In an ideal
>>  > case the E-Mail would contain the user name and the time.
>>  
>>  I'm not sure if there already is a solution (provided in the
>>  base system) that offers this functionality, but the fact of
>>  a user having used "su" to "su root" is logged by the system.
>>  The line is appended to /var/log/messages:
>>  
>>  Feb 12 14:40:57 r56 su: poly to root on /dev/pts/2
>>  
>>  The information you want is in there, and you could either use
>>  the whole line, or apply some sed, awk or even perl to form a
>>  message with less information (only date and user).
>>  
>>  A scripted solution could monitor /var/log/messages for changes
>>  and use the system's builtin mailer to deliver the message. Tools
>>  like "tail -f", "grep" and "| mail" could be involved. It should
>>  be quite trivial to implement this and add a custom rc.d-style
>>  script (or even few lines in ye olde /etc/rc.local).
> 
>   Take a look at the "-p" option of "split".
>   The bigger question is how quickly do you need to know -
> instantly?  once an hour?  once a day?  
> 
> 
>   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"
> 
___
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: zoneedit.com

2013-02-04 Thread Peter A. Giessel

On 2013, Feb 4, at 5:48, Pierre-Luc Drouin wrote:

> Hi,
> 
> I had a similar issue about my emails not getting forwarded by Zoneedit.
> Now I am using the Google SMTP server to collect the emails for my domain.
> Maybe I should also switch the DNS to another service. I need my router to
> be able to update the DNS information for my dynamic IP address though...

http://dyn.com/dns/

Dyn.com can have a FreeBSD box update the DNS information for a dynamic IP 
address.

I have been a user for a long time and am quite happy with their DNS service.
___
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: binary updates for firefox and chromium?

2013-01-31 Thread Peter Vereshagin
Hello.

2013/01/31 21:42:50 + Walter Hurry  => To 
freebsd-questions@freebsd.org :
WH> > WH> What, for example, is the problem with compiling Firefox 18 from the
WH> > port?
WH> > WH>
WH> > WH> It takes about an hour to compile on my main box (9.1 Release on-
WH> > WH> x86_64), which has nothing special at all by way of hardware.
WH> > 
WH> > It use to take me a day (~20h) to rebuild each of: www/firefox,
WH> > www.seamonkey, mail/thunderbird.
WH> 
WH> 20h? What on earth is your hardware?

Neither hurry nor x86_64.

But the browser performance is satisfactory.

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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: binary updates for firefox and chromium?

2013-01-31 Thread Peter Vereshagin
Hello.

2013/01/31 18:44:30 + Walter Hurry  => To 
freebsd-questions@freebsd.org :

WH> What, for example, is the problem with compiling Firefox 18 from the port?
WH> 
WH> It takes about an hour to compile on my main box (9.1 Release on- 
WH> x86_64), which has nothing special at all by way of hardware.

It use to take me a day (~20h) to rebuild each of: www/firefox,
www.seamonkey, mail/thunderbird.

In general I'm satisfied with speed of their work though.

Starting from v17 upgrades I experience the problem I can't see the solution
so I even don't ask about it. The details is that for all the 3 ports almost
everything builds and then while linking the main (or almost the main) binary
the compiler gets to lose the 'JSAutoCompartment.o'.

I know I can buy some cloud to rebuild but is it of any rational if every
hardware-like-mine owner shall follow this way when we can have it
centralized?

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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"


binary updates for firefox and chromium?

2013-01-31 Thread Peter Vereshagin
Hello.

I find it impossible to rebuild the hard but very commonly used packages on
every 'portaudit' notice.

Impossible in my case means the result is unpredictable and the process is too
long.

This involves mozilloids and a chromium at the least, needn't to mention the
OOo is a must, too.

Looking at

  http://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-current/www/

I can't find them. FF is v16 there (v18+ is in the ports' head) and no any
chromium.

Does it mean that if I need the binary-updated firefox and chromium then I
need to use pc-bsd?

This makes me want even more to install a pc-bsd or the like into the jail
and rolling binary updates there without its GUI.  Is there any 'been there,
done that' for the case?

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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: Cronjob Cvsup -> What?

2013-01-27 Thread Zyumbilev, Peter


On 27/01/2013 12:46, Matthew Seaman wrote:

>   Cheers,
> 
>   Matthew
> 


Matthew,

Fantastic howto ! Thanks ! Really a good job...as usual :-)

Peter
___
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: Cronjob Cvsup -> What?

2013-01-27 Thread Zyumbilev, Peter


On 27/01/2013 06:34, Lowell Gilbert wrote:
> If you needed version control features on your ports tree (especially if
> you were regularly contributing changes to ports), getting and updating
> your tree through subversion would have some extra features you might
> want, but it doesn't sound as if that is the case for you.
> 
> Unless you have a specific reason why portsnap doesn't fit your use
> case, it's definitely the way to go for just keeping a ports tree
> updated regularly.


Last 10 years I am using cvsup. Any good guide for the transition to
subversion  ?

For ports is easy(portsnap), but I for system update I still have
problems saying good bye to old habits and I still use cvsup...:-)

Peter
___
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: jails bind ip

2013-01-26 Thread Zyumbilev, Peter


On 26/01/2013 23:06, Fbsd8 wrote:
> Zyumbilev, Peter wrote:
>>> Are you saying you installed the Debian 6.0 operating system
>>> inside of a Freebsd jail and expect it to function?
>>>
>>>
>>
>>
>> on top of all works ;-) Look at mailing list archives earlier ...See
>> mails from me.
>>
>>
>> Peter
> 
> 
> Ok I read the archive thread subject "jails".
> You read a reply pointing you to a French howto.
> 
> http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD
> 
> I don't read French so have no idea what you did.
> In another post you said you did this procedure
> 1. Use
> http://download.openvz.org/template/precreated/debian-6.0-x86.tar.gz
> instead of the file listed in the French howto.
> 2. Run sysctl compat.linux.osrelease=2.6.32 in Freebsd shell before
> starting the jail, otherwise you will get error "kernel too old".
> 
> Don't understand what you mean by "shell" in the the above #2 sentence.
> 
> The info you provided is so lacking in details. People here on the list
> are not going to try to duplicate your steps just to get a understanding
> of your situation.
> 
> When asking a question it's your job to describe in detail what your
> situation is. What your trying to achieve by using a jail. What
> applications you installed in your jail. The jail statements you used to
> create your jail. So on and so forth.
> 
> No details results in no replies.
> If you want helpful replies start with more and better details.
> 
> From a very general point of view. You can populate a jails directory
> tree with anything you want and the jail will still start. Having the
> jail start does not mean anything you put in side of the jail is
> working. Which is what I think is happening in your case.
> 
> With out details I can not help you any further.
> 
> Good luck.
> 
> 



Hi,

I know chances are slim someone to help. I believe my question is asked
right. Even if noone can help it was worth asking - at least you learned
that debian can run inside Freebsd :-) You know the idea is everyone to
learn from this.

Peter
___
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: jails bind ip

2013-01-26 Thread Zyumbilev, Peter

> Are you saying you installed the Debian 6.0 operating system
> inside of a Freebsd jail and expect it to function?
> 
> 


on top of all works ;-) Look at mailing list archives earlier ...See
mails from me.


Peter
___
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"


jails bind ip

2013-01-26 Thread Zyumbilev, Peter
26 16:03:03.079 Registering transcoding engine:
MEncoder Web
[main] INFO  2013-01-26 16:03:03.080 Registering transcoding engine:
MPlayer Video Dump
[main] INFO  2013-01-26 16:03:03.080 Registering transcoding engine:
MPlayer Web
[main] INFO  2013-01-26 16:03:03.082 Registering transcoding engine: tsMuxeR
[main] INFO  2013-01-26 16:03:03.083 Registering transcoding engine:
Audio High Fidelity
[main] INFO  2013-01-26 16:03:03.083 Registering transcoding engine: VLC
Audio Streaming
[main] INFO  2013-01-26 16:03:03.083 Registering transcoding engine: VLC
Video Streaming
[main] INFO  2013-01-26 16:03:03.084 Registering transcoding engine:
dcraw Thumbnailer
[main] INFO  2013-01-26 16:03:03.084 Using forced address 127.0.0.1
[main] INFO  2013-01-26 16:03:03.085 Created socket: /127.0.0.1:5001
[main] ERROR 2013-01-26 16:03:03.186 A serious error occurred during PMS
init
org.jboss.netty.channel.ChannelException: Failed to bind to: /127.0.0.1:5001
at
org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303)
~[pms.jar:na]
at net.pms.network.HTTPServer.start(HTTPServer.java:122)
~[pms.jar:na]
at net.pms.PMS.init(PMS.java:468) [pms.jar:na]
at net.pms.PMS.createInstance(PMS.java:811) [pms.jar:na]
at net.pms.PMS.main(PMS.java:883) [pms.jar:na]
Caused by: java.io.IOException: Function not implemented
at sun.nio.ch.EPollArrayWrapper.epollCreate(Native Method)
~[na:1.6.0_26]
at
sun.nio.ch.EPollArrayWrapper.(EPollArrayWrapper.java:69)
~[na:1.6.0_26]
at
sun.nio.ch.EPollSelectorImpl.(EPollSelectorImpl.java:52)
~[na:1.6.0_26]
at
sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:18)
~[na:1.6.0_26]
at java.nio.channels.Selector.open(Selector.java:209) ~[na:1.6.0_26]
at
org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.(NioServerSocketPipelineSink.java:218)
~[pms.jar:na]
at
org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:156)
~[pms.jar:na]
at
org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100)
~[pms.jar:na]
at
org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74)
~[pms.jar:na]
at org.jboss.netty.channel.Channels.bind(Channels.java:468)
~[pms.jar:na]
at
org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:200)
~[pms.jar:na]
at
org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:348)
~[pms.jar:na]
at
org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:176)
~[pms.jar:na]
at
org.jboss.netty.channel.socket.nio.NioServerSocketChannel.(NioServerSocketChannel.java:85)
~[pms.jar:na]
at
org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142)
~[pms.jar:na]
at
org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90)
~[pms.jar:na]
at
org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:282)
~[pms.jar:na]



2. Plex stars but cannot bind admin panel.



PS3 is multicass FYI.


Any hints what Ic an check more ?


Peter

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


9.0 & 9.1-RELEASE and HP Proliant DL 360 G3

2013-01-24 Thread Peter Hunčár
,0xc8000-0xcbfff,0xee000-0xe pnpid ORM on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
atrtc0:  at port 0x70 irq 8 on isa0
ppc0: parallel port not found.
p4tcc0:  on cpu0
p4tcc1:  on cpu1
p4tcc2:  on cpu2
p4tcc3:  on cpu3
ZFS NOTICE: Prefetch is disabled by default on i386 -- to enable,
add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf.
ZFS filesystem version 5
ZFS storage pool version 28
Timecounters tick every 1.000 msec
usbus0: 12Mbps Full Speed USB v1.0
ugen0.1: <0x1166> at usbus0
uhub0: <0x1166 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
acd0: CDROM  at ata0-master PIO4
uhub0: 4 ports with 4 removable, self powered
ugen0.2:  at usbus0
da0 at ciss0 bus 0 scbus0 target 0 lun 0
da0:  Fixed Direct Access SCSI-4 device
da0: 135.168MB/s transfers
da0: Command Queueing enabled
da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C)
SMP: AP CPU #3 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!


Thank you

Peter Huncar
___
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-export' incrementing?

2013-01-22 Thread Peter Vereshagin
Hello.

I use the 'svn-export this way and expect it will try to update the
'work-tree' next time I run it:

  $ python3 svn-export-2013.1/svn-export http://svn.gna.org/svn/nasmail/trunk 
nasmail
  Exporting new repository.
  Exported revision 1546
  [portato@screwed /tmp]$ ls -a nasmail
  .   decode  plugin_pack tests   utilities
  ..  nasmail plugins translations
  [portato@screwed /tmp]$ python3 svn-export-2013.1/svn-export 
http://svn.gna.org/svn/nasmail/trunk nasmail
  Exporting new repository.
  svn: E155000: Destination directory exists; please remove the directory or 
use --force to overwrite
  svn: E155000: 'nasmail' already exists
  error: Command '['svn', 'export', '-r', 'HEAD', 
'http://svn.gna.org/svn/nasmail/trunk', 'nasmail']' returned non-zero exit 
status 1

I believe there is something wrong in the way I use the 'svn-export'.
Otherwise it's a no problem for me to patch for '--force'.

How can I update the already created 'work tree' with 'svn update'? I think
the correct answer is a good idea for 'Synopsis' docs section.

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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-export Re: svn bdb checkout?

2013-01-20 Thread Peter Vereshagin
Hello.

2013/01/18 23:50:17 + Xyne  => To Warren Block :
X> On 2013-01-17 21:32 -0700
X> Warren Block wrote:
X> 
X> >A working version in any language would be great.  A better version in 
X> >Python would be nice, too, but it's the working part that's important.
X> 
X> There's a difference between "working" and "working on a random system with
X> unexpectedly disabled features". The current version works in the former 
sense.

I suppose the latter is what the perl5 in general and cpan (cpan-testers at
the least) was always considered to be about.

I'd disclose that following TIMTOWTDI the so called 'modern perl' and a
'perl6' can be used to reconsider on this.

For the case of following the former line the switch to python may (or may not)
happen to be the (good) difference about such a freebsd-related task. Will
see.

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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-export Re: svn bdb checkout?

2013-01-18 Thread Peter Vereshagin
Hello.

2013/01/17 21:32:08 -0700 Warren Block  => To Xyne :
WB> On Fri, 18 Jan 2013, Xyne wrote:
WB> 
WB> > I'm the author of svn-export. I haven't really touched the code since I 
wrote
WB> > it in 2009 and back then I tended to write most things in noobish Perl.

I shouldn't name your 2009 Perl that bad. ;-)

WB> > Although it should not be difficult to replace threading with forking 
(and I
WB> > agree that Perl threading is generally to be avoided), I think I would 
rather
WB> > just rewrite it cleanly in Python. Among other things it will simplify 
argument
WB> > parsing and subprocess invocation via standard library functions.

No objection. As a bonus it will run on fork()less ms-windows.

WB> > This would be in Python 3 but I could try to restrict it to be compatible 
with
WB> > Python 2 if necessary.

I have no idea if it is. I use python only as a build dependency yet and for
my pretty old freebsd the versions are:

  python26-2.6.7_3
  python27-2.7.3

WB> > Would that be better than patching/porting the current Perl version? If 
so then
WB> > I will put it on my todo list, but I am unlikely to have any time in the 
coming
WB> > weeks to work on it.

I don't know which one is best. Some proposals I will draft later believing
those are language-independent.

I know svn has some perl bindings I think just for the scripts like
'svn-export' I wish it used. Does svn have ones for python also?

WB> A working version in any language would be great.  A better version in 
WB> Python would be nice, too, but it's the working part that's important.
WB> 
WB> > Incidentally, when looking at the code now I noticed that there were some 
SVN
WB> > options missing. I have added those in today's release.

Wow. ;-)

WB> > p.s. I have not subscribed to this list, so please keep me in CC if you 
would
WB> > like me to reply (in case this isn't done automatically).
WB> 
WB> It's standard procedure for the FreeBSD lists.

Good I know this, too.

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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-export Re: svn bdb checkout?

2013-01-16 Thread Peter Vereshagin
Hello.

2013/01/17 00:55:33 +0400 Peter Vereshagin  => To 
freebsd-questions@freebsd.org :
PV> GL> If anyone wants to create a port for svn-export and send it my way for
PV> GL> review, I would be happy to do that.  Otherwise, I expect to have a
PV> GL> look myself within the next few months.
PV> 
PV> A 'why not', too. (=

There's a thing about 'svn-export': It requires 'threaded' build of the perl
known to be inappropriate for the production environment (if I'm not mistaken:
this may be obsoltete). At the least this is in the lang/perl5.16/Makefile:

  .if defined(WITH_THREADS)
  #XXX .if ${ARCH} == "amd64"
  #XXX IGNORE=Threaded perl does not pass tests on ${ARCH}
  #XXX .endif
  CONFIGURE_ARGS+=-Dusethreads=y
  PKGNAMESUFFIX=  -threaded
  WITH_PTHREAD=   yes
  # it seems perl malloc has problems with threaded perl on FreeBSD
  .undef WITH_PERL_MALLOC
  .else
  CONFIGURE_ARGS+=-Dusethreads=n
  .endif

I believe 'amd64' is the common architecture these days and 'perl malloc' is the
feature needed for profiling and/or leaks detection.

Good news is that such a stuff can be redone with forks instead of threads but
it should take me the time amount I'm not supposed to have of the any early.

By itself perl threading has a fabulously bad luck history, recently
criticized for instance at: 

  https://speakerdeck.com/stevan_little/perl-is-not-dead-it-is-a-dead-end

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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 bdb checkout?

2013-01-16 Thread Peter Vereshagin
Hello.

2013/01/17 01:04:40 +0400 Peter Vereshagin  => To 
freebsd-questions@freebsd.org :
PV> CS> If you're using Subversion-1.7 on the client side, there's only one .svn
PV> Oops I didn't yet...

* meant having svn-1.6 about here.

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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 bdb checkout?

2013-01-16 Thread Peter Vereshagin
Hello.

2013/01/16 16:17:55 -0700 Warren Block  => To Peter 
Vereshagin :
WB> On Thu, 17 Jan 2013, Peter Vereshagin wrote:
WB> > 2013/01/16 15:24:00 -0500 Greg Larkin  => To Peter 
Vereshagin :
WB> > GL> Please see my message from a similar thread a few months ago for a
WB> > GL> possible solution:
WB> > GL> http://permalink.gmane.org/gmane.os.freebsd.questions/294398
WB> >
WB> > ANother heck is I can't see officially where can I search for the lists. 
Sadly
WB> > the lists.freebsd.org doesn't have a 'Search'? Um, wasn't it a 'freebsd 
lists
WB> > admin' reporting many whiles ago how efficiently (s)he had indexed them 
with
WB> > 'udmsearch'/'mnogosearch'? What went wrong with that success story 
afterwards?
WB> 
WB> markmail.org is not bad for FreeBSD list searches.

Sure, and I meant Gmane is neither.

My question was: is it a good thing for freebsd project to rely on a
third-party services now for such a sensitive thing like lists indexing/search?

I remember it didn't in the past having an own full-text index. Is it a change?

Expected is: to have a 'search' link from mailing list's page. Why shall I
choose on my own that blindly? Third party index can be unknown to overlook
some stuff.

Aha! found it:

  http://www.freebsd.org/search/search.html#mailinglists

Problem was that this page: http://www.freebsd.org/community/mailinglists.html
was kind of 'Not found' the last time I visited it. (Navigation bar and an
[h1] was 'Oh no:(')

Although I wish such a corresponding link to be found on the list's 'mailman's
page.

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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 bdb checkout?

2013-01-16 Thread Peter Vereshagin
Hello.

2013/01/16 15:24:00 -0500 Greg Larkin  => To Peter 
Vereshagin :
GL> Please see my message from a similar thread a few months ago for a
GL> possible solution:
GL> http://permalink.gmane.org/gmane.os.freebsd.questions/294398

ANother heck is I can't see officially where can I search for the lists. Sadly
the lists.freebsd.org doesn't have a 'Search'? Um, wasn't it a 'freebsd lists
admin' reporting many whiles ago how efficiently (s)he had indexed them with
'udmsearch'/'mnogosearch'? What went wrong with that success story afterwards?

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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 bdb checkout?

2013-01-16 Thread Peter Vereshagin
Hello.

2013/01/16 11:47:30 -0800 Chuck Swiger  => To Peter Vereshagin 
:
CS> On Jan 16, 2013, at 11:35 AM, Peter Vereshagin wrote:
CS> [ ... ]
CS> > Over again: How could I 'svn checkout' the sources without those '.svn'
CS> > subdirectories in the each and every repo's subdirectories?
CS> 
CS> If you're using Subversion-1.7 on the client side, there's only one .svn
CS> subdirectory at the top level, rather than the older workarea format
CS> where each subdirectory has it's own .svn subdir.

Oops I didn't yet...

CS> Another alternative would be to use "svn export" instead of "svn checkout".
CS> This will give you the files without .svn directories; however, you won't 
CS> have a workarea which you can update, see what's changed with svn diff, etc.

Difference between 'work tree' and 'repo database' - kind of informed about, ok.

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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-export Re: svn bdb checkout?

2013-01-16 Thread Peter Vereshagin
Hello.

2013/01/16 15:24:00 -0500 Greg Larkin  => To Peter 
Vereshagin :
GL> On 1/16/13 3:07 PM, Peter Vereshagin wrote:
GL> > 2013/01/16 13:51:42 -0600 "Joseph A. Nagy, Jr" 
GL> >  => To Peter Vereshagin : JANJ> On 01/16/13 
GL> > 13:35, Peter Vereshagin wrote: JANJ> > 2013/01/16 13:19:19 -0600 
GL> The fsfs and bdb backends refer only to the server side of the
GL> Subversion repository.  Each one represents a different way of storing

Ouch! there's the difference that Git made me to forget about, sorry.

GL> the repository data on the server side and doesn't have any bearing on
GL> the .svn directory inside of a client-side working copy.
GL> 
GL> Also note that in earlier versions of the Subversion client, .svn
GL> directories were created at all levels of the working copy.  Since
GL> 1.7, there is one .svn directory per working copy, but that doesn't
GL> have anything to do with the backend repository format.

Cool. Heard it but was googled into the wrong direction.

GL> In short, "svn export" is the way to pull source code out of a
GL> Subversion repository with the .svn directory.  However, that command

Will try.  Stuck with:

  $ xz -d svn-export-2012.12.24.1.tar.xz 
  xz: svn-export-2012.12.24.1.tar.xz: File format not recognized

Shall I update from 'xz-4.999.9_1' then?

GL> If anyone wants to create a port for svn-export and send it my way for
GL> review, I would be happy to do that.  Otherwise, I expect to have a
GL> look myself within the next few months.

A 'why not', too. (=

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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 bdb checkout?

2013-01-16 Thread Peter Vereshagin
Hello.

2013/01/16 13:51:42 -0600 "Joseph A. Nagy, Jr"  => To 
Peter Vereshagin :
JANJ> On 01/16/13 13:35, Peter Vereshagin wrote:
JANJ> > 2013/01/16 13:19:19 -0600 "Joseph A. Nagy, Jr"  
=> To Peter Vereshagin :
JANJ> > JANJ> On 01/16/13 12:58, Peter Vereshagin wrote:
JANJ> > JANJ> > Hello.
JANJ> > JANJ> > 
JANJ> > JANJ> > By far the 'portsnap' has a lag from svn. I think 
firefox-18.0,1 update was
JANJ> > JANJ> > late at 4 days at the least, for instance.
JANJ> > JANJ> > 
JANJ> > JANJ> > Thus I'd like to move to svn for base and ports.
JANJ> > JANJ> 
JANJ> > JANJ> 
JANJ> > JANJ> Have you read the handbook?
JANJ> > JANJ> 
JANJ> > JANJ> 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
JANJ> > 
JANJ> > & ...
JANJ> > 
JANJ> > ?
JANJ> > 
JANJ> > | grep -i bdb | wc -l 
JANJ> > 
JANJ> > 0
JANJ> > 
JANJ> > Over again: How could I 'svn checkout' the sources without those '.svn'
JANJ> > subdirectories in the each and every repo's subdirectories?
JANJ> > 
JANJ> > Thank you.
JANJ> 
JANJ> As far as I know, you don't. It is part of how svn works. Those folders
JANJ> tell svn that they are controlled by svn.

This is for the case of the svn's 'fsfs' backend.

There is the different backend, the 'bdb' one that keeps data not in the
'.svn' subdirectories but in the 'bdb' format and it's the repository(-ies)
-wide single database with its single file system location.

JANJ> Deleting the .svn folder removes subversion control of that folder[0].
JANJ> You can learn more, it seems, here[1].

No, I do not want to delete the '.svn' directories but I want them to not to
be created at all, like it was created with 'svnadmin create --fs-type bdb'
but as a resuit of a checkout.

There was someone here arguing about 'fossil' that (s)he updates from the
freebsd  repositories into the 'bdb'- backend'ed  svn repo, I'd like to know
a way to 'svn checkout' like this at first.

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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 bdb checkout?

2013-01-16 Thread Peter Vereshagin
Hello.

2013/01/16 13:19:19 -0600 "Joseph A. Nagy, Jr"  => To 
Peter Vereshagin :
JANJ> On 01/16/13 12:58, Peter Vereshagin wrote:
JANJ> > Hello.
JANJ> > 
JANJ> > By far the 'portsnap' has a lag from svn. I think firefox-18.0,1 update 
was
JANJ> > late at 4 days at the least, for instance.
JANJ> > 
JANJ> > Thus I'd like to move to svn for base and ports.
JANJ> 
JANJ> 
JANJ> Have you read the handbook?
JANJ> 
JANJ> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

& ...

?

| grep -i bdb | wc -l 

0

Over again: How could I 'svn checkout' the sources without those '.svn'
subdirectories in the each and every repo's subdirectories?

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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 bdb checkout?

2013-01-16 Thread Peter Vereshagin
Hello.

By far the 'portsnap' has a lag from svn. I think firefox-18.0,1 update was
late at 4 days at the least, for instance.

Thus I'd like to move to svn for base and ports.

The only problem for me personally with svn is: its multiple '.svn'
directoriees all over the repo.

This is what I get checkouting every possible svn repository on the web.

I've heard about 'bdb' kind of storage on the contrast from 'fsfs' which is
what I complain about, the my '.svn's trouble source.

So I'd like to know how could I checkout the sources without those '.svn'
freakages. Just couldn't ixquick it out.

The only possible way I know by the moment is: svn dump | svn restore kind of
from the checked out repo to the newly created 'bdb' one. But I even have no
idea if it can be updated from the same source again.

And, 'bdb' svn backend is known of its lack of reliability. Should I treat it
seriously in such a case, e. g., the repositories are a kind of large?

Any clues?

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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: ffmpef 1.1

2013-01-15 Thread Zyumbilev, Peter


On 15/01/2013 22:27, Mark Felder wrote:
> On Tue, 15 Jan 2013 14:22:56 -0600, Zyumbilev, Peter
>  wrote:
> 
>> 1.1 has REALLY cool features - burn subtitles
> 
> Hardcoded subs are the worst :(
> 

I will wait a little before going the compile route...


For subs,I am with Samsung which works like charm with sepate srt file,
however I want to build such setup who is with Sony and Sony supports
only burned subtitles :(
___
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: ffmpef 1.1

2013-01-15 Thread Zyumbilev, Peter

On 15/01/2013 21:53, Mark Felder wrote:
> On Tue, 15 Jan 2013 13:47:49 -0600, Zyumbilev, Peter
>  wrote:
> 
>> Hi,
>>
>> Does anybody know if there soon be port of ffmpeg 1.1 to FreeBSD ?
>>
> 
> I assume multimedia/ffmpeg1 just needs an update
> 

1.1 has REALLY cool features - burn subtitles for example. Also I am
crossing fingures to solve some strange problems I experience 1.0.

Peter
___
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"


ffmpef 1.1

2013-01-15 Thread Zyumbilev, Peter
Hi,

Does anybody know if there soon be port of ffmpeg 1.1 to FreeBSD ?

Thanks,

Peter
___
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: Jails

2013-01-14 Thread Zyumbilev, Peter
On 15/01/2013 02:10, Leonardo M. Ramé wrote:

> 
> Yes, and also defined /etc/resolv.conf. Any hint?
> 
> 
> Leonardo M. Ramé
> http://leonardorame.blogspot.com


This is my jail conf.

jail_debian_rootdir="/jail/debian"
jail_debian_hostname="debian.bivol.net"
jail_debian_ip="192.168.30.12"
jail_debian_interface="bge0"
jail_debian_devfs_enable="YES"
jail_debian_devfs_ruleset="devfsrules_jail"
jail_debian_flags="-n debian"
#jail_debian_mount_enable="YES"   # mount YES|NO
jail_debian_fstab="/jail/conf/fstab.debian"


you have ip & interface settings correct ? Mine card is bge0, but your
one might be different.

Peter
___
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: Reading the handbook from console

2013-01-14 Thread Peter Vereshagin
Hello.

TM> On my now-older computer (from July 2001, 256 MB RAM), svgalib ran on 
FreeBSD but was very crash-prone.
TM> 
TM> svgalib in Linux was erratic and caused color distortions when switching to 
an X window.
TM> 
TM> So I decided I wanted no part of svgalib on the new computer, FreeBSD or 
Linux.
TM> 
TM> Use ASCII art or framebuffer?

If you're about to ascii then I'd say that 'svgatextmode' was great when I used 
linux.

And, I don't believe the 'frame buffer' stuff is usable in freebsd.

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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: Jails

2013-01-13 Thread Zyumbilev, Peter


On 13/01/2013 23:58, Leonardo M. Ramé wrote:

> root@debian:/# ping www.google.com
> WARNING: setsockopt(ICMP_FILTER): Protocol not available
> WARNING: your kernel is veeery old. No problems.
> PING www.google.com (173.194.42.16) 56(84) bytes of data.
> ping: recvmsg: Invalid argument
> ping: recvmsg: Invalid argument
> ping: recvmsg: Invalid argument
> ping: recvmsg: Invalid argument
> 
> --- www.google.com ping statistics ---
> 4 packets transmitted, 0 received, 100% packet loss, time 3078ms
> 
> root@debian:/#
> 
> 
> 


Also make sure you


/etc/resolv.conf looks like this:


nameserver 8.8.8.8


Peter
___
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: Jails

2013-01-13 Thread Zyumbilev, Peter


On 13/01/2013 23:58, Leonardo M. Ramé wrote:
> 
> 

> root@debian:/# ping www.google.com
> WARNING: setsockopt(ICMP_FILTER): Protocol not available
> WARNING: your kernel is veeery old. No problems.
> PING www.google.com (173.194.42.16) 56(84) bytes of data.
> ping: recvmsg: Invalid argument
> ping: recvmsg: Invalid argument
> ping: recvmsg: Invalid argument
> ping: recvmsg: Invalid argument
> 
> --- www.google.com ping statistics ---
> 4 packets transmitted, 0 received, 100% packet loss, time 3078ms
> 
> root@debian:/#


Hvae you run in FreeBSD:

sysctl compat.linux.osrelease=2.6.32

?


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

2013-01-13 Thread Zyumbilev, Peter

On 12/01/2013 18:41, Devin Teske wrote:
> 
> On Jan 11, 2013, at 11:31 PM, Zyumbilev, Peter wrote:
> 
>> Hi,
>>
>> I have not tested it, but so far things do not look promising...
>>
>> I cannot even run "netstat -nvatp" properly, however sopcast seemed to
>> run, but have not tested it, for plex - have not tried yet.
>>
> 
> netstat isn't allowed in traditional jails (but is allowed in "vimage" jails 
> which have their own network stack).
> 
> If you're able/willing to compile a new kernel to enable the "VIMAGE" 
> feature, then this can be improved so that you can indeed use netstat within 
> the jail.
> 
> NOTE: netstat is not allowed within traditional (non-VIMAGE) jails due to 
> security restrictions.
> 

My  host os is Nas4Free and is stripped version of freebsd - e.g I
cannot even compile ports - that is why I use jails - so no new kernel
for me there :)

So far I am quite happy with it  - I use it mainly as DLNA
server(Serviio), ZFS,UPS support & Transmission made it quite good
platform - would take plenty of time to get all this in plain FreeBSD
install.

The only thing that I might be missing is Plex, but due to lack "browser
per folder feature", I will stick to open standard - DLNA.

Peter
___
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"


download port directory/tarvall ?

2013-01-12 Thread Peter Vereshagin
Hello.

I used to download the selected port's directory from cvsweb.

Now cvsweb seems to be not updated any more.

I am missing this feature from svnweb.freebsd.org.

Is there any way to download the particular port's directory?

Tried with 'svn co' but it downloads all of the ports without directory
selection, or did I overlook a thing?

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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: Jails

2013-01-11 Thread Zyumbilev, Peter
Hi,

I have not tested it, but so far things do not look promising...

I cannot even run "netstat -nvatp" properly, however sopcast seemed to
run, but have not tested it, for plex - have not tried yet.

Peter

On 11/01/2013 21:19, Mark Felder wrote:
> On Fri, 11 Jan 2013 18:28:41 +0200
> "Zyumbilev, Peter"  wrote:
> 
>> 1. Use
>> http://download.openvz.org/template/precreated/debian-6.0-x86.tar.gz
>> instead the file listed in the howto.
>>
>> 2. Run sysctl compat.linux.osrelease=2.6.32 in Freebsd shell before
>> starting the jail, otherwise you will get error "kernel too old".
> 
> Does PLEX work? I'm highly interested in this I even posted asking for 
> FreeBSD support on the relevant forum post...
> 
___
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: Jails

2013-01-11 Thread Zyumbilev, Peter

On 11/01/2013 17:31, Patrick Lamaiziere wrote:
> Le Fri, 11 Jan 2013 17:02:19 +0200,
> "Zyumbilev, Peter"  a écrit :
> 
>> Hi,
>>
>> I run FreeBSD 9.1 64 bit(Nas4free). I have no problem setting up
>> FreeBSD jails inside. However, I wonder, is there any tutorial on how
>> to make Debian Squeeze run inside a jail ? I know it is possible with
>> PC-BSD, should be possible with FreeBSD, but I have not documentation
>> on how to utilize this feature.
> 
> Baptiste (bapt@) made a small doc for this in the past, but in french.
> 
> http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD
> 
> 
> Regards
> 

For future reference:

I've got it work, just 2 things:

1. Use
http://download.openvz.org/template/precreated/debian-6.0-x86.tar.gz
instead the file listed in the howto.

2. Run sysctl compat.linux.osrelease=2.6.32 in Freebsd shell before
starting the jail, otherwise you will get error "kernel too old".

Otherwise, so far so good :-)

Peter



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

2013-01-11 Thread Zyumbilev, Peter
On 11/01/2013 17:31, Patrick Lamaiziere wrote:

> Baptiste (bapt@) made a small doc for this in the past, but in french.
> 
> http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD
> 
> 
> Regards
> 

Will do the job :-) Thanks !

How stable it is ? Anyone have some experience ? I want to try to run
things like plex media player(http://www.plexapp.com/) and
sopcast(http://www.sopcast.com/).

It is not mission critical:  for my home media server but I still hope
it will work good enough.

Peter


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


Jails

2013-01-11 Thread Zyumbilev, Peter
Hi,

I run FreeBSD 9.1 64 bit(Nas4free). I have no problem setting up FreeBSD
jails inside. However, I wonder, is there any tutorial on how to make
Debian Squeeze run inside a jail ? I know it is possible with PC-BSD,
should be possible with FreeBSD, but I have not documentation on how to
utilize this feature.


Any ideas ?:-)

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


Re: installing a new device driver

2013-01-10 Thread Zyumbilev, Peter


On 09/01/2013 18:47, Lowell Gilbert wrote:
> "Zyumbilev, Peter"  writes:
> 
>> On 09/01/2013 13:16, Jack Mc Lauren wrote:
>>> This is the output of pciconf -lv :
>>>
>>> vendor = 'FarSite Communications Limited'
>>> device = 'G.SHDSL Intelligent Sync Comms Card (FarSync DSL-S1)'
>>> class  = simple comms
>>>
>>> So what is the next step ?
>>>
>>
>>
>> I would strongly advise connect to the modem via network cable and TCP/IP.
> 
> Since the "modem" is a PCI card, plugging it into the computer and
> connecting to it over the PCI bus is required. Talking to the device
> through the serial driver is correct.
> 
> First it's necessary to know whether this card requires a firmware
> download. I would guess probably not, but I can't find any definitive
> information on it to be sure. 
> 
> Second it's necessary to know what kind of connection the ISP expects it
> to make, in order to configure it. Very likely either mpd or ppp will be
> able to work with it. The appropriate serial device may be the one at
> the start of the line preceding the pciconf output we were shown.
> 
> 


I doubt newbie can do all this. The only viable option I see is a DSL
modem as a separate device.

Peter
___
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: Gamin/IMAP issue

2013-01-10 Thread Peter Vereshagin
Hello.

2013/01/10 10:48:41 -0500 Michael Powell  => To 
freebsd-questions@freebsd.org :
MP> The only thing I can think of why courier-imap might have use for gamin/fam 
MP> is for shared folders and shared folder indexing. This I do not use. YMMV?

I think courier-imap uses the gamin and/or fam to look up for the mailbox quota 
usage, %%.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: installing a new device driver

2013-01-09 Thread Zyumbilev, Peter


On 09/01/2013 13:16, Jack Mc Lauren wrote:
> This is the output of pciconf -lv :
> 
> vendor = 'FarSite Communications Limited'
> device = 'G.SHDSL Intelligent Sync Comms Card (FarSync DSL-S1)'
> class  = simple comms
> 
> So what is the next step ?
> 


I would strongly advise connect to the modem via network cable and TCP/IP.

Peter
___
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: Which k3b is recommended?

2013-01-03 Thread Peter Vereshagin
Hello.

2013/01/03 09:50:46 +0100 Leslie Jensen  => To FreeBSD 
Questions :
LJ> I need k3b on a newly installed 9.1-RELEASE system.
LJ> I wonder if I miss out on some functionality if I go with version 
LJ> without KDE?
LJ> I use XFCE4 as my Desktop.

I use the 'sysutils/tkdvd' and the only thing I time to time use to find
missing there is the '-joliet-long' checkbox.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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: pkg_add and 9.1 Release

2013-01-02 Thread Zyumbilev, Peter
>> This path does not exist on ftp.freebsd.org.
> 
> Quite so.  It's because of this:
> 
> http://www.freebsd.org/news/2012-compromise.html
> 
> As a consequence, large parts of the package building infrastructure are
> quarantined, pending reinstallation.  Also there is a lot of work going
> into revising the software used to build the packages with security
> enhancements in mind.  So there simply aren't packages available yet to
> go with 9.1-RELEASE.
> 
>   Cheers,
> 
>   Matthew
> 


Hi Matthew,

In this case for a new Nas4free machine, will you recommend to base it
on 9.0 or 9.1 ?

Thanks,

Peter
___
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: Newbie question about freebsd-update: single user mode is not needed anymore?

2012-12-31 Thread Zyumbilev, Peter


On 31/12/2012 14:13, Jose Garcia Juanino wrote:
> Hi,
> 
> I am planning to upgrade from FreeBSD 9.0-RELEASE to
> FreeBSD-9.1-RELEASE. With upgrade source method, it is always needed to
> do the "make installworld" step in single user mode. But it seems to
> be that single user is not required with freebsd-update method, in the
> second "freebsd-update install". Someone could explain the reason? Am I
> misunderstanding something? Can I run the upgrade enterely by mean a ssh
> connection in a safe way, or will I need a serial console?
> 
> Best regards, and excuse my poor english.
> 


Hi,

Although in the books it says singe user, I always do source upgrade
via ssh - so far(8 years) no problems :-)

Peter
___
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: PPPOED: reading data of line quality from the A/DSL modem

2012-12-27 Thread Peter Vereshagin
Hello.

2012/12/27 11:58:57 +0100 "O. Hartmann"  => To 
freebsd-questions@freebsd.org :
OH> When using modern SoGo A/DSL routers, most devices do have fancy GUIs

SoHo? Or 'SoGo' is a brand?

OH> and information screens about the settings of the device and especially
OH> the line quality, like SNR, dampening et cetera.
OH> 
OH> In my private office, I've setup a FreeBSD server acting like a
OH> gateway/router, replacing my oldish non-IPv6 capable ADSL modem/router.
OH> Using a secondary NIC connecting to the ADSL modem via PPPOED, I'd like
OH> to read some of the important statistsics from the device's chipset like
OH> line quality informations. Sometimes our line here go bad and with the
OH> setup at the moment, I can not check what's wrong.
OH> 
OH> Also, I have no informations about the actual up- and downstream speed,
OH> which is also important to me.
OH> Since most professional/commercial ADSL routers/modems use opensource
OH> software, most prefereably Linux, I was wondering if there isn't a way
OH> to achieve those data from FreeBSD as well. I prefer the system's tools

It is not clear if you want to install FreeBSD on your modem? That depends on
its model.

OH> in favour over a port installation, but if there is a sophisticated
OH> software, I would appreciate a hint or tip.

It's kind of unlikely that FreeBSD 'base system' does have a tool(s) to
measure the DSL quality characteristics.  Depending on your modem's model you
can have a telnet(1) interface to it from your FreeBSD server to look up for
line quality information via modem's specific commands by hand.

But telnet(1) doesn't seem to be the notifying tool you think you need. It
should be nothing complicated to make such a tool or install the ready-to-use
software from the FreeBSD Ports system.

Same can go here about the web interface your modem can be controlled by
saying not about the telnet(1) but about web browser, correspondently.

--
Peter Vereshagin  (http://vereshagin.org) pgp: 1754B9C1
___
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: set connection to a modem

2012-12-02 Thread Peter Vereshagin
Hello.

2012/12/02 09:41:12 +0330 s m  => To Chris Petrik :
sm> thanks chris
sm> 
sm> ppp is used when you want connect to internet via modem. 

What if your (or someone else's) ISP use dial-back?

This way ppp(8) can't be used because it's not you want to connect to internet
but internet wants to connect you?

I believe ppp is an equal peers'  peer-to peer (point-to-point) protocol.

And it can be used for dial-in conections.

> i just want to
sm> config my modem by AT command.

ppp(8) makes the use of chat(8) to send the Hayes-fashioned AT commands to the
modem.

sm> when my ppp.conf file is empty, i can talk to my modem

Which way requiring emptyness of your ppp.conf you can talk to your modem? Is
it a command by mean of which you talk to modem?

> so this config file
sm> do nothing what you want talk to your modem.

But it can contain the command line for chat(8) to prepare your modem for
ppp(8) usage.

sm> 
sm> if i want to talk to my modem by a specific speed, which config file should
sm> be changed?
sm> 
sm> please let me know if you have any guidance.
sm> thanks
sm> 
sm> On Sat, Dec 1, 2012 at 11:49 PM, Chris Petrik  wrote:
sm> 
sm> > On 12/1/2012 12:38 AM, saeedeh motlagh wrote:
sm> > > thanks Ilya for your reply.  i'm using putty to connect to my modem
sm> > > and also/dev/cuauo as the config file. i can co
sm> > > nnect to my modem and it responses to AT commands that you suggest so
sm> > every
sm> > > thing is ok.
sm> > >
sm> > >
sm> > > my question is: this connection via /dev/cuau0 can be configured, 
doesn't
sm> > > it? and if yes, through which config file i can set these settings such
sm> > as
sm> > > speed, flow control, etc. for this connection?  for example, my modem
sm> > > works just
sm> > > with a specific speed. how i can tell  /dev/cuau0 device to talk to my
sm> > > modem with this speed? as i have no idea how to config the connection
sm> > speed
sm> > > for this /dev/cuau0 device..
sm> > >
sm> > > any guidance would be really appreciated.
sm> > > thanks
sm> > >
sm> > >
sm> > > On Fri, Nov 30, 2012 at 1:19 AM, Fbsd8  wrote:
sm> > >
sm> > >> s m wrote:
sm> > >>
sm> > >>> thanks guys for your replies,
sm> > >>>
sm> > >>> now i understand two types of connections are available by modem,
sm> > dial-in
sm> > >>> and dial-out.
sm> > >>> honestly, i should do it for my boss and don't know what he should 
want
sm> > >>> exactly to do but i am sure that he has an external serial modem and
sm> > wants
sm> > >>> to config it by AT commands via a freebsd system; therefore i think 
our
sm> > >>> connection is dial-out.
sm> > >>>
sm> > >>> now which files i should edit? just ppp.conf? and because our modem
sm> > >>> supports specific speed and flow control, is it necessary to set these
sm> > >>> parameters in my freebsd? and if yes, how i can do that?  please help
sm> > me
sm> > >>> to
sm> > >>> do that
sm> > >>>
sm> > >>> thanks
sm> > >>>
sm> > >>>
sm> > >> There are very detailed ppp configuration instructions here
sm> > >> www.a1poweruser.com
sm> > >>
sm> > >>
sm> > >> __**_
sm> > >> freebsd-questions@freebsd.org mailing list
sm> > >> http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions<
sm> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions>
sm> > >> To unsubscribe, send any mail to "freebsd-questions-**
sm> > >> unsubscr...@freebsd.org "
sm> > >>
sm> > > ___
sm> > > freebsd-questions@freebsd.org mailing list
sm> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
sm> > > To unsubscribe, send any mail to "
sm> > freebsd-questions-unsubscr...@freebsd.org"
sm> > I am just poking about so sorry if im off topic but you can possibly use
sm> > ppp to do this?
sm> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html
sm> > ___
sm> > freebsd-questions@freebsd.org mailing list
sm> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
sm> > To unsubscribe, send any mail to "
sm> > freebsd-questions-unsubscr...@freebsd.org"
sm> >
sm> ___
sm> freebsd-questions@freebsd.org mailing list
sm> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
sm> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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"


The Opera browser on FreeBSD

2012-11-20 Thread peter weismann
I find two native FreeBSD ports for OPERA.
With that I want to say, I am not using Linux-Opera anymore.
But since some time, I had installed 
www/opera-devel
and
www/opera
at the same time and played with them. Now I see, that opera has a
greater release-level then opera-devel.
That makes no sense.
Bye.

-- 
:
: 
: ***Hinweis in eigener Sache:
: Diese Nachricht ist nur und ausschließlich an den oder die Empfänger
: gerichtet.
: Weiterleiten oder veröffentlichen oder auf andere Weise Dritten zur
: Kenntnis zu bringen, ist, auch in Teilen oder auszugsweise oder in
: Zitaten, nicht statthaft.
: Für Folgen, die aus der Verwendung von Inhalten einer durch mich
: zugestellten oder weitergeleiteten Nachricht entstehen, übernehme
: ich keinerlei Haftung!
: Irrtümlich erhaltene Nachrichten sind bitte sofort zu löschen.***
: 
:

|___(_nun_mit_FreeBSD:-> 8.3-RELEASE @>senyo_)__|
|
|   frohes schaffen dank open source
|
|   p...@weispit.eu
|
|___(_nun_mit_FreeBSD:-> 8.3-RELEASE @>senyo_)__|

"Two of the most famous products of Berkeley are LSD and Unix.
I don't think that this is a coincidence."
From: The UNIX-HATERS Handbook, ISBN 1-56884-203-1
___
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"

sha-1 Re: Security Incident on FreeBSD Infrastructure

2012-11-17 Thread Peter Vereshagin
Hello.

2012/11/17 10:04:26 + FreeBSD Security Officer 
 => To FreeBSD Security :
FSO> -BEGIN PGP SIGNED MESSAGE-
FSO> Hash: SHA1

What's the state of the art about 'sha-1' digesting with freebsd security? At
the least debian seemed to be migratring since 2009:

  http://www.debian-administration.org/users/dkg/weblog/48

"We need to be prepared for the eventual deprecation of SHA-1, but we do
appear to still have time."

How much serious shall this be to us?

Thank you.

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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: Old file reappeared by itself

2012-11-14 Thread Peter Vereshagin
Hello.

2012/11/14 14:25:27 +0400 Artem Kuchin  => To Friedrich 
Locke :
AK> > Have you ever call the police ?
AK> 
AK> Ever - yes, in this case - no.

Have police ever called you? ;-)

AK> > It happened today again! I checked file today and the file was

Then it's much easier if it happens again.

If it's the zone then BIND may seem to overwrite the file? I can do this in
the case it's a primary zone service. I'm informed it's all about the primary
not a secondary zone service but hence BIND isn't a piece of cake who knows.

Since that you can do this:

  - chmod file(s) for BIND to read-only it.

  - monitor certain directories for changes. I have no idea about the tool to
handle this task but it's quite possible with inotify() system call and/or
the sgi fam protocol, particularly its sysutils/gamin implementation.

AK> ? ?,
AK> ? ?
AK>  "?? ?? ??"

... Content-Type: text/plain; charset="us-ascii"; ?

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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: Moused error in 9.1-RC3

2012-11-13 Thread Peter Vereshagin
Hello.

2012/11/13 14:55:21 +0100 Leslie Jensen  => To FreeBSD 
Questions :
LJ> I've just installed 9.1-RC3 on a machine.
LJ> When starting I get the error:
LJ> Starting default moused
LJ> moused: unable to open /dev/psm0: No such file or directory
LJ> I have moused_enable="YES" in rc.conf
LJ> Do I need to set some right in devfs for it to go away?

Yes, in the case if your kernel detected the 'psm0' device, typically that
message found in dmesg for that case.

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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: My freebsd partition changed by Windows chkdsk (Leslie Jensen)

2012-11-02 Thread Peter Vereshagin
Hello.

2012/11/02 14:49:57 +0100 Leslie Jensen  => To Manish Jain :
LJ> > Right after installation of FreeBSD, I ran :
LJ> > dd if=/dev/ad4 of=ad4.512 bs=512 count=1
LJ> > dd if=/dev/ad4s2 of=ad4s2.512 bs=512 count=1
LJ> > dd if=/dev/ad4s2a of=ad4s2a.512 bs=512 count=1
LJ> Will you explain the details, Please?

Copy first 512 bytes from every block device to different files.


--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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: Famp Server

2012-10-30 Thread Peter Vereshagin
Hello.

2012/10/30 15:37:55 -0400 Michael Powell  => To 
freebsd-questions@freebsd.org :
MP> I do not know. Never ran Gentoo. Never had the time to try every 'distro'. 
MP> Some imprecise and poor wording on my part when I said something about 
MP> 'all', when I should have said the 3 that I did try.  Mistake on my part.

Totally 'portages'-based 'gentoo' with its 'USE flags' feature is a kind of a
freebsd in a linuxes world.  Opps, and an offtopic here, too. But... there
seems to be somebody porting the portages to freebsd, no? Something like
'creating a freebsd kernel portage' as I see this task. If so then 'debian'
guys are not alone foloowing that way with their 'kFreebsd' for whiles
already.

MP> [snip]
MP> > 
MP> > What if being a proper sysadm means ability to deploy a package on
MP> > thousands (tens of thaousands, etc.) of machines? In formal terms this
MP> > means create a package and install on the every machine. This cannot be a
MP> > several packages because this makes the whole task less quick and the
MP> > solution less reliable. And the creation of such a package can be a more
MP> > trivial task for sysadm than the such of a package installation or upgrade
MP> > by itself.
MP> > 
MP> > Such a metaport can be a person-scale/company-wide solution, not a public
MP> > one so no harm for the general freebsd usage approaches/pphilosophy which
MP> > is a kind of a public stuff.
MP>  
MP> I completely agree with this. However, noting the most recent email it 
looks 
MP> as if he still hasn't quite got the hang of installing software on FreeBSD 
MP> yet. I believe there is a chapter in the Handbook devoted to it. 

I shoudn't ever judge about what the other side did or didn't (read or didn't
read, know or doesn't know). But it's me.

MP> One would still need to learn how to install software on FreeBSD in order 
to 
MP> make use of a meta port; after all - it is still the same process. I do not 
MP> think a meta port is a solution for not learning how to install software. 

But metaport build/install process can give a clue about the what it is. Ain't
it a 'learning how to install software'?

MP> My suggestion is centered around the idea that learning to install software 
MP> is a prerequisite to using a meta port. I think we should be guiding him 
MP> towards acquiring that understanding, then if such a meta port comes into 
MP> being he will be able to make use of it as well. 
MP> 
MP> I do not disagree with the potential utility of a meta port. This is a 
MP> 'horse before the cart' situation where one cannot replace the other. We 
MP> should be helping him learn how to install software. A meta port should be 
a 
MP> separate issue of its own, and not be attempting to replace not knowing how 
MP> to install software.

I hate methodologies and teaching. But here are my cents:

  - Such a metaport creation task can motivate him on learning about the
    'porting and installing software for freebsd' topic by himself.  Ain't it
great for him and easy for us than learning here about his typically
known beforehand small steps on that way?

  - Horse before the cart is a problem when it's a vice-versa only.

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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: Famp Server

2012-10-30 Thread Peter Vereshagin
Hello.

2012/10/29 16:28:11 -0400 Michael Powell  => To 
freebsd-questions@freebsd.org :
MP> Perhaps by way of example I can illustrate: I run Apache as FastCGI with 
the 
MP> event-mpm, mysql, memcached, and PHP in the FPM configuration. It is a 
MP> highly customized and tuned environment which is easily obtained utilizing 
MP> the inherent configurability of the FreeBSD ports system. 

jfmi: Which of them can not be found in a 'gentoo'?

MP> When such a meta port comes into play, there are defaults chosen which 
begin 
MP> to reflect the same kind of restrictions as I outlined before in my reasons 
MP> for not migrating my chosen environment to Linux.

You can configure separately each port the metaport consists of and then build
that metaport. Those "defaults chosen from begin" do not depend on if the
'nested' port is being built as a part of a metaport build process or
separately thus no restrictions observed.

MP> I suggest, instead of 
MP> leaning on the meta port approach, that the true power of FreeBSD would be 
MP> more fully realized by learning to be a proper system admin. You will also 

What if being a proper sysadm means ability to deploy a package on thousands
(tens of thaousands, etc.) of machines? In formal terms this means create a
package and install on the every machine. This cannot be a several packages
because this makes the whole task less quick and the solution less reliable.
And the creation of such a package can be a more trivial task for sysadm than
the such of a package installation or upgrade by itself.

Such a metaport can be a person-scale/company-wide solution, not a public one
so no harm for the general freebsd usage approaches/pphilosophy which is a
kind of a public stuff.

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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: Famp Server

2012-10-29 Thread Peter Vereshagin
Hello.

2012/10/29 10:31:31 +0100 Karol Buja??ek  => To 
freebsd-questions@freebsd.org :
KBe> On 10/29/2012 7:50 AM, Peter Vereshagin wrote:
KBe> > I think this can be implemented as a 'metaport'. You may try to make
KBe> > it yourself or ask someone else e. g., me.
KBe> 
KBe> Do you mean something like misc/instant-server in ports? I never use 
KBe> that port, only noticed some days ago. Maybe this can be used/ajdusted?

Probably to copy from an existing portto create a new one isn't a best idea but
prehaps it is a good start to get the things done.

About the what I know to be exactly a 'metaport' is lang/php5-extensions.

Why not just keep a list of ports or packages? I believe the modern management
tools (portmaster/portupgrade) can install them smoothly in one command.

If the what you want is a binary package then what if the 'pkgng' stuff has or
will have such a feature: to bundle a metaport in a package?

And, the pc-bsd (http://www.pcbsd.org) seem to have such an AMP package out of
the box (or downloaded via its package manager)

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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: Famp Server

2012-10-28 Thread Peter Vereshagin
Hello.

2012/10/28 22:33:41 -0700 Hamisi Jabe  => To 
freebsd-questions@FreeBSD.org :
HJ> I freel freebsd is very good in networking server but it make work hard for 
compiling the Famp package (Freebsd, apache, mysql, php) i would like to ask 
the developers to compile a package that its a one select and install which 
will do everything for the famp server rather than downloading selecting 
extensions, installing this and that exectra. 

I think this can be implemented as a 'metaport'. You may try to make it 
yourself or ask someone else e. g., me.

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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: Sysctls and privacy

2012-10-14 Thread Peter Vereshagin
Hello.

2012/10/13 12:09:39 -0300 schu...@ime.usp.br => To Peter Vereshagin :
> > y
> > Hello.
> >
> > it's a -questions@ here, right? (=
> 
> Indeed. :-)

Ouch! it's already not... But I Cc: there. Oops?

> > What's a specific of the case?
> 
> I need quite a lot of such "jails", with some being able to see others,
> including the case where one "jail" may be visible to many. However, a
> "jail" being visible does not mean it can be modified by the observing
> "jail".

Did you specify elsewhere what a 'visible' does mean to you?

  - if this means network connectivity then you can put jails on the same
network, e. g. the same address on a lo(4) interface

  - if this means a read-only access to the directory located outside of a
jail then her4e is the trick:

  mount_nullfs -o ro /path/to/inject /your/jail/mount/detination

> The first implementation I thought of was using users and groups. I imagine
> I can do this with jails and read-only mounts, but I would like to avoid
> making a clean system per jail since disk space would not be enough.

The same trick can be done for every directory the freebsd base system
consists of. Excluding those different for each jail, e. g. /var, /etc. Nullfs
daesn't consume your disk space except for additional fstab lines, something
about a dozen per jail. (=

> Also, the configuration of such environment is much, much simpler than
> a jails version.

I don't think so. It's a task of the configuration of a second system without
hardware initialization and so on, and then spreading your configs around
other jails.

> To be sincere, I have not discarded the possibility of a jails solution
> with clever mounts to preserve space, but it did not occur to me yet.
> 
> > What changes?
> 
> Changing the default permissions on devices (e.g sound),

jail goes beyond with its jail_devfs_rules

> not allowing
> any file to be setuid and be visible to ordinary users,

What do you mean 'visible' here? Do you just chmod a-rwx on them? Say, to
avoid listing the /usr/bin/su you should chmod a-rx /usr/bin which is far from
the best idea...

> patching some ports to avoid attacks on /tmp
> (X server),

Sounds interesting but doesn't seem googleable to me. Any URLs for xorg
patches and/or for the list of such a ports please?

> exercising memory and process limits via rctl,

Ouch! a RELENG_9 feature... 

>  changing
> some system configurations (see_other_uids, etc), disabling access to
> the system log, stopping useless (to me) daemons, setting per user
> ZFS quotas and probably a few more I can't remember at the moment.
> 
> > What kind of danger is this? This system info expose seems nothing to do 
> > with
> > making the system work unexpectedly.
> 
> Indeed, but then all users might infer which programs are running and when.

How could the one know out that from overall system statistics only?

> It's not about consistency loss, it's about privacy loss.

ok but that can be the loss of a privacy of some other user?

> > You didn't mention you must have an outside network connection. Should your
> > untrusted software have it? Just unplug it otherwise.
> 
> The untrusted software runs for a reason, and that is I need its output.
> Some outputs are not that amenable to verification (pdf files for instance),
> and I can not exclude the possibility I myself might post some of these
> outputs online, for instance. They may however, contain the logs.

Sure. You can convert PDFs to the set of images, reassemble them into your own
PDFs without the logs and post then.

So without the need for the outside network connectivity there shouldn't be
much  care. (=

> > You can make the special chroot/jail environment for the users keeping them
> > away from the access to the binaries exposing sysctls. And permit them the
> > write access only to the volumes mounted as '-o noexec'.
> >
> > There should be the way(s) to bypass this, at the least one of the  
> > DSLs  e. g.
> > ruby, python, perl, php used in that environment may provide API for sysctls
> > or the modules can be built to use sysctl api from C. Thus you should keep
> > your C compiler and any of the soucres e. g. /usr/src to present on that
> > environment.
> >
> > Even with that who knows if your software doesn't use sysctl(3)  
> > functions. But
> > the 'basic user programs' shouldn't.
> 
> That is a real solution for the problem I have asked. However, for my
> use cases not being able to produce executables is too restrictive.
> 
> > I don't think it's possible at the moment. Do you think 

Re: Sysctls and privacy

2012-10-13 Thread Peter Vereshagin
y
Hello.

it's a -questions@ here, right? (=

2012/10/12 09:59:15 -0300 schu...@ime.usp.br => To 
freebsd-questions@freebsd.org :
> In my system I use separate user accounts for running untrusted
> programs at the moment. While many will probably argue that jails
> are a superior solution, in my specific case its the inverse.

What's a specific of the case?

> I know FreeBSD is not ready by default to have multiple untrusted
> users in the system, at least from a security viewpoint. I have
> done quite a bit of changes to make the situation better.

What changes?

> However, there is something bugging me. Some sysctls apparently
> expose too much information about the system. Some examples: the
> number of context switches, the number of forks, the total used
> memory (at the byte level), the total used space for each file
> system (at the byte level) and even a graph of how my GEOM devices
> are organized!

What kind of danger is this? This system info expose seems nothing to do with
making the system work unexpectedly.

> I know some programs like gkrellm need this information to function,
> but on the other hand, I feel pretty uncomfortable with the
> information presented by gkrellm being logged. It's at the very least
> a loss of privacy.

You didn't mention you must have an outside network connection. Should your
untrusted software have it? Just unplug it otherwise.

> So, I would like to ask for a way to disable user access to all
> sysctls that are not needed by basic user programs (shell, terminal, etc).

You can make the special chroot/jail environment for the users keeping them
away from the access to the binaries exposing sysctls. And permit them the
write access only to the volumes mounted as '-o noexec'.

There should be the way(s) to bypass this, at the least one of the DSLs  e. g.
ruby, python, perl, php used in that environment may provide API for sysctls
or the modules can be built to use sysctl api from C. Thus you should keep
your C compiler and any of the soucres e. g. /usr/src to present on that
environment.

Even with that who knows if your software doesn't use sysctl(3) functions. But
the 'basic user programs' shouldn't.

> Also, if possible, I would like to have a group of users to whom
> these sysctls are accessible as an exception (to run gkrellm).

I don't think it's possible at the moment. Do you think this can be
implemented without performance loss? Sysctl is a kind of the kernel stuff...

How about emaulators/qemu, virtualbox, etc?

> Thanks for your time.

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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 8.3 with LSI MegaRAID 9265-8i

2012-10-05 Thread Zyumbilev, Peter


On 05/10/2012 5:26, Joe Mays wrote:
> Well, this is a real problem. I have nothing where I am to build and
> burn an ISO, and I am trying to work with someone several states away
> through an IKVM switch. The server-to-be is on a port on the switch and
> I need them to download the ISO via FTP and burn it to a disc and drop
> it in the tray. Right now I'll happily pay $50 to to anyone who can
> provide me with an ISO of 8.3 stable in a location that I can provide to
> the person in missouri so he can download it and create the DVD. I'm
> serious. Paypal is at the ready.
> 

Joe try these instead:

Install FreeBSD on another machine. Then

To build FreeBSD 9 do this:

   cd /usr
   svn co svn://svn.freebsd.org/base/head src
   cd src
   make buildworld
   cd release
   make release
   make install DESTDIR=/var/freebsd-snapshot

After running these commands, all produced distribution files (tarballs
for FTP, CD-ROM images, etc.) are available in the /var/freebsd-snapshot

Also you can try to follow this guide:

http://wiki.idefix.fechner.net/index.php/FreeBSD-Build_Own_CD


Peter






___
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: Blender port

2012-09-28 Thread Peter Boosten

On 28 sep. 2012, at 17:26, Shane Ambler  wrote:

> On 17/08/2012 04:47, Fernando Apesteguía wrote:
>> On Thu, Aug 16, 2012 at 12:29 PM, Polytropon  wrote:
>>> On Thu, 16 Aug 2012 11:33:22 +0200, Peter Boosten wrote:
>>>> So I did a ktrace, and it seems to stumble on a library it cannot find: 
>>>> libirml.so
>>>> This library however is nowhere to be found on my system, nor in the ports 
>>>> repository.
>>>> 
>>>> Does anyone know what this library is for, and where would I find that 
>>>> library?
>> 
>> No port seems to install that library (at least according to pkg-plist 
>> files).
>> Maybe you could file a PR
>> 
>>> 
>>> IRML - it seems to be the "Intel Resource Management Layer library.
>>> It is a work dispatcher used by Threading Building Blocks (TBB)."
>>> The tbb port (devel/tbb) however does not contain it. No port
>>> seems to mention it in its pkg-plist file. The google search
>>> results are very disillusioning, even more than the "typical
>>> Linuxisms" that sometimes hits a FreeBSD port... ;-)
>>> 
>>> 
> 
> I'm not the blender maintainer but I compile the svn versions regularly and 
> I'm the maintainer for openimageio which is a recent addition that blender 
> uses for the cycles render engine. I use 9.0 amd64. I've just dusted off the 
> old P4 and installed a clean version of 8.2, updated the ports tree and 
> started compiling everything, I'll see if I can get the same issue tomorrow.
> 
> I'll assume you have your ports tree up to date and are building the latest 
> version.
> 
> Have you had an earlier version of blender running?
> 
> The only reference to libirml I can find is as part of Intels compiler 
> package and it doesn't appear to be a part that the freebsd ports version of 
> icc installs. One guess is that you may be using icc or have in the past 
> leaving a dependency that was built with icc.
> 
> While libirml seems to have some relation to tbb I don't see any reference 
> within devel/tbb. graphics/openimageio brings in the dependency for tbb so 
> you could try turning off the CYCLES option in blender to turn off that 
> dependency. libirml may also be related to openmp so try turning off OPENMP 
> as well.
> 
> Maybe try turning off some other options to help pinpoint where it comes 
> from. CAMERATRACK CARVE CYCLES OCEANSIM are the newest additions.
> 
> 
> 


Hi Shane,

Actually, compiling without Cycles did the trick, as instructed by the 
maintainer.

-- 
Peter Boosten


___
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: Sharing COM ports to Windows hosts

2012-09-13 Thread Peter Vereshagin
Hello.

2012/09/05 09:06:36 +0700 Victor Sudakov  => To 
freebsd-questions@freebsd.org :
VS> > Depending on a task I think the most interactive user-friendly solution 
here is
VS> > a minicom(s) each in its own ssh'ed jail(s).
VS> 
VS> There is special Windows software for managing Natex MUXes. It works

[..]

VS> Solution 2. Using an existing networked FreeBSD box sitting next to
VS> the MUX, it already has COM ports. Advantage: cheap, no additional

ok. no interactivity. But I'm still optimistic about virtualization.

emulators/qemu at the least should be able to run that software and use
com-ports from the master freebsd system at the same time. Then you can you can
use remote access features for workstation access to the software.

VS> doubts ... English is so poor

coffee is your friend (c)

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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: Sharing COM ports to Windows hosts

2012-09-03 Thread Peter Vereshagin
Hello.

2012/09/03 14:29:20 +0700 Victor Sudakov  => To 
freebsd-questions@freebsd.org :
VS> > > There is a FreeBSD box with several RS232 ports. Can those ports be
VS> > > accessed by Windows hosts over the network? Actually, does anyone
VS> > > have a success story for such a scenario?
VS> At least it has an example of an RFC 2217 client (COM port to TCP
VS> redirector) in its README file. Thanks again, will look at it. 

>From what I remember the os/2 smb protocol implementation could share COM ports
as easily as LPT ports for printers. I can't remind though if this was for
'printer-only' purposes e. g. output-only, supplied with a mandatory queueing
facilities, etc.,  or not.

Who knows if modern smb protocol implementations could do this, too.

Depending on a task I think the most interactive user-friendly solution here is
a minicom(s) each in its own ssh'ed jail(s).

--
Peter Vereshagin  (http://vereshagin.org) pgp: A0E26627 
___
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: Sharing COM ports to Windows hosts

2012-09-02 Thread Peter Boosten

On 3-9-2012 5:02, Victor Sudakov wrote:

Colleagues,

There is a FreeBSD box with several RS232 ports. Can those ports be
accessed by Windows hosts over the network? Actually, does anyone
have a success story for such a scenario?

There is some software like comms/serialoverip, comms/tits etc but are
there any (freeware) Windows virtual COM port drivers compatible
therewith?

Maybe some Windows drivers for hardware console servers (like Moxa)
would work with tits etc?

Thanks a lot for any advice.



If I understand your question correctly, then AFAICT the only way to 
access serial ports over the network is with a piece of additional 
hardware, like a terminal server, for instance:


http://www.perle.com/products/Terminal-Server.shtml?utm_source=ppc&utm_medium=cpc&utm_campaign=server

Peter

--
http://www.boosten.org


-
Geen virus gevonden in dit bericht.
Gecontroleerd door AVG - www.avg.com
Versie: 2012.0.2197 / Virusdatabase: 2437/5242 - datum van uitgifte: 09/02/12

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


  1   2   3   4   5   6   7   8   9   10   >