Search posterous

Search all posts and users. Type a name, type a favorite song title, whatever! See what comes up.
  

More posterous blogs











More recommended blogs »

Here are posterous posts filed under error...

ardiba says...

Filed under: error

tneupaney says...

I just installed the new karmic koala, in my laptop. After I configured everything i installed apache2. While i started the apache2 service daemon I bumped into the following error:

apache2: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

While this error is not new to people who have configured apache previously, but the remedy was wonderfully easy. So i wanted to share this with you folks. To do so, you need to edit the httpd.conf file located in /etc/apache2 folder. You need to have sudo access (Obviously). So choose your favourite editor and write the following lines in it.

ServerName YOURSERVERNAME

This majical line will solve your problem. Try restarting the service by the following command and watch the error fly away.

sudo /etc/init.d/apache2 restart

Filed under: Error

Jordi says...

Do you have evernote on your iPhone? And do you have problems during the synchronization? Unknown Error u11? .. Read more!

The problem is explained <a href="http://forum.evernote.com/phpbb/search.php?sid=93d683949f0cd34e7f719783b46fddf3">here</a>

Solution:

1. Open evernote in your iphone.
2. Go to Account form.


3. Click at Logout button (important; when you do it, all notes will be deleted from your iphone).
   
Click here to download:
Evernote_on_iPhone_Synchroniza.zip (72 KB)
4. Now you should sing up, like the first time, and all notes will be downloaded from your account.


Now my evernote runs perfectly!

Filed under: Error

Bev says...

After I started to play around with the code and options in Posterous I had the above in my sidebar, underneath My Other Sites. This isn't a bug that's easy to replicate and nor is it exclusive to Posterous. However, looking at the Google results it seems to happen a fair bit.  I've been messing around all morning trying to get rid of this; I was sure I'd made a mistake in customising my html/css.  But, after replacing the entire page with default coding it was still there.  While I'm comfortable using html/css, some of the posts referencing this in the Google Search Results were WTF level.
But they gave me enough to go on.  It was clearly to do with an image tag in the sidebar, and the only ones were the icons for autoposting to Facebook and the RSS Feed.  So I deleted the autopost icons and it disappeared and I then added back the ones I wanted.

Anyway, for those of you using Posterous, who have the Liquid error: private method `gsub' called for nil:NilClass problem it 's all about the Autoposting feature found on your sidebar.  Go to

  • Manage, then
  • Autopost (left hand column) then
  • Autopost to Everywhere (top of the page)  
  • Delete the autopost/s Check your site looks ok
  • Re-add them one by one.


Filed under: Error

This happened to me after I tried to restore few sites with their content databases from CA.  The restoration failed but the content DBs were created in SQL Server but were not displayed in CA.  I simply deleted those databases from SQL Server.  Unfortunately, this caused me not being able to create a new content DB with the same name from CA.  The error message was

  • 'A SharePoint database named ‘….. ‘ already exists'
The solution to this problem was to run the following script on the SharePoint_Config database
  • Delete FROM Objects WHERE Name = 'name of the ghost db'

 

Filed under: Error

ardiba says...

http://bit.ly/ftMCu http://bit.ly/2Nje9r

Filed under: error

mlevit says...

These are part of a message received when trying to run a Windows 7 backup with a system image. I myself have encountered the problem but luckily after some searching have found a solution that worked for me.

Unfortunately I don't have a screenshot of the message you may have received but I do have a text version of it:

[Window Title]
Windows Backup: Troubleshooting Options

[Main Instruction]
Check your backup

[Content]
A shadow copy could not be created. Please check "VSS" and "SPP" application event logs for more information.
Details: Insufficient storage available to create either the shadow copy storage file or other shadow copy data.

[^] Hide Details  [Try to run backup again] [Change backup settings] [Cancel]

[Expanded Information]
Backup time: 10/25/2009 3:23 PM
Backup location: Terra-Stor (M:)
Error code: 0x81000019

So the insufficient space this error is referring to isn't the space on your hard drives that you're trying to copy the backup too, it's the space on that small 100MB boot partition that was created during Windows 7 installation. You can look at the partition yourself by:

  1. Start
  2. Right click My Computer
  3. Manage
  4. Storage > Disk Management
  5. Right click the 100MB
  6. Properties

If you have less than 40% of Free Space then that's the insufficient storage available error. See that drive is actually used to create your system image and therefore cannot drop below 40%. According to a Microsoft employee there is a problem with Windows 7 which causes it to use up more than 60% of that 100MB boot drive.

The trick around this problem is:

If the System reserved partition cannot be extended using Disk Management because of lack of contigous space adjacent to it, creating a new system volume is the workaround. Here are the steps to move the system volume to any other volume:
  1. Choose where you want to have your system volume. Few things you need to keep in mind:
    1. System volume can only be created on a primary partition of MBR disk.
    2. If system volume & boot volume are together, then BitLocker feature cannot be used to encrypt volumes on your machine.
  2. Suggest creating a new volume (say F:) on the same disk that contains the boot partition of size of about 490 MB (be careful to keep it less than 500 MB)
    1. My Edit: To do this you must be in the manage properties as per the steps above.
    2. Right click your C:\
    3. Shrink Volume
    4. Enter 490MB
    5. Right click the new drive
    6. New Simple Volume
  3. Assuming Windows 7 is installed on C: on your machine. From an elevated command-prompt run: bcdboot.exe C:\Windows /s F:.
  4. From elevated command-prompt run: DISKPART
  5. From the disk part command-prompt:
    1. DISKPART> select volume F
    2. DISKPART> active
Now you can reboot your machine and F: will become the system volume. You can undo this by repeating the same steps using the original system volume (you have to assign drive-letter to it) to revert to your previous configuration.

via social.technet.microsoft.com

Once this is done you can head back into Manage:

  1. Right click the new 490MB drive
  2. Change Drive Letter and Paths
  3. Remove

Removing the letter will also remove the drive from appearing in My Computer. Now you should be done. The drive should now be 490MB which is plenty for Windows 7 backup to create a system image. Go to Backup & Restore and run through the wizard again and this time hopefully it should work.

Thanks

Filed under: error

Phong says...

Filed under: error

b3ck says...

Server Error in '/hallgatoi' Application.


Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".



<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Van, amikor bejelentik a karbantartást, van, amikor nem, de a Neptun soha, ismétlem: SOHA nem megy akkor, amikor kéne.

Filed under: error

What data does a 404 error page provide?

404-errorA lot of people seem to think that a 404 page is a dead end street. It's not, there's a whole lot of data that can help you find the content your visitor was looking for. Let's start with the URL: it contains something very useful. All the text that's there after the slash of your domain should be pointing you to what it is the person was looking for.

Great and detailed tutorial on how-to create better 404 pages for wordpress

Filed under: error