Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. [ubuntu] Nameserver Non-Authoritative after Views Implementation

    First, let me say that I'm relatively new to setting up BIND, I get the concept, but this is the first time ever setting up authoritative servers.

    My end game is this, to be able to host the...
  2. Replies
    8
    Views
    686

    [SOLVED] Re: Can't use apt at all

    I managed to download libgnutls26 from a random ubuntu mirror and dpkg let me install it. I ran all the above commands again and I can now use apt again. No idea what happened, but I'm just glad...
  3. Replies
    8
    Views
    686

    [SOLVED] Re: Can't use apt at all

    I tried it, but alas, no joy:


    root@nas2:/media/NAS2/base/TBD# dpkg --audit
    The following packages have been unpacked but not yet configured.
    They must be configured using dpkg --configure or...
  4. Replies
    8
    Views
    686

    [SOLVED] Re: Can't use apt at all

    I did the distribution upgrades from 10.04 -> 10.10 -> 11.04 -> 11.10 -> 12.04. Rebooted, nothing since (a couple weeks ago). I just tried to update the system a couple days ago and have been...
  5. Replies
    8
    Views
    686

    [SOLVED] Re: Can't use apt at all

    root@nas2:~# apt-get autoclean
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    root@nas2:~# apt-get clean
    root@nas2:~# dpkg --configure -a
    dpkg: error...
  6. Replies
    8
    Views
    686

    [SOLVED] Can't use apt at all

    I get the following whenever I try to do anything with apt or dpkg:


    Preconfiguring packages ...
    dpkg: error processing libgnutls26:i386 (--configure):
    libgnutls26:i386 2.8.6-1ubuntu2.1 cannot...
  7. Replies
    4
    Views
    1,032

    [ubuntu] Re: Issue command as a different user not working

    That got it. I knew it was something stupid that I was doing. Thank you for your help. 2 weeks of banging my head on a desk and you solved it in less than 2 minutes.
  8. Replies
    4
    Views
    1,032

    [ubuntu] Re: Issue command as a different user not working

    root@buee-ubuntu:/usr/sbin# chmod a+x freeradius
    root@buee-ubuntu:/usr/sbin# ls -al freeradius
    -rwxr-xr-x 1 root root 283912 2011-05-19 10:50 freeradius
    root@buee-ubuntu:/usr/sbin# freeradius -C...
  9. Replies
    4
    Views
    1,032

    [ubuntu] Issue command as a different user not working

    Ok, so I've been trying to find a way to refresh the configuration files of FreeRadius from a PHP page that I've been working on. I can do this one of two ways:


    /etc/init.d/freeradius...
  10. Replies
    1
    Views
    1,375

    [ubuntu] Re: Command over SSH won't go in to background

    Here's the script:


    #!/bin/bash

    set -ax

    desktoppath="/home/buee/Desktop"
    iperfserver=192.168.111.230
    myip=192.168.111.152
  11. Replies
    1
    Views
    1,375

    [ubuntu] Command over SSH won't go in to background

    Ok, so this one baffles me. I'm trying to get a script to do internal speed tests on demand. I'm using iperf. The bash commands are below.


    #!/bin/bash

    set -ax
    ...
  12. Replies
    377
    Views
    112,274

    [all variants] Re: Asus T91 linux installation

    I was actually reloading Ubuntu when you sent this message. But I had been to that link and installing the drivers apparently didn't work. For some reason it did work this time, I could definitely...
  13. Replies
    377
    Views
    112,274

    [all variants] Re: Asus T91 linux installation

    xrandr -o left doesn't do anything. I get the following error:


    X Error of failed request: BadMatch (invalid parameter attributes)
    Major opcode of failed request: 149 (RANDR)
    Minor...
  14. Replies
    377
    Views
    112,274

    [all variants] Re: Asus T91 linux installation

    I have the T91SA and touchscreen worked out of the box on 10.04. The only problem I'm having with it is getting the screen rotation to work with the button. I've tried multiple solutions I've found...
  15. Replies
    2
    Views
    402

    [ubuntu] Re: Can't go online or ping

    The cable appears to be good. Tested it with my macbook pro. Tried that command, don't really know what I'm looking for.

    EDIT: Scratch that, it may just be the cable. For S&Gs I replaced the...
  16. Replies
    2
    Views
    402

    [ubuntu] Can't go online or ping

    I feel stupid even posting this, but there's something severely wrong with this NAS. It will not get network connectivity at all recently. Can't ping, can't browse, no Samba, nothing.

    I've...
  17. Replies
    0
    Views
    514

    [ubuntu] Calculating protocol bandwidth usage

    I'm trying to create a script that will find the bandwidth usage of certain protocols only. For example, SMTP. I would like it to just return a number. Is there a known command/parameters to...
  18. Replies
    14
    Views
    1,470

    [ubuntu] Re: Using awk to grab frist number series

    I could not get this to work for me. I did, however, get one working. It's longer, and definitely not efficient, but it does work. I have tested it non stop for an hour and it's working just fine....
  19. Replies
    14
    Views
    1,470

    [ubuntu] Re: Using awk to grab frist number series

    Focusing on one issue at a time, I want to tackle the file count.


    root@custbackup:/opt# find /cust_backups -mtime -11 | wc -l
    9469


    That's way off. I went through the man page but can't...
  20. Replies
    14
    Views
    1,470

    [ubuntu] Re: Using awk to grab frist number series

    Ok, so here's what I've got so far:



    #!/bin/bash

    #Need 3 stats
    #Total number of backups
    #Total number of files
    #Total amount of data
  21. Replies
    14
    Views
    1,470

    [ubuntu] Re: Using awk to grab frist number series

    We do backups that range anywhere from 3GB up to 500GB so tarring would work with some backups but take forever on others. It's just not economical.



    I found this


    du $LINE | awk '{print...
  22. Replies
    14
    Views
    1,470

    [ubuntu] Re: Using awk to grab frist number series

    Any way to strip the last line only? It will vary so I can't use head or tail to my knowledge.
  23. Replies
    14
    Views
    1,470

    [ubuntu] Using awk to grab frist number series

    Hello, just wondering if this can be done as I'd like to use it in a script.

    I want to take this:


    root@ubox:~$ du /etc
    80 /etc/laptop-mode/conf.d
    4 /etc/laptop-mode/lm-ac-start...
  24. Replies
    1
    Views
    1,204

    [ubuntu] Trying a find and increment script - bash

    I tried searching for this, but everything, for pages and pages, shows me the `if -e filename`. That's not what I'm looking for, at least I don't think I am.

    I am working on a script that will...
  25. Replies
    1
    Views
    290

    [ubuntu] Removing characters from text output

    I'm working on MRTG and I'm looking to graph uptime on remote machines. There have been other occasions that I've needed this function.

    When I probe my SNMP device, I get this output:

    ...
Results 1 to 25 of 54
Page 1 of 3 1 2 3