Displaying 20 results from an estimated 4000 matches similar to: "file shred"
2017 Nov 09
0
file shred
On 11/08/2017 11:36 PM, Kingsley Tart wrote:
> Hi,
>
> if we were to use shred to delete a file on a gluster volume, will the
> correct blocks be overwritten on the bricks?
>
> (still using Gluster 3.6.3 as have been too cautious to upgrade a
> mission critical live system).
When I strace `shred filename`, it just seems to write + fsync random
values into the file based on
2023 Mar 21
1
can't set up geo-replication: can't fetch slave details
Hi,
is this a rare problem?
Cheers,
Kingsley.
On Tue, 2023-03-14 at 19:31 +0000, Kingsley Tart wrote:
> Hi,
>
> using Gluster 9.2 on debian 11 I'm trying to set up geo replication.
> I am following this guide:
>
>
https://docs.gluster.org/en/main/Administrator-Guide/Geo-Replication/#password-less-ssh
>
> I have a volume called "ansible" which is only a
2020 Oct 28
4
PJSIP tight loop on auth failure
Hi,
We're using Asterisk 13.17.0 with PJSIP 2.8 bundled.
I've found an issue when Asterisk tries to make a SIP call out using
auth, but has the wrong credentials and keeps getting returned a SIP
407, in this example to an OpenSIPs server requiring user auth.
Basically this happens:
1. Asterisk sends plain INVITE to OpenSIPs
2. OpenSIPs responds with SIP 407 auth required with a
2010 Jan 25
2
Detected digit 'f'
Hi,
Does anyone know what it means when I've got an incoming fax routed
through to iaxmodem+hylafax and then I see this in the asterisk log:
DEBUG[18902] chan_dahdi.c: Detected digit 'f'
This happens just after the initial fax negotiation has started and
seems to correspond with the sending fax machine giving up.
Googling hasn't helped me here :(
--
Cheers,
Kingsley.
2020 Oct 28
1
PJSIP tight loop on auth failure
On Wed, 2020-10-28 at 14:40 -0300, Joshua C. Colp wrote:
> This is not yet fixed, but is being worked on. I have it as a
> security issue currently out of caution (although I don't think we'll
> treat it as one after further investigation).
Right OK, thanks.
Do you have any idea of the sort of timescale, and whether it'll be
available as a patch that we can apply to our
2011 Nov 21
2
Continue AGI after Dial() following caller hang up?
Hello,
We would like to continue a Perl AGI after a Dial() it has done completes
following caller hangup. We would like to do this in the same AGI, and not
using a new AGI from the 'h' extension. It works fine when the called party
hangs up and the 'g' option is used, but not for caller hangup.
Is this possible?
If not a confirmation that this is the case would be very helpful.
2010 Jan 14
3
iaxmodem / hylafax receive problem
Hi,
I'm trying to receive faxes using hylafax / iaxmodem but I just can't
get it to work. We're using Sangoma E1 cards and have calls coming in
over PSTN. I've tried turning hardware echo cancellation off but it
makes no difference. This is what I get in /var/spool/hylafax/log:
[root at faxhost log]# cat c000000003
Jan 14 12:44:43.39: [ 3403]: SESSION BEGIN 000000003 18005551212
2023 Feb 23
1
5s delays before executing the dialplan
Hi,
We've recently hit an issue with Asterisk 18.8.0 where a call comes in
via SIP (using pjsip) but it can take 5 seconds before starting to
execute the dialplan.
This was intermittent, but frequent (eg approx half of the calls).
We have verbose logging on, but I didn't see any errors.
Running asterisk -r -vvvv and then watching SIP traffic in another
window showed the INVITE coming
2011 Nov 14
1
Monitor() - splitting long calls into several sound files
Hi,
I'm not sure whether this is possible but if it is, I'm sure someone on
here might know ...
Is it possible to use Monitor() to record a conversation[1], but make it
start a new pair of wav files at intervals (eg every 15 minutes) if the
calls go on for a long time?
We already have this happening if the callers press a specific key
sequence (which we've defined in features.conf)
2023 Mar 14
1
can't set up geo-replication: can't fetch slave details
Hi,
using Gluster 9.2 on debian 11 I'm trying to set up geo replication. I
am following this guide:
https://docs.gluster.org/en/main/Administrator-Guide/Geo-Replication/#password-less-ssh
I have a volume called "ansible" which is only a small volume and
seemed like an ideal test case.
Firstly, for a bit of feedback (this isn't my issue as I worked around
it) I had this
2011 Sep 14
1
Shredding instead of deleting
Hi,
I have a wishlist item. Is there an appropriate place for me to post it?
Basically, I would like to know that my email isn't recoverable from the
local disk on the mail server after I delete it. So instead of just
deleting the file from my Maildir, I'd like the option to exist for
Dovecot to shred it.. Ie, overwrite the file with random data and/or
null bytes before deletion. In the
2017 May 31
6
CentOS 6.9, shredding a RAID
I've got an old RAID that I attached to a box. LSI card, and the RAID has
12 drives, for a total RAID size of 9.1TB, I think. I started shred
/dev/sda the Friday before last... and it's still running. Is this
reasonable for it to be taking this long...?
mark
2010 May 24
2
Delay in IVR
HI, I have in 'inbound route' a IVR, with press 1 or 2 the destination call
is always a ring group called '600', my problem is that after press 1 (but
this problem is present also with press 2) before that the inbound call is
transfer to extension pass 10/11 seconds !
In attach log file about incoming call.
I use Trixbox with Asterisk-1.6.0.10.
Thanks.
------
Salvatore.
2004 Oct 08
1
Multiple-pass overwrite of EXT3 file on a journalled fs
Greetings all,
I am curious if anyone knows why utilities such as
'GNU shred' (part of coreutils) and 'wipe' say they
are not effective on journalled file systems-
especially EXT3.
Is it because you can't "guarantee" that the journal
has been flushed/wiped (i.e. you have the journal
'between' you and the actual data blocks on the
physical disk), or because
2011 Dec 01
3
AGI script that uses google's text to speech engine
Hello,
I have written an AGI script for asterisk that uses google translate for
text to speech synthesis.
It supports a variety of different languages, local caching for the voice
data and wideband audio.
The voice in most languages is female and the quality of the synthesized
speech is very high.
More info about the script can be found here:
http://zaf.github.com/asterisk-googletts/
the first
2020 Oct 29
0
PJSIP tight loop on auth failure
Hi,
What if some fail2ban magic could keep OpenSIPs response from hitting
Asterisk after N attempts ?
Le mer. 28 oct. 2020 à 18:32, Kingsley Tart - Barritel Ltd <
kingsley.tart at barritel.com> a écrit :
> Hi,
>
> We're using Asterisk 13.17.0 with PJSIP 2.8 bundled.
>
> I've found an issue when Asterisk tries to make a SIP call out using
> auth, but has the wrong
2007 Nov 08
2
Col.names parameter in write.csv (PR#10411)
Full_Name: Kingsley Oteng-Amoako
Version: 2.5.1
OS: Windows 5.1.2600 (Windows XP)
Submission from: (NULL) (203.185.215.144)
The col.names=false in the write.csv command does not work as documented.
Attempting to write a vector to a csv file without column headers does not work
as documented.
The col.names=false feature on the write.table command does however work and it
can thus be coerced
2011 Jan 16
1
The RGtk2 package did not find libglade installed. Please install it.
Hello,
I'm looking forward to mining some new data six
ways from Sunday with a great looking R
application named "rattle".
May I please have the benefit of this list's
informed thoughts on how to debug an installation
error?
On Debian Linux's unstable release, I've done
root$ aptitude install r-cran-rattle
root$ aptitude install r-cran-rgtk2
user$ R
2018 May 09
2
OT: hardware: sanitizing a dead SSD?
James Szinger wrote:
> Disclaimer: My $dayjob is with a government contractor, but I am speaking
> as private citizen.
>
> Talk to your organization's computer security people. They will have a
> standard procedure for getting rid of dead disks. We on the internet
> can't > know what they are. I'm betting it involves some degree of
paperwork.
>
> Around
2011 Mar 06
2
Can body() return a function's body intact, in order, and as characters ready for editing?
Is my understanding correct that the body()
function currently can't return a function's body
intact, in order, and as characters ready for
editing?
My testing and reading of body()'s help indicate
that it can not.
Here's what I'm seeing.
Consider pasting
1+
and a function containing
x^2
together to get
1+x^2
As you can see below, body() reports three