Search Results - JustLinux Forums


Search:

Type: Posts; User: Sixstrings

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    3,107

    opps.. just read the "don't support...

    opps.. just read the "don't support virtualization" line. Yeah, that would be a big problem then.
  2. Replies
    10
    Views
    3,107

    The SANs (normally) are not a single point of...

    The SANs (normally) are not a single point of failure. Most of them have built in spare drives that are reassigned on the fly if one drive is having an issue and the raid is rebuilt (most luns are...
  3. Replies
    39
    Views
    6,927

    What does your log files look like for the...

    What does your log files look like for the reboots. I am curious if it shows a change in init level before the reboot. It might help out a bit.
  4. Replies
    7
    Views
    12,356

    Yes, the /virtual directory has to exist to mount...

    Yes, the /virtual directory has to exist to mount it to there. If you create that directory then the mount /virtual command should work.
  5. Replies
    7
    Views
    12,356

    if you run the command mount /virtual what error...

    if you run the command mount /virtual what error do you get?
  6. Replies
    7
    Views
    12,356

    just looking at that, you need to set the...

    just looking at that, you need to set the options, I would suggest _netdev at least since it is nfs and the 0 0 for the fsck options. Oh and get rid of that double slash.

    here is what you need
    ...
  7. Replies
    5
    Views
    1,449

    I have my RHCE (RHEL 5) and I will say it did...

    I have my RHCE (RHEL 5) and I will say it did help me learn a bit more about what I do. However, you have to know a lot about the OS before you go in. If you don't use it every day, you are going...
  8. Replies
    6
    Views
    1,619

    There is a cert guide book out there, the RHCE...

    There is a cert guide book out there, the RHCE study guide by mcgraw hill press that is not too bad. I didn't use it, but a friend looking at it now says is it pretty good. You might want to check...
  9. Replies
    6
    Views
    1,619

    I just passed my RHCE for RHEL5 in February. I...

    I just passed my RHCE for RHEL5 in February. I attended the class so I can say that I had a very good experience with that. I have a CBT for the RHEL4 RHCE and going through it I found it was...
  10. Replies
    5
    Views
    19,556

    Thanks for all the responses guys. This helps a...

    Thanks for all the responses guys. This helps a lot. I am trying to teach myself Python and get away from using Perl. There is no particular reason why, it is just something I want to do. It...
  11. Replies
    5
    Views
    19,556

    Bash commands in Python

    Ok, what I am trying to do is get the output of bash commands into variables in python ( much like per with $output = `ls -l /`; )

    What I am doing is:

    import os

    output = os.system('ls')
  12. Replies
    13
    Views
    1,978

    Thanks. That is not really what I am looking...

    Thanks.

    That is not really what I am looking for. We are rolling out a very large APP infrastructure (about 100 servers) in another country. This does not include all the infrastructure servers...
  13. Replies
    13
    Views
    1,978

    I don't want to run linux from the usb drive, I...

    I don't want to run linux from the usb drive, I just want to have the entire install media on the usb drive
  14. Replies
    13
    Views
    1,978

    Sorry, I just got back from the UK which is why...

    Sorry, I just got back from the UK which is why it took me a bit to get back to this.

    I am trying to install RHEL4 off of a USB key drive. I don't want to OS to run on the key, but just be the...
  15. Replies
    13
    Views
    1,978

    Installing from USB drive

    Ok, I know how to build kickstart usb drives, but I want to put the whole DVD media on a USB drive and boot to it. I have tried a few different things and no luck. Has anyone done this before?
  16. Replies
    4
    Views
    5,544

    I am not really sure what you are looking for...

    I am not really sure what you are looking for either. I have set up many RHEL /CENTOS systems attached to either EMC or Xiotech SANs.

    Are you looking for a mutlipathing solution? Are you asking...
  17. There is no way for Myth to do digital yet. You...

    There is no way for Myth to do digital yet. You might want to wait for a bit fot the digital tuner cards because in a year the box will become useless.
  18. Replies
    15
    Views
    7,917

    system-config-display --reconfig That might...

    system-config-display --reconfig

    That might work. Make sure you are in run level 3
  19. Replies
    10
    Views
    10,154

    I use this method on several distros but the main...

    I use this method on several distros but the main ones are SuSe EL 9, 10 and RHEL 3,4,5.
  20. Replies
    10
    Views
    10,154

    You are doing your bonding in a far different way...

    You are doing your bonding in a far different way than I do it.

    bond0 file

    DEVICE=bond0
    BOOTPROTO=none
    TYPE=Ethernet
    ONBOOT=yes
    USERCTL=no
    IPADDR=X.X.X.X
  21. Replies
    193
    Views
    766,923

    Sticky: In late 2000 I accepted a job in Oracle to work...

    In late 2000 I accepted a job in Oracle to work as desktop support. It was not what I wanted to do there, but it was a foot in the door. I had already heard of linux and knew a few people who liked...
  22. Replies
    2
    Views
    1,279

    I do.... I support about 7000 Red Hat servers at...

    I do.... I support about 7000 Red Hat servers at the moment and have a side business doing Linux/ Unix/ Windows support.

    twolsten@gmail.com
  23. Replies
    7
    Views
    2,696

    This is not for the 2.4 kernel, as I can get it...

    This is not for the 2.4 kernel, as I can get it working in FC4 with the 2.6 kernel.

    This one is kicking my butt LOL
  24. Replies
    7
    Views
    2,696

    I just recompiled a new kernel and got this...

    I just recompiled a new kernel and got this error:

    [root@twolsten-fc5 vpnclient]# /etc/init.d/vpnclient_init start
    Starting /opt/cisco-vpnclient/bin/vpnclient: insmod: error inserting...
  25. Replies
    7
    Views
    2,696

    when I use the kernel source here: ...

    when I use the kernel source here:

    /usr/src/kernels/2.6.15-1.2054_FC5smp-i686/


    I get this error:

    Making module
    make -C /usr/src/kernels/2.6.15-1.2054_FC5smp-i686...
Results 1 to 25 of 78
Page 1 of 4 1 2 3 4