Displaying 20 results from an estimated 27 matches for "scenary".
2013 Oct 09
3
Tinc Server and Raspberry PI (Rev. B).
...om]
Enviado el: martes, 08 de octubre de 2013 17:59
Para: tinc at tinc-vpn.org
Asunto: Tinc Server and Raspberry PI (Rev. B).
Dear gentlemen,
I need configure a VPN between two sites.
I am thinking in build the VPN with Tinc Server and two Raspberry PI.
Has anyone mounted a similar scenary with Raspberry?
Can anyone tell me if the Raspberry device will work well in this scenary?
Does anyone have it working?
Do you know if this device will be stable?
Best regards,
Ramses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://...
2012 Nov 19
7
[Bug 57278] New: [xf86-video-nouveau] flightgear crash when loading scenary
https://bugs.freedesktop.org/show_bug.cgi?id=57278
Priority: medium
Bug ID: 57278
Assignee: nouveau at lists.freedesktop.org
Summary: [xf86-video-nouveau] flightgear crash when loading
scenary
Severity: critical
Classification: Unclassified
OS: Linux (All)
Reporter: king.infet at gmail.com
Hardware: x86 (IA32)
Status: NEW
Version: unspecified
Component: Drivers/DRI/nouveau
Product: Mesa
Descript...
2003 Jul 18
2
Correct syntax to call using IAX and a different UDP port
Hi,
Which is the correct syntax to call using IAX?
I have two Asterisk boxes behind a NAT and one of them use the default port
5036 for IAX, the second one use 5038.
To call an extension of the first one, the line in extensions.conf is:
exten => _9XXX,1,Dial(IAX/user:pass@195.3.32.191/${EXTEN:1})
and for the second one:
exten => _8XXX,1,Dial(IAX/user:pass@195.3.32.191:5038/${EXTEN:1})
2013 Jun 14
1
Problems when saving AutoCAD files
...!
I was searching for info about this issue and found almost nothing.
So, let's go directly to the matters...
- Problem:
AutoCAD says "You do not have permission to save to this location."
when trying to save the file in the samba share dir.
(This problem only occur with AutoCAD.)
- Scenary:
Running AutoCAD in a WinXP/Win7 PC, opening a DWG AutoCAD file from
samba share dir in Zentyal Linux server.
I have Samba 4.0.5 running in my Zentyal 3.0.21, both recently updated.
- smb.conf contents:
[global]
workgroup = ESTUDIO
realm = ESTUDIO.LAN
netbios name = zentyal
server...
2006 Aug 21
3
User can't access a share that he has full control of
Hi all,
I have noticed that if you create a share to path lets say
\\dir1\dir2\dir3
And a user lets say u1 has full control on dir3 BUT no control at all on
dir2 then user u1 cannot access the share.
Is it right?
We have a situation with clients who typically do the following:
Create a share to the root of the file system and give only to
administrator full control on for the root path
2006 Aug 09
0
Problem on install gem install rails
Scenary:
Fedora Core 5 + VirtualimPro
Ruber RPM''s :
ruby-libs-1.8.4-8.fc5
ruby-rdoc-1.8.4-8.fc5
ruby-mode-1.8.4-8.fc5
ruby-libs-1.8.4-8
ruby-debuginfo-1.8.4-8
ruby-ri-1.8.4-8
ruby-1.8.4-8
ruby-rdoc-1.8.4-8
ruby-devel-1.8.4-8
ruby-mode-1.8.4-8
ruby-tcltk-1.8.4-8
ruby-1.8.4-8.fc5
ruby-irb-1.8.4-8.f...
2011 Apr 05
1
Gibbs sampling
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110405/06486a8a/attachment.pl>
2004 May 28
0
Not call pickup for call to sip from mgcp phone
Just by the way, do anybody knows if call pickup of a call to a sip
extension from a mgcp phone is supposed to work (even if sip keeps ringing).
The scenary is as follows:
3@mgcp02 (ext 136) calls sip/julia (ext 133) and after It starts ringing
2@mgcp02 (ext 135) dials *8.
Nothing happens, only 135 gets congestion tone, 133 keeps ringing and in
the asterisk console I get:
-- SIP/pbxip.net-5d2c is ringing
-- Endpoint 'aaln/2@mgcp02-1'...
2005 Feb 02
0
DTMF outbound problem with ata 186
Hi
This bug is really crazy, please help me
In the follow scenary
ATA-186 -> SIP -> Asterisk -> SIP -> ATA 186 :
No DTMF gets through * in outbound mode,
Sip conf
[204]
type=friend
username=204
secret=somesecretpassword
host=dynamic
canreinvite=no
; The follow line don't work
dtmfmode=rfc2833
nat=1
2007 Feb 13
0
problems with trunks IAX2 and queues
...ve a queue and an
agent and, in Asterisk 2 I have three clients. When the clients make calls
to an asterisk 1, its calls entry in the queue. While they are waiting, an
agent login into the queue.
I'm waiting and waiting and waiting but the clients never contact with the
agent.
If I change the scenary and the clients call when the agent is previously
login, only the first client can contact with the agent.
Do you know something about it?
I'm using asterisk 1.2.15, zaptel 1.2.13 and libpri 1.2.4.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.di...
2010 Nov 02
0
Need testing: chan_unistim improvements
Hi All,
During last three month I have worked on improving functionality of Nortel
phones working with asterisk to replace existing Nortel station by asterisk.
Many improvments done, listed below. I have only i2002 phone and unable to
test if new version of channel correctly works with i2204 phone. If anyone
can test it and report issues, it would be great. Please visit mantis to
find out patch
2002 Sep 03
0
Question about fileNET
Hi,
I've a question about a problem using a samba share in a UNIX AIX server.
In my scenarious there is a fileNET server (running on a win2000 server)
which use a samba share on a AIX sever for cacheing file, this share is
configured for allow access to a particular user (pangol).
It seams that user have access permission but an error is returned when
fileNET try to write a file.
Thanks in
2010 Mar 01
0
stubbing CAPTCHA to pass Cucumber scenario
Hi,
I''m trying to start using cucumber. I''ve done login, logout scenarious,
but stumbled in CAPTCHA validation on user registration page. As I get I
should stub CAPTCHA validation method. I guess I should implement
stubbing Given step or include stubbing code in Before filter?
I use validates_captcha gem, thus instance method to stub is
module ValidatesCaptcha
module
2010 Apr 22
2
Security tests
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
In the network of my house I was testing the security with my Asterisk
installation. The first test that I'm doing is an man in the middle
attack.
In this scenary, the attacker is a virtual machine that it tries to see
the SIP traffic between a PC with a softphone and a Grandstream BT200
telephone.
But it draws attention to me between the PC with softphone and the
telephone I see traffic ARP or ICMP that could make to try between the
equipment but does not...
2003 Sep 22
1
Switch between calls without initiating a threeway converstaion
I was just wondering if there was a way that you could
have two calls on one line and switch between the two
without initiating a threeway conversation?
I would imagine that Flash is the way to do this, but
when I Flash twice, a 3-way call is initiated. If I
turn threeway off, then I can't transfer.
Also, is it possible to hang up one of the calls, and
then continue talking to the second
2009 Dec 22
0
Asterisk news :: Next release of Asterisk will be 1.8 Long Term Support
Dear Asterisk community,
Yesterday, Russell Bryant finally made up his mind and confirmed on the asterisk-dev mailing list that the next release of Asterisk will be 1.8, which will also be a Long Term Support (LTS) release. This also means that the 1.4 is now officially classed as a LTS release too.
I feel that this is a very good solution for the whole Asterisk community and that we all will
2013 Dec 19
0
problem with password in a changing scenario
Hello,
I'm having a problem with with password changing. According to
http://wiki2.dovecot.org/Authentication/Caching, I understand "normal
scenario" and "Using old cached password scenario", but I'm having a
problem with the "Early change scenario".
I understand that in this case, if in step 4 user tries password Y,
then this password is not
2010 May 24
8
Network problem after updates
Hi all,
I''ve a serious problem with my dom0 xen installation, that''s why I''m
blocked to daily work.
I come to describe my virtualization scenary and the arised problem.
Hardware is a Dell server with 3 physicall ethernet network cards and 16
GB RAM.
Initially installed CentOS-5.2 with Xen-3.0.3 and 2.6.18-128.el5xen
kernel.
Dom0 with 7 domU paravirtuallized (they have CentOS like os also).
One domU is configured like a Firewall, using one...
2010 May 24
8
Network problem after updates
Hi all,
I''ve a serious problem with my dom0 xen installation, that''s why I''m
blocked to daily work.
I come to describe my virtualization scenary and the arised problem.
Hardware is a Dell server with 3 physicall ethernet network cards and 16
GB RAM.
Initially installed CentOS-5.2 with Xen-3.0.3 and 2.6.18-128.el5xen
kernel.
Dom0 with 7 domU paravirtuallized (they have CentOS like os also).
One domU is configured like a Firewall, using one...
2004 May 25
2
X-Forwarding freezes keyboard on ThinClient Vortex86
Hello all,
Please send a Cc: to me in addition to the list. I am not subscribed and this
will make it easier for me to follow the thread and reply. Thanks.
My scenary is as follows:
I have a Linux server with OpenSSH 3.7.1p2 installed and this server acting as
an LTSP. Some PCs (all Pentium+ classes) acting as X-Terminals connects to this
server via PXE boot --> DHCP --> booting LTSP-kernel (2.4.24) --> executing
XFree86 4.3.99 --> and finally ex...