Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - locoabreu

Pages: [1] 2
1
Quote
Thanks LocoAbreu! locoabreu it worked for me!

 I am very glad :) Nice

2
Here is short English version of full article about this problem....

http://sistemac.carnet.hr/node/932

3
And in passwd and shadow file all look fine.

Check in /etc/group do you have lines belllow.

Quote
lpadmin:x:114:serveradmin
sambashare:x:115:serveradmin
admin:x:116:serveradmin



Here you have maybe useful article to solve this.https://mohammednv.wordpress.com/2008/01/08/authentication-token-manipulation-error-when-changing-user-passwords-in-linux/

4
Seems everything OK.Do you can paste into rows for this user from /etc/passwd and /etc/shadow?For compare with my user...

5
This your user who has ssh login access.Check this user name in another files.

/etc/passwd
/etc/shadow
/etc/group

In group file do you have
Quote
adm:x:4:ebox,youruser
?

6
1.Why you manually add users?This is very sticky method.

2. In modern Unix like Linux systems users under user identifier number  1000 treated like system user.You user Manny have user identifier 503?Why?
From your example :
Quote
add a user name: manny::503:503:Manny Fernandez:/home/manny:/bin/bash

My user example
Quote
myuser:x:1000:1000:myuser,,,:/home/myuser:/bin/bash


3.You must have x field
Quote
however in most modern uses this field is usually set to "x" (or some other indicator) with the actual password information being stored in a separate shadow password file

7
Installation and Upgrades / Re: Creating FTP Users
« on: February 16, 2012, 12:41:22 pm »
Quote
2)Even If I add it to that group, how can I limit ftp access to that folder. FTP access gives the home directory of users.

look here is Tutorial and example http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch15_:_Linux_FTP_Server_Setup

9
Installation and Upgrades / Re: Creating FTP Users
« on: February 15, 2012, 01:32:28 pm »
You need put your user in group  who have  read write permissions for /home/serveradmin/LAMP/.

10
Installation and Upgrades / Re: Wrong arp settings on Windows 7 machines
« on: February 09, 2012, 03:47:08 pm »
Christian first post sender iz user Darky he have 192.168.2.1 gateway.In my example I have gateway 192.168.1.1 is not same IP but problem is same.

 Darky must on Windows 7 side do next:

Quote
netsh interface ipv4 add neighbors "Local Area Connection" 192.168.2.1 00-18-f3-93-c0-a5

if have German localization.

Quote
netsh interface ipv4 add neighbors "Lokale Verbindung" 192.168.2.1 00-18-f3-93-c0-a5 

And problem is solved.Read here.http://sistemac.carnet.hr/node/932

Full article with details  in Croatian     http://sistemac.carnet.hr/node/931



11
Installation and Upgrades / Re: Wrong arp settings on Windows 7 machines
« on: February 09, 2012, 02:35:57 pm »
Here is short english version of this article http://sistemac.carnet.hr/node/932

12
Installation and Upgrades / Re: Wrong arp settings on Windows 7 machines
« on: February 09, 2012, 09:38:08 am »
Quote
1 - where are these 192.168.2.x coming from ?

 Where you seee 192.168.2.X in article?

I have eth0 private ethernet interface static address 192.168.1.1
          eth1  public(external) ethernet interface static address161.53.x.x


Quote
2 - ARP relies on cached table, meaning content is not always 100% accurate at any time. However it should not contain any IP that never existed if you see what I mean.

I suppose Win7 OS have  problem with existed MAC address from eth1.Probably is Windows 7 bug.

13
Installation and Upgrades / Re: Wrong arp settings on Windows 7 machines
« on: February 09, 2012, 08:18:09 am »
Exterrnal ethernet card  eth1 have public static IP.
Code: [Select]
Internal range is  DHCP ranges
Interface IP address: 192.168.1.1
Subnet: 192.168.1.0/24
Available range: 192.168.1.1 - 192.168.1.254   and clients have fixed dhcp IP with MAC filter.

eth0 have static 192.168.1.1 this is gateway,DNS and dhcp server address.But from unexplained reasons  Windows 7 clients cach wrong MAC through arp protocol.After 5 minutes usually  from unexplained reasons  Windows 7 clients cach correct  MAC and everything is fine.But my hack is

Code: [Select]
C:\Users\korisnik>netsh interface ipv4 add neighbors "Local Area Connection" 192.168.1.1 00-06-4f-03-d2-75
and now Windows 7 clients have correct static MAC in Windows 7 arp table:).All Windows 7 clients  work  after this command:)

Code: [Select]
ifconfig | grep HWaddr
eth0      Link encap:Ethernet  HWaddr 00:06:4f:03:d2:75
eth1      Link encap:Ethernet  HWaddr 00:17:31:84:2c:44

14
Installation and Upgrades / Re: Wrong arp settings on Windows 7 machines
« on: February 08, 2012, 02:37:46 pm »
Hello Folks:)here is decision.This is my article.My work.

 http://sistemac.carnet.hr/node/931

If you need  help with translate  send me message.


15
Spanish / Re: Zentyal windows 7 no accede a internet
« on: February 08, 2012, 02:34:59 pm »
Hello Folks:)here is decision.This is my article.

 http://sistemac.carnet.hr/node/931

If you need  help with translate  send me message.


Pages: [1] 2