similar to: Adding new users, changing admin pword, etc

Displaying 20 results from an estimated 70 matches similar to: "Adding new users, changing admin pword, etc"

2017 Aug 26
2
Register Allocation and Scheduling Issues
Hello, I have defined 8 registers in registerinfo.td file in the following order: R_0, R_1, R_2, R_3, R_4, R_5, R_6, R_7 But the generated assembly code only uses 2 registers. How to enable it to use all 8? Also can i control the ordering like after R_0 can i use R_5 without changes in registerinfo.td? What changes are required here? either in scheduling or register allocation phases?
2017 Jun 25
0
AVX Scheduling and Parallelism
Hi, Zvi, I agree. In the context of targeting the KNL, however, I'm a bit concerned about the addressing, and specifically, the size of the resulting encoding: > vmovdqu32 zmm0, zmmword ptr [rax + c+401280] ;load b[401280] in > zmm0 > > vpaddd zmm1, zmm1, zmmword ptr [rax + b+401344] > ; zmm1<-zmm1+b[401344] The KNL can only
2017 Jun 25
2
AVX Scheduling and Parallelism
Hi Ahmed, >From what can be seen in the code snippet you provided, the reuse of XMM0 and XMM1 across loop-unroll instances does not inhibit instruction-level parallelism. Modern X86 processors use register renaming that can eliminate the dependencies in the instruction stream. In the example you provided, the processor should be able to identify the 2-vloads + vadd + vstore sequences as
2005 Mar 17
1
Last guy to get BV working outbound?
I have tried everything to get BV working outbound. All worked fine until the BV change last week. I called BV and they changed me to sip gen with a new password. I stripped my Asterisk server to one phone on Zap/1 until I get this working. The same BV account works fine with a SPA-3000 so I don't suspect a firewall problem. Symptoms: Asterisk registers with BV Ok Incoming calls work
2007 Jun 14
2
connecting to DB2 database
Hi, i am trying to connect to a DB2 server using the DBI library. getData <- function() { driver <- dbDriver("DB2") conn <- dbConnect(driver,"server","uname","pword") data <- dbSendquery(conn, "select etc.") } When I run the function, i get the error > data <- getData() Error in
2003 May 13
2
Setting up a Samba PDC to server XP pro clients
I have been setting up Windows servers to serve windows clients for many years and am now looking at samba as an alternative. I am currently having a problem setting up samba as a PDC for windows XP clients. I can see the samba server through My Network Places. If I try to access it I can after putting in one of the usernames and passwords I have set up using smbpasswd. I have added a machine
2017 Aug 26
2
Error in generating Object Code for implemented assembly vector instructions
i want to emit binary code for the following implemented vector assembly instructions. P_256B_LOAD_DWORD R_0_R2048b_0, pword ptr [rip + b] P_256B_LOAD_DWORD R_0_R2048b_1, pword ptr [rip + c] P_256B_VADD R_0_R2048b_0, R_0_R2048b_1, R_0_R2048b_0 P_256B_STORE_DWORD pword ptr [rip + a], R_0_R2048b_0 I added the following lines in X86MCInstLower.cpp; unsigned NewOpc; switch (OutMI.getOpcode())
2004 Dec 06
3
ADS Authentication
I'm about ready to smash my head through a wall...I could use a few answers. 1. When using security = ads, and completing net ads join, it was my understanding that samba authenticated username/pword against ads, and local posix accounts were nolonger needed, is this true? 2. If yes, I have not been able to get it to work. If I have a posix user account with the same name as one in
2005 May 18
0
SIP: Failed to authenticate
Hello-- Looking for a solution. I'm using asterisk HEAD version, from a day or two ago. Trying to register with a Metaswitch voip server via sip. They gave me a userid, and a password. I plug it into a register command in sip.conf: register => 3074449999:pword@isp [isp] realm=voip.isp.net auth=3074449999#c491b58f6fd6da12691fa0de86fbbcc3@voip.isp.net type=peer context=workline
2013 May 23
1
Time for key stretching in encrypted private keys?
In 0.9.7 the private key encryption was switched from 3DES to AES, (https://bugzilla.mindrot.org/show_bug.cgi?id=1550) the motivation for this being that 128-bits of security is better than the 112 or so you get from 3DES these days. Interestingly that bug is about upgrading to AES-256, but we ended up with AES-128. Presumably due to the Solaris crippling? However ssh-keygen still uses a
2008 Apr 18
1
element has no properties error.
Hey all, I''ve recently started messing around with Prototype again, so I thought I''d start small and write 5 lines of code that would check if all fields in a form are filled out. So I thought document.observe(''dom:loaded'', function() { $(''submNewUser'').disable(); new Form.Observer($(''newUser''), 0.3, function(e, val) {
2003 Mar 04
0
Problem joining samba to a samba-PDC domain
Hi folks, I'm having difficulty getting a samba server to join a domain, the PDC of which is another samba server. I believe I've set everything up correctly but when I run the following command on the "client" samba box smbpasswd -j DOMAIN -r PDC -U adminuser%adminpasswd I'm told error creating domain user: NT_STATUS_ACCESS_DENIED Unable to join domain DOMAIN. Looking
2004 Oct 26
0
Stale NFS file handle
Trying to mount a shared folder in Windows server 2003. Fixed the "hang" problem but can't seem to work through the "Stale NFS file handle" problem. Has there been a work-around for this yet? Problem description: Windows 2003 RedHat 9 Samba 3.0.7 mount -t smbfs //server.name/share.name /mnt/point -o username=uname,password=pword Seems to mount ok, however when
2005 Mar 22
0
Still no Broadvoice Outbound. (Bump)
I'm still not getting my outbound to work. I've seen two patches relevant to broadvoice for chan_sip.c which apparently have already been added to CVS. I'm dropping all outgoing calls after ~30 secs. Asterisk doesn't seem to know they're gone though. I called my cell w/ broadvoice and turned on sip debug AFTer the call had physically dropped: *CLI> sip show registry
2007 May 20
0
Urgent :: File Object problem
disclaimer: Im not a developer, in fact I know very little of Ruby. I had this script made for me by Endax, LLC. I have run into problems with the script and they are unable/unwilling to help resolve the issue. The script was working fine for a while, but now when I run it I get the following error in the Ruby editor: >ruby realtor_scraper.rb realtor_scraper.rb:54:in `initialize'':
2005 Jun 01
3
Windows XP Home accessing a Samba PDC
A friend of mine has asked me a question in my role as "biggest local geek" (for very small values of "local"). Googling hasn't turned up an answer, so does anyone here know if this is possible? At his business, they had a mixture of XP Home, XP Pro and Win98 machines accessing a Samba server with security=user. The server has one big everyone-read-write drive and a few
2010 Jun 08
3
Deleting extension makes it usable?
I'm fairly new to FreePBX/Asterisk/Trixbox, but have Googled myself into submission here, so any assistance is appreciated. We had a user with a weak SIP secret recently that allowed it to be used by an outside user. The extension was 3799. I could see the intruder's calls (including the destination phone numbers) in the trixbox call report log. Because the extension was no longer used, I
2005 Mar 28
13
Asterisk@Home 0.7 released
We had added a lot to this release to our one button install of Asterisk. Now you can have even more features automatically installed and configured. Asterisk 1.0.7 AMP 1-10-007 Flash Operator Panel 0.20 Redesigned WebMeetme weather agi scripts Midnight Commander We have added some of our most requested features. - Web Meetme is now installed by default and the meetme2
2004 Jan 02
1
Questions about MAC
FreeBSD 5.1-RELEASE Hi, I'm examining Biba and MLS MAC policies and something is not clear for me. Unless I'm doing something wrong, it seems policies are enforced only for reading, but not writing. 1) Biba I've created test file with biba/127 label: $ echo "Message" > file_biba_127.txt $ setfmac biba/127 file_biba_127.txt $ getfmac file_biba_127.txt
2006 Apr 21
8
web services and dealing with before_filter
Hi all, I''ve got a Rails app with a ApplicationController that looks like this: class ApplicationController < ActionController::Base before_filter :authorize, :except => :login def authorize unless session[:user] flash[:notice] = "Please log in" session[:jumpto] = request.parameters redirect_to :controller =>