Koozali.org: home of the SME Server

Lost Posts

Offline byte

  • *
  • 2,183
  • +2/-0
Lost Posts
« on: September 03, 2006, 11:03:30 PM »
Has any noticed that all posts from today is missing?!
--[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!

hitman012

Lost Posts
« Reply #1 on: September 03, 2006, 11:20:21 PM »
I too noticed this. My account also disappeared :-?

Offline Jean-Philippe Pialasse

  • *
  • 2,912
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Lost Posts
« Reply #2 on: September 03, 2006, 11:32:37 PM »
yes my posts too have disappeared

Offline groutley

  • *****
  • 213
  • +0/-0
    • http://www.routley.homeip.net
Lost Posts
« Reply #3 on: September 03, 2006, 11:42:15 PM »
my complete thread has gone,  and my last bugtracker update has gone

Offline dsemuk

  • *****
  • 269
  • +0/-0
Lost Posts
« Reply #4 on: September 03, 2006, 11:51:02 PM »
Can you see this thread groutley?  It appears to be your thread:

http://forums.contribs.org/index.php?topic=33582.msg143389#msg143389

Dave
--
Esmith/Mitel/SME server  :-D...

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
Lost Posts
« Reply #5 on: September 04, 2006, 12:44:32 AM »
Its across the board, I had posted a reply to spammassassin announce from Knuddi at around 1:00 this morning on the vs6 forum-contribs, gone. The sticky post on 7 about upgrade/restore is gone also, and to the best of my understanding had not been updated yesterday.

Groutley, I had replied to your post at around 01:00 and indicated that the errors you are seeing in http-admin logs are not consistent with what I have seen on a couple of version 7 systems.  It seems that your problem is related to fresh install of vs7 and restore of data from an old version 6 drive.  I suggest that you post a bug in bugzilla outlining exactly what has happened, including the fact that when doing a scan of your box against your IP address, all ports appear to be closed except Port80.   Also mention adding a template recovered from your version 6 system to provide DSN for your Bigpound connection. The Developpers may want to know about this.

I had also suggested that you remove your template and check whether this make a difference, i.e. can you access server-manager via your external card using the IP address - a wild shot. All the best and lets hope that the missing posts resurface at some stage.
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.

Offline Jean-Philippe Pialasse

  • *
  • 2,912
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Lost Posts
« Reply #6 on: September 04, 2006, 01:19:13 AM »
i have lost a complete thread too, with a reponse from cactus.
the subject was update from sme 7 beta 4 to sme 7.0

Offline raem

  • *
  • 3,972
  • +4/-0
Lost Posts
« Reply #7 on: September 19, 2006, 12:13:28 AM »
For those interested (& I'm sure there are many), here is one of the posts that went missing. Lucky I copied & saved it.

Question:
have Installed a clean v7.0 on a new server, and after removing
custome templates and add ins to the best of my ability, used the
copyfromdisk method to copy the OLD sme 6.01 data to the new server.

Answer:
If I understand you correctly, you may not have followed the recipe
correctly when upgrading your server. You should cleanup your custom
templates (templates-custom and templates-user-custom to be precise) AFTER
restoring your data from the old vs6 drive. Check steps 10 to 14 below, and
follow them strictly. Removing custom-templates before restore of old data
from your VS6 drive achieves nothing - just check relevant directories and
see what is there, probably some templates from the old VS6 drive, and
possibly your problem. Hope it helps.

On the new machine do the following:
1. Fresh install 7.0 {was 7.03)
2. Shut down.
3. Install old 6.0 drive and start machine.
4. cd /
5. mkdir /mnt/tmp
6. mount /dev/hdb2 /mnt/tmp (adjust "hdb2" according to where the 6.0 drive
is installed).
7. /sbin/e-smith/db configuration setprop backup Program CopyFromDisk status
enabled
8. /sbin/e-smith/signal-event pre-restore
9. /sbin/e-smith/signal-event restore-tape /mnt/tmp
(note: this step may take a long time depending on how much data is being
restored)
10. cd /etc/e-smith
11. mv templates-custom templates-custom.old
12. mkdir templates-custom
13. mv templates-user-custom templates-user-custom.old
14. mkdir templates-user-custom
15. /sbin/e-smith/signal-event post-upgrade
16. /sbin/e-smith/signal-event reboot
17. Shutdown and remove old VS6 drive
...