Search Results

Search: Posts Made By: Padow1
1,192
Posted By Padow1
What?
What?
Forum: Red Hat 04-21-2017
36,620
Posted By Padow1
It looks like there is something wrong with the...
It looks like there is something wrong with the time that is being served by server2 and it's configuration. This would be solved by having 3 credible sources.
4,035
Posted By Padow1
$ echo '|*|.5|*|0.2|*|A.B|*|' | sed 's/|\./|0\./'...
$ echo '|*|.5|*|0.2|*|A.B|*|' | sed 's/|\./|0\./'
|*|0.5|*|0.2|*|A.B|*|
Forum: Red Hat 04-21-2017
36,620
Posted By Padow1
You should always try to use at least three...
You should always try to use at least three sources for NTP. The NTP daemon running on your system will throw away the time that has the highest drift and then average the remaining times to set the...
3,362
Posted By Padow1
Depending on the OS, wouldn't it be easier to scp...
Depending on the OS, wouldn't it be easier to scp a file to /etc/cron.d?

If you need to do it this way, try putting backticks (the one to the left of the number 1) around the remote command
...
4,447
Posted By Padow1
A non-root user cannot change the ownership of...
A non-root user cannot change the ownership of someones else's file. One way to solve this problem is to have both users be a member of the same group and allow group access to the files. Since you...
4,991
Posted By Padow1
You are absolutely right. I was just showing the...
You are absolutely right. I was just showing the original poster how to execute the command they were trying to execute without commenting on whether or not they should.
4,991
Posted By Padow1
I am not familiar with hdfs in particular, but...
I am not familiar with hdfs in particular, but based on standard filesystems you will not be able to change ownership/perms on someone elses file. If you want your desind user to be your filesystem...
1,727
Posted By Padow1
What are the permissions on the home directory,...
What are the permissions on the home directory, the .ssh directory, and the authorized_keys file? (hint: the directories should be 700 and the file should be 600).
Forum: AIX 03-08-2017
11,733
Posted By Padow1
Try this...
Try this (http://www.unixodbc.org/doc/FreeTDS.html)
Forum: Red Hat 03-08-2017
2,740
Posted By Padow1
Also, try setting your home directory permissions...
Also, try setting your home directory permissions to 700.

Also, instead of copying your ssh key around and possible making paste mistakes, just use the following command to install your key on a...
4,299
Posted By Padow1
I'm not sure you can achieve that with the base...
I'm not sure you can achieve that with the base ftp setup on AIX. You could try installing vsftp or other ftp servers that will allow you to chroot ftp users.
Forum: Red Hat 01-11-2017
1,279
Posted By Padow1
Here is the Red Hat document on the issue. From...
Here is the Red Hat document on the issue. From my experience, if you want something that works and is user friendly you will pay for it, even if it is open source.
...
1,310
Posted By Padow1
There are many web pages desginated to describing...
There are many web pages desginated to describing how to use ACL's on unix/linux systems, both posix and nfs4 style.

Do you have a specific question about their use? If you are looking for a...
4,678
Posted By Padow1
In 2016, telnet should rarely be used for...
In 2016, telnet should rarely be used for anything but troubleshooting unless your goal is sniffing the plain text passwords that it sends across the network.

That being said, why not just launch...
2,363
Posted By Padow1
for i in `ls`; do mv $i bar_$i done
for i in `ls`; do
mv $i bar_$i
done
4,777
Posted By Padow1
You can reach the server via icmp, have you...
You can reach the server via icmp, have you verified you can reach it on the ports that yum is using?
telnet satellite6.lab.linux.test.se 80
telnet satellite6.lab.linux.test.se 443
Forum: AIX 10-20-2016
2,285
Posted By Padow1
You are looking for the portmir command. This is...
You are looking for the portmir command. This is one of the gems of AIX. It will let you attach your session to someone elses session and you can both type and see output. Be careful though that...
Forum: Red Hat 10-20-2016
1,762
Posted By Padow1
Here is Red Hats guide to auditing...
Here is Red Hats guide to auditing (https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/chap-system_auditing.html):

One other thing to check out is process...
Forum: Red Hat 10-17-2016
5,085
Posted By Padow1
Two things to check: 1) Did you configure...
Two things to check:

1) Did you configure postfix to listen on the correct IP in /etc/postfix/main.cf? inet_interfaces is probably the option you are looking for. you can see if postfix is...
1,458
Posted By Padow1
You can use amazon AWS EC2 to create a free tier...
You can use amazon AWS EC2 to create a free tier linux instance. Note that the free time does expire.
Forum: AIX 10-06-2016
14,115
Posted By Padow1
If you are using jfs2, additional inodes are...
If you are using jfs2, additional inodes are supposed to be automatically allocated if needed and there is space available.

Here is IBM's note on it...
Forum: AIX 09-29-2016
2,535
Posted By Padow1
That is the real problem with Linux for Power. ...
That is the real problem with Linux for Power. The Operating system works great, but none of the extra stuff tends to work and not many third parties make agents for it for their products.
Forum: Red Hat 09-20-2016
8,760
Posted By Padow1
Pacemaker is new in RHEL7 and is not well...
Pacemaker is new in RHEL7 and is not well documented by Red Hat and the community site uses different commands/syntax so not much carries over cleanly. Pacemaker can be a pain to configure but it...
Forum: AIX 09-20-2016
5,815
Posted By Padow1
are you logging auth messages via to syslog? ...
are you logging auth messages via to syslog? What message do you see there on auth failure?
Showing results 1 to 25 of 37

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