Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    413

    [ubuntu] Re: graphic on a cloud computer

    Guess I should have looked up what iMacro actually is. Could you not use vnc as sandyd mentioned? Just connect over vnc (probably want to encrypt somehow i.e. ssh), start the iMacro running and...
  2. Replies
    4
    Views
    413

    [ubuntu] Re: graphic on a cloud computer

    You could use X forwarding over SSH. Look it up on google as I can't remember if there's anything particularly special that you need to do. I've used it a couple times on my local server and it works...
  3. Replies
    3
    Views
    437

    [all variants] Re: Only want PHP no SQL

    If you're not using any SQL then you won't need phpmyadmin because all it does is administer SQL databases.
  4. [ubuntu] Re: Increasing fs.inotify.max_user_watches - Operation not permitted

    Yeah, some quick googling shows that it's a problem with OpenVZ, hopefully your provider can figure out how to change it for you.
  5. [ubuntu] Re: Increasing fs.inotify.max_user_watches - Operation not permitted

    A server install still sets up a normal user, it just gives them sudo privileges. When it asks for your username when you login do you type 'root' or a different name?
  6. [ubuntu] Re: Increasing fs.inotify.max_user_watches - Operation not permitted

    Are you sure you are running those commands as root? I tried the first command you posted on a newly installed 12.04 (should work the same for 10.04) and it worked fine. The exact command I ran was ...
  7. [SOLVED] Re: how do i remove apache server from startup

    Try
    sudo update-rc.d -f apache2 remove
  8. [SOLVED] Re: Recommended tasksel install sequence?

    It doesn't really matter which order you install the servers as all of them are independent of each other. Although I usually install ssh first just so I can connect via ssh to do the rest of my...
  9. Replies
    5
    Views
    531

    [ubuntu] Re: best network configuration?

    It really depends on what you want to do with the server. If you're just using it as a local server for files, backups, etc. I'd just connect it to your router like a regular PC. And if you need...
  10. [SOLVED] Re: MiniDLNA showing up on client, files are not showing

    It usually takes a little while to build the database. However, on the client you should see it slowly adding files. If you want you can also look at the database file directly using an sqlite...
  11. [SOLVED] Re: MiniDLNA showing up on client, files are not showing

    In your config file it looks like you forgot to enable inotify. Uncomment the lines
    #inotify=yes
    and
    #notify_interval=895
    And you can also decrease the notify interval, I have it set at 300 (5...
  12. [SOLVED] Re: MiniDLNA showing up on client, files are not showing

    You can try changing the number of max_user_watches. My value is 524288, I don't remember setting that though. But with some googling I found a site that explains how to change it...
  13. [SOLVED] Re: MiniDLNA showing up on client, files are not showing

    I'm not sure why you have /var/lib/minidlna configured for one of your media folders, if you don't have any media in there you could try removing it. I don't think that's the problem though.

    Also...
  14. Replies
    6
    Views
    996

    [ubuntu] Re: Home Media Linux Server

    Here's my 2 cents about your requirements

    1) Filesharing via Samba will work.

    2) If you only want to share a small audio library I'd just use MiniDLNA, I forgot it could do audio as well and...
  15. Replies
    6
    Views
    996

    [ubuntu] Re: Home Media Linux Server

    For media server duties it depends on what kind of clients you're going to be serving (pcs, tvs, game consoles, etc.) and what kind of media.

    Video

    For Windows pcs you can just share out the...
  16. Replies
    3
    Views
    1,081

    [SOLVED] Re: CRON job that would notify new files

    Take a look at incron. It runs scripts through "incrontab" (similar to cron and crontab) based on inotify notifications. Take a look at...
  17. [ubuntu] Re: Problem Adding New Drive to mdadm RAID 5

    Well I tried zeroing out the drive using the following command
    sudo dd if=/dev/zero of=/dev/sddand got this output
    dd: writing to `/dev/sdd': Input/output error
    1060625+0 records in
    1060624+0...
  18. [ubuntu] Re: Problem Adding New Drive to mdadm RAID 5

    Thanks, I actually upgraded to 3.1.4 using a ppa I found through google. The shrink seems to be working, takes a long time though, says something like another day or so, oh well.

    As for the SMART...
  19. [ubuntu] Re: Problem Adding New Drive to mdadm RAID 5

    Thanks for the reply, I'll let you know what I get from the long SMART test and in the meantime I'm going to try to shrink the array using instructions like you posted in another thread...
  20. [ubuntu] Problem Adding New Drive to mdadm RAID 5

    My current RAID 5 array consisted of 3x2TB WD Caviar Green hard drives and I wanted to add another drive to it so I purchased another 2TB WD Caviar Green and grew the array using
    mdadm --add...
  21. Replies
    7
    Views
    809

    [ubuntu] Re: anyone use media tomb have this?

    I think that has to do with the transcoding settings in the config file. Unfortunately, I'm not at home right now so I can't check for sure. I'm pretty sure that you can setup multiple transcoding...
  22. [ubuntu] Re: .screenrc entries to show always the windows in bottom

    I'd recommend using the hardstatus command instead of caption. So you would change your line to read
    hardstatus alwayslastline “%H %c | %-w%{=}%n-%t%{-}%+w” That seems to work good for me, and you...
  23. [ubuntu] Re: Media Server Software - With Web Interface?

    I recently started trying out Subsonic because it has an android client. The web interface isn't bad, but I still just use Media Monkey desktop client with my music folder mounted from my server....
  24. Replies
    14
    Views
    2,081

    [ubuntu] Re: 10.04 Server RAID5 LVM help

    That lvcreate command should work, but I usually just use
    sudo lvcreate -l 100%VG -n lv1 vg1 /dev/md0to create a logical volume that spans the entire array.
  25. Replies
    2
    Views
    379

    [ubuntu] Re: configuration command?

    tasksel
Results 1 to 25 of 78
Page 1 of 4 1 2 3 4