Search Results

Search: Posts Made By: bestard
3,630
Posted By bestard
Just report my experiences using precmd and...
Just report my experiences using precmd and postcmd. Actually, I've had enough coping with tcsh bugs.
I'm now using tcsh 6.17.00 (Astron).
On account of precmd's bug, I used postcmd to do an alias...
3,630
Posted By bestard
I've tried postcmd, it works well. Thank you.
I've tried postcmd, it works well. Thank you.
3,630
Posted By bestard
Thank you for confirming this. It seems like no...
Thank you for confirming this.
It seems like no workaround, does it?

I haven't tried postcmd, I ‘ll try this to see what happen. Thanks.
3,630
Posted By bestard
Sorry, I didn't describe it clearly. I mean...
Sorry, I didn't describe it clearly.
I mean after running my script, I input any coomands and then press enter, it shows nothing. I can't even use exit command to close the terminal.
3,630
Posted By bestard
Tcsh precmd weird question
I encountered a weird question while using tcsh. I wrote a test script trying to control 'history' behavior as below,


set history=(1000 "%h\t%Y-%W-%D %P %R\n")
set savehist=(1000 merge)
alias...
Forum: Red Hat 09-07-2017
2,291
Posted By bestard
nobody's here? Well, I found my workaround....
nobody's here?

Well, I found my workaround. the "ftp" command has the "-n" argument to supress using .netrc for auto-login.
That allows us to ftp connecting first and then decide login ID.
We...
Forum: Red Hat 09-04-2017
2,291
Posted By bestard
Thank you for reminding. I don't have intention...
Thank you for reminding.
I don't have intention to alter or replace PAM actually,
I'm just thinking if any variables can be added/adjusted into vsftpd PAM file to solve USER command issue. ...
Forum: Red Hat 08-31-2017
2,291
Posted By bestard
Thank you for response. I've tried vsftpd on...
Thank you for response.
I've tried vsftpd on both RHEL 6.5 and RHEL 5.7, they all had the same issue. I did check pam_service_name, but I had no clue how to fine tune it. Would you please give me...
Forum: Red Hat 08-31-2017
2,291
Posted By bestard
Does vsftpd support user subcommand?
I'm wondering if vsftpd supports user subcommand?
I found I can't switch user after ftp login.
Maybe someone can give me a certain answer.

I always got the message as below,



I enabled...
Forum: Solaris 05-05-2017
4,742
Posted By bestard
Nice sharing. Thank you for this. You pretty much...
Nice sharing. Thank you for this. You pretty much help me concluding the whole thing.

I am less concerned with security things since there is no choice with those Solaris 8 clients which are out...
Forum: Solaris 05-04-2017
4,742
Posted By bestard
Just like I said, that's one of my target. If...
Just like I said, that's one of my target.
If things can't go perfect, It's only to compromise with that.
I know Solaris 9 above provides better solutions, it's just I have no choice.

Actually,...
Forum: Solaris 05-04-2017
4,742
Posted By bestard
-------- Information update. I found...
--------
Information update.

I found something strange. I turned ypserv debug mode on, then It seemed ypserv recognized NIS domain and tried to find the user info, however, it did check...
Forum: Solaris 05-04-2017
4,742
Posted By bestard
Could you please be more clear? That confused me...
Could you please be more clear? That confused me a little.
As I know, /etc/passwd and /etc/shadow is not recommended to move to other places since there are many built-in libraries and applications...
Forum: Solaris 05-03-2017
4,742
Posted By bestard
Sorry for delay response since I did some works...
Sorry for delay response since I did some works to test passwd.adjunct.
I know passwd.adjunct is the Sun's solution to hide password encryption.
It's just I'm not sure if it can satisfy what I...
Forum: Solaris 04-28-2017
4,742
Posted By bestard
Experience sharing and questions for NIS migration from Solaris 8 to Linux
I'd like to share some experiences and what I found for NIS migration from Solaris 8 NIS to Linux platform.
I'm not an expert for both platforms, it's just when I tested both systems and found...
Forum: Solaris 04-13-2017
3,243
Posted By bestard
User authentication failed while log in Solaris 8 client on Linux NIS server.
Based on the NIS migration tests I did and another question I posted earlier on.
https://www.unix.com/solaris/272021-solaris-8-md5-encryption-support.html

I tried to downgrade NIS linux encryption...
Forum: Solaris 04-12-2017
2,177
Posted By bestard
Hi Jlliarge, Thank you for response. I know...
Hi Jlliarge,

Thank you for response. I know Solaris 8 is pretty old, there is nothing I can choose. We have some off-maintenance tool license servers have to be setup on the Solaris system.
Forum: Solaris 04-12-2017
2,177
Posted By bestard
Solaris 8 MD5 encryption support
Hi,

I did some NIS migration tests recently.
The target is to migrate the NIS server from Solaris 8 to Redhat Linux 6.5.
And, I found there are encryption issues while Linux NIS using MD5...
Forum: Solaris 02-16-2017
3,342
Posted By bestard
Thank you. This is root.ssh.bash.set ...
Thank you. This is root.ssh.bash.set

BASH=/usr/bin/bash
BASH_VERSINFO=([0]="2" [1]="03" [2]="0" [3]="1" [4]="release" [5]="sparc-sun-solaris")
BASH_VERSION='2.03.0(1)-release'
DIRSTACK=()...
Forum: Solaris 02-16-2017
3,342
Posted By bestard
Oops, I might a little bit messed up with "host"...
Oops, I might a little bit messed up with "host" and "client". Actually, I want to do a remote shutdown test from my "host" to shut down "all clients", and that's why I messed it up. I'll use your...
Forum: Solaris 02-16-2017
3,342
Posted By bestard
Thanks for your suggestion. I wrote out two files...
Thanks for your suggestion. I wrote out two files as you said, but I can't see the key points. Would you give me some hints? Thanks.

root.ssh.env

USER=root
LOGNAME=root
HOME=/...
Forum: Solaris 02-16-2017
3,342
Posted By bestard
Solaris 8 ssh issue - $SSH_ORIGINAL_COMMAND undefined variables
I face a weird question I don't know how to deal with.
I tried to limit the permission of root user to remote login using ssh.
So I did the following for a client server,

1. edit...
9,758
Posted By bestard
It seems that my issue has been clarified. ...
It seems that my issue has been clarified.
Thank you guys.
9,758
Posted By bestard
Hi, Thank you for response. Just as you...
Hi,

Thank you for response.
Just as you said, when I change #!/bin/csh to #!/bin/tcsh, everything is fine.

It seems that if I change all scripts to executable (chmod 755) and replace
"source"...
9,758
Posted By bestard
C shell script passing arguments problem.
I found something insteresting when I tested passing arguments into my scripts.
My scripts is as below.


% cat passarg.env
#!/bin/csh

echo "passarg: argv[1] = $argv[1] argv[2] = $argv[2]"...
Showing results 1 to 25 of 25

 
All times are GMT -4. The time now is 07:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy