Displaying 2 results from an estimated 2 matches for "zqft0".
2005 Mar 13
4
SUSE 9.2 and Zaptel channels
...35 WARNING[5779]: loader.c:345 ast_load_resource:
chan_zap.so: load_module failed, returning -1
]
As a matter of fact this is what is listed in /dev/:
aaberga@epsilon-stargate:~/sources/voip/zaptel-1.0.6> ls /dev
[....]
z2ram
zap1
zap2
zap3
zap4
zapchannel
zapctl
zappseudo
zaptimer
zero
zkshim
zqft0
I edited the list to avoid a huge message. As said I am not a Linux low
level expert ... still it's striking that Asterisk does not find a pesudo
file /zap/channel and there is something similar, ie zapchannel.
Anyways the zaptel modules are there:
aaberga@epsilon-stargate:~/sources/voip/za...
2003 Nov 07
0
rsync 2.5.6 fails to create device nodes on IRIX and NFS mount
...2.5.4 protocol version 26) and the NFS mount is from a
linux box (NFSv3 and dev,suid as mount options, no_root_squash,rw as
export option).
[root@octane /]# /usr/freeware/bin/rsync -aHzvxe "ssh -q" --delete
--rsync-path=/usr/bin/rsync root@host:/ /net/ente/master/DISK
[...]
mknod dev/zqft0 : Invalid argument
mknod dev/zqft1 : Invalid argument
mknod dev/zqft2 : Invalid argument
mknod dev/zqft3 : Invalid argument
[...]
mknod by commandline on IRIX to the NFS filesystem has no problems:
[root@octane /]# mknod /net/ente/master/DISK/dev/sda b 8 0
[root@octane /]# ll /net/ente/master/DIS...