Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thread: Slow RAID 6

    by jchung
    Replies
    30
    Views
    3,040

    [ubuntu] Re: why my RAID 6 is so freaking slow???

    The later scripts do expect block devices. But if you have some experience writing scripts, that should be easy enough to change/update.

    I don't recall if I wrote it to be tolerant of block...
  2. Replies
    13
    Views
    1,525

    [all variants] Re: Temporarily restrict a user from ssh login

    Only the first time you add the line or whenever you change the listed groups on the line.

    Otherwise, you just add/remove accounts from the groups specified in the config.
  3. Replies
    13
    Views
    1,525

    [all variants] Re: DenyGroups

    That works too. And a useful little script to simplify the whole process.

    Personally still prefer using Allowgroups instead of Denygroups, as I'd rather have a default deny all policy instead of...
  4. Replies
    13
    Views
    1,525

    [all variants] Re: Temporarily restrict a user from ssh login

    You could add the 'AllowGroups' config to your sshd_config file.

    Basically, create a group like 'sshusers' and configure your SSH daemon to only allow members of the sshusers group to log in.
    ...
  5. Replies
    2
    Views
    1,139

    [ubuntu] Re: Netatalk - can't browse shares

    Did you install and configure Avahi?

    http://sysblog.sund.org/2010/05/install-netatalk-and-avahi-on-ubuntu-10-04/
  6. Replies
    17
    Views
    4,999

    [lubuntu] Re: SSH Key authentification failure

    Hmmm... would be interesting to see your environment variables. I'm still unsure as to why there is a reference to 'seaking' in the verbose output of ssh.

    Otherwise... have you tried with a...
  7. Replies
    17
    Views
    4,999

    [lubuntu] Re: SSH Key authentification failure

    Are you logged into your local machine as seaking or as b1n3ry?

    Can you show the environment variables?

    either just "set" or just "env" from the command line. Or settings in your .profile,...
  8. Replies
    17
    Views
    4,999

    [lubuntu] Re: SSH Key authentification failure

    Hmm... weird... is 'b1n3ry' on the server or on your local system? I take it 'seaking' is on your local system?

    Its weird that your SSH session would be trying to offer up a key form 'b1n3ry'.
    ...
  9. Replies
    17
    Views
    4,999

    [lubuntu] Re: SSH Key authentification failure

    Really?

    Are you using this in a script? Have you tried it from the command line? If from the command line, you should be able to just type 'ssh -vvv user@host'

    ...
  10. Replies
    17
    Views
    4,999

    [lubuntu] Re: SSH Key authentification failure

    Anything in the logs for the sshd ?

    Have you tried running ssh with the -vvv option? e.g. ssh -vvv john@doe.com
  11. Replies
    6
    Views
    2,072

    [ubuntu] Re: software raid performance on ubuntu 10.04

    To give you an idea... I have a file server at home where I have two mdadm arrays created. One is ~ 6TB (8 drive RAID 6 array) and the other is ~ 9TB (4 drive RAID 5 array).

    I use a Intel(R)...
  12. [ubuntu] Re: Experimenting with software RAID in VirtualBox; need help

    To give you an idea... I have a file server at home where I have two mdadm arrays created. One is ~ 6TB (8 drive RAID 6 array) and the other is ~ 9TB (4 drive RAID 5 array).

    I use a Intel(R)...
  13. [SOLVED] Re: Command line speed test, and slow download speeds on samba share.

    Have you tweaked your network settings?

    http://www.psc.edu/networking/projects/tcptune/
  14. Replies
    24
    Views
    15,612

    [ubuntu] Re: Building an small ubuntu backup server

    I think you need to decide which route you want to go with your client backups:

    1. Client / Server - like Bacula, Tivoli Storage Manager, Backup Exec, etc... Where you must setup an specific...
  15. Replies
    24
    Views
    15,612

    [ubuntu] Re: Building an small ubuntu backup server

    Hmmmm.... let me provide a fuller response...

    Seems you have a couple things you want to do:

    1. Backup Windows PCs
    2. General File Server for images and apps
    3. Backup the backups.


    Let...
  16. Replies
    24
    Views
    15,612

    [ubuntu] Re: Building an small ubuntu backup server

    Have you considered Backula?

    http://www.bacula.org/en/

    I believe it should be available via an apt package. And they have clients for most platforms.
  17. Re: 11.10 Server install - Dell Inspiron 1720 - Locking up during heavy network usage

    How much memory is installed on the laptop? What else do you have running on the laptop? Have you tweaked any Linux VM settings via sysctl ?

    Joo
  18. Replies
    4
    Views
    3,368

    [ubuntu] Re: sysctl tuning: how to limit vm caching?

    Try this article

    http://www.enterprisenetworkingplanet.com/netsysm/article.php/3741281/Understand-Linux-Virtual-Memory-Management.htm
  19. [ubuntu] Re: Software RAID extremely slow / kills processor resource

    Glad you got it figured out!

    Sorry... I've never used the other options you have listed there other than 'sync'. You might try using 'async' and see if it helps. Otherwise I can't comment on the...
  20. [ubuntu] Re: Software RAID extremely slow / kills processor resource

    Thats probably ok. As long as there are no errors report. Did you check the error log too?

    I take it the resync finished? did you start the 'dd' again?

    Joo
  21. [ubuntu] Re: Software RAID extremely slow / kills processor resource

    Good deal. Thats looking much better.

    Array will be resynced in no time.

    Joo
  22. [ubuntu] Re: Software RAID extremely slow / kills processor resource

    BTW, thats a VERY SLOW sync speed. It will take forever to finish. At that speed, it will take 30 days to finish.

    If you want to speed up the array sync, run the following:



    # echo 400000 >...
  23. [ubuntu] Re: Software RAID extremely slow / kills processor resource

    Hmm.... yeah. most everything looks good. But, you do have a 'cp' running at the same time as the 'dd'.

    Do you know what is being copied by the 'cp' ?

    You should test first with only ONE of...
  24. [ubuntu] Re: Software RAID extremely slow / kills processor resource

    Here are the options I use...


    /dev/md0p1 /data ext4 async,nodiratime,noatime,stripe=384,data=writeback,nobarrier,journal_async_commit,nobh 0 2


    async - I don't see a difference in...
  25. [ubuntu] Re: Software RAID extremely slow / kills processor resource

    Thats a fair point Ruby. I should have looked back through the other posts.

    Regarding the stride and stripe width... It looks like his chunk size is 512KB. Shouldn't stride be 128 (512KB / 4KB...
Results 1 to 25 of 30
Page 1 of 2 1 2