search for: bishop

Displaying 20 results from an estimated 299 matches for "bishop".

2010 Apr 28
2
BN8S0, dahdi, wcb4xxp
Hi, a few month ago, I tried to install zaptel for my Beronet BN8S0 pci card... I gave up and took hfcmulti/lcr. Now dahdi (2.2.1.1) seems to support the card and I'm very interested to get it to work. But how to get rid of these annoying qozap driver? bishop dahdi # lspci -v -nn -s 01:00.0 01:00.0 ISDN controller [0204]: Cologne Chip Designs GmbH ISDN network Controller [HFC-8S] [1397:16b8] (rev 01) Subsystem: Cologne Chip Designs GmbH Device [1397:b562] Flags: medium devsel, IRQ 21 I/O ports at 9480 [size=8] Memory at...
2011 Jul 20
1
auto-accept keys matching DNSSEC-validated SSHFP records
...ll be asked to confirm before connecting. The patch is here: https://bugzilla.mindrot.org/show_bug.cgi?id=1672 I dug up some test cases and output from my archives. These show the results seen when oAutoAnswerValidatedKeys is enabled. 1) ssh to a new host, DNSSEC-validated sshfp key: $ ./ssh bishop The authenticity of host 'bishop.vb (192.168.1.10)' was validated via DNSSEC. Warning: Permanently added 'bishop.vb,192.168.1.10' (RSA) to the list of known hosts. 2) subsequent ssh to existing host with key changes, but no DNS update $ ./ssh bishop @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...
2019 Feb 17
5
Dove to error
...: 25EC480E6B: removed > On Feb 17, 2019, at 12:40 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > Can you try adding 'pi' to group 'mail' too? Also, can you provide the actual errors from log? > > Aki > >> On 17 February 2019 at 19:37 Latin Bishop <soydepr at gmail.com> wrote: >> >> >> Yes it is. Basically can?t send nor receive confit looks good >> >> >> >>> On Feb 17, 2019, at 12:34 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: >>> >>> Is user 'dov...
2019 Feb 17
2
Dove to error
Yes it is. Basically can?t send nor receive confit looks good > On Feb 17, 2019, at 12:34 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > Is user 'dovecot' member of group 'mail'? > > Aki > >> On 17 February 2019 at 19:28 Latin Bishop <soydepr at gmail.com> wrote: >> >> >> Changed permissions but still have issues >> >> A error occurred while sending email the mail server responded 4.3.5 server configuration error >> Please check the message recipient >> >> Sent from m...
2019 Feb 17
2
Dove to error
...server responded 4.3.5 server configuration error Please check the message recipient Sent from my iPad > On Feb 17, 2019, at 12:06 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > mail_privileged_group=mail > > Aki > >> On 17 February 2019 at 19:03 Latin Bishop <soydepr at gmail.com> wrote: >> >> >> When testing with thunder mail getting this error >> >> Feb 17 11:59:40 pepino dovecot: imap(pi): Error: open(/var/mail/pi) failed: Permission denied (euid=1000(pi) egid=1000(pi) missing +w perm: /var/mail, we're not...
2012 Dec 14
6
Remove certificate requests
...''ve got some certificate requests on my puppet master that I wish to remove. It looks like the "puppet cert" tool doesn''t have an option for doing that? What''s the best approach, just manually remove them from the puppet/ssl/ca/requests directory? Tim. -- Tim Bishop http://www.bishnet.net/tim/ PGP Key: 0x5AE7D984 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@g...
2019 Feb 17
4
Dove to error
Getting this error after following this tutorial Error in configuration file /etc/dovecot/dovecot.conf duplicate listener https://samhobbs.co.uk/2013/12/raspberry-pi-email-server-part-2-dovecot -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190216/a487ff98/attachment.html>
2004 Sep 10
2
Using libFLAC++
samples in FLAC are always signed. they must be signed going into the encoder (flac converts unsigned samples to signed) and they come out of the decoder signed. Josh --- David Bishop <tech@bishop.dhs.org> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Followup to original question: how do I determine if a particular > flac file is > signed (and then, if big or little endian) or unsigned? Unless I'm > missing > something obviou...
2019 Feb 17
0
Dove to error
That really depends on your dovecot config, but try doveadm log find also you can list recent errors with doveadm log errors Aki > On 17 February 2019 at 20:03 Latin Bishop <soydepr at gmail.com> wrote: > > > Where I find dovecot log > > > > > On Feb 17, 2019, at 12:56 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > Yes, well, this is postfix log, which is not very useful when debugging dovecot problem...
2004 Sep 10
2
Using libFLAC++
On Sun, Feb 16, 2003 at 01:05:06PM +0100, Miroslav Lichvar wrote: > On Sat, Feb 15, 2003 at 06:18:12PM -0700, David Bishop wrote: > > I'm attempting to add flac playback to my app, and would like a couple of > > pointers. First of all, I'm very much a "learn by seeing other people doing" > > sort of programmer, and would love a pointer to an open-source app that uses > > li...
2019 Feb 17
0
Dove to error
Can you try adding 'pi' to group 'mail' too? Also, can you provide the actual errors from log? Aki > On 17 February 2019 at 19:37 Latin Bishop <soydepr at gmail.com> wrote: > > > Yes it is. Basically can?t send nor receive confit looks good > > > > > On Feb 17, 2019, at 12:34 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > Is user 'dovecot' member of group 'ma...
2010 Feb 24
4
R Graphics into Latex‏
Hi, I'm new in Latex and I'm trying to include an R chart into a Latex document. This is what I'm doing: 1) In R: save the chart as a a Postcript in a folder C:/xxx/Density.eps 2) In Latex (using TexWorks on windows xp) : In the preambule: \documentclass[11pt]{article} \usepackage{graphicx} \begin{document} blah..blah…blah \begin{figure} \centering
2006 Jan 18
5
access denied problem
Hello I''ve started working through the book "Agile web development with Rails" and so far everything has been great. I''m on page 56, 57 trying to create the admin tool for the example project "Depot". I''m on OS X Panther 10.3.9. I have checked the Errata on the website and tried some of the suggestions there, but nothing has worked. When I
2015 Jan 08
3
Customising a CentOS 6.6 installation disk
...would simplify business continuity / bare metal recovery. In the meantime, I'm very happy to have learned something about anaconda / kickstart and so on, which will be very useful in future. If there's a quick fix to the above issues, I'd be happy to hear it. Thanks in advance James Bishop -- _____________________________________________ James Bishop European Commission - Joint Research Centre IPSC Unit G.5 (TP.723) Via E.Fermi, 2749 I - 21027 Ispra (VA) Italy Tel.: +39 0332 786225 Fax.: +39 0332 786280 e-mail: james.bishop at jrc.ec.europa.eu
2014 Apr 14
2
PXE booting UEFI
...ot; octet tsize 0 blksize 512 I?ve worked around this by placing a separate efidefault in the root of the pxelinux directory - however this is undesirable as this means I have to maintain separate configs for BIOS and UEFI. Does anyone know why this is not behaving as documented? Regards, Adam Bishop Systems Development Specialist gpg: 0x6609D460 t: +44 (0)1235 822 245 xmpp: adamb at jabber.dev.ja.net Janet, the UK's research and education network. Janet(UK) is a trading name of Jisc Collections and Janet Limited, a not-for-profit company which is registered in England under No....
2019 Feb 17
0
Dove to error
Is user 'dovecot' member of group 'mail'? Aki > On 17 February 2019 at 19:28 Latin Bishop <soydepr at gmail.com> wrote: > > > Changed permissions but still have issues > > A error occurred while sending email the mail server responded 4.3.5 server configuration error > Please check the message recipient > > Sent from my iPad > > > On Feb 17...
2007 Apr 30
1
IVR dictionary dial-plan
Does anyone know of an (E)AGI or program to develop a IVR dial-plan which will take a list of words and then do something when a unique branch has been found. i.e. Say there's 3 words demon deacon bishop On a phone they'd be represented as 33666 332266 247467 So if the user enters "2" we know they want bishop if they enter "336" they want demon and "332" they want deacon. Could run the dictionary through a script which could generate the dial-plan or do it via s...
2008 Oct 15
2
Ignore prefix given by client?
...problems). If they have ~/Mail none of the folders show up. I've had a play with namespaces in an attempt to fix that, but it doesn't seem to be doing what I want. So my question is: is it possible for Dovecot to simply ignore the folder prefix given by the client? Thanks, Tim. -- Tim Bishop http://www.bishnet.net/tim/ PGP Key: 0x5AE7D984
2004 Dec 20
2
Grouping SIP channels (Sipura 3000)
Does any body know if it is possible to group SIP channels just like it is possible with Zap channels? I have a group of FXO gateways (Sipura 3000's) and I would like to treat them as a group the same as I would Zap channels. Does anyone know if this is this possible?
2004 Sep 10
2
Using libFLAC++
...ourse, probably the #1 problem here is that I'm pretty lost in C-land, and am almost undoubtably doing something stupid. But hey! Helping newbies gives good karma ;-) Thanks for any advice/pointers you can give. Full source-code (not that much more than this) available upon request. D.A.Bishop -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+TubUEHLN/FXAbC0RAsRYAJ9ec8Pe5Z0nUnxhbra9MmZXQ2QxngCfawtl IBuBN+O5b2MBxjmCgNecmQM= =0v8v -----END PGP SIGNATURE-----