Questions tagged [reinstall]

45 questions
0
votes
2 answers

Reinstalled MySQL on ubuntu 12.04 server now websites wont load?

Had an issue with mysql on the server so decided to completely remove it via the following sudo apt-get remove --purge mysql-server mysql-client mysql-common rm -rf /var/lib/mysql rm -rf /etc/mysql* then the following to reinstall apt-get install…
cosmicsafari
  • 199
  • 1
  • 12
0
votes
3 answers

MySQL reinstall questions

For some reason my /var/run/ dir on debian6 had it's chown and chmod changed. Problem is from what? Outcome is that mysql fails. I'm guessing the easiest way to fix is to reinstall MySQL. (Previously this LAMP was running fine.) However, I have…
dmayo
  • 111
  • 1
  • 7
0
votes
1 answer

What should I back up before reinstalling new Ubuntu LTS? (8.04 > 10.04)

A work server is in need of upgrading, im hoping to move it from 8.04 LTS to 10.04 LTS (Can't move to 12.04 unfortunately as its not provided by our VPS provider) I have backed up the following. /home & website files All MySQL dbs Apache…
cosmicsafari
  • 199
  • 1
  • 12
0
votes
1 answer

Should i disable triggers when force reinstalling packages in ubuntu (to repair corrupted exectables)

I want to reinstall some selected packages on my ubuntu server (lucid). I'm planning on running cat packages.txt | xargs apt-get --reinstall install to restore some executables I think may have become corrupted. My question is, should I use dpkg's…
sirlark
  • 211
  • 2
  • 12
0
votes
1 answer

Mule ESB reinstall

I am trying to reinstall Mule ESB on my Windows Server machine and noticed something odd: When I had previously installed it, the service used to be listed under the Administrative Tools -> Services automatically. Then I tried to uninstall Mule…
O_O
  • 635
  • 3
  • 15
  • 25
0
votes
1 answer

re-install hp dc7600

I inherited a used hp/compaq dc7600 desktop after we upgraded at work. The hard disk was re-formatted but it came with a set of HP XP and Restore disks - unfortunately for a dc5800. I optimistically ran the automated format and install of XP. It…
bob
  • 3
  • 2
0
votes
7 answers

Reinstall Postfix

I tried to reinstall Postfix, but I get this bunch of errors: root@***:/etc/init.d# sudo apt-get install -f postfix Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: procmail postfix-mysql…
Kevin
  • 61
  • 1
  • 3
  • 8
0
votes
1 answer

Reinstalling a package on Solaris 11

I installed gcc 4 on Solaris 11 using pkg-get gcc4g++ near the end of the installation process it showed a warning that some script didn't run succesfully (which I didn't write down unfortunately). Now some include files are missing (eg.…
Gene Vincent
  • 385
  • 1
  • 6
  • 16
0
votes
2 answers

Backup and Restore of Machine Account (Active Directory)

I have an XP Workstation which is member of an AD Domain. I have to reinstall Windows XP on the machine. After that I should ask the Domain Admin to re-join the machine to the domain. Is there any way of backing-up an restore the domain account on…
Drnoone
  • 113
  • 4
0
votes
2 answers

Re install MySQL while ignoring all previous stuff

A few days ago I installed mysql-server on a machine and then discovered that it was putting it's data file on a partition without nearly enough room. So (because there was nothing I cared about in the DB) I shut it down, sym-linked /var/lib/mysql…
BCS
  • 1,065
  • 2
  • 15
  • 24
0
votes
3 answers

Apache2 refuses to process php files - "Snow Leopard" OSX 10.6.4

I have a macbook pro i5. my understanding is that by default it should be able to serve php5. i have uncommented the relevant line in /etc/apache2/httpd.conf LoadModule php5_module libexec/apache2/libphp5.so I have restarted apache with …
w-01
  • 215
  • 2
  • 12
0
votes
2 answers

how to repair ubuntu 8.04.4 after uninstalling many things by mistake

While trying to install rmagick and failing, I thought I would uninstall libfreetype6 and then reinstall it. When I entered sudo apt-get remove libfreetype6 It asked that the following packages will be removed, the list was long and included…
umar
  • 135
  • 1
  • 10
-1
votes
1 answer

HP Elite 8300 SFF - Recovery without Recovery Partition... where's my image?

I'm trying to re-image my machine... at the moment it doesn't have ANY os on it, as the drive has been wiped, thus any recovery images are gone, too. This poses a problem when I'm reinstalling Windows: I am being prompted for a license key, which I…
RomoCode
  • 109
  • 3
-1
votes
2 answers

Windows 8 installed by WDS will not activate

I would like to stop using the preload from the manufactures (HP, Acer, etc) and perform a clean install on all the new notebooks before we sell them. But there is one major problem: When I reinstall Windows 8 with WDS, Windows keeps saying that…
-1
votes
2 answers

MySQL table "doesn't exist" error

I'm using Windows 7 Ultimate x64. After reinstalling OS copied back whole MySQL data directory to C:/Programdata. But now when i'm trying to open some table from restored db's with Navicat it shows me http://prntscr.com/2s9wl error. I don't know…
Tural Ali
  • 119
  • 1
  • 10
1 2
3