Search:

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

Page 1 of 7 1 2 3 4

Search: Search took 0.03 seconds.

  1. [SOLVED] Re: File Does Not Exist; dependency problems, packages not configured, files missing

    How about 1) removing all the ppas with ppa-purge and then 2) reinstalling the three packages before you try to remove them again like this:
    apt-get install --reinstall libglade2.0-cil=2.12.10-5...
  2. Replies
    6
    Views
    5,993

    [SOLVED] Re: DHCP for multiple subnetworks with one NIC

    That's Windows World. You are using ISC DHCP. As I said before, just grab a copy of The DHCP Handbook - 2nd edition and read chapter 20 to solve this problem.

    P.S
    I don't work in IT. I read...
  3. Replies
    6
    Views
    5,993

    [SOLVED] Re: DHCP for multiple subnetworks with one NIC

    Well, as far as I know you are asking too much of the DHCP server. Either you set up another server to deliver a different pool or your current server will only give your clients addresses from any...
  4. Replies
    6
    Views
    5,993

    [SOLVED] Re: DHCP for multiple subnetworks with one NIC

    You'd better read chapter 15 from DHCP Handbook - second edition. This is normal. Once the 198.168.1.0 range is used up, any of the remaining 2 will be used.

    Regards,

    P.S
    Here's a quote
    ...
  5. Replies
    3
    Views
    580

    [ubuntu] Re: [ask] Fails to bring up eth2

    Maybe, you'll find the answer here.
    http://askubuntu.com/questions/313236/rtnetlink-answers-file-exists-configure-interface

    And if the above link doesn't help. You should take a look at...
  6. Replies
    3
    Views
    580

    [ubuntu] Re: [ask] Fails to bring up eth2

    auto eth2
    iface eth2 inet static
    address 192.168.2.2
    netmask 255.255.255.0
    network 192.168.2.0
    broadcast 192.168.3.255 > 192.168.2.255
    gateway 192.168.2.1
  7. Replies
    3
    Views
    14,563

    [SOLVED] Re: DHCP, Silly but I can't figure it out

    I think you need to redo a crash course on subnetting:(
    (I studied for a CCNA 3-4 years ago so my subnetting skills are rusty, too. But at least I think your range of ip addresses doesn't match the...
  8. Thread: dhcp server

    by tenmoi
    Replies
    3
    Views
    378

    [ubuntu] Re: dhcp server

    Your config

    on eth0 (internet)

    Code:

    iface eth0 inet static
    address 86.120.135.9
    netmask 255.255.255.128
    gateway 255.255.255.128
  9. Replies
    3
    Views
    1,926

    [ubuntu] Re: upgrade to 13.04 from an iso file?

    Hi,
    I already have the 13.04 iso file on my hard disk. Before 12.10, I just needed to mount the iso file and issued 'apt-cdrom add' and upgraded Ubuntu. Now that Ubuntu has got fatter, it doesn't...
  10. Replies
    3
    Views
    1,926

    [ubuntu] upgrade to 13.04 from an iso file?

    Hi,
    I am running 12.10. I've been searching the Internet for a way to offline upgrade to 13.04 from the iso file to no avail. I think that this is impossible because the alternate CD doesn't exist. ...
  11. [ubuntu] Re: Lenovo G580 - Broadcom BCM4313 stop working after kernel upgrade

    Sushi. According to this website http://wireless.kernel.org/en/users/Drivers/b43#Supported_devices, your card model is not supported.
  12. Replies
    2
    Views
    567

    [ubuntu] Re: Broadcom BCM4306

    Hi,

    I hit the same brick wall as you are doing now until I hit this paper wall.:)
    http://www.devgems.net/?p=318

    Please note: I did a clean install of xubuntu before I applied the instructions...
  13. Replies
    7
    Views
    1,784

    [ubuntu] Re: 12.10 Live USB won't boot

    The problem is, I think, you don't have a WORKING ubuntu to make a liveUSB:(:(

    If I remember correctly, I have never been successful with any USB installer except the one coming installed with...
  14. Thread: ftp server

    by tenmoi
    Replies
    17
    Views
    1,379

    [ubuntu] Re: ftp server

    Maybe 'crap' is too strong a word. But it's not reliable software as it has a bug that's been in existence since 8.10 or so. Don't ever google or ask here how you can remove it.
  15. Thread: ftp server

    by tenmoi
    Replies
    17
    Views
    1,379

    [ubuntu] Re: ftp server

    Don't ever use vsftpd for your server. I installed it and it refuses to be removed unless you modify its config file.

    I don't know if the problem exists in 12.04, but this software is crap. Use...
  16. [ubuntu] Re: After upgrade: [RAID] is not ready yet or not present.

    Hi Helt,

    I have been running ubuntu server 12.04 in RAID 0 for some time now on Virtualbox. I have never had any problem even though I did notice that /dev/md0 changed to /dev/md127 after I...
  17. [ubuntu] Re: After upgrade: [RAID] is not ready yet or not present.

    Hi,

    This is what would I usually do in a virtualised environment. (Because I don't own RAID hardware)

    1. Download desktop ubuntu 12.10, which doesn't have mdadm. And boot your machine with the...
  18. [ubuntu] Re: ubuntu 12.10 fakeraid(Raid0, 2x3Tb HDDs) installation

    Hi Kitten,

    I'm not strict to you. Never:p.
    And I'm not a linux expert. Nor have I ever had a chance to install an OS in UEFI mode. I'm just trying to help. So please excuse my errors.

    I...
  19. [ubuntu] Re: ubuntu 12.10 fakeraid(Raid0, 2x3Tb HDDs) installation

    Hi blackkitten,

    Here is what you did in step 6:


    sudo mount /dev/md126p3 /mnt
    sudo mount /dev/md126p1 /mnt/boot/efi
    for i in /dev /dev/pts /proc/ /sys; do sudo mount -B $i /mnt$i; done
    sudo...
  20. Replies
    12
    Views
    18,897

    [ubuntu] Re: Can't get Bind9 DNS Server to work - SERVFAIL

    You forgot the dot (.) right behind disko.lv so it resolves to disko.lv.awg.lv, which doesn't exist anyware. Hence NXDOMAIN.

    cheers,
  21. [ubuntu] Re: Looking for help in scsi-target product find and decision

    What do you mean with 'but this one has no options'?
    Have you looked at this, 'http://linux-iscsi.org/index.php/LIO-Target'?

    Please read the BACKSTORES section carefully. Does VHDs mean 'virtual...
  22. [ubuntu] Re: Looking for help in scsi-target product find and decision

    I recommend this
    http://linux-iscsi.org/index.php/LIO-Target

    It's production ready and targetcli is the easiest to use as far as I am concerned.

    Cheers

    On Precise, all you need to do is,...
  23. Replies
    2
    Views
    670

    [ubuntu] Re: NVidia and Acer 5745G (GT 330M)

    Your laptop boasts NVIDIA's optimus technology:redface:, which requires at the moment that you install bumblebee.

    Google bumblebee ppa to learn how to install it.
  24. Replies
    14
    Views
    1,348

    [SOLVED] Re: Having issues setting up DNS

    Both ns1.fluid.dev and ns1.pathways-plus.dev use ONE IP address. What are you trying to achieve? Redundancy? If you want redundancy, set up another dns server and add an entry in ns1.fluid.dev to...
  25. [ubuntu] Re: Clevo P170EM - installation of nvidia/bumbelbee breaks

    I think you should remove the xorg-edgers ppa for now. On my machine the left panel loses all icons if it runs kernel 3.5.from the xorg-egders ppa.

    First install ppa-purge
    $sudo apt-get install...
Results 1 to 25 of 154
Page 1 of 7 1 2 3 4