similar to: Performance Issues

Displaying 20 results from an estimated 100 matches similar to: "Performance Issues"

2012 Jun 04
3
HP DL360 G5 better than HP DL360 G7 ?
Any tips on solving the following performance conundrum: Asterisk 1.8.12.2 running on HP DL360 G5 and G7s tcpdump running to capture UDP 5060/SIP signaling to .pcap files All calls are ultimately B2BUA client -> asterisk -> PSTN Media stays on Asterisk at all times AGI script has exit handler that connects and updates an external database upon BYE from either side. I know that if exit
2023 Aug 21
0
Feature request: Allow remote hostname token for User option
Is there a specific reason the %h token isn't available to the User option? I'm trying to configure my local ssh_config to connect to remote systems through a CyberArk PSM proxy and it functions by taking several connection parameters for the downstream destination as username elements. One of those needed elements is the remote host, which is available on %h, but that can't be
2004 Mar 08
0
Networking from Mac-to-Linux & Linux-to-Linux
I have 10 machines in my office. A Linux server. Mostly Windows clients. And a couple of Mac G5s. Can anyone give me an informed opinion about the best way to access a Linux file server from the G5 Macs? They're running the latests OS X 10.3 (Panther). I'm using Mandrake 10 (based on the 2.6.3 kernel with Samba 3.0.2). So far I have only tried using smb/cifs from the Macs. I'm
2006 Aug 04
2
valid users problem with 3.0.23a
Hello, I'm trying out 3.023a on a devt server and I ran into an odd problem. The server is a domain member in an AD mixed mode setup. I am now unable to connect to the server and I have isolated the problem to the valid users entry. My parameter looks like: valid users = @DOMAIN+"groupname with spaces" I've verified that the account I am using is a member of the
2014 Dec 01
0
Fwd: samba 3.6.24 domain member as printserver in win2008/2012 domain: Access denied
Isn't there anybody who can help with this? Just a little hint maybe? -------- Originalnachricht -------- Betreff: samba 3.6.24 domain member as printserver in win2008/2012 domain: Access denied Datum: 2014-11-28 15:03 Von: problem1 at proxyma3.eu An: samba at lists.samba.org Hello everyone on the list, I'm trying to set up a samba server as a print server for a special purpose. The
2003 Oct 26
0
Fixed: 3.0.1pre1 broke my 'valid users' on one share
Setting 'winbind use default domain = no' and adjusting my share access to use the DOMAIN+ prefix fixed the problem. There must be some portions of samba which are not friendly with this option, yet. The main reason why I like this option being, when ADS user's login to my server via ssh they can use the username alone, instead of prepending 'DOMAIN+' -----Original
2007 Apr 04
1
Failed to verify incoming ticket! When clients use netbios names only!
Hi, I have set up our samba box in 'ADS' mode; the problem I have is clients connecting to the server can not do so by using its netbios name. Only when they use the IP address of the machine are they able to be authenticated and browse the box. When clients connect via the netbios name this message will appear in my samba logs with the IP of the connecting client;
2012 Jun 11
3
[LLVMdev] scoreboard hazard det. and instruction groupings
On Mon, 11 Jun 2012 10:48:18 -0700 Andrew Trick <atrick at apple.com> wrote: > On Jun 11, 2012, at 9:30 AM, Hal Finkel <hfinkel at anl.gov> wrote: > > > I'm considering writing more-detailed itineraries for some PowerPC > > CPUs that use the 'traditional' instruction grouping scheme. In > > essence, this means that multiple instructions will stall
2007 Oct 31
1
Active Directory member problem
Hello I have added a Linux member server (my laptop) to our production Windows 2003 ADS domain (with net ads join, not net rpc join). Yet, when I browse to it from an Xp client (member of the domain) I still get a username/password dialog. What works: - wbinfo -g and wbinfo -u show usernames and passwords (without DOMAIN+ prefix) - getent passwd works - smbclient and logging in to the member
2002 Feb 27
1
Winbind Authentication on HP-UX 11 works
With the help Don McCall and other posts on the samba list we get WINBIND and PAM to work on HP-UX 11.x servers to authenticate with NT domain. If any one wants the documentation or the binaries please e-mail me. The only big question I have is, how can I logon to the HP-UX server without having to specify the DOMAIN+ before the username. We can telnet using DOMAIN+USERNAME, is there a way to
2008 Sep 07
1
winbind separator problem -after reboot
Hello List, Has anyone experienced the following by chance? On a recent fresh install of EL5 after getting Samba setup all works fine until a reboot of the server. I then have to either uncomment or comment the ' winbind separator = + ', then do a service smb restart, then all is fine, in regards to a samba file share. If I do not do this i get in the samba logs '
2008 Jun 03
0
wbinfo -u lists ADS users without domain, getent passwd returns only local users
I'm using Samba/Winbind for single-sign on in a network where Active Directory is the authoritative authentication source. The active directory server is Windows 2003 with Services for Unix installed so that the schema is extended and the management interface has a "Unix Attributes" tab. wbinfo -u produces a list of users, without a DOMAIN+ prefix. getent passwd lists only
2004 Nov 24
0
cups / samba job control issue
Hi all, I am using cups 1.1.22 with samba 2.2.12 along with winbind, and samba configured as a domain member. For now I'm not able to switch to samba3. My problem is that users printing from windows are unable to control their jobs. Pause, resume or cancel do not work. In windows, the "error processing command" is returned. In cups, when viewing /var/log/cups/access.log, I'll
2008 Sep 04
0
Inherit Owner
Hi, I'm having difficultly getting Inherit Owner to work. I'm running the following: Solaris 10 (patch 6, I think) Samba 3.2.1 Joined to AD Domain I've been compiling Samba with: ./configure --prefix=/usr/local/samba --exec-prefix=/usr/local/samba --enable-nss-wrapper --enable-cups --with-ads --with-pam --with-acl-support --with-krb5=/usr/local --with-ldap
2007 Feb 01
12
[PATCH] HTB O(1) class lookup
This patch changes HTB''s class storage from hash+lists to a two-level linear array, so it can do constant time (O(1)) class lookup by classid. It improves scalability for large number of classes. Without the patch, ~14k htb classes can starve a Xeon-3.2 at only 15kpps, using most of it''s cycles traversing lists in htb_find(). The patch eliminates this problem, and has a
2011 Jan 17
2
matrix manipulations
Hi, I am having some difficulties with matrix operations. It is a little hard to explain it so please bear with me. I have a very large data set, large enough that it needs to be split in parts in order to deal with. I can work things on these "parts" but the problem lies in adding together these parts for the final answer. So that been said, let's say that i split the data in 2
2010 Aug 19
0
AD Groups Failing to Authorize in Valid Users (does not start with S-)
For the last 3 weeks I've been working on getting RHEL4 (and 5, but that's a different story) to play well with Active Directory, OpenLDAP, Kerberos, PAM and NSS. It's been a long struggle but I now have a process to authenticate and authorize a RHEL4 client to a windows Active Directory server to that my AD Users can log into my Linux boxes (assuming their group permissions are set
2002 Feb 21
3
Windows changes file ownership & ACL's - any solution ?
I thought I had read a response to this. Went something like this: Word (and lots of others such apps) do not actually deal with the original file. They create a temporary file which overwrites the original when you save the new document. The 'new' file of course inherits the new editor's ownership. Hope this helps you. Noel -----Original Message----- From: Josh Konkol
2018 Aug 29
3
LLVM on IRIX
Greetings LLVM Developers, My name is Kazuo, I’m the head of the largest Silicon Graphics IRIX community on the internet. I’m approaching this mailing list to see if any MIPS developers who hang out here are interested in developing the LLVM/Clang Compiler system for IRIX. There’s a growing need as GCC removed support for us from 4.8, over six years ago and since then we’ve absolutely languished
2006 Sep 16
2
process id with firewall and tc
Not sure this is the correct place to post this but I am looking to have status of the firewall and traffic control (active, disabled, stopped etc) on a webpage controlled via something like pid as the machine has many things running on it, like firewall, traffic control, data collection for graphing the traffic flows, as well as other services like squid etc. Any ideas would be most helpful.