Displaying 3 results from an estimated 3 matches for "squezze".
Did you mean:
squeeze
2009 Apr 02
1
Trying to test my voicemail
Hi friends...
I am trying to test my voicemail with Asterisk using SIPP (SIPP is running in
Debian Squezze and Asterisk is running in OpenSuSE-11.1), the command that I
use is:
sipp -sn uac_pcap -l 1 -m 1 -s 55 -trace_err 192.168.13.6
But, If I use the file g711a.pcap included in the sources of sipp or if use
some file captured for me the result is the same ---> error ... the message
in Asterisk...
2011 Feb 11
0
SAMBA4 installation procedure
Dear Samba Team !
Today i tried to install SAMBA4.
In the last days / weeks I?ve made this very frequent and up to now it was
working fine for me.
I was testing SAMBA4Alpha15 with Debian Squezze Testing version.
But since 2 Days I cant install SAMBA4 on new released Debian6 machines
anymore.
The command
./setup/provision --realm=samdom.example.com --domain=SAMDOM
--adminpass=SOMEPASSWORD --server-role='domain controller'
--> No such file or directory exist. ??...
2011 Aug 24
0
Bug#639112: xen: DomU access to dual-ported RAM area on PCI card fails
...Linux uio driver framework.
The PCI passthru of the PCI card from Dom0 to DomU seems to be ok as the
uio drivers are successfully loaded and the physical address and length
of the DPM area are available under "/sys/class/uio/uio0/maps/map0/".
Both Dom0 + DomU are based on Debian 6.0.2 (Squezze)
Linux-2.6.32-5-xen-686 / Xen-4.0.1-2
I try to access the DPM area like this (pseudo code):
fd = open("/dev/uio0");
dpm_addr = uio_get_addr("/sys/class/uio/uio0/maps/map0/addr");
dpm_size = uio_get_size("/sys/class/uio/uio0/maps/map0/size");
dpm_base = mmap(NULL...