Displaying 20 results from an estimated 900 matches similar to: "samba build problems"
2003 Oct 21
2
solaris build problem
I am trying to build samba-3.0 on solaris 5.6 and i
get the following error
during the 'make' stage.
rpc_server/srv_pipe.o: In function `get_pipe_fns':
rpc_server/srv_pipe.o(.text+0x7020): undefined
reference to `lsa_get_pipe_fns'
rpc_server/srv_pipe.o(.text+0x7038): undefined
reference to `lsa_ds_get_pipe_fn
s'
rpc_server/srv_pipe.o(.text+0x7050): undefined
reference to
2003 Nov 07
6
SIP protocol bug ???
Hello,
I have a problem with asterisk when dial out to a SIP
provider.
Asterisk send a INVITE with no credentials, the
provider reply with a 401 Unauthorized.
However, Asterisk DOES NOT resend the invite again
with credentials. But it hangs there (maybe waiting
for a ok)
It is this a bug in asterisk or the provider is
supposed to send something else rather than a 401
as answer for a INVITE ?
2003 Nov 04
2
asterisk does not hang up
hi,
i am trying to do to autoattendant. here is my
extension.conf part
[tumpak]
exten=>s,1,Dial,Zap/4|10
exten=>s,2,Voicemail,u9999
exten=>s,102,Voicemail,b9999
exten=>t,1,hangup
so when a caller dials the extension 2 suppose, it
enters to the above context.. everything is fine. the
problem is when the caller hangs up the asterisk does
not. after caller hangs up and tries again he
2003 Nov 12
3
password aging
I've compiled 3.7.1p2 on AIX 5.1 w/pam compiled in,
but not enable in the sshd_config. Also applied
Darrens 3.7.1p2 patch25. I am having issues w/password
aging when maxage is set to anything >0. i dont
believe this function was ever working (at least not
in 3.5p1).
Can anyone verify this?
Thanks,
Ryan
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo!
2003 Nov 05
2
Best place to order Cisco ATA 186
I want to setup an Asterisk network using
the Cisco ATA 186.
What is the best place to order those devices?
I'm not finding them anywhere.
Al
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
2003 Nov 19
1
Mac permision problems after Debian update
Last night I did a long overdue security update of my Debian file server.
One of the updates was to Samba 2.2.3a-12.3.
Since then, I've had a very strange (to me) permissions issue, that I have
not been able to resolve digging around in Google.
Using the shares on a Win2K machine, everything is fine. I can log in,
persuse existing content, and make new directories and files.
On my Mac
2003 Nov 17
1
SIP calls no longer work
Hello,
I'm having a problem with SIP. More specifically, I
can't make any calls using SIP.
I have had an iConnectHere account and Free World
Dialup account working for quite some time, and now
all of a sudden I can't make any SIP outgoing calls.
PBX*CLI> sip show registry
Host Username Refresh State
192.246.69.223:5060 XXXXX 120 Registered
2003 Nov 19
3
inter diax connection
hi
i am trying DIAX and *. i cannot make calls from ne
DIAX to another. whats the config?
exten=>44,1,Dial(IAX/username,20,tr)
???
just a guess.
any help will be appreciated.
cm
=====
Designs
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
2003 Nov 13
2
IPv6 literal addresses on command line
Hello all,
Can anyone give me a hint on how to specify an IPv6 address in an
rsync address literal - the colon character is already used to
seperate the host name from the remote directory AFAICT... I get, e.g.
rsync -Cavb 3ffe:502:420:120::2:/home/cam/dev/proj
3ffe: Unknown host
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code
2003 Nov 15
3
ctokens vs tokens - HTB.
Hi,
One more of those ...
1) what is a ctoken with regard to HTB? Does the ''c''
stand for ceil and if so how is it different from
tokens?
2) Is the difference, only in the generation of these
tokens?
3) Would the ctokens and token be treated equally once
borrowed?
Kindly help.
Thank you.
Regards,
suraj.
__________________________________
Do you Yahoo!?
Protect your
2003 Nov 14
4
Setting up Samba
Hi to you all,
I'm setting up a network to where I have Linux and W2k
Active Directory.I have Redhat 8.0 and i want it to
see and access file between the two OS'S. I downloaded
the latest samba binaries 3.0.2 and edit the
smb.conf.How do i know if my linux will act as a samba
server? Should i select "everything" when i load
redhat again or should i just continue what i have
2003 Nov 16
2
wcfxo installation error
hi,
i got he following error while trying to install
digium cards in red hat linux 7.3. please help.
[root@localhost root]# modprobe zaptel
lib/modules/2.4.18-3bigmem/misc/zaptel.o: unresolved
symbol cpu_raise_softirq_Rd01f3ee8
lib/modules/2.4.18-3bigmem/misc/zaptel.o: unresolved
symbol ppp_output_wakeup_Rcb5deb89
lib/modules/2.4.18-3bigmem/misc/zaptel.o: unresolved
symbol
2003 Nov 05
4
FBSD All-in-one security box?
Hey *, as I sweat through another day of crap dealing with an
all-in-one box (firewall, IDS, AVS, report generating, soon to
be a VPN server) I'm wondering if someone has started a project
to put some freeware together in some semblance of sanity on a
FBSD box. There's basically nothing that this box does that a
combo of IPFW (or another bsd filter), snort, ntop, and some
other freeware
2003 Nov 12
0
Test message
Testing 1,2,3...this is a test message for the
win32utils-devel mailing list.
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
2003 Nov 07
0
Understanding the U32 filter.
Hi,
I am trying to understand filters.
1) Under the U32 section of the lartc howto there is
an example (to match ACKs on packets smaller than 64
bytes):
# tc filter add dev ppp14 parent 1:0 protocol ip prio
10 u32 \
match ip protocol 6 0xff \
match u8 0x05 0x0f at 0 \
match u16 0x0000 0xffc0 at 2 \
match u8 0x10 0xff at 33 \
flowid 1:3
The howto says ''the filter above
2003 Nov 15
1
rsync 2.5.6 hanging
I am using rsync 2.5.6 on redhat linux 6.1 with 1gb
ram. What I would like to do is mirror a directory on
the server to another server for backup purposes. The
server is an ftp server and the main directory in
question is 77GB consisting of 391000 subdirectories
and files. when I run rsync with the following
command:
/usr/bin/rsync -av --rsh=ssh --stats --progress
--rsync-path=/usr/bin/rsync
2003 Nov 14
1
rate vs peakrate - TBF.
Hi,
Can you please explain to me the difference between
rate and peakrate, in conjucture to TBF.
IMHO,
rate : controls the no. of pkts flowing through the
pipe, and
peakrate : controls the no. of tokens flowing through
the bucket. A funtion(?) of peakrate and mtu is rate.
If this is true, why do I need to specify both
peakrate and rate?
Regards,
suraj.
__________________________________
Do
2003 Nov 06
0
Outgoing calls to SIP provider
Hello guys,
Software: Asterisk From CVS, Linux RH9
No telephony hardware.
I have a SIP service provider (addaline.com) and
(at this time) one Windows SIP (soft)phone.
Problem:
Both from console and from the sip phone if I dial
an autside number it doesn't work.
With sip debug I seen that addaline.com answer
with a (401 Unauthorized) message when Asterisk issue
a INVITE without
2003 Nov 06
1
Need testers for new STUN build system
I'm working on contributing two things for Asterisk
1) STUN suport, this will allow asterisk to detect any
NAT firewalls and enable eventual self-configuration
with respet to NAT
2) A GNU "autotools" based build system. This will
enable developers to make their code more portable
and for features to be enabled/disabled as compile
time.
As a first step
2003 Nov 17
2
voicepulse working?
hi,
i am having trouble connecting using voicepulse. is it
down? anybody has been using it today?
thankx
cm
=====
Designs
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree