similar to: Connecting with UID 0, when I don't want to.

Displaying 20 results from an estimated 10000 matches similar to: "Connecting with UID 0, when I don't want to."

2003 Oct 21
1
Why does fstab fail when command line mount works?
Okay; I'm stumped. My old boss just asked me a question, and I thought I had an easy answer, but nooooooooo. I also apologize if this has been hashed out, but I'm unable to find the answers after several pages of Google hits. Anyway, if I try to do this: mount -t smbfs -o username=kend,password=blah,workgroup=xanoptix //freedom/kend /mnt/smb/ from the command line, it works fine.
2004 Jul 10
5
Three (quick?) questions...
[Please excuse if this is a repeat; I initially tried to send it from a different account, and it's been held up for a couple of days awaiting moderation.] 1) What's the absolute minimum required (hardware-wise) in order to get one in-bound POTS line into Asterisk, and then have IP phones "inside?" [In other words, I obviously need a NIC -- but what would be the
2002 Jun 09
2
"password server" not working: 2.2.4
I've been having some trouble getting ACLs to work under my Samba 2.2.4 client (talking to my 2.2.4 "PDC"). Finally, I checked the log and realized that it wasn't able to map SIDs to UID/GIDs. Further checking, and I realized that the client never made the request to the server. Here's some output from smbpasswd: smbpasswd -D 4 fred Initialising global parameters
2006 Jan 09
7
"Decent" sub-$100 SIP phone.
Hey, all. I quoted a customer about $100 for some cheap SIP phones. I was planning on using the BT-102's, but he called said they look like "Princess phones," and I have to admit that he has a point. Some of the other inexpensive phones look decent, but (for example) the SPA-841's wiki entry says the remote end gets a lot of static. Since it'll be being used from a noisy
2009 Oct 05
6
Receptionist GUI?
Hey, all. Just wondering if there's a GUI out there -- preferably OSS, but I'll take what-have-you -- that a) can run on an Ubuntu/Debian box, and b) allows a receptionist to see what calls are in-process, and forward calls from their phone to somewhere else. Thanks! -Ken -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2010 Sep 06
3
Samba for AD client?
Hey, all. I'm planning on migrating a W2K3 server to a Linux solution. It needs to be AD-aware, support ACLs, etc. This isn't something I'm doing Right Now(tm), so I can wait a little bit. A couple questions: 1) Are there any known issues with BTRFS? 2) Which version of Samba would be most appropriate for this? 3) AD integration: I've never really done it (with success); any
2002 Feb 23
2
XFS ACLs vanish. (2.2.2a and 2.2.3a)
Hiya. I've got an XFS partition, have compiled and installed all the XFS stuff, then compiled (with --with-acl-support) samba, which then returns: checking whether to support ACLs... checking for acl_get_file in -lacl... yes checking for ACL support... yes Using posix ACLs So it would seem to me that ACLs would be supported. So then I install and run it, add the box to the (Samba 2.2.2)
2010 Jun 21
3
Polycom firmware: split vs. combined
http://downloads.polycom.com/voice/voip/sip_sw_releases_matrix.html Howdy, all. What's the difference between "split" and "combined" firmware, which can be seen at the above link? I've googled to no avail, I'm afraid. Thanks! -Ken -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2002 Jul 24
4
ACLs on client Samba machines with Samba PDC.
I've got a Samba box (2.2.5a) as a member of a Samba domain. Both the PDC and client are running 2.4.18 with XFS and ACLs compiled in. Problem: on the client, I can -NOT- modify the ACLs for files from Windows. (Note that I can modify the stock Unix permissions, but not the extended users/permissions that ACL support offers.) If I try, they just vanish when I click "OK".
2006 May 18
2
Polycom 601 -- programming buttons.
Hi, all. I want to have a button on my receptionist's 601 that, when pressed, will forward her current call to a given extension. Is there any way to do that? I've tried to RTFM, but I'm coming up empty. Thanks, -Ken D'Ambrosio
2006 Jan 07
1
Immediate routing on "0" (DNIS)?
> Post your extensions.conf and what's on the CLI (asterisk -r) As requested: # cat /etc/asterisk/extensions.conf [incoming] exten => s,1,Answer() exten => s,n,NoOp(CallerID is ${CALLERID}) exten => s,n,NoOp(DID is ${DNID}) exten => s,n,Background(enter-ext-of-person) exten => 1625,1,Playback(digits/1) exten => 1625,n,Goto(digits/1) exten => i,1,NoOp(CallerID is
2006 Jan 18
1
SpanDSP not sending to fax extension.
Hi, all. I've got a fax extension in my extensions.conf, but spandsp never sends my faxes there. Both applications -- txfax and rxfax -- are registered by Asterisk, so they compiled and installed correctly. I've got a Sangoma A104 card, and (as some people had suggested) have loaded ztdummy. Everything seems fine, except that it never gets recognized as a fax. I've even turned off
2004 Nov 22
1
Uniden UIP200 configuration -- manual MIA?
Hi, all. Got my Uniden UIP200 today (ordered from thetwistergroup.com), and was very excited to set it up... until I came to the realization that there were no docs with it whatsoever. There was, however, a sheet of paper with the stock warnings (don't use the phone in the tub, etc.), AND a URL -- for documentation. Score! Well, no. The URL it gave me, bcs.uniden.com, does indeed have
2007 Sep 13
3
Voicemail in 1.4?
I got dragged away from Asterisk (somebody made me an offer I couldn't refuse for system administration), but I'm thinking about seeing if I can't get it deployed at my new employer. Regardless, there are two things about older voicemail that used to annoy me: - Dial by name. Has anyone made it so it can be first or last? - Jump to voicemail; you used to have to actually dial the
2010 Sep 02
5
Google Voice-like feature.
I'd *really* like to be able to have a call ring three different cell phones; then, if someone answers, they have to somehow acknowledge the call for it to be directed to them. That way, if one of the phones is off, or out of range, it doesn't go straight to that phone's voicemail. Asterisk 1.4 -- though I could probably upgrade. Suggestions on how to make this happen? Thanks!
2004 Jan 19
2
Filename for printing?
Hi, all. I'm trying to create a PDF queue... or, rather, I already have a homebrew solution I hacked together with an lprng filter, and it doesn't work too well. The solution at www.linuxgazette.com/issue72/bright.html, which uses the smb.conf and "print command" paramaters, appears to be much more elegant, but has one major shortfall: I don't see any way to get the
2009 Mar 04
2
Outlook integration?
Hey, all. I was just wondering if there were any tools/utilities/what-have-you out there that would allow a user to click on a contact in Outlook, and have their phone dial it? (Or, I guess, have Asterisk dial both their phone and the destination number, and put the two into a conference.) Thanks! -Ken -- This message has been scanned for viruses and dangerous content by MailScanner, and is
2010 Jul 22
3
Soft phones.
Hey, all. I'm looking -- if possible -- for a decent, multi-platform soft-phone. Specifically, Linux and Windows; that way, I'll go through the same issues my end users do. I've noticed a couple (e.g., minisip, which seems abandoned, and sip-communicator, which, honestly, is probably a great IM client, but has a confusing interface for actual phone calls). So I'm wondering if
2010 Feb 04
3
OpenVPN on phones?
It's just come to my attention that newer phones from both Snom and Grandstream support OpenVPN. Is this a new trend or something? Since OpenVPN, in one swell foop, deals with both NAT issues and securing communications, I'd be very interested in hearing if other phone vendors were embracing OpenVPN as well. (Other VPN solutions are all well and good, but I really like the flexibility
2011 Feb 19
2
First go at a stock 1.8 install -- where's DAHDI?
Hi, all. I've finally made the jump from 1.4 to 1.8. I've installed everything (I think), my Sangoma card initializes right... but there's no "dahdi" command -- not from the base, nor as a subset of the "core" commands. I've got my channels configured in my chan_dahdi.conf file. What am I missing, here? Thanks... -Ken