Comments 151 to 175 of 197

Quote completemadness 16th April 2008, 21:35
you can set a Static IP in any operating system

More recent DHCP servers do offer the feature, you could allways use DD-WRT (custom firmware) or something (which offers this feature)
Quote jakenbake 16th April 2008, 22:31
Quote:
Originally Posted by steveo_mcg
Edit3: you need to set the IP between 2 and 99 so 192.168.1.2 ---> 192.168.1.99
why, i was gonna do 106...

thought about flashing the firmware on the router. i don't really have time to screw with it now though. I just want to move this server to the basement so its not a million degrees in my room.
Quote Millusdk 17th April 2008, 06:08
You can assign any number below 254 (in theory). However 0 and 1 are reserved already. So no problem with 106, mine has 200.
Quote steveo_mcg 17th April 2008, 08:26
Quote:
Originally Posted by jakenbake
why, i was gonna do 106...

thought about flashing the firmware on the router. i don't really have time to screw with it now though. I just want to move this server to the basement so its not a million degrees in my room.

Your routers DHCP server assigns addresses from 100 to 254 so if your going to use a fixed you don't want the router to start also assigning that address to an other device... that would be a nightmare to diagnose.

source: one of many.
Quote Millusdk 17th April 2008, 11:22
My router starts assigning IP adresses at 100, but it is set to only allow 50 IP adresses to be assigned at one time.
Quote completemadness 17th April 2008, 19:01
Quote:
Originally Posted by Millusdk
My router starts assigning IP adresses at 100, but it is set to only allow 50 IP adresses to be assigned at one time.
it would be a good idea for you to assing <100 then, Because the IP's are assigned randomly, the one you have chosen could be assigned and cause you unforseen problems

Best to just avoid the problem if possible ;)
Quote Millusdk 17th April 2008, 19:33
I know, but when it says 50 IP adresses it is adresses from 100-150 :D and it assigns based on mac adress starting at 100, then 101, 102 and so forth
Quote completemadness 17th April 2008, 20:46
Quote:
Originally Posted by Millusdk
I know, but when it says 50 IP adresses it is adresses from 100-150 :D and it assigns based on mac adress starting at 100, then 101, 102 and so forth
not neccisarily

Im my experience its pretty random, just picking a number from the range
Quote ~tjb~ 19th April 2008, 17:19
phpmyadmin isn't showing up in apache. I've installed every thing but it's not working.
Quote Glider 19th April 2008, 17:34
Can you post the output of
Code:
sudo ls -al /var/www/*
Quote ~tjb~ 19th April 2008, 18:02
Here ya go
Code:
travis@xubuntu-server:~$ sudo ls -al /var/www/*
[sudo] password for travis:
total 32
drwxr-xr-x 2 root root 4096 2008-04-18 22:37 .
drwxr-xr-x 3 root root 4096 2008-04-18 22:37 ..
-rw-r--r-- 1 root root 2205 2005-12-14 08:25 apache_pb22_ani.gif
-rw-r--r-- 1 root root 2410 2005-12-14 08:25 apache_pb22.gif
-rw-r--r-- 1 root root 1502 2005-12-14 08:25 apache_pb22.png
-rw-r--r-- 1 root root 2326 2004-11-20 12:16 apache_pb.gif
-rw-r--r-- 1 root root 1385 2004-11-20 12:16 apache_pb.png
-rw-r--r-- 1 root root   44 2004-11-20 12:16 index.html
travis@xubuntu-server:~$ 
Quote ~tjb~ 19th April 2008, 18:25
I just noticed that there is a "MySQL Administrator" and "MySQL Query Browser" in the Applications/Development menu.
Quote Glider 19th April 2008, 18:53
Well, PHPMyAdmin doesn't seem to be installed. Reinstall it through synaptics.
Quote ~tjb~ 19th April 2008, 19:07
This is what I get In the Details once synaptic is done (re)installing.
Code:
Preconfiguring packages ...
(Reading database ... 91538 files and directories currently installed.)
Preparing to replace phpmyadmin 4:2.10.3-1ubuntu0.2 (using .../phpmyadmin_4%3a2.10.3-1ubuntu0.2_all.deb) ...
Unpacking replacement phpmyadmin ...
Setting up phpmyadmin (4:2.10.3-1ubuntu0.2) ...
 * Reloading web server config apache2
4787
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
   ...done.
invoke-rc.d: unknown initscript, /etc/init.d/apache not found.
invoke-rc.d: unknown initscript, /etc/init.d/apache-ssl not found.
invoke-rc.d: unknown initscript, /etc/init.d/apache-perl not found.
Quote Glider 19th April 2008, 19:33
Does the phpmyadmin page show up under /var/www/?
Quote ~tjb~ 19th April 2008, 19:36
nope
Quote completemadness 19th April 2008, 20:10
if you have no other website things/changes
Code:
sudo apt-get remove --purge apache2 phpmyadmin
then re-install them
Code:
sudo apt-get install apache2 phpmyadmin
or
Code:
sudo aptitude install apache2 phpmyadmin
Quote ~tjb~ 19th April 2008, 20:24
What do I do here?
Code:
Package configuration                                                           

   ┌───────────────────────┤ Configuring phpmyadmin ├───────────────────────┐   
   │ phpMyAdmin supports any web server that PHP does, but this automatic                                  │   
   │ configuration process only supports Apache.                                                                              │   
   │                                                                        │   
   │ Web server to reconfigure automatically:                               │   
   │                                                                        │   
   │    [ ] apache2                                                         │   
   │    [ ] apache                                                          │   
   │    [ ] apache-ssl                                                      │   
   │    [ ] apache-perl                                                     │   
   │                                                                        │  
   │                                                                        │   
   │                                 <Ok>    
Quote Glider 19th April 2008, 21:30
Select Apache2

EDIT: you can recall that by doing
Code:
sudo dpkg --reconfigure phpmyadmin
Quote ~tjb~ 19th April 2008, 21:45
It's still not showing up.
Quote Millusdk 19th April 2008, 22:30
phpmyadmin does not show up in apache on mine either, but just type in http://###.###.###.###/phpmyadmin/, or with ssl and tunneling http://localhost/phpmyadmin/
Quote ~tjb~ 20th April 2008, 01:04
Thanks. I can get to it but isn't in /var/www/
Quote Millusdk 20th April 2008, 10:44
That is because in the latest version of xubuntu phpmyadmin is not places in /var/www/ instead it uses a alias. In theory it gives the same function, only phpmyadmin does not show up if you have no index page in root :D
Quote curiouscat 22nd April 2008, 20:03
I don't know if this issue has been addressed by a previous post but I couldn't find anything related after scrolling through the messages.

I've been using PuTTY and UltraVNC Viewer without any issues for a couple of months now. The only glitch I suffer from is when my Xubuntu box goes headless and I try connecting to it from other computers. UVNC viewer cannot seem to resolve the correct resolution from my Xubuntu box and keeps giving me only 640x480 (or the like).

One thing I've noticed is that when I temporarily attach a monitor to my Xubuntu box, UVNC viewer then defaults to the correct resolution. After the Xubuntu box reboots, however, the screen resolution glitch comes back.

I've tried newer versions of UltraVNC Viewer to no effect. Anyone have the same issues and/or have tips for this problem? Thanks and cheers!
Quote Millusdk 23rd April 2008, 11:38
It sounds like it is not a problem related to your UltraVNC client. I think it might be a problem related to your Xubuntu box. I think you should check the settings for displays on your box.
Log in

You are not logged in, please login with your forum account below. If you don't already have an account please register to start contributing.



BFG 9800GTX OC


Stats: 0.166 seconds