Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: WA-Naemr on April 12, 2006, 11:43:24 AM

Title: User login and pop/imap settings help
Post by: WA-Naemr on April 12, 2006, 11:43:24 AM
ok, i am not new to linux, however, i am new to linux console cmds, my question is simply this, i wish to install an rpm package off of a cd.

the package: smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
Avalable At: http://mirror.contribs.org/smeserver/contribs//dmay/smeserver/7.x/smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm

Cd drive is on the same PATA(IDE) channel as the HDD, the cd drive is the slave,  and they are on the primary PATA interface.

If it is to strenuouse, or just plain stupid to install of of cd, i am not oposed to bringing it in off the network (copying it from my desktop to a local folder) and installing from there, but, like i said, i am verry new to the cmd line of linux, and will need, (my apologies and thanks in advance,) a compleat walkthrough, line by line..  :-(
Title: Re: I am a newb, with a newbie question..
Post by: byte on April 12, 2006, 02:19:17 PM
Quote from: "WA-Naemr"

the package: smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
Avalable At: http://mirror.contribs.org/smeserver/contribs//dmay/smeserver/7.x/smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm


If you wanted to download from distro.ibiblio then use "wget"
Title: User login and pop/imap settings help
Post by: stiperstones on April 12, 2006, 10:00:53 PM
Using putty in windows http://www.putty.nl/latest/x86/putty-0.58-installer.exe
Using linux terminal ssh root@servername.domain
Or login to your server at a teminal
You are now in roots directory
Copy and paste these commands if you are logged in remotely else print this page out and issue these command at a terminal


Code: [Select]
mkdir phpmyadmin
This will make a new directory

Code: [Select]
cd phpmyadmin/
this command changes you into the new directory

Code: [Select]
wget http://mirror.contribs.org/smeserver/contribs//dmay/smeserver/7.x/smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
downloads the file you want

Code: [Select]
ls
output should be smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm

Code: [Select]
yum localinstall smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
will install the rmp you are trying to install

Code: [Select]
signal-event post-upgrade; signal-event reboot
after update issue this command


Or

Code: [Select]
rpm -Uvh smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
this will install the rpm in that directory using a rpm installation command

to login goto https://yourservername/phpmyadmin

username is admin

password is your roots password
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 13, 2006, 03:24:09 AM
Thank you sooooooo much for your help!   i had already figured out how to navigate (some what, some dos cmds work :)) but i was definutly lost on the download and install part, many thanks
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 13, 2006, 05:55:58 AM
er, bit of a snag


Forbidden
You don't have permission to access /phpmyadmin on this server.


this happens when both trying to use the domain and the local ip address....


there is no visable ibay for phpmyadmin and when i try to add one, it tells me one exists
Title: User login and pop/imap settings help
Post by: cjensen on April 13, 2006, 07:55:52 AM
login as you would for server-manager, as 'admin'

CJ
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 13, 2006, 10:05:25 AM
it does not give me the login option when atemting to go to the phpmyadmin index
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 13, 2006, 10:21:02 AM
Never mind :)    i got it...   forgot a /
  :oops:



thank you all :)




Naemr
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 13, 2006, 11:55:20 AM
New question....   why does sme7 want my passwords for all user accounts... to be UBER strong? and is there a way to make it a little more forgiving?
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 13, 2006, 12:07:15 PM
also, i am trying to use phpbb2 on my server, utilizing the BUILT IN MYSQL SERVER       i get this


phpBB : Critical Error

Could not connect to the database




what am i doing wrong??????????  :idea:  :idea:  :idea:
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 13, 2006, 02:36:38 PM
Never mind :)    after playing with it, i found out, mysql and my phpbb had a "lost in translation" issue, lost in my translation, i was giving phpbb the wrong password for the sql db.....  :oops:


thanks a bunch all!
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 13, 2006, 06:54:17 PM
ok, new problem, need to change permitions on a file, in an ibay,


its for avitars on phpbb, i need to set 777  all i get is

[09:53:05] 257 "/ibays/bbmain/html" is current directory.
[09:53:05] SITE CHMOD 777 images
[09:53:05] 550 images: Permission denied
[09:53:12] 257 "/ibays/bbmain/html/images" is current directory.
[09:53:12] SITE CHMOD 777 avatars
[09:53:12] 550 avatars: Permission denied


Any ideas?





Thanks


Naemr
Title: User login and pop/imap settings help
Post by: del on April 13, 2006, 07:43:37 PM
Follow this link for the password strength question:

http://no.longer.valid/phpwiki/index.php/SME7FAQs#Passwordx20.Strength

Hope this helps,
Del :-)
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 13, 2006, 08:53:53 PM
YES! Thank you verry much! now all i need is a resolution to the privilages issue....


Also, is there any way, to make it where i can start a username/ibayname with a captal letter or number?


and when using third party pop3/imap programs (outlook, outlook express, mozilla thunderbird) is there any way to set the server, so i can use standard imap/pop3 instead of secure imaps/pop3s ?


Thanks



Naemr
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 15, 2006, 07:46:09 AM
I must be becoming a pest....

Is there any way to make the user password changer a public site?

so that clients on the outside (WAN) can use the user-password page to change there passwords?

As it stands right now, they all get the "forbiden" msg.
Title: User login and pop/imap settings help
Post by: MSmith on April 15, 2006, 04:15:43 PM
Looking at another thread, it's nice of you to take the time to help that fellow with his router problem.  You were very patient.  Now then ...

Quote from: "WA-Naemr"
I must be becoming a pest....


Since you brought it up:

1.  A subject line of "HELLLLP" is not very informative.

2.  Saying there's a problem and then finding out it was a typo on your part is slightly annoying.

3.  Not learning to search these forums for answers (for example, password strength has been asked and answered many times) is more than slightly annoying.

That all being said, I think the only way to solve your user password issue from outside the LAN is to have the user authenticate to the server via PPTP, thus putting the user on the LAN; then he/she can access the user panel.

I too ran into the avatar permissions problem and have not solved it, but then again have not tried especially hard.  Everything else about phpBB works great.
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 15, 2006, 05:49:09 PM
Thank you, i was afraid of that, not shure if i want ppl on the network via vpn yet..     and i wish i could search, but i was getting timed out every time i tryed, even with very explicit searches that there was a 1 in 200 chance there was anything in any post even remotly like it,    i suppose i am doomed to slowly search the forums by hand  :-?   thank you for the passowrd help, and i will keep you updated on what i find for avatars



and when using third party pop3/imap programs (outlook, outlook express, mozilla thunderbird) is there any way to set the server, so i can use standard imap/pop3 instead of secure imaps/pop3s ?


Quote
Looking at another thread, it's nice of you to take the time to help that fellow with his router problem. You were very patient. Now then ...


Thank you, i hope to be of benifit to more ppl on these boards in the future  :-D  




Naemr
Title: User login and pop/imap settings help
Post by: WA-Naemr on April 17, 2006, 03:08:43 PM
Also, is there any way to set it so i can use Numbers and CAPITAL letters when creating users/ibays?   mainly users,



Thanks




Naemr
Title: User login and pop/imap settings help
Post by: NickCritten on April 25, 2006, 10:30:30 AM
In *nix you use chown to change the ower and chmod to change the permissions.


The folder for the avatars should already have its owner group set to set to www (thats apache by the way) to check, cd to the parent folder and do a ls -l

To change the permission on a specific folder to 777, you would do chmod 777 images

For more info on any CLI command, either do a <cmd> --help for quick help or man <cmd> for the full manual.

Also if you are asking Linux (as opposed to SME-only) questions, you are much better off searching google for the answer... There are lots of Linux for Newbies website out there (I should know, I'm still wet behind the ears myself! ;-)