| From | Subject | Date |
|---|---|---|
| Henrik Hellerstedt | Re: New port: sysutils/dtpstree
works on aug 11 amd64 snapshot
/Henrik
| Aug 15, 9:43 am 2010 |
| difusion-esa | Nuevas actividades - Inicio 2do cuatrimestre 2010
Responder a info@escuelasistemica.com.ar
[IMAGE]
Cursos y actividades 2do cuatrimestre 2010:
JORNADA
Trastornos
de Ansiedad
Sabado 04 de septiembre de 09 a 13 y de 14 a 17hs
Dr. Marcelo Rodrmguez Ceberio
Trastornos
de la Alimentacisn
Miircoles de 16 a 18hs
Inicio: 18 de agosto / Duracisn: cuatrimestral
Lic. Graciela Piatti
Violencia Familiar e Institucional
Jueves de 17 a 19hs
Inicio: 19 de agosto / Duracisn cuatrimestral
Lic. Adriana Gonzalez
Acompaqante ...
| Aug 14, 8:49 pm 2010 |
| Matthieu Herrb | Re: Use of -n flag with rdate on Sun V100 with latest sn ...
Probably an aligment problem.
Try this patch:
Index: ntp.c
===================================================================
RCS file: /cvs/src/usr.sbin/rdate/ntp.c,v
retrieving revision 1.29
diff -u -r1.29 ntp.c
--- ntp.c 17 Sep 2006 17:03:56 -0000 1.29
+++ ntp.c 15 Aug 2010 07:12:11 -0000
@@ -305,7 +305,8 @@
int
read_packet(int fd, struct ntp_data *data, double *off, double *error)
{
- u_char receive[NTP_PACKET_MAX];
+ u_int64_t ...
| Aug 15, 12:16 am 2010 |
| Kenneth R Westerback | Re: Use of -n flag with rdate on Sun V100 with latest sn ...
There may be a similar potential issue in write_packet. Here I use
bcopy() rather than aligning the buffer on the stack. Not sure what
the preferred idiom is. This way it will continue to work if
recvck/xmitck ever become u_int128_t. :-).
.... Ken
Index: ntp.c
===================================================================
RCS file: /cvs/src/usr.sbin/rdate/ntp.c,v
retrieving revision 1.29
diff -u -p -r1.29 ntp.c
--- ntp.c 17 Sep 2006 17:03:56 -0000 1.29
+++ ntp.c 15 Aug 2010 ...
| Aug 15, 4:08 am 2010 |
| Daniel Ouellet | Use of -n flag with rdate on Sun V100 with latest snapsh ...
In trying the latest snapshots on sparc64 servers, so far 3 of them all
give me the same errors. I can't use the -n flag anymore with rdate as
before.
It worked on 4.7 and before. Not sure of the exact date it stop working.
Any suggestions?
Best,
Daniel
Example:
# rdate -pcv ptbtime1.ptb.de
Sat Aug 14 20:29:05 EDT 2010
rdate: adjust local clock by 24 seconds
# rdate -pncv ptbtime1.ptb.de
Bus error (core dumped)
# rdate -pcv ptbtime1.ptb.de
Sat Aug 14 20:29:10 EDT 2010
rdate: ...
| Aug 14, 5:32 pm 2010 |
| Daniel Ouellet | Re: Use of -n flag with rdate on Sun V100 with latest sn ...
I just tested the first one first from Matthieu.
That worked.
Also, just fyi. Shouldn't the line have only one ;;
> + u_char *receive = (u_char *)receivebuf;;
Not a big deal for sure. (;>
I will test Kenneth one in a few minutes and report back too.
| Aug 15, 4:35 am 2010 |
| Daniel Ouellet | Re: Use of -n flag with rdate on Sun V100 with latest sn ...
Redoing it clean from the original and use only this one works too.
Both are good and solved the problem. Not sure witch one should be use
in the end. You guys know better. I suppose the second one, but what do
I know really. (;> May even be something else coming.
Let me know should you need more tests and thanks again!
Best,
Daniel
| Aug 15, 4:49 am 2010 |
| openbsd | Re: Web hosting, restrict user to access only his folder
Thank a lot for your reply.
Now, it works, what i done :
All users (firstorg,2ndcom,thirdnet are members of users)
cd /var/www/domains
chown -R firstorg www.first.org
chown -R 2ndcom www.2nd.com
chown -R third.net www.third.net
chgrp -R users *
chmod -R 745 *
Now, user "2ndcom" can only view, modify only his folder "www.2nd.com"
** And for MTA choice, i will try to install postfix ;-)
| Aug 15, 3:26 am 2010 |
| Frank Bax | Re: anyone tried the freebsd version of teamspeak3 with ...
I'm running Ventrilo with linux emulation; does that count?
| Aug 15, 11:18 am 2010 |
| Bryan Irvine | Re: which monitoring do you use (on OpenBSD)
I like Zenoss, though the new interface is a little difficult to
understand. Also, the OP wanted something that he can run on OpenBSD
and Zenoss runs on Linux. I like splunk a lot as well. I use splunk
to send events to Zenoss.
-B
| Aug 14, 11:49 pm 2010 |
| viq | Re: which monitoring do you use (on OpenBSD)
Well, yes and no. There is the whole esper stuff that indeed is in
there, but is described even by the creator as a bit of black magic ;)
Another thing is that you can use for example curl to periodically query
values of the metrics gathered, and for example feed them to nagios, and
have it react to them changing.
In short - it is an infrastructure to gather metrics from a lot of
places, in various ways. And a web interface that allows you to make
pretty graphs of them. For anything more, ...
| Aug 15, 4:09 am 2010 |
| Eugene Yunak | Re: which monitoring do you use (on OpenBSD)
Sorry for the confusion, i was talking about opsview. As to icinga, i
haven;t tried it myself but heard some positive feedback from a
colleague of mine.
--
The best the little guy can do is what
the little guy does right
| Aug 14, 6:32 pm 2010 |
| Jason Dixon | Re: which monitoring do you use (on OpenBSD)
Here's a quick one I just grabbed. We don't actively use Reconnoiter
these days as much as we do Circonus.
It has support for alerting in stratcon (iirc), but no fault detection
P.S. Sorry for the slow response, been enjoying my vacation. :)
--
Jason Dixon
DixonGroup Consulting
http://www.dixongroup.net/
| Aug 14, 9:01 pm 2010 |
| viq | Re: which monitoring do you use (on OpenBSD)
Though from cli you can't reuse templates, which are very handy - thus
for me checks are added in config file. Admittedly reloading of it is
Well, for this it would be highly appreciated if you would expand on the
templating system that there are seeds of present ;) Clicking through
Agreed, it takes a while to figure out how to set it up, but the graphs
are pretty impressive. And I already at least once post-factum created a
set of graphs showing correlation between various metrics on ...
| Aug 15, 4:02 am 2010 |
| Lars Nooden | Re: OpenBSD on RouterBoard 450G
IIRC back in March, Mark Kettennis added support for the RouterBoard 600A.
However, that's a different processor. The 1000 and 1100 also use PPC.
The 1000 is a bit closer to the 450 though with 4 ports and two CF slots.
/Lars
| Aug 15, 11:39 am 2010 |
| previous day | today | next day |
|---|---|---|
| August 14, 2010 | August 15, 2010 | August 16, 2010 |
