Firefox errors

2024-11-02 Thread Peter Fraser
When I run FireFox from X under windows I got the following error messages fw$ firefox & [2] 98291 fw$ [Child 76816, MediaDecoderStateMachine #1] WARNING: Decoder=bf1adb17000 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - Error no decoder found for audio/mp4a-latm: file /usr/obj/por

System upgrade just resinstalled old system

2024-10-19 Thread Peter Fraser
I ran sysupgrade and was supprised to still be on the same version of OpenBad. The /var/log/messages shows: Oct 19 11:00:01 gateway syslogd[88983]: restart Oct 19 14:15:12 gateway sysupgrade: installed new /bsd.upgrade. Old kernel version: OpenBSD 7.5 (GENERIC.MP) #82: Wed Mar 20 15:48:40 MDT 2024

Re: Missing packets?

2024-08-13 Thread Peter Fraser
sure their phones work. So I have weekends and nights. -Original Message- From: Peter Philipp Sent: Tuesday, August 13, 2024 4:24 AM To: Peter Fraser Cc: misc@openbsd.org Subject: Re: Missing packets? On Mon, Aug 12, 2024 at 09:29:57PM +, Peter Fraser wrote: > I support a char

Missing packets?

2024-08-12 Thread Peter Fraser
I support a charity and I look after a OpenBSD firewall. The firewall supports asterisk, nsd, unbound, dhcpd. Everything was working properly. Then they did some rewiring, and the behaviour of the system is now very strange. When the system starts up, everything behaved properly, their phones r

rm: #08057459: Operation not permitted

2024-03-26 Thread Peter Fraser
The reason why ls -l faulted has been found and is being worked on. The next step is trying to delete the files. Running as root rm fails with Operation not permitted so does chmod and chown end chattr Any ideas on how to get rid of the files

Re: Astertisk missing library

2024-02-06 Thread Peter Fraser
...@openbsd.org On Behalf Of Stuart Henderson Sent: Tuesday, February 6, 2024 4:17 AM To: misc@openbsd.org Subject: Re: Astertisk missing library On 2024-02-06, deich...@placebonol.com wrote: > are the libraries in the search path? they're not normal library deps for the main bina

Re: Astertisk missing library

2024-02-06 Thread Peter Fraser
tertisk missing library On 2024-02-06, deich...@placebonol.com wrote: > are the libraries in the search path? they're not normal library deps for the main binary, all dlopen()'d from the relevant path. > On February 5, 2024 10:54:38 AM MST, Peter Fraser wrote: >>I should

Re: Astertisk missing library

2024-02-05 Thread Peter Fraser
rtisk missing library On 2024-02-04, Peter Fraser wrote: > Asterisk 20.5.2 works for me two different amd64 computers that I upgraded > from 7.3 amd64 to 7.4. ... > [Feb 4 10:33:11] NOTICE[107524]: loader.c:2405 load_modules: 280 modules > will be loaded. > asterisk:/usr/local/

Re: Astertisk missing library

2024-02-05 Thread Peter Fraser
- From: owner-m...@openbsd.org On Behalf Of Stuart Henderson Sent: Monday, February 5, 2024 7:15 AM To: misc@openbsd.org Subject: Re: Astertisk missing library On 2024-02-04, Peter Fraser wrote: > Asterisk 20.5.2 works for me two different amd64 computers that I upgraded > from 7.3

Re: Astertisk missing library

2024-02-04 Thread Peter Fraser
rt.c:917 transport_apply: Transport 'tcp' could not be started: Can't assign requested address [Feb 4 10:33:12] ERROR[107524]: res_sorcery_config.c:422 sorcery_config_internal_load: Could not create an object of type 'transport' with id 'tcp' from configuration f

Re: Astertisk missing library

2024-02-03 Thread Peter Fraser
:05:26 PM MST, Peter Fraser wrote: >I am putting up Asterisk on a new OpenBSD system. > >It is for a charity, I have not put together a new system for a long time, but >I have upgraded several. > >The asterisk on a new system is missing a large number of symbols of the form: &

Astertisk missing library

2024-02-03 Thread Peter Fraser
I am putting up Asterisk on a new OpenBSD system. It is for a charity, I have not put together a new system for a long time, but I have upgraded several. The asterisk on a new system is missing a large number of symbols of the form: ast_sip_* ast_stir_* statis_app* I can't find what is missing

CyberPower cp1500PPFCLCD

2022-11-13 Thread Peter Fraser
My old UPS dies, it was very old I had been changing batteries on it for years. It was so old that it used a serial port for communications. I replace it with a new CyberPower cp1500PPFCLCD. I connected the USB cable and OpenBSD found Nov 13 12:29:45 fw /bsd: uhidev0 at uhub0 port 4 configurat

sysupdate and space check

2022-10-24 Thread Peter Fraser
I make a stupid mistake; I didn't check partition sizes before doing a sysupgrade. sysupgrade ran out of space or /usr in the middle of the upgrade. I know I should have checked first but it would be nice if sysupgrade did warn me. The site was a 20-minute drive away, and their down time was a lo

Wireguard config and confusions

2021-01-05 Thread Peter Fraser
I did get it work, but it took a lot of tries caused by my confusion. I hope this message speed up other who try to configure wireguard. I was trying to connect a windows 10 computer to an OpenBsd computer. The problem was the OpenBSD computer was a 20 minute drive away, And I didn't want to lock

Wireguard

2020-12-28 Thread Peter Fraser
This is my first attempt to set up wireguard, and of course I can't get it to work. The wg man page shows "ifconfig wgN debug" as an option to help debugging. The man page for ifconfig does document the option. Nor does the man page tell how to turn the option off. I hoped it might show me my pr

misc@openbsd.org

2019-10-21 Thread Peter Fraser
I was surprised that after upgrading to 6.6 that doas xterm pftop & fails with: Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot be safely formatted in this environment. You may get a more descriptive message by

dhcpd and Polycom SoundPoint IP 550 phones

2019-06-10 Thread Peter Fraser
Using OpenBSD 6.5 (GENERIC.MP) #3: Sat Apr 13 14:48:43 MDT 2019 When booting the phone, the OpenBSD dhcp always cause the phone to give a message "dhcp error" and the phone get no IP address. After several days of desperation as to the cause of the error it tried the isc-dhcp-server from packag

In httpd redirecting and preserving the query parameters.

2017-11-09 Thread Peter Fraser
location match "^(.*)[.]shtml$" { block return 301 "https://$SERVER_NAME%1.htm?$QUERY_STRING"; } I used the above to change and web address ending in .shtml to the same ending in .htm The redirect went to the right spot, but each

Moving a Web site from IIS to httpd

2017-08-31 Thread Peter Fraser
The move was no trouble and simple except of one problem. I originally moved the files as is to OpenBSD, but the web site at times referred to files using different cases and those references failed, and since IIS ignores the case in filenames there was no problem. I then lower cased all the fi

Packet in and out on the same eithernet port.

2017-05-09 Thread Peter Fraser
Because of one user's misconfiguration of Microsoft's HypeV, his virtual machines were not getting the results of arp. As a result of that configuration all the packets going to machines on the same subnetwork were going to the default gateway. The default gateway was an OpenBSD 6.1 server. Ope

/etc/rc.d/nsd start/stop/restart fails in nsd.conf does not enable "Remote Control"

2017-05-02 Thread Peter Fraser
/etc/rc.d/nsd uses nsd-control to start/stop/restart nsd. nsd.conf tells you that "Remote Control" is by default disabled. It would be nice if some part of the documentation pointed out that it must be enabled.

Re: sendsyslog: dropped 4 messages, error 55

2017-02-02 Thread Peter Fraser
I agree I don't give much information. I have no idea what information to give. -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Marcus MERIGHI Sent: Tuesday, January 31, 2017 3:13 AM To: Peter Fraser Cc: 'misc@openbsd.org

sendsyslog: dropped 4 messages, error 55

2017-01-30 Thread Peter Fraser
My /var/log/messages is filling up with messages like the following: Jan 30 10:28:06 gateway sendsyslog: dropped 4 messages, error 55 Jan 30 10:28:06 gateway sendsyslog: dropped 2 messages, error 55 Jan 30 10:28:06 gateway sendsyslog: dropped 2 messages, error 55 Jan 30 10:28:06 gateway sendsyslog

Re: isakmpd set up

2017-01-03 Thread Peter Fraser
Yes I did try with the extra .0 it made no difference -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Denis Fondras Sent: Tuesday, January 3, 2017 1:56 AM To: Peter Fraser Cc: 'misc@openbsd.org' Subject: Re: isakmpd set up > ike

Re: isakmpd set up

2017-01-03 Thread Peter Fraser
[mailto:owner-m...@openbsd.org] On Behalf Of Steve Williams Sent: Monday, January 2, 2017 6:57 PM To: Peter Fraser ; 'misc@openbsd.org' Subject: Re: isakmpd set up Hi, I have been using OpenBSD on a dynamic IP address for 10+ years. I have an account with dynamic dns provider Zoneedit a

isakmpd set up

2017-01-02 Thread Peter Fraser
A charity that I support has been having trouble with its internet provider (Rogers). The problem I have is that Roger is the only supplier that is available that will give a fixed IP address. I want the fixed IP address so I don't have to drive there to fix problems. It occurred to me that if I

Rspamd or other such programs

2016-11-27 Thread Peter Fraser
Using clamsmtpd and the instructions in http://technoquarter.blogspot.ca/2015/02/openbsd-mail-server-part-3-clamav-an d.html I was able to smtpd to interface with clamd. Is there a similar procedure to get rspamd or similar to work with smtpd?

OpenBSD 6.0 and emacs.

2016-11-13 Thread Peter Fraser
Since going to 6.0 emacs-24.5p5-gtk2 has randomly and infrequently been non responsive and consuming one CPU. The only way to stop is a kill -9. This is on a 32 system, and the only thing strange I did was to use gsettings-desktop-schemas-3.20.0p1 to stop the errors on emacs initial load Is th

Re: php system using httpd and php-fpm

2016-11-05 Thread Peter Fraser
owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Otto Moerbeek Sent: Friday, November 4, 2016 2:38 PM To: Peter Fraser Cc: 'misc@openbsd.org' Subject: Re: php system using httpd and php-fpm On Fri, Nov 04, 2016 at 05:29:54PM +0000, Peter Fraser wrote: > I actua

php system using httpd and php-fpm

2016-11-04 Thread Peter Fraser
I actually wanted to call php's mail function which I could not get to work, I think I have tracked to problem down to exec not working the details follow using a test web page datetest.php newweb:/var/www/htdocs/web # cat datetest.php cat datetest.php Date Test Date Test'; exec('/b

mariadb-server and OpenBSD 6.0

2016-09-08 Thread Peter Fraser
After installing mariadb-server-10.0.25p0v1.tgz and rcctl enable mysqld /etc/rc.d/mysqld start I got errors Directly running /usr/local/libexec/mysqld gave 160908 10:07:09 [Note] /usr/local/libexec/mysqld (mysqld 10.0.25-MariaDB) starting as process 15703 ... 160908 10:07:09 [Warning] Can't

OpenBSD 6.0 and emacs-24.5p2-gtk2

2016-09-05 Thread Peter Fraser
Whenever I start emacs on an OpenBSD 6.0 , from an xterm start from a remote windows system running cygwin Xwin I get: (emacs:17220): GLib-GIO-CRITICAL **: g_settings_schema_source_lookup: assertion 'source != NULL' failed The failed assertion does not seem to cause any trouble, and I expect gset

smtpd failing and a work around

2016-06-15 Thread Peter Fraser
Trying again to get the line feeds. Microsoft outlook seems intent on deleting them. I apologize for mistake opensmtpd has a bug, that I know is being worked on. It leave streams open that should be closed and will eventually stop listening for new connections. The only fix I know at the moment i

opensmtd failing and a work a round

2016-06-15 Thread Peter Fraser
I apologize for the missing newlines in the earlier messages opensmtpd has a bug, that I know is being worked on. It leave streams open that should be closed and will eventually stop listening for new connections. The only fix I know at the moment is to restart opensmtpd. My first attempt to mit

smtpd failing and a work around.

2016-06-15 Thread Peter Fraser
opensmtpd has a bug, that I know is being worked on. It leave streams open that should be closed and will eventually stop listening for new connections. The only fix I know at the moment is to restart opensmtpd. My first attempt to mitigate this problem was to use timeout to see if "telnet mail 2

FW: FW: smtpd and syslog

2016-06-10 Thread Peter Fraser
it had to have known that it maillog.debug, without parsing it and that information would have help a lot -Original Message- From: Todd C. Miller [mailto:todd.mil...@courtesan.com] Sent: Friday, June 10, 2016 3:35 PM To: Peter Fraser Cc: 'misc@openbsd.org' Subject: Re: FW:

FW: smtpd and syslog

2016-06-10 Thread Peter Fraser
roblem was. I did not know of any approach to find the cause, other than guessing that it was smtpd. -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Todd C. Miller Sent: Friday, June 10, 2016 2:47 PM To: Peter Fraser Cc: m...@opensmtpd.

Re: smtpd and syslog

2016-06-10 Thread Peter Fraser
Trying to find a problem with smtpd used rcctl change the standard configuration to rcctl get smtpd smtpd_class=daemon smtpd_flags=-T all -v smtpd_timeout=30 smtpd_user=root and restarted smtpd I expected more detailed logging to occur in maillog There did not appear to be any extra messages

Errors in HylaFax package OpenBSD 5.9

2016-05-25 Thread Peter Fraser
I was installing HylaFax for a local charity. They are still required to use faxes to communicate with a government agency. /usr/local/sbin/faxsetup and /usr/local/sbin/faxaddmodem do not have execute permission and none of the files under /usr/local/libdata/hylafax/bin have execute permission.

smtpd : reject with a message

2016-04-13 Thread Peter Fraser
Is there any method of added extra information when rejecting an email with smtpd I am looking for an equivalent effect to the .REDIRECT or error message in sendmail's virtualusertable for example I had the following in sendmail's virtualusertable. @thinkage.on.ca error:5.1.1:55

Errors in compiling the /usr/src

2016-01-03 Thread Peter Fraser
Because there seemed to be more patches than normal in 5.8, and I am lazy and there was lots of time over the holidays. I thought I would compile the all the source rather than do the patches piecemeal. I have never tried to compile all the source, I ran into some errors. First: Several make file

Mg and extensions.

2015-12-11 Thread Peter Fraser
I have been an Emac user for 20 plus years, and I often look at mg to replace it. The functionality of mg is getting close. To get some degree of programmability, I suggest that you could implement Emac's "name-last-kbd-macro" then allow one to bind that named-kbd-macro to a key. To be really use

Tame and log files

2015-10-02 Thread Peter Fraser
Looking at http://www.openbsd.org/papers/tame-fsec2015/ When I first heard of "tame", I thought there would be a problem with log files. I assume that is what the "Whitelist path feature" is being added to try to solve. I wonder if a new system primitive could solve the log file problem in a di

Experimenting with httpd

2015-06-23 Thread Peter Fraser
The httpd.conf man page uses the term "request path", which I assumed when reading the man page would be the full "http://company.com/web/page";, but I found through experimentation that it would be "/web/page". The httpd.conf man page says that for the "location" directive " The path argument

Re: OpenBSD 5.7 & Asterisk & sendmail & voice mail as email

2015-05-28 Thread Peter Fraser
-Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Peter Fraser Sent: Thursday, May 28, 2015 2:18 PM To: 'misc@openbsd.org' Subject: OpenBSD 5.7 & Asterisk & sendmail & voice mail as email Asterisk seems to run fine on 5.7

OpenBSD 5.7 & Asterisk & sendmail & voice mail as email

2015-05-28 Thread Peter Fraser
Asterisk seems to run fine on 5.7 with one exception. I normally have voice mail messages send as emails. These emails are not being send. /usr/local/share/examples/asterisk/default/voicemail.conf has a variable ;mailcmd=/usr/sbin/sendmail -t which I believe will end up using smptd since I

Re: Openbsd 5.7 and sendmail

2015-05-27 Thread Peter Fraser
Thanks I managed to miss noting that I should look at /usr/local/share/doc/pkg-readmes/sendmail-* -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of John Merriam Sent: Tuesday, May 26, 2015 12:20 PM To: Peter Fraser Cc: 'misc@openbs

Openbsd 5.7 and sendmail

2015-05-26 Thread Peter Fraser
I put OpenBSD 5.7 up, but because we make use of the SpamHaus I didn't want to move to smtpd. It was easy enough to put sendmail in but I found I could not rebuild my /etc/mail/access.db makemap did not like the "To:" prefix in the /etc/mail/access file. being somewhat slow to took me a couple

Re: hotmail rejecting messages relay=mx4.hotmail.com., dsn=5.1.2, stat=Host unknown (Unknown error: 275)

2015-05-23 Thread Peter Fraser
rivate message. -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Peter van Oord van der Vlies Sent: Saturday, May 23, 2015 1:44 PM To: Peter Fraser Cc: misc@openbsd.org Subject: Re: hotmail rejecting messages relay=mx4.hotmail.com., dsn=5.1.2, stat=Host un

Re: hotmail rejecting messages relay=mx4.hotmail.com., dsn=5.1.2, stat=Host unknown (Unknown error: 275)

2015-05-23 Thread Peter Fraser
I should add that all the mx names resolve with nslookup and a telnet mx4.hotmail 25 does work -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Peter Fraser Sent: Saturday, May 23, 2015 11:53 AM To: 'misc@openbsd.org' Subjec

hotmail rejecting messages relay=mx4.hotmail.com., dsn=5.1.2, stat=Host unknown (Unknown error: 275)

2015-05-23 Thread Peter Fraser
Any message sent to send mail seems to be rejected. The mx4 name changes, but the rejection is always the same. It would be nice to know what the unknown error is Does anyone have any idea what is causing the problems I am currently using OpenBSD 5.5 with sendmail (I know I should update it but

SlowCGI, on 5.5

2015-03-06 Thread Peter Fraser
The web designer had web pages that he was trying to convert from Apache to nginx. Those pages were calling Perl programs from nginx using slowcgi. I was the one that was configuring nginx. It would have made my life easier if a couple of points were added to the documentation. 1) that running

httpd and Server Side Includes

2015-03-06 Thread Peter Fraser
There are several web site that I should do something about. When It was announced that OpenBSD Apache was being replaced, I first looked at nginx which was to be the replacement , then into the new HTTPD. The web sites that are involved make heavy use of Server Side Includes which the new httpd

Re: Duplicating a disk -- some timings

2014-06-12 Thread Peter Fraser
Timing on a 4.9 gig partition # time dd if=/dev/rwd0d of=/dev/rwd1d bs=64k conv=noerror time dd if=/dev/rwd0d of=/dev/rwd1d bs=64k conv=noerror 81956+1 records in 81956+1 records out 5371101184 bytes transferred in 90.720 secs (59204871 bytes/sec) 1m30.75s real 0m0.07s user 0m6.12s sys

Re: Duplicating a disk

2014-06-11 Thread Peter Fraser
the write can take place. All it would do is complicate the program flow. -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Ted Unangst Sent: Wednesday, June 11, 2014 2:11 PM To: Peter Fraser Cc: 'misc@openbsd.org' Subject: Re: Duplic

Duplicating a disk

2014-06-11 Thread Peter Fraser
To duplicate a disk I used the following: dd if=/dev/rsd2c of=/dev/rsd3c bs=32M seek=1 skip=1 conv=noerror the bs=32M was picked because it was a large size, and the machine has lots of free memory. Watching the machine I could see the disk activity lights blinking alternately about once a secon

GTK and setuid.

2014-06-10 Thread Peter Fraser
I installed hylafax-6.0.6p2 on OpenBSD 5.5 and once hylafax was installed sending any fax got the error: Your job to 1-XXX-XXX-XXX was not sent because document conversion failed. The output from the converter program was: \ Check any PostScript documents for non-standard fonts and invalid

Re: BackupPC

2013-12-10 Thread Peter Fraser
o say rsnapshot which is a good package. I use it to back up my DMZ machines (all OpenBSD). Backing up Windows machines is my problem; I want it automated and fool proof as possible. -Original Message- From: Jan Stary [mailto:h...@stare.cz] Sent: Tuesday, December 10, 2013 12:13 PM T

Re: BackupPC

2013-12-10 Thread Peter Fraser
have no tapes. -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Peter N. M. Hansteen Sent: Monday, December 09, 2013 3:49 PM To: 'misc@openbsd.org' Subject: Re: BackupPC Peter Fraser writes: > For years I have a had Debian sys

BackupPC

2013-12-09 Thread Peter Fraser
For years I have a had Debian system that ran BackupPC. The system was used to back up a bunch of Windows workstations and servers. The Debian system self-destructed when doing a update. Since OpenBSD now and actually for while allows large file systems. My backup pools is about 4 Terabytes. I th

samba and e2fsprogs packages -- 5.4

2013-12-04 Thread Peter Fraser
samba required the e2fsprogs package. The problem occurs when trying to use samba's net command. The net command requires libuuid. It was not easy to find where libuuid was located.

time_t

2013-11-18 Thread Peter Fraser
double (or even better long double) would be a better underlying type for time_t than long long. Programs that are using time_t properly would not notice the difference. Programs that very incorrect would get complete garbage for a result, and thus be easier to notice and correct. Using double

Hylafax and iaxmodem.

2013-07-08 Thread Peter Fraser
After much frustration I did manage to get HylaFax to send and receive faxes. The first problem I ran into was faxsetup failing when it was configuring the iaxmodem, and leaving a half setup system that had to be manual configured. I believe that there are fixes for the problem. They were sent t

FW: tftpd loop

2013-06-30 Thread Peter Fraser
ot scsibus3 at softraid0: 256 targets root on sd0a (f62682a713d28825.a) swap on sd0b dump on sd0b phone:~ # tftpd -l -c xxx phone:~ # # I have to break out of the look -----Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Philip Guenther Sent: Frida

tftpd loop

2013-06-28 Thread Peter Fraser
tftpd -l -c xxx resulting from a mistyping causes tftpd to into a loop

FW: hylafax, sendfax, textfmt

2013-06-12 Thread Peter Fraser
Found the problem with "sendfax" and "textfmt" that cause the error message: Font metrics file not found: .afmFont Courier: /usr/local/share/ghostscript/fonts/.afm: Can not open font metrics file; using fixed widths. "textfmt" requires the package afm-1.0 Adobe Font Metrics to b

Re: hylafax, sendfax, txtfmt

2013-06-11 Thread Peter Fraser
Behalf Of MERIGHI Marcus Sent: Tuesday, June 11, 2013 3:32 AM To: Peter Fraser Cc: misc@openbsd.org Subject: Re: hylafax, sendfax, txtfmt Hello Peter, there are so many differences in paths that I wonder: did you install from packages? 1) I do not even have a hyla.conf 2) I never touched

hylafax, sendfax, txtfmt

2013-06-10 Thread Peter Fraser
I am trying set up HylaFax and for a simple test I ran sendfax -d 5198951860 ~/.profile results in: /usr/local/sbin/textfmt: No font metric information found for "Courier-Bold". Usage: /usr/local/sbin/textfmt [-1] [-2] [-B] [-c] [-D] [-f fontname] [-F fontdir(s)] [-m N] [-o #] [-p #] [-r] [-

A type in the man page for re_format

2013-06-05 Thread Peter Fraser
[[:>:]] Anchors the single character regular expression or subexpression immediately following it to the end of a word. Should say [[:>:]] Anchors the single character regular expression or subexpression immediately preceding it to the end of

Re: Asterisk Music on Hold

2013-05-15 Thread Peter Fraser
...@openbsd.org] On Behalf Of Shawn K. Quinn Sent: Tuesday, May 14, 2013 3:22 PM To: misc@openbsd.org Subject: Re: Asterisk Music on Hold On Tue, 2013-05-14 at 19:04 +, Peter Fraser wrote: > Does anyone know how to use CBC streaming music for music on hold for > Asterisk. > > I tried

Asterisk Music on Hold

2013-05-14 Thread Peter Fraser
Does anyone know how to use CBC streaming music for music on hold for Asterisk. I tried the obvious in musiconhold.conf (after installing mpg123) [mp3stream] mode=custom format=SLIN directory=/usr/local/share/asterisk/moh-empty application=/usr/local/bin/mpg123 -q -r 8000 -f 8192 -s --mono http:

Re: faxing

2013-04-25 Thread Peter Fraser
First thanks for the help Second I am not going to start implementing a FAX solution until I get 5.3 and even then it will take me some time since this is volunteer work and I have to find time. I will probably get to it in mid-May. I will first try hylafax with T38modem. If that fails try with I

Re: faxing

2013-04-22 Thread Peter Fraser
m: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Mikkel C. Simonsen Sent: Monday, April 22, 2013 1:47 PM To: OpenBSD misc Subject: Re: faxing Peter Fraser wrote: > I would like to know if anyone has done something similar or any good > suggestions on what I should do to ge

Re: Fax -- IAXModem and hylafax

2013-04-22 Thread Peter Fraser
g On Monday, April 22, 2013 19:30 CEST, Peter Fraser wrote: > Several years ago I put an OpenBSD system in as a firewall and mail > server at a small charity that I volunteer at (kwaccessablility.ca) that > fixed nearly all the problems that they had with viruses, spam etc. > >

faxing

2013-04-22 Thread Peter Fraser
Several years ago I put an OpenBSD system in as a firewall and mail server at a small charity that I volunteer at (kwaccessablility.ca) that fixed nearly all the problems that they had with viruses, spam etc. Last year I talked them in to switching to VOIP (on the OpenBSD server using Asterisk).

Unuseful error message in BIND 9.4.2-P2

2012-05-17 Thread Peter Fraser
I am putting up OpenBSD 5.1 for the first time and I am getting May 17 11:36:59 mail named[6539]: starting BIND 9.4.2-P2 May 17 11:37:00 mail named[6539]: command channel listening on 127.0.0.1#953 May 17 11:37:00 mail named[6539]: running May 17 11:37:00 mail named[6539]: /usr/src/usr.sbin/bind/l

Re: sendmail TLS errors

2012-02-04 Thread Peter Fraser
Fraser Cc: misc@openbsd.org Subject: Re: sendmail TLS errors On Sat, Jan 28, 2012 at 1:59 PM, Peter Fraser wrote: > I am getting the following errors, with sendmail (Openbsd 5.0 and > errors were there for 4.9 as well) ... > Jan 28 16:34:51 mail sm-mta[372]: STARTTLS=client: > 372:error:

sendmail TLS errors

2012-01-28 Thread Peter Fraser
I am getting the following errors, with sendmail (Openbsd 5.0 and errors were there for 4.9 as well) Jan 28 16:34:48 mail sm-mta[24871]: starting daemon (8.14.5): SMTP+queueing@00:30:00 Jan 28 16:34:51 mail sm-mta[372]: STARTTLS=client, error: connect failed=-1, SSL_error=1, errno=0, retry=-1 Jan

emacs and loop at start up

2011-06-12 Thread Peter Fraser
I though Xorg.0.log.old would probably be useful to someone [2145158.153] (--) checkDevMem: using aperture driver /dev/xf86 [2145158.176] (--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode (version 3.32) [2145158.214] X.Org X Server 1.9.3 Release Date: 2010-12-13 [2145158.214] X Pro

emacs and loop at start up

2011-06-12 Thread Peter Fraser
On a machine that I put a new 4.9 up on (dmesg included below) emacs (and only emacs I have far found) goes into an unbreakable loop on it startup within X emacs -nw works, emacs -q does not. emacs works if displaying on a remote system. I use emacs on other 4.9 systems so I assume that the problem

Asterisk and Festival

2011-06-11 Thread Peter Fraser
I use Festival speech synthesis when I configure Asterisk and to debug my dial plan. For day to day use I don't use Festival, and as a result I don't want the Festival server running all the time so I don't use the festival.conf within asterisk, but I rather use macro sayText(text) { sayTextf

Re: A bad entry in the spamdb kills pfctl

2010-11-24 Thread Peter Fraser
Peter Fraser : > Somehow I have an bad entry in my /var/db/spamdb the entry in > question is a follows. > > GREY|kadorken.thspamdb -t -a > itroll.03092...@thinkage.chinkage.on.ca|spamdb -t -a > kgdykesb...@thinkage.on.ca|spamdb -t -a > kgdykesb...@thinkage.on.ca|spamdb -t

A bad entry in the spamdb kills pfctl

2010-11-23 Thread Peter Fraser
Somehow I have an bad entry in my /var/db/spamdb the entry in question is a follows. GREY|kadorken.thspamdb -t -a itroll.03092...@thinkage.chinkage.on.ca|spamdb -t -a kgdykesb...@thinkage.on.ca|spamdb -t -a kgdykesb...@thinkage.on.ca|spamdb -t -a kgdykescxspamdb|1160168514|0|0|1|-2 I have no ide

New with 4.8 : inteldrm0: gpu hung!

2010-11-14 Thread Peter Fraser
The problem Occurred after I put up 4.8. So far it has happened three times. It occurs when I switch to console 1 then switched back to X, not every time though dmesg usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb0 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0x81 pci1 at ppb0 bus

pf and "!"

2010-06-10 Thread Peter Fraser
t;{" "}", were a simple macro expansion, but they are not. > > On Thu, Jun 10, 2010 at 02:08:04PM -0400, Peter Fraser wrote: > > > I (and I realize I was wrong ) always considered that > > > > > > pass quick from { addr 1, addr2 } > > > &g

pf and "!"

2010-06-10 Thread Peter Fraser
man pf.conf never describes what "!" does. The "!" is used in some examples and a lot of the time is obvious what will happens. The pf faq has somewhat more of an explanation of "!" with multiple address, but its explanation only refers to the use of "!" in tables. There is never any statement

PF log files.

2010-05-25 Thread Peter Fraser
I have been modifying my fire rules using the 4.7 syntax. It would have been really nice if the tcpdump showed the final address as well as the initial address of the packet when you are using rdr-to or nat-to

Faults in wordpress which uses php in apache in 4.6

2009-11-08 Thread Peter Fraser
I updated my web servers to OpenBSD 4.6 And since then I am getting random [Sun Nov 8 01:55:53 2009] [notice] child pid 32697 exit signal Segmentation fault (11) The faults are not consistent, but they all come from the web site that used WordPress, (To the best of my knowledge WordPress was the

"match" in pf.conf

2009-07-08 Thread Peter Fraser
I noticed the new "match" keyword in pf. Will it help with this problem. I constantly have bad guys sweeping though all the addresses in my class C network, trying things like ssh. I would like to notice these bad guys and block them. The obvious method of add them to a queue and Using "overloa

Windows .zip files

2009-02-20 Thread Peter Fraser
I need to examine the contents of a Windows .zip file. I was slightly surprised that compress could not read them. I do find about 7 packages that might possible read them Any ideas which is the best package to pick?

Re: ntpd can hang on boot

2008-09-08 Thread Peter Fraser
Oops, I forgot to try ^\. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip Guenther Sent: Saturday, September 06, 2008 5:42 PM To: Peter Fraser Cc: misc@openbsd.org Subject: Re: ntpd can hang on boot On Sat, Sep 6, 2008 at 10:08 AM, Peter Fraser

Re: ntpd can hang on boot

2008-09-08 Thread Peter Fraser
OpenBSD 4.3 (GENERIC) #698: Wed Mar 12 11:07:05 MDT 2008 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Bax Sent: Saturday, September 06, 2008 5:50 PM To: misc@openbsd.org Subject: Re: ntpd can hang on boot Peter Fraser wrote: > I stupidly scre

Re: ntpd can hang on boot

2008-09-06 Thread Peter Fraser
hardware reset in order to boot in single user mode to fix the problem. Most other things you screw don't require a hardware reset. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Higgs Sent: Saturday, September 06, 2008 5:02 PM To: Peter Fras

Re: ntpd can hang on boot

2008-09-06 Thread Peter Fraser
c/rc.conf.local The rest of your comment are based on the believe that /etc/rc does not have A startup pf.conf. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jan Stary Sent: Saturday, September 06, 2008 2:51 PM To: Peter Fraser Cc: misc@openbsd.org Subject:

ntpd can hang on boot

2008-09-06 Thread Peter Fraser
I stupidly screwed up my pf.conf, as a result "ntpd -s" which is invoked in /etc/rc (as a result of my /etc/rc.conf.local) could not resolve the names of the time servers. ntpd hangs and cannot be interrupted. The only way to continue is to do a hardware reset. I realize that it was my mistake but

PF parsing error

2008-05-10 Thread Peter Fraser
As of 4.3 the following syntax to define a macro is no longer allowed in PF portlist = "{" 10 "}"

Clamav

2007-11-05 Thread Peter Fraser
I use clamav on my mail server. The version of clamav on 4.1 was obsolete for a while, long enough that it was hard to get updates on the virus signatures. I was going to put up 4.2 expecting to get an updated version of clamav, but I discovered that 4.2 still uses 0.90.3. The virus signatures prov

Ports changes web page is badly out of date

2007-09-09 Thread Peter Fraser
http://www.openbsd.org/portsplus/index.html which is referenced by http://www.openbsd.org/plus42.html

Re: spamd - 250 return text

2007-08-04 Thread Peter Fraser
I think that the problem is a bad mail program at your clients, A user should not see the 250 status, it is not a failure of any sort but I have seen it as a return status sent to a user. Here is an example that I have seen from someone who sent us a message. The message failed and this is the sta

  1   2   >