Displaying 2 results from an estimated 2 matches for "small_fil".
Did you mean:
small_file
2007 Aug 10
2
FW: Can you reload only one conf file?
In the interest of making things cleaner, I'd like to know if I can just
reload one single conf file. Let's say I have two files, extensions.conf
which includes small_file.conf.
I only want "small_file.conf" reloaded, not the main file. Is this at all
possible?
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070809/f91c09ea/attachment.htm
2006 Jan 30
1
Overwriting source file leaves destination full of zeros
...nation
file being truncated, or an error being raised and the destination file
removed, I get a file of the correct length, but mostly full of nulls
where previously there were none. An example is shown here:
> ls -l big_file
-rw------- 1 jonm users 168797799 Jan 30 09:06 big_file
> ls -l small_file
-rw-r--r-- 1 jonm users 9212 Jan 30 09:09 small_file
> od -c -j 168797700 big_file # show the tail of the big file
1203723004 e R a t e T r u n c \0 \0 \0 \0 \0 \0
1203723024 001 017 s o u n d . c o n n e c t e
1203723044 d 001 001 023...