similar to: ActiveDomain Login problem

Displaying 20 results from an estimated 300 matches similar to: "ActiveDomain Login problem"

2005 Jun 21
1
Help request: Windows and Linux authorisation in windows domain.
I have problem (as you noticed ;] ). I have to make unified authorisation system for large, unsecure network connected to a two Polish skelete networks. As you see I need to do it right to avoid big problems. The goal is to have windows and linux computers authorized by one Linux mashine. I can do it by installing samba as a windows domain controller. It would work for windows. Linuxes can
2005 Jun 28
2
Documentation Licence question.
i can't find licence information for the following files: http://hostopia.samba.org/samba/docs/Samba3-HOWTO.pdf http://hostopia.samba.org/samba/docs/Samba3-ByExample.pdf As you see, they are two basic samba information sources, and I need to know if I can just print it and leave in computer lab for all who wish to avoid reading it from monitor. It is about 1300 pages total, so I need to make
2005 Jul 01
1
How to stop winbindd from granitng UID=0? Security hole?
I have domain controller on Windows 2003. On the client side standard installation of samba 3.0.1? ldap, kerberos and winbindd. Setup should allow all users from domain login to all client's services (console, ssh and so on) using domain name and password. Ok, we have acquired this point. It aslo should be possible to login simply by writing "Login: MyDomainUsername", but with
2013 Sep 30
1
LXC, libvrt-1.1.2-r3 (Gentoo), "/dev/tty12", mount /dev with inverse of 'nodev'?
Hello again, TL;DR: Today I noticed that my LXC container was out of space in "/dev". It took me a few minutes to figure out why. There were only 23 files there. The "/dev" fs quota was 64K, and all was taken up. The problem was that "syslog-ng" was writing "console" messages to "/dev/tty12". But "/dev/tty12" was not a device
2004 Dec 17
5
Disabling " !" command
Hi, since I run asterisk as root with a CLI open on TTY12 I was wondering if the "!" (shell) command can be disabled from the config, for safety reasons it seems me usefully. Tnx for any help ! -- Best regards, Alessio mailto:afoc@interconnessioni.it
2008 Sep 14
3
xen 3.3.0 etch sources console hangs
I installed xen 3.3.0 on a etch box from sources. I just modified the standard kernel cause of some hardware drivers. I installed xen-tools from backports (3.9-3~bpo40+1). To create a domU ist not the problem. I can connect via ssh and everything works fine. But when i start a domU with "xm create host.example.tld.cfg -c" to login to console from domU it hangs after the message
2006 Sep 01
2
Ctl+Alt+F12
I am migrating from Mandriva to Centos (currently running dual boot). One thing I miss on Centos is being able to switch to Console 12 and see system messages in real time. My IPCop firewall has this turned on as well. Is this a setting I can change, or a program I can add, or is it not available? Ted Miller
2009 Apr 03
4
Machine freeze
Hi all, we are running CentOS 5.2 Xen virtualization system with the latest CentOS packages with couple of VMs on DELL PowerEdge. "Sometimes" the whole machine freezes without anything in log files, anything on the console. "Sometimes" really means we cannot define why or when. Sometimes the machine was idle with just one VM, sometimes quite busy with couple of
2005 Jan 04
3
pxelinux feature request
Hello! I have outlined a proposal for a new feature of pxelinux in http://www.zytor.com/pipermail/syslinux/2004-December/004360.html (see the last couple of sentences) but nobody has commented it, so I am asking again: Imagine a company with a lot of departments and where network booting is widely used. Each department has different needs when it comes to operating systems. Because things
2005 Jun 14
2
Python using 99% cpu, xend unresponsive
Hi I''m a new xen user. I gather from the mailing lists that this problem occurs with excessive console output. However, I believe dom1 was sitting idle at the login prompt when I noticed top on dom0 was showing python at 99% cpu. xend would not respond to restarts. Reboot fixed it. What debugging output can i give you, if any, if this happens again? sam elstob
2006 Mar 07
3
audio / sound recording with RoR app
hi all i want to provide audio recording facility with my Ror application , which can be stored in DB at server , for later use can anybody tell, how to implement this with RoR, as i dont hav much idea abt that thanx --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment
2006 Feb 21
2
ActiveRecord before_ callbacks question
Hi! I need to set the primary key in a model and postgres table to something different than id. View Edit and such works in the scaffolded controller. However if I click in the controller below the list of data onto New then I get an error message like this: Showing app/views/admin/_form.rhtml where line #5 raised: undefined method `nr_before_type_cast'' for
2020 Nov 21
3
Pre-roll playing every time user disconnects and connects
On Fri, 20 Nov 2020, Yahav Shasha wrote: > You could simply serve your pre roll at the client side, eg, your player. > This way you can detect the mentioned situation and decide whether or not > to serve the pre roll. The trick here is to find a way of serving the preroll without everyone hearing it. I guess you could use some on connect logic to determine if it should be played,
2004 Sep 11
1
serial vs console and serialonly
hi hpa, etal I found a patch against 2.06 that turned off console when serial was in use. http://centerclick.org/net4801/pxelinux/syslinux.patch This patch works, but appears to turn off the console unconditionally. I went to see how it would fit in 2.11, and it seems youve already started adding this feature. If so great, but how do I control it from a config-file ? I didnt see any new
2006 Aug 18
11
#<Errno::EMFILE: Too many open files
My application runs a backgrond process and after running for a while I get this error in my logs: #<Errno::EMFILE: Too many open files Lasty, the ONLY code I have that does anything with files is: File.open(image_path, "wb") do |file| file.puts file_content end Any idea what this means? -- Posted via http://www.ruby-forum.com/.
2014 Jul 25
0
Wine release 1.7.23
The Wine development release 1.7.23 is now available. What's new in this release (see below for details): - Better support for files drag & drop. - Improvements to the HTTP cookie management. - Initial support for 64-bit Android builds. - Fixes to crypto certificates management. - Various bug fixes. The source is available from the following locations:
2011 May 21
1
non-R package development
Hello, All: What would you recommend for software to support developing software in languages other than R? I'm currently writing code in R to implement algorithms that may ultimately need to run with asynchronous, distributed computing in various languages including Python, Matlab, LabVIEW, vanilla Unix, etc. I routinely use the "R CMD check", etc., process
2012 Aug 25
2
How to arrange the GUI's in window in tcltk package???
Hi, I am new to R, I need your help. I have been said to create a GUI in R, I started using Tcltk package which was very easy to learn and code, but i am unable to arrange the GUI's in proper order in the window they are always arranged one below the other, please can anyone help me in solving this problem, Is there any links which will help me solve this problem with
2014 Oct 17
0
Wine release 1.7.29
The Wine development release 1.7.29 is now available. What's new in this release (see below for details): - Support for shaping and BiDi mirroring in DirectWrite. - Some page fault handling fixes. - A few more C runtime functions. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.7.29.tar.bz2
2003 Aug 28
5
Router for giving more than 1 ip
Hi i have a debian box working as a router.. it works quite well, now i want to give more than 1 ip.. is it possible to do it? some of them must be an open ip.. i mean.. all ports opened is it possible? how should i do it? Here is my nat.sh script just in case someone wants it.. (comments r in spanish.. and not right) Thanks in advance, #!/bin/sh echo "AthoS LaN Generando