Search:

Type: Posts; User: crmanski; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. [SOLVED] Re: Proliant "Grub Error 18" with 2TB boot partition

    Fixed...

    apt-get update && apt-get dist-upgrade
    apt-get install grub-pc
    Chose the volume (not the partition!)
    The install complete successfully. I Checked the grub.cfg files and it looked good....
  2. [SOLVED] Re: Proliant "Grub Error 18" with 2TB boot partition

    After some toiling around I was able to get the server up with by reinstalling grub from a livecd...

    sudo grub-setup -d /media/<UUID Here>/boot/grub /dev/cciss/c0d0p

    This gave me a grub_rescue...
  3. [SOLVED] Proliant "Grub Error 18" with 2TB boot partition

    Hello,
    I have an ML570 G4 with a P400 array card. Ubuntu server 10.04. I added more drives and extended the size of the partition to 2048gb. Now on boot I get Grub Error 18. The live cd sees the...
  4. Replies
    33
    Views
    14,908

    [ubuntu] Re: HELP! LTSP client blank screens

    I'm having the same issues after resolving the ndb server and tftp issues. It seems like the image is to large to load over the network.
  5. Replies
    75
    Views
    36,822

    Re: Video Convertor Nautilus Script

    There is MKV support in the "beta" version. MKV's with h264/acc in them can be troublesome though. Usually the Audio/Video are out of sync.
  6. Replies
    75
    Views
    36,822

    Re: Video Convertor Nautilus Script

    Matt,
    The latest version that I am using on Gutsy is now in the original post.
    Craig
  7. Replies
    88
    Views
    67,319

    Re: Video Convertor Nautilus Script

    For a while I had kubuntu-desktop and the regular ubuntu-desktop both installed. When I was logged into a KDE session I would open a terminal and run...

    nautilus --no-desktop

    Then you can...
  8. Replies
    88
    Views
    67,319

    Re: Video Convertor Nautilus Script

    You could try changing the part that says...

    #Check For VOB
    is_vob ()
    {
    file -bi "$1" | grep 'video/mpeg' && echo $1 | grep -i '\.vob$'
    }


    to this...
  9. Replies
    75
    Views
    36,822

    Re: Video Convertor Nautilus Script

    Try changing the top line to read this...
    #!/bin/bash
    instead of
    #!/bin/sh
  10. Replies
    88
    Views
    67,319

    Re: Video Convertor Nautilus Script

    You use this on the command line...

    ./video-convert *.*
    This includes the .IFO, and .BUP file which are probably giving you the application/octet-stream. You should specify the name of the file...
  11. Replies
    75
    Views
    36,822

    Re: Video Convertor Nautilus Script

    It might, I have not updated the machine I use this on to Feisty. I am running mythtv and decided to stick with dapper to have the LTS. It should, give it a shot...
  12. Replies
    59
    Views
    67,166

    Re: Installing Webmin on Dapper Server

    hockey97,
    I wonder if you could post the contents of your /etc/apt/sources.list? I'm wondering if the correct repositories are enabled.
  13. Replies
    59
    Views
    67,166

    Re: Installing Webmin on Dapper Server

    I have not tried fiesty out yet, so I am not sure of the init setup. I think it uses something else now. In edgy I noticed that there was a /etc/init.d/rc.local present. If that is in feisty how...
  14. Replies
    88
    Views
    67,319

    Re: Video Convertor Nautilus Script

    If you post the code i'll include it in the first post.
  15. Replies
    88
    Views
    67,319

    Re: Video Convertor Nautilus Script

    Other than adding support for other formats I do not plan on going much further with this project. Last update was 10/17/06.
  16. Replies
    59
    Views
    67,166

    Re: Installing Webmin on Dapper Server

    If you go to http://packages.ubuntu.com/webmin you will see what versions of ubuntu have the webmin package available
  17. Replies
    59
    Views
    67,166

    Re: Installing Webmin on Dapper Server

    I'm pretty sure you can. I have not done it. If you want to access it from port 80 you would have to setup a reverse proxy in that virtual hosts config in apache.

    This code might do it if you have...
  18. Replies
    88
    Views
    67,319

    Re: Video Convertor Nautilus Script

    Certianly. It was still early in development when I started this and didn't convert the files in the way I wanted at the time. I have looked at it in the last month or so and I like todisc and some...
  19. Replies
    75
    Views
    36,822

    Re: Video Convertor Nautilus Script

    Hi,
    This is the old thread. Did you try the newer version?
    http://www.ubuntuforums.org/showthread.php?t=193754
  20. Replies
    88
    Views
    67,319

    Re: Video Convertor Nautilus Script

    When I have had these errors in the past it was because I had some odd/non-supported repositories enabled (seveas, cipherfunk to name a few). If you have something like that in your setup you could...
  21. Replies
    88
    Views
    67,319

    Re: Video Convertor Nautilus Script

    I would use the beta version of the script that I have on the first post and make sure that in the config options at the beginning of the script are set to use mencoder instead of ffmpeg.
  22. Replies
    88
    Views
    67,319

    Re: Video Convertor Nautilus Script

    Remove this part of the line: -ac 2
    That might work. Strange that it is 5 channel and not 6.
  23. Replies
    88
    Views
    67,319

    Re: Video Convertor Nautilus Script

    Everything looks ok in what you posted. The only thing that I can even think of is that the Video is in a folder on the Desktop. I have had others say the script did not work when executed on files...
  24. Replies
    88
    Views
    67,319

    Re: asf/mpg to xvid - jerky video

    I have not had good luck with ffmpeg creating XVID files. The latest Avidemux seems pretty good, but it is hard to script. I have been converting my mythtv recordings (MPG) to xvid with these...
  25. Replies
    59
    Views
    67,166

    Re: Installing Webmin on Dapper Server

    Personally, I have not tried it. The deb they offer should work, but you have to enable the root account, which is disabled by default. I prefer my method :D
Results 1 to 25 of 72
Page 1 of 3 1 2 3