Re: pkgng package repository tracking security updates

2013-01-15 Thread Matthew Seaman
On 14/01/2013 22:44, n j wrote: One thing to think about would be the option of port maintainers uploading the pre-compiled package of the updated port (or if the size of the upload is an issue then just the hash signature of the valid package archive so other people with more bandwidth can

Re: pkgng package repository tracking security updates

2013-01-15 Thread n j
On Tue, Jan 15, 2013 at 10:13 AM, Matthew Seaman matt...@freebsd.orgwrote: On 14/01/2013 22:44, n j wrote: One thing to think about would be the option of port maintainers uploading the pre-compiled package of the updated port (or if the size of the upload is an issue then just the hash

SSH on FreeBSD

2013-01-15 Thread Mannase Nyathi
CipherWave Fibre Broadband with FREE installation from only R8840/month Good day, I have just configured FreeBSD on my server. I would like to find out how can I be able to login to it via ssh? Looking forward to hear from you soon. Thank you -- Mannase Nyathi Support Technician sb: 011 541

Re: SSH on FreeBSD

2013-01-15 Thread Erich Dollansky
Hi, On Tue, 15 Jan 2013 10:10:16 + Mannase Nyathi mann...@cipherwave.co.za wrote: CipherWave Fibre Broadband with FREE installation from only R8840/month Good day, I have just configured FreeBSD on my server. I would like to find out how can I be able to login to it via ssh?

Re: SSH on FreeBSD

2013-01-15 Thread Olivier Nicole
Hi, I have just configured FreeBSD on my server. I would like to find out how can I be able to login to it via ssh? Looking forward to hear from you soon. Thank you you must enable ssh in /etc/inetd.conf and then read Or better, in /etc/rc.conf sshd_enable=YES Olivier man ssh If

Re: SSH on FreeBSD

2013-01-15 Thread Matthew Seaman
On 15/01/2013 10:10, Mannase Nyathi wrote: I have just configured FreeBSD on my server. I would like to find out how can I be able to login to it via ssh? Start by editing /etc/rc.conf and add the line: sshd_enable=YES (anywhere in the file -- order doesn't matter) Then as root:

databases/postgresql: simple mirroring of a database or a whole server

2013-01-15 Thread O. Hartmann
Hello list. First, please set me CC, i do not subscribe this list. I'd like to ask for a mirroring solution of an important databse on my installations across at least three boxes. The setup is as follows. Operating system is FreeBSD 10.0/amd and 9.1-STABLE/amd64. A top of the OS there is on

Re: SSH on FreeBSD

2013-01-15 Thread Bruce Cran
On 15/01/2013 10:52, Matthew Seaman wrote: That's all. sshd will restart automatically after any reboots. You should be able to log into any ordinary user account remotely using the account username and password. Note ordinary user account - sshd on FreeBSD disallows root logins by default.

Re: Jails

2013-01-15 Thread Leonardo M . Ramé
- Original Message - From: Zyumbilev, Peter pe...@aboutsupport.com To: freebsd-questions@FreeBSD.org freebsd-questions@FreeBSD.org Cc: Sent: Tuesday, January 15, 2013 3:12 AM Subject: Re: Jails On 15/01/2013 02:10, Leonardo M. Ramé wrote: Yes, and also defined

Re: recommendation instead of portmanager

2013-01-15 Thread Jerry
On Tue, 15 Jan 2013 01:16:15 + RW articulated: On Mon, 14 Jan 2013 16:23:08 -0800 David Brodbeck wrote: On Fri, Jan 11, 2013 at 2:07 PM, Artifex Maximus artife...@gmail.comwrote: Hello! I am using portmanager for updating my ports. I love its -p switch. Is there any

Re: SSH on FreeBSD

2013-01-15 Thread Matthias Apitz
El día Tuesday, January 15, 2013 a las 05:45:36PM +0700, Erich Dollansky escribió: Hi, On Tue, 15 Jan 2013 10:10:16 + Mannase Nyathi mann...@cipherwave.co.za wrote: CipherWave Fibre Broadband with FREE installation from only R8840/month Good day, I have just configured

Re: SSH on FreeBSD

2013-01-15 Thread Jerry
On Tue, 15 Jan 2013 10:52:04 + Matthew Seaman articulated: On 15/01/2013 10:10, Mannase Nyathi wrote: I have just configured FreeBSD on my server. I would like to find out how can I be able to login to it via ssh? Start by editing /etc/rc.conf and add the line: sshd_enable=YES

Re: databases/postgresql: simple mirroring of a database or a whole server

2013-01-15 Thread Amitabh Kant
On Tue, Jan 15, 2013 at 4:24 PM, O. Hartmann ohart...@zedat.fu-berlin.dewrote: Hello list. First, please set me CC, i do not subscribe this list. I'd like to ask for a mirroring solution of an important databse on my installations across at least three boxes. The setup is as follows.

Re: SSH on FreeBSD

2013-01-15 Thread Volodymyr Kostyrko
15.01.2013 12:50, Matthias Apitz: El día Tuesday, January 15, 2013 a las 05:45:36PM +0700, Erich Dollansky escribió: Hi, On Tue, 15 Jan 2013 10:10:16 + Mannase Nyathi mann...@cipherwave.co.za wrote: CipherWave Fibre Broadband with FREE installation from only R8840/month Good day, I

Re: databases/postgresql: simple mirroring of a database or a whole server

2013-01-15 Thread O. Hartmann
On 01/15/13 13:14, Amitabh Kant wrote: On Tue, Jan 15, 2013 at 4:24 PM, O. Hartmann ohart...@zedat.fu-berlin.dewrote: Hello list. First, please set me CC, i do not subscribe this list. I'd like to ask for a mirroring solution of an important databse on my installations across at least

Re: SSH on FreeBSD

2013-01-15 Thread Frank Staals
Volodymyr Kostyrko c.kw...@gmail.com writes: snip In FreeBSD there are two ways of enabling sshd: default, fast and easy through rc.conf and a bit tricky and secure via inetd.conf. Everyone can select their own poison. I personally prefer the latter one. You seem to imply that enabling sshd

Re: SSH on FreeBSD

2013-01-15 Thread Matthias Apitz
El día Tuesday, January 15, 2013 a las 02:40:32PM +0200, Volodymyr Kostyrko escribió: In FreeBSD it is in rc.conf $ man rc.conf | col -b | fgrep -i ssh In FreeBSD there are two ways of enabling sshd: default, fast and easy through rc.conf and a bit tricky and secure via inetd.conf.

Re: SSH on FreeBSD

2013-01-15 Thread Bruce Cran
On 15/01/2013 12:51, Matthias Apitz wrote: Why it is more secure via inetd.conf? You can centralise access control via TCP Wrappers - http://www.freebsd.org/doc/handbook/tcpwrappers.html . -- Bruce Cran ___ freebsd-questions@freebsd.org mailing

Re: SSH on FreeBSD

2013-01-15 Thread Volodymyr Kostyrko
15.01.2013 14:48, Frank Staals: Volodymyr Kostyrko c.kw...@gmail.com writes: snip In FreeBSD there are two ways of enabling sshd: default, fast and easy through rc.conf and a bit tricky and secure via inetd.conf. Everyone can select their own poison. I personally prefer the latter one. You

[no subject]

2013-01-15 Thread Modulok
List, When I boot the FreeBSD 9.1-RELEASE install CD, everything boots as expected, except random letters appear in random colors. For example, a pink 'r' or a blue colon :, etc. What could be causing this? -Modulok- ___ freebsd-questions@freebsd.org

RE: SSH on FreeBSD

2013-01-15 Thread Mannase Nyathi
Hi Guys, Thanks for your help. I have managed to sought it out. Will let you know if I require any further assistance. I have been receiving numerous emails. It's all fine now :) -Original Message- From: Matthias Apitz [mailto:g...@unixarea.de] Sent: 15 January 2013 02:51 PM To:

Re: change in buildworld output when gcc - clang

2013-01-15 Thread Robert Huff
Alexandre writes: Before the installation of clang and the default system compiler, make buildworld ended with a nice little banner announcing the fact and the time the build completed. After, it ends like this: Your mail has been truncated. Could you please send us the end?

Hard drive LED always on

2013-01-15 Thread Ralf Mardorf
I've got an issue, that regarding to http://forums.freebsd.org/showthread.php?t=13467 is an issue for several users. Since I've got to fix many other issues, ALSA doesn't work, the GUI of QjackCtl does behave strange, Ardour 2 doesn't build, only 2 IOs are available for the sound card, by

Re: Starting the desktop environment doesn't work automatically

2013-01-15 Thread Ralf Mardorf
On Mon, 2013-01-14 at 21:03 +0100, Polytropon wrote: On Mon, 14 Jan 2013 17:54:55 +0100, Ralf Mardorf wrote: If I make mcedit the default editor, could this cause serious issues, perhaps if upgrading the kernel and world? I'm also using it regularly: % echo $EDITOR mcedit

assigning values to variables in the background

2013-01-15 Thread Nikos Vassiliadis
Hi, A bit of an OT question. I am writing a bourne shell script that collects data from a router. Since netstat vmstat can run for a numbers of iterations I thought I would use just that: stats() ( nstats=`netstat -I ng0 -q 1 60 | tail -1` rawdata=`vmstat -c 2 60 | tail -1`

Re: pkgng package repository tracking security updates

2013-01-15 Thread Lowell Gilbert
n j nin...@gmail.com writes: On Tue, Jan 15, 2013 at 10:13 AM, Matthew Seaman matt...@freebsd.orgwrote: On 14/01/2013 22:44, n j wrote: One thing to think about would be the option of port maintainers uploading the pre-compiled package of the updated port (or if the size of the upload

time_t definition

2013-01-15 Thread Thomas D. Dean
I am attempting to recompile some code from an older version. uname -a FreeBSD ZD7000 9.1-STABLE FreeBSD 9.1-STABLE #1: Sun Jan 13 23:44:33 PST 2013 root@ZD7000:/usr/obj/usr/src/sys/GENERIC i386 make gcc47 -O2 -pipe -I../../include -std=gnu99 -fstack-protector -Wsystem-headers

Re: assigning values to variables in the background

2013-01-15 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/15/13 12:42 PM, Nikos Vassiliadis wrote: Hi, A bit of an OT question. I am writing a bourne shell script that collects data from a router. Since netstat vmstat can run for a numbers of iterations I thought I would use just that:

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

Re: ffmpef 1.1

2013-01-15 Thread Mark Felder
On Tue, 15 Jan 2013 13:47:49 -0600, Zyumbilev, Peter pe...@aboutsupport.com wrote: Hi, Does anybody know if there soon be port of ffmpeg 1.1 to FreeBSD ? I assume multimedia/ffmpeg1 just needs an update ___ freebsd-questions@freebsd.org mailing

Re: ffmpef 1.1

2013-01-15 Thread Andy Wodfer
On Tue, Jan 15, 2013 at 8:53 PM, Mark Felder f...@feld.me wrote: On Tue, 15 Jan 2013 13:47:49 -0600, Zyumbilev, Peter pe...@aboutsupport.com wrote: Hi, Does anybody know if there soon be port of ffmpeg 1.1 to FreeBSD ? I assume multimedia/ffmpeg1 just needs an update Hi, You might

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 pe...@aboutsupport.com 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

Re: ffmpef 1.1

2013-01-15 Thread Mark Felder
On Tue, 15 Jan 2013 14:22:56 -0600, Zyumbilev, Peter pe...@aboutsupport.com wrote: 1.1 has REALLY cool features - burn subtitles Hardcoded subs are the worst :( ___ freebsd-questions@freebsd.org mailing list

Re: problem compiling X11 ports under 9.1-RELEASE

2013-01-15 Thread Will Parsons
Walter Hurry wrote: On Sun, 13 Jan 2013 22:01:25 +, Will Parsons wrote: I've recently installed 9.1-RELEASE on a laptop and am in the process of installing the ports that I want. On several now, I've encountered error messages that I don't know how to deal with and for which I don't see

Re: assigning values to variables in the background

2013-01-15 Thread Nikos Vassiliadis
On 1/15/2013 9:30 PM, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/15/13 12:42 PM, Nikos Vassiliadis wrote: Hi, A bit of an OT question. I am writing a bourne shell script that collects data from a router. Since netstat vmstat can run for a numbers of iterations I

Re: assigning values to variables in the background

2013-01-15 Thread Dan Nelson
In the last episode (Jan 16), Nikos Vassiliadis said: On 1/15/2013 9:30 PM, Greg Larkin wrote: On 1/15/13 12:42 PM, Nikos Vassiliadis wrote: A bit of an OT question. I am writing a bourne shell script that collects data from a router. Since netstat vmstat can run for a numbers of

absurd I/O perf with ZFS: hangs on zfs-cv)

2013-01-15 Thread Eitan Adler
Hi all. Running FreeBSD 9.1-Release, I am seeing some absurd hangs (10 minutes or more to open a file) with SIGINFO informing me that the process is stuck on zio-io_cv. Does anyone have any suggestions for what I want to look at to tune this? This is on a newly bought laptop with large

FreeBSD-9.1-RELEASE-i386 geom mirror+stripe question.

2013-01-15 Thread Alexander Zhegalov
Hi. Is it possible to configure geom mirror+stripe (looks like RAID10)? Trying to do it in VirtualBox: gmirror label -v gm11 /dev/ada0s2 /dev/ada1s2 gmirror label -v gm12 /dev/ada2s2 /dev/ada3s2 gstripe label -v gs0 /dev/mirror/gm11 /dev/mirror/gm12 newfs -U /dev/stripe/gs0 mount

Re: ffmpef 1.1

2013-01-15 Thread Waitman Gobble
On Jan 15, 2013 12:59 PM, Zyumbilev, Peter pe...@aboutsupport.com wrote: On 15/01/2013 22:27, Mark Felder wrote: On Tue, 15 Jan 2013 14:22:56 -0600, Zyumbilev, Peter pe...@aboutsupport.com wrote: 1.1 has REALLY cool features - burn subtitles Hardcoded subs are the worst :( I

Anyone else seeing problems with dtrace and cyclic in 9.1-stable???

2013-01-15 Thread Jukka A. Ukkonen
Greetings all, Has anyone else seen these errors during 9.1-stable boot... Jan 16 08:12:05 sleipnir kernel: link_elf_obj: symbol cyclic_clock_func undefined Jan 16 08:12:05 sleipnir kernel: KLD file cyclic.ko - could not finalize loading Jan 16 08:12:05 sleipnir kernel: KLD file dtrace.ko -