similar to: Error while display user info using wbinfo command

Displaying 20 results from an estimated 100 matches similar to: "Error while display user info using wbinfo command"

2012 Mar 14
1
Samba wbinfo error message "Could not get info for user xxxxxx"
Hi Everyone, I am running into this issue, when I integrated linux host to AD using samba. when I run wbinfo -u it is listing all AD users. but when I pick any one of the user from o/p of previous command and ran webinfo -i for the user I am getting this error message, any idea ?? #wbinfo -i xxxxxx Could not get info for user xxxxxx # rpm -qa | grep samba samba-3.5.10-114.el6.x86_64
2006 Aug 17
5
Bonding + Shaping --> Is it Possible?
Hello All, I was curious to know if I can do traffic shaping on abonded Interface? Ex: I have to interfaces eth1 and eth2 which i have bonded together as bond0 , now the question is can I do shaping on eth1 and eth2 ?? Thanks KartheeK --------------------------------- Here''s a new way to find what you''re looking for - Yahoo! Answers Send FREE SMS to your
2005 May 27
4
Wanted Good Documentation on HFSC
Hello All, I am trying to prioratize VOIP traffic from data. The follwing link says that HFSC is better than HTB for shaping VOIP traffic. http://www.voip-info.org/wiki-QoS+Linux+with+HFSC I am in search of good documentation to start with HFSC, I am unable to understand the parameters used. I "googled" a lot to find on how to use HFSC, but no luck. Can anyone of you get me a link To
2005 May 12
7
wanted A tool to measure bandwidth....
Hello Everybody, I have configured a Linux box that does traffic shaping. Its working wonderfully fine, just as expected...Now i want to measure the bandwidth consumed by each of my hosts....But I dont want SNMP to run on all the hosts[as required by MRTG] I used iptraf on my linux box, but it only measures the bandwidth on interface basis only.... I tried installing traffic-vis, its not working
2005 Mar 15
1
how to bring down htb rate to 3kbit?
Hello Everybody, I am successful in throttling down the Bandwidth to 8kbit using HTB. Below that I get report to change r2q. I want to bring down the Leaf class Bandwidth to 3kbit. My script is as below: Tc Script to throttle down the Bandwidth to 8kbit based on MAC address and IP address tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1:0 htb default 30 r2q 1 tc class add
2005 Apr 14
2
LOADBALANCING+BRIDGING---is it possible on the same machine??
Hello All, I have a linux box running with three NIC''s, I have used brctl tool to configure this box as a bridge, i have given it ONE logical ipaddres, Every thing is working fine, but now i am required to configure the same bridge as a LOAD BALANCER.... On some googling i found the following link http://lartc.org/howto/lartc.rpdb.multiple-links.html This HOWTO requires me to have one
2017 Jan 09
4
How to downgrade gtk2 libs in CentOS 6.8?
Hi all. I'm using a CentOS 6.8 VM to do volunteer builds for an open source project. I want to build Pale Moon with a gtk2 library older than 2.24, to allow people with older linuxes to run it. Short summary, if built against version gtk2-2.24 and/or higher, the binary will use a function that does not exist in gtk2-2.23 and lower. Net result is that the program dies with an
2012 Jun 16
2
Adding title to colorkey
A recent paper on visualisation (in Neuron, a leading neuroscience journal) surveyed how well previous articles in this journal labelled their graphs (e.g. axis labelling and describing their error bars). Of particular interest is that (only) 40% of plots labelled what their colorkey was showing (variable and units). The paper is at http://dx.doi.org/10.1016/j.neuron.2012.05.001 R is not yet
2011 Nov 15
2
Problem creating reference manuals from latex
R Community, I often am in need of viewing the reference manuals of packages and do not have Internet access. I have used the code: path <- find.package('tm') system(paste(shQuote(file.path(R.home("bin"), "R")),"CMD", "Rd2pdf",shQuote(path))) someone kindly provided from this help list to generate the manuals from the latex files. This
2017 Jan 19
3
Got stuck with PC-rel branching
Hi all, I'm trying to make an LLVM backend for the Adapteva's Epiphany E16 CPU (used in Parallella board), using CPU0 and some other backends as examples, and I've got stuck with branching. When I'm printing out asm, all branch labels are printed as they should be. But when I'm trying to generate obj file, I'm getting zeros instead of PC-related offset in all branch
2014 Mar 14
1
Install from cdrom and Update repo
Hi, I have make a kickstart file to automate the installation from cdrom and another repo. The kickstart snippet looks like install graphical cdrom repo --name="Updates" --baseurl="http://mirror.centos.org/centos/6.5/updates/x86_64/" --cost=98 selinux --enforcing After installation, system boots but kernel crash with the message Kernel Panic - not syncing: Attempted to
2012 Mar 28
1
binomial sample size calculation
Hi everyone. I need to do a sample size calculation for a one sample based on a CI interval of +- 5% of the proportion, we expect to have a rate of 0.07 based on similar studies. I have looked at the pwr-package as well as the power.prop.test function, but I can't see how to make either do what I need. Could anyone point me to a function, or explain how to do this will the functions in pwr?
2005 May 14
0
Re: Equal bandwidth for any client
Hi, If you are running brctl tool on the linux box then there is a command that will automatically determine the number of MAC addresses in the network #brctl showmacs <bridge name> <port number of ur lan interfce> grep -v -w port | wc -l Ex: #brctl showmacs abcd 1 grep -v -w port | wc -l Note that, for this to work your box should be confogurred as a bridge in promiscuous
2005 May 14
0
Re: Equal bandwidth for any client
Hi, If you are running brctl tool on the linux box then there is a command that will automatically determine the number of MAC addresses in the network #brctl showmacs <bridge name> <port number of ur lan interfce> grep -v -w port | wc -l Ex: #brctl showmacs abcd 1 grep -v -w port | wc -l Note that, for this to work your box should be confogurred as a bridge in promiscuous
2005 Mar 12
0
I want to bring down the HTB rate to 3kbit-r2q? quantum?
Hello Stef, I am working on a Bandwidth management project as part of my college curriculum.I am running TCNG 10-b but I am not able to classify packets based on MAC address using tcng, so I am running tc commands in /tcng/bin and they are working. But is there a way out to classify packets based on MAC address using TCNG. And, I am successful in throttling down the Bandwidth to 8kbit
2011 Nov 15
2
break error bars in ggplot2
Hello, i use ggplot to plot some measures including CIs as horizontal errorbars. I get an error when the scale limits are narrower than the boundaries of the error bar and hence the CIs are not plotted. library(ggplot2) df <- data.frame(resp=c(1,2), k=c(1,2), se=c(1,2)) ggplot(df, aes(resp,y=k)) + geom_point() + geom_errorbarh(aes(xmax = resp + se, xmin = resp - se)) +
2010 Nov 09
5
X4540 RIP
Oracle have deleted the best ZFS platform I know, the X4540. Does anyone know of an equivalent system? None of the current Oracle/Sun offerings come close. -- Ian.
2012 Mar 04
1
Could not compute QR decomposition of Hessian.
Hi, I created the model below, which returns me the following warning message: In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names = vars, : Could not compute QR decomposition of Hessian. Optimization probably did not converge. ######### Model ######## mDPDF = data.frame(mj1,mj2,mj3,mj4,mj5,eL1,eL2,eL3,eL4,eL5,aC1,aC2,aC3,aC4,disR1,disR2,disR3,disR4,disR5,
2012 Sep 18
8
Collecting entropy from device_attach() times.
Hi. I experimented a bit with collecting entropy from the time it takes for device_attach() to run (in CPU cycles). It seems that those times have enough variation that we can use it for entropy harvesting. It happens even before root is mounted, so pretty early. On the machine I'm testing it, which has minimal kernel plus NIC driver I see 75 device_attach() calls. I'm being very careful
2012 May 02
0
net ads join error message "Failed to join domain: failed to connect to AD: Client not found in Kerberos database"
hello, I have a wiered issue, some time when I run net ads join -U <username>, some times I have see this error message, and some time it shows as success. In between the error messages and success result, their are no changes to any configuration, not sure what is causing this issue. # net ads join -U 50483 Enter 50483's password: [2012/05/01 21:41:15.227249, 0]