search for: toor

Displaying 20 results from an estimated 51 matches for "toor".

Did you mean: too
2004 Jul 10
0
Root users shell
...rule of thumb, you're probably superuser way too much if you > > develop an urge to change it shell anyway. > Where do people come up with these folk "rules"? I spend all day > working in various root shells as part of my job. Couldn't do it > otherwise. > > toor has a disabled (*) password by default. What Brannon > > should have done was set a password for toor in the beginning, > > without mucking around with root's shell. > In 8 years of BSD administration I've never seen the toor > account used. IMO, as a matter of security,...
2004 Jul 08
8
Root users shell == no existant shell /bin/bash
I made a mistake setting my shell and have set the root users shell to /bin/bash instead of /bin/sh. I am curiuos if anyone knows how to fix this. The machines is FreeBSD 4.8-RELEASE-p4 and does not have sudo only su.
2011 Aug 19
0
vTPM-Manager
...: format â%sâ expects type âchar *â, but argument 6 has type âintâ sym_crypto.c:172:3: error: format â%sâ expects type âchar *â, but argument 6 has type âintâ make[5]: *** [sym_crypto.o] Fehler 1 make[5]: *** Warte auf noch nicht beendete Prozesse... make[5]: Verlasse Verzeichnis ''/home/toor/xen-4.1.1/tools/vtpm_manager/crypto'' make[4]: *** [subdir-install-crypto] Fehler 2 make[4]: Verlasse Verzeichnis ''/home/toor/xen-4.1.1/tools/vtpm_manager'' make[3]: *** [subdirs-install] Fehler 2 make[3]: Verlasse Verzeichnis ''/home/toor/xen-4.1.1/tools/vtpm_manag...
2014 Feb 24
3
Duplicate PID
...is, possibly affecting performance, back in 2001 http://lists.samba.org/archive/samba-technical/2001-September/015658.html. I experience that also on an RHEL6 samba server. Is %CPU for pid 17666 exceptionally high? If you look at the full smbstatus - do you see other users with the same PID as user toor? List open files for the process with lsof -p 17666 and verify if toor opens other user's files. There are at least two theories what is causing this: 1. samba sometimes does not update it's state when clients are disconnected http://samba.2283325.n4.nabble.com/Closing-sessions-and-smbstat...
2012 May 15
5
setting up the SQLite database
...=> ''/path/to/my/app/myApp.db'' ) run AppName #from an old snippet 1.2 OR like this (postgres) example [Magnus]: def List.create List::Models::Base.establish_connection( :adapter => "postgresql", :username => "root", :password => "toor, :database => "list" ) List::Models.create_schema end 1.3 in a config/database.yml file [Magnus] (probably not worth it for SQLite): --- adapter: postgresql username: root password: toor database: mycampingdb And then do: require ''yaml'' def AppName.creat...
2015 Feb 20
6
[Bug 2354] New: please document that PermitRootLogin really checks for uid=0
...: Documentation Assignee: unassigned-bugs at mindrot.org Reporter: calestyo at scientia.net Hey. I just found out that PermitRootLogin has the feature of really checking for UID=0 and not for the username "root" I.e. it makes sense to have something like: Match user toor PermitRootLogin no Which would allow "root=0" to log in, but not e.g. the "toor=0" user to log in, if it is an alternative root user. :) nice feature! (bad name, though ^^) Cheers, Chris. -- You are receiving this mail because: You are watching the assignee of the bug.
2005 Jun 22
10
How to read an excel data into R?
Hi all, Does anybody know the easiest way to import excel data into R? I copied and pasted the excel data into a txt file, and tried read.table, but R reported that Error in read.table("data_support.txt", sep = " ", header = T) : more columns than column names Thanks! Ling
2004 Jul 09
3
bash as a login shell (was Root users shell == no existant shell /bin/bash)
On 9 Jul 2004 at 13:11, Daniel Brown wrote: > On the other hand, I've run across a sysadmin who always enables his > toor accounts -- and changes its shell to bash. As a result, not only > is there an alternate root account (good in case 'root' trampled on by > accident or purpose), but you can get root bash as a login shell while > leaving the real root to its normal shell. This make it sound like...
2005 Apr 25
1
unsigned and signed ?
In an earlier post I made about learning how to use speex someone nicely responded to me with a Speex Wrapper they had written.. however I am having an issue now where all I seem to hear is a ticking noise after encoding and decoding with speex. It is definitely getting proper data, as if I hit the mic somewhat I hear some extra crackling noises. Now, my code was nearly the same... but...
2005 May 09
1
login on WinNT and 9X
...me resolve order = host wins lmhosts bcast time server = Yes server signing = auto load printers = No preferred master = No local master = No domain master = No dns proxy = No wins server = 143.106.19.2 ldap ssl = no socket address = 143.106.19.25 NIS homedir = Yes invalid users = root, toor, operator, tty, kmem, bin, daemon, games, news, man, sshd, smmsp, mailnul, bind, proxy, pop, www, nobody hosts allow = 143.106.19.0/255.255.255.192, 143.106.19.64/255.255.255.192, 143.106.123.0/255.255.255.192 printing = bsd print command = lpr -r -P'%p' %s lpq command = lpq -P'%p...
2005 May 19
1
login and WinNT
...der = host wins lmhosts bcast time server = Yes server signing = auto load printers = No logon path = logon home = preferred master = Yes domain master = Yes dns proxy = No wins server = 143.106.19.2 ldap ssl = no socket address = 143.106.19.25 NIS homedir = Yes invalid users = root, toor, operator, tty, kmem, bin, daemon, games, news, man, sshd, smmsp, mailnul, bind, proxy, pop, www hosts allow = 143.106.19.0/255.255.255.192, 143.106.19.64/255.255.255.192, 143.106.123.0/255.255.255.192 printing = bsd print command = lpr -r -P'%p' %s lpq command = lpq -P'%p' lpr...
2005 Oct 02
11
Repeated attacks via SSH
...ried out by a network of "bots" rather than a single attacker. But wait... there's more. The interesting thing about these attacks is that the user IDs for which passwords are being guessed aren't coming from a completely fixed list. Besides guessing at the passwords for root, toor, news, admin, test, guest, webmaster, sshd, and mysql, the bots are also trying to get into our mail exchangers via user IDs which are the actual names of users for whom the machines receive mail. In one case, we saw an attempt to use the name of a user who hadn't been on for years but whos...
2015 Apr 23
2
Samba 4.1 Member Server and Winbind
On Wed, 22 Apr 2015, Andrey Repin wrote: > Greetings, Peter Ross! Greetings, Andrey! >> for a while I am running a Samba 4.1 AD server under FreeBSD (from the >> FreeBSD ports). At thw moment the domain has ca. 20 Windows 7 desktops. > >> I wanted to add a Samba 4.1 file server as a member server, was able to >> joint the domain and see AD users via "winbind
2005 Mar 03
4
Renaming root account
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everyone, One quick question: Is it safe and/or sensible to rename the root account, so that the only uid 0 user on a system is something different to root? I can see how this would be effective against external attackers who have no knowledge of the internals of the system as they would spend pointless hours trying to crack a user which doesnt
2005 Apr 29
0
noise cancellation
...PEEX_PREPROCESS_SET_DENOISE speex_preprocess You can also do VAD and AGC with the Speex preprocessor. For sample code, you can take a look at the wrapper classes that I use in my application. I've posted them at: http://www.grandgent.com/spx/tgAudioCodec.zip Good luck, Tom "Randy Toor" <hellraiser412@hotmail.com> wrote: > > Well I finally managed to get speex working :) > > Vinod I appreciate the wrapper code a lot, I found I couldn't get yours to > work with the float conversion, but I changed to speex_encode_int instead > and just passed in...
2004 Oct 23
1
login with alias
Hi all, i'm setting up mail server and here is the question: if, for example "firstname.lastname at domain.com" is e-mail address, then how can i setup login as "firstname.lastname" and "password" not only "firstname". Of course, users want all things simple. But i don't want to use login names longer than 8 chars. Any ideas? Or should i try
2002 Jun 18
1
OpenSSH on NetBSD/sparc broken?
Hi all! I try to build the latest openssh-3.2.3.1 package and get the following errors: bash-2.05# make ===> Configuring for openssh-3.2.3.1 configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking for sparc--netbsd-gcc... cc cat: stdout: Input/output error checking for C compiler
2003 Jan 02
0
Samba PDC passwd update to NIS server
...(sunos) (Serving 3 TB, 500 users) A YP NIS password server running on host y (sunos) The lines in smb.conf for this: ... passwd program = /samba/tools/changepasswd.exp %u passwd chat = *new* %n\n *OK* *OK* ... The needed changepasswd.exp script: --- #!/app/expect/bin/expect -f set ypserver "toor@<change to fit your system>" set ssh "/usr/local/bin/ssh" set passwd "/usr/bin/passwd" # Don't change below set force_conservative 1 ;# set to 1 to force conservative mode even if ;# script wasn't run conservatively originally if {...
2003 Jan 14
0
Broken pipes
Using Samba 2.2.7a on FreeBSD 4.7-STABLE. #uname -a FreeBSD fileserver1.smartrafficenter.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Dec 16 19:41:03 EST 2002 toor@fileserver1.smartrafficenter.net:/usr/obj/usr/src/sys/FILESERVER1 i386 All day long, constantly, I get the following messages in syslog: Jan 14 13:37:55 fileserver1 smbd[57969]: [2003/01/14 13:37:55, 0] lib/util_sock.c:get_socket_addr(1012) Jan 14 13:37:55 fileserver1 smbd[57969]: getpeername...
2003 Jan 20
0
Syslog error messages
Using Samba 2.2.7a on FreeBSD 4.7-STABLE. #uname -a FreeBSD fileserver1.smartrafficenter.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Dec 16 19:41:03 EST 2002 +toor@fileserver1.smartrafficenter.net:/usr/obj/usr/src/sys/FILESERVER1 i386 All day long, constantly, I get the following messages in syslog: Jan 14 13:37:55 fileserver1 smbd[57969]: [2003/01/14 13:37:55, 0] lib/util_sock.c:get_socket_addr(1012) Jan 14 13:37:55 fileserver1 smbd[57969]: getpeername...