Koozali.org: home of the SME Server

User login and pop/imap settings help

WA-Naemr

User login and pop/imap settings help
« 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..  :-(

Offline byte

  • *
  • 2,183
  • +2/-0
Re: I am a newb, with a newbie question..
« Reply #1 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"
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline stiperstones

  • *
  • 177
  • +0/-0
    • http://www.stiperstones.com
User login and pop/imap settings help
« Reply #2 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
Stiperstones

http://wiki.contribs.org/Koozali_Foundation
Try the Wiki some great how's there

"My Licence".........

Don't report security issues here - Contact security at contribs dot org
Don't report problems here - Please report bugs @ http://bugs.contribs.org/
Don't ask the same question twice - Please search the forums, your question may have been asked before - Thank You.

WA-Naemr

User login and pop/imap settings help
« Reply #3 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

WA-Naemr

User login and pop/imap settings help
« Reply #4 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

Offline cjensen

  • *
  • 133
  • +0/-0
    • http://acenet-tech.org
User login and pop/imap settings help
« Reply #5 on: April 13, 2006, 07:55:52 AM »
login as you would for server-manager, as 'admin'

CJ

WA-Naemr

User login and pop/imap settings help
« Reply #6 on: April 13, 2006, 10:05:25 AM »
it does not give me the login option when atemting to go to the phpmyadmin index

WA-Naemr

User login and pop/imap settings help
« Reply #7 on: April 13, 2006, 10:21:02 AM »
Never mind :)    i got it...   forgot a /
  :oops:



thank you all :)




Naemr

WA-Naemr

User login and pop/imap settings help
« Reply #8 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?

WA-Naemr

User login and pop/imap settings help
« Reply #9 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:

WA-Naemr

User login and pop/imap settings help
« Reply #10 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!

WA-Naemr

User login and pop/imap settings help
« Reply #11 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

Offline del

  • *
  • 765
  • +0/-0
User login and pop/imap settings help
« Reply #12 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 :-)
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

WA-Naemr

User login and pop/imap settings help
« Reply #13 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

WA-Naemr

User login and pop/imap settings help
« Reply #14 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.