Displaying 20 results from an estimated 36 matches for "this's".
2014 Aug 03
4
don't use centos 7 as a developer workstation
Hi,
May be it's not clear to everyone.. so this's just a quick notice to
everyone.
Don't use CentOS 7 as a developer workstation since currently there is
not included any developer IDE. As eclipse was pulled out from the main
distro and put into Red Hat Developer Toolset (which is imho a good idea
not to use a 7 years old IDE). But Red H...
2015 Feb 13
2
firewalld default policy = allow = no affect.
Hi!
I'm running CentOS 7.
Looking at the default policies of various zones, I've come to realize
that only the drop zone has an affect, that's because this's the only
one which drops unmatched packets.
2008 Nov 22
2
How to add the value on the barchart
I have question: how can I put the value on the bar chart.
This my code:
barchart(Tuberize~Family|factor(Year)*factor(Hr),data=tuber)
This's my data:
Year Hr Family Tuberize
1 2007 20 A 0.26
2 2007 20 B 6.08
3 2007 20 C 0.00
4 2007 20 D 0.27
5 2008 20 A 1.18
6 2008 20 B 9.17
7 2008 20 C ...
2007 Dec 07
1
Internal functions
I've complex problem and this's idealization of it:
v=1:10
fx<-function(x){
v[x]=v[x]*2}
fy<-function(y){
fx(y)}
for(i in 1:10){
fy(i)}
How to modife expresion (and only that):
{v[x]=v[x]^2}
to achive the redefinetion of the values of vector v, the result should
be: v=(1:10)*2. I think, that could be done with...
2003 Aug 08
1
Snome-200 with Asterisk
...hone with *. It works OK. But after a period of time we can't hear any sounds for any icoming or outgoing calls. I've got two of these phones. Same symptoms occur to both of these( not at the same time ) and the problem remains until the phone is completely rebooted. Don't know whether this's * or Snomes' prob. Any help would be appreciated. Thanks In advance.
Denzel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030808/b6617921/attachment.htm
2003 Jul 10
1
Sip CANCEL or BYE when picking up a call ?
Ok.
I've noticed a thing:
when you ring a sip phone, and hangup before it answer,
asterisk sends a CANCEL to the phone to abort the current
operation (in this case, the INVITE).
and this's correct according to rfc.
But now... when a sip phone A is ringed from a phone B , and
that call from B is picked up by the phone C via *8 ,
asterisk sends 'BYE' to the phone A ( C & B are bridged ok).
But according to rfc, that's wrong, since '...
2007 Feb 15
1
strange LDA error
...ut the mail is not placed into
it and got and error: "save failed to INBOX". what can be the reason?
thank you for your help in advance.
yours.
---------------------------------
# ls -ald /var/vmail/
drwxrwx--- 3 vmail mail 4096 Feb 15 14:08 /var/vmail/
---------------------------------
this's the relevant part my dovecot.conf:
---------------------------------
mail_location = maildir:/var/vmail/%d/%u
mail_extra_groups = mail
mail_debug = yes
mmap_disable = yes
first_valid_uid = 101
last_valid_uid = 101
maildir_copy_with_hardlinks = yes
protocol lda {
mail_plugins = quota
log_p...
2004 Apr 13
0
v3.0.2a: can't login into domain after switching to pdb_mysql
...create mask = 0600
directory mask = 0700
[homes]
path = /var/spool/samba/shares/homes/%u
browseable = no
read only = No
guest ok = no
create mask = 0600
directory mask = 0700
**************************************************************
this's registering of Windows Workstation (NUA) at domain: everything's OK!
(for debugging purpose samba user is mysql root)
040413 12:29:53 59 Connect root@localhost on samba
60 Connect root@localhost on samba
60 Query SELECT
logon_t...
2002 Jan 31
6
PDC problems
We have really enjoyed our first couple of weeks using samba2.2.2 as our PDC
but the past couple of days have been a nightmare the server out of nowhere
stopped letting people log in. We recieved an error message that said
"Device is not installed on this network." Now we were able to get rid of
the problem and at first were not sure how but, a couple of days later it
happened again but tis time we had found the problem. we have two servers
both freebsd 4.4 one is a firewal/proxy server the other is our PDC on both
occasions i noticed that our...
2010 Sep 04
9
I think vorbis codec group have a new target
I compared quicktime aac and vorbis,i think quicktime aac is better than
vorbis at 80Kbps.
please tell me if i'm wrong.
using command:
qtaacenc.exe --tvbr 31 --highest --samplerate keep test.wav qt.m4a
oggenc2.exe --raw -q 1.6 test.wav -o vorbis.ogg
the version:
qtaacenc version 20100725 with QuickTime 7.6.7
OggEnc v2.87 (libvorbis 1.3.1)
links:
2008 Jul 02
6
smbclient sending ICMP unreachable destination host(administratively prohibited)
...CP to acquire IP addresses.
When I type the command
smbclient -L <windows host name>
I get an error about bad network name. I traced my smbclient session with tcpdump and wireshark, jut to find out some strange behaviour.?
1. smbclient tries DNS requests and receives unresolved host replies. This's totally sane since my DNS works for resolving external?names only, not those inside my network.
2. smbclient then tries to resolve the netbios name. It broadcasts a message and it really receives response from the windows machine resolving the name successfully. However after smbclient recei...
2006 May 16
0
Which driver should be used for PowerMan 2000 Real Smart ?
Hi, folks!
Which driver should be used for PowerMan 2000 Real Smart?
Backpro 1000 Plus is successfully monitored by genericups/upstype=4,
but this's not working for RealSmart2000. Somebody wrote in blogs
at http://k001.livejournal.com/270848.html that RealSmart
can be monitored using "fentonups" driver but this is false on my box.
WBR, Ilya
2015 Feb 13
0
firewalld default policy = allow = no affect.
On 02/12/2015 08:14 PM, dE wrote:
> Looking at the default policies of various zones, I've come to realize
> that only the drop zone has an affect, that's because this's the only
> one which drops unmatched packets.
I'm not sure what you mean, but most firewall sets for iptables follow
the same pattern. First, allow packets which are part of an established
connection, or related to an established connection (such as an FTP data
connection). Nex...
2010 Oct 01
0
v1 ok, v2 not
hello everybody!
This's my very first post in dovecot. I'm installing a new server for backup
site, with qmail + vpopmail 5.4.32 + dovecot.
Production server, more or less outdated, runs with Couier Imap, but
everybody know the history..
I've been fighting for several days...And no luck with version 2.0.4, 2...
2004 Apr 03
1
Archive heading broken
See :- http://lists.digium.com/pipermail/asterisk-users/
2016-May:[ Thread ] [ Subject ] [ Author ] [ Date ]
[ Gzip'd Text 745 bytes ]
2007-November:[ Thread ] [ Subject ] [ Author ] [ Date ]
[ Gzip'd Text 2 KB ]
Regards...Martin
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
Free MS-Office replacement for
2005 Jun 28
0
Re: Asterisk-Users Digest, Vol 11, Issue 183
Hello All
I'm using TxFAX and rxFax. this's work when my system connected with PABX. then when i connect my card with PSTN, my system don't work. it's don't send and receive any thing fax document.
Thanks
Please help me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com...
2005 Aug 20
0
Re: Asterisk-Users Digest, Vol 13, Issue 131
Hello
I have problem with transfer call if using ACD
When i using ACD with agent and queue setting, i cannot monitor call and transfer call. this's my setting
- i have 2 IAX phone (phone number as 201, 202), agent.conf
agent => 1001,4321,member 1
agent => 1002,4321,member 2
agent => 1003,4321,Tin
then, queues.conf
[MyQueue]
music=default
strategy=ringall
timeout=30
retry=5
wrapuptime=0
maxlen = 0
context=from-internal
announ...
1999 Mar 19
1
Samba 1.9.17p2/Solaris 2.5.1
Hi Samba pros,
In test case #8 of Diagnosing your samba server, I can not get the "net view
\\server" command to
work. The error I got was: System error 53 has occured, The network path was
not found.
I run this command(dos) on a WINNT 4.0 wrkstation.
Please advise...
TIA
TP
,--o ,--o ,--o ,--o
_-\_<_ _-\_<_ _-\_<_ _-\_<_ let's bike!!!
(*)/-'(*) ___ (*)/-'(*) __ (*)/-'(*) __ (*)/-(*)
2004 Jan 21
1
LDAP don't up
Hi for everybody
I upgrade my system, to Fedora COre 1, and now, my ldap service don't
'up'...
This's the debug messages:
@(#) $OpenLDAP: slapd 2.1.22 (Oct 23 2003 10:23:24) $
root@bugs.devel.redhat.com:/usr/src/build/319319-i386/BUILD/openldap-2.1.22/build-servers/servers/slapd
daemon_init: listen on ldap:///
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap:///)
daemon: so...
2006 Apr 22
3
Software vs hardware in water plugin
Hi,
Is there difference in speed and size of water splashes in water plugin
between software and hardware implementation? If it is, is it supposed
to be so?
wolf
--
Bartek . - Napisa?e? ju?, ?e sto?y rozwalasz?
Taudul :
.:....................................................................
w o l f @ p l d - l i n u x . o r g .:. http://wolf.valkyrie.one.pl/