[SOLVED] Where did uml_utilities go?

Trying to do:
[root@host ~]# tunctl -b -u 1001
Which doesn't work because i need uml_utilities, and that package can't be found anywhere (AUR, Core, Extra)?
Any ideas to what i should do or where to get it?
I've installed bridge-utils so that works fine, now i need tunctl, or is there a equivilant?
I know OpenVPN can handle this without uml_utilities so i assume there's a workaround if this package is not supported but in that case, how?
Last edited by Torxed (2013-06-04 11:02:54)

trapanator wrote:Is it possible to receive the name of newly tun device with the 'ip tuntap add...' command?  i.e. tun0
I wrote this script as a drop-in replacement for tunctl. If anybody has improvement ideas, please do post them!
#!/bin/bash
# Drop-in replacement for tunctl from the old uml_utilities
# replaced by ip from the iproute2 package.
# By Alexandre de Verteuil 2013-06-06.
if ! which ip &> /dev/null; then
echo "ip not found, is iproute2 package installed?" >&2
exit 1
fi
while getopts d:bu:t: argument
do
case $argument in
d)
ip tuntap del dev "$OPTARG" mode tap
exit $?
u)
USERARG="user $OPTARG"
b)
#Brief, there is no verbose.
t)
DEVNAME="dev $OPTARG"
esac
done
# Memorize existing tap devices.
before=$(ip tuntap list | cut -d: -f1 | sort)
# Create the new tap device.
ip tuntap add $DEVNAME mode tap $DEVNAME || exit 1
# Memorize the new list of tap devices.
after=$(ip tuntap list | cut -d: -f1 | sort)
# Spit out the name of the new device, just like tunctl would do.
echo $(comm -13 <(echo "$before") <(echo "$after"))
I saved it as /usr/local/bin/tunctl.

Similar Messages

  • [Solved] Where did ifconfig go?

    I can't find ifconfig in the repositories, where did it go? Did it get replaced by some other package?
    $ sudo ifconfig
    sudo: ifconfig: command not found
    $ sudo pacman -S ifconfig
    error: target not found: ifconfig
    Last edited by Paaskehare (2011-11-13 23:44:55)

    Paaskehare wrote:Thanks, just needed net-tools, I had no idea that ifconfig was part of that package, atleast it is a standalone package in debian
    https://wiki.archlinux.org/index.php/FA … is_X_in.3F
    Edit: Exactly what bernarcher said. And please mark this thread as solved :-)
    Last edited by karol (2011-08-02 18:47:19)

  • [solved] Where did XFCE's volume control panel item go?

    I did an update recently and noticed that the volume control panel item disappeared.  So I went to add it again ... and it's not in the list!  I looked in the repos and there isn't a package for it either.  Where did it go?
    Last edited by synthead (2008-10-30 10:50:20)

    peart wrote:
    Hi synthead,
    Is this the problem you are having?
    peart wrote:
    Got it.  Change the last line of /usr/share/xfce4/panel-plugins/xfce4-mixer.desktop to :
    X-XFCE-Exec=/usr/lib/xfce4/xfce4/panel-plugins/xfce4-mixer-plugin
    I'll file a bug report.
    Yes!  It was.  Was, as in, it's fixed now.  Thanks!

  • [SOLVED] Where did the arrows on the scrollbars go?

    I'm currently using Cinnamon (Gnome 3) with the default Adwaita theme.  It's the base install that I haven't customized anything to.
    One of my first problems was the lack of the up and down arrows on the top and bottom of the scrollbar -- ie like in Firefox and Gnome Terminal
    I was able to add the arrows within Firefox by modification of the /usr/share/themes/Adwaita/gtk-2.0/gtkrc file and specifically changing the sections:
        GtkScrollbar::has-backward-stepper        = 1 
        GtkScrollbar::has-forward-stepper        = 1
    Although this solved my lack of arrows with Firefox, I still don't have any up/down arrows in programs like gnome shell and within the file manager.  Is there any suggestion on where I can make a modification to add these?  Gnome Tweak Tool didn't really help.
    Last edited by kevdog (2013-02-03 14:59:40)

    I had been modifying the global /usr setting.
    This is the best solution I have found - in the users home directory!
    Pick up your changes without logging out:
    Close terminal window
    Hit ALT-F2
    type restart
    hit enter
    chanslor
    Last edited by chanslor (2013-10-23 03:15:45)

  • [SOLVED] Where did I put exec startx ?!

    Hi guys,
    Been away from Arch for a while and come back. When booting up I go straight into gnome 3.2.1. Now I know I put the command exec startx SOMEWHERE, but I've forgotten where. What are the options?
    It's not in ~/.xinitrc
    Thanks!
    Mark
    Last edited by mark1977 (2011-11-20 11:55:44)

    If you want to boot straight to X, read https://wiki.archlinux.org/index.php/Start_X_at_Boot
    The stuff in ~/.xinitrc is run when you type 'startx' or when startx is executed e.g. via your ~/.bash_profile.
    Last edited by karol (2011-11-19 20:45:39)

  • [SOLVED] Where did my old home directory go?

    I just copied my home folder over to a bigger partition for lack of space, and edited my fstab file accordingly.
    Then I logged out, renamed the old user folder from /home/myuser to /home/__myuser just to be sure I was not operating from the old directory anymore.
    I rebooted, and all seem to have went well - except now I have no idea where that __myuser folder has ended up residing? it is not in the /home directory anymore, but I can tell it still exist by looking at the disc usage on my root partition.
    Where to look?
    Last edited by jerik (2015-05-15 21:43:13)

    When you mount a partition to "/home" is "goes over top of" what is already there.  Most likely your old user is underneath that old mount and can't be seen because the new mount is sitting on top of it.  You could boot off the Arch ISO, make sure your new /home isn't mounted, and move your old user out of /home and then mount your new /home and copy the user onto that partition.

  • [SOLVED] Where did Xscreensaver go??

    Pacman -Syu prompted me to update to the latest Xscreensaver version (5.01), which I did. But now it is no longer in the System-Preferences menu. It is still a running process though.
    Any ideas on how to get it back on the menu? I'd like to change my screensaver
    Last edited by alphahsk (2007-10-25 07:22:30)

    mrunion wrote:Also -- at least on my machine -- I have the "Lock Screen" icon added to my panel.  If you right-click that icon and select "Properties", it pops open the XScreensaver configuration window.
    Thanks for that as well! I didn't know about the Lock Screen icon.

  • [Solved] where did kcachegrind go?

    I can't find any kcachegrind package, even though there are various valgrind-related packages. (even aur/python-pyprof2calltree, "Help visualize profiling data from cProfile with kcachegrind", but not kcachegrind itself)
    Am I missing something? did it get replaced by something else?
    Last edited by Dieter@be (2009-03-30 15:34:18)

    Huh, that sucks. Well 4.2.2 is in testing right now, I am using that and it works okay for me so hopefully you will have more luck when that hits extra.

  • [solved] Where did perl-perlio-eol go?

    I see that perl-perlio-eol just got yanked from [community] without getting put in the AUR.  Was there a reason for this that I should be aware of, like it being incorporated into upstream?  Should I upload the PKGBUILD that I still have and maintain it?  Figuring this out is necessary for my package, rt, to work right
    Last edited by synthead (2011-10-21 22:13:13)

    I just attempted to upload it to the AUR and got "perl-perlio-eol is on the package blacklist, please check if it's available in the official repos."  But it's not   What's up?

  • [SOLVED] Where did dhcpcd go? (Celebrating the utter fail)

    So this is my first install of archLinux without the installation framework and it happened to be on a Macbook.
    After having to wade through 10 or 20 mutually conflicting wiki articles (here, gentoo and the rest of the Internet) on how to produce a correct UEFI install and install medium I run packstrap as explained in the install wiki article and now I have a bootable system that does NOT HAVE A DHCP DAEMON????? 
    Why? 
    >  `systemctl list-unit-files`   
    returns "[email protected] disabled"
    which apparently is a thing that isn't what I need....
    Last edited by justforgetme (2012-10-27 12:17:45)

    I believe you have to do
    # systemctl start [email protected]
    Services with the @ symbol in them mean that they require an argument.  If you look in the service file itself, there are %I vairables that are replaced with whatever is after the @.  So there are services that are intended to be started as the user that are like this so that you can specify what user to run it as without having the edit the service file itself.

  • HT5312 I DO remember them but Apple chose to put them in Japanese and I can not change the language on Manage my Apple ID so I do not know if I made an error ,it threw me off , it was the wrong question Where did you fly to on your first Aiplane trip ? th

    I DO remember them but Apple chose to put them in Japanese and I can not change the language on Manage my Apple ID so I do not know if I made an error ,it threw me off , it was the wrong question Where did you fly to on your first Aiplane trip ? then I was unable to enter until 8 hours then called Apple Japan 4 times each time threy asked me would you like to speak with an English speaker,I said yes then they told me sorry today is Sunday no English speakers ,but they refused to speak Japanese, then I called 5th time and a kind guy could speak English we were on 1and 1/2 hours he got me to log in but the reset key chain could not be completed still pending.
    He said do not mess with that ! then I got a text from somewhere to reset 4 pins suddenly it was very strange I said to him that I got this pin this morning but it said you can use maximum 3 hours it had a UK number and I told him I do not like this and will not enter the code he said do not do it if it is from the UK and then I said to him ok you did a lot to help but we can not go any further ! and we cut of I went back to my computer to re do the ID but I found everything a mess so I call and a stupid sounding Japanese women with a squeaky voice came on I was calm at first and they want your phone number your IMEI number your iPhone serial number date of birth Address email address it takes 10 munutes to check then they ask what are you caling about so I try to explain my keychain is broken or problems with language security questions and can not change my pasword because the security question have failed me so it is ONE BIG HEADACHE AND I START I GET STRESSED she says Do want an ENGLISH speaker ,I say yes ,that guy i talked to earlier but I never got his name and first time I ever talked to him but they said he is not here so I said ok and then she said today is sunday so call back in the morning ,I said ,well ok in Japanese but they make you feel stupid because they do not want to speak Jap@anese with none natives and they are to busy,And they feel that I should not bother them ,then I say that Apple Japan is trying to refuse Apple foreign customers and then she wants to hang up and ask me to visit the shop ,but they are the same I have a very bad time with Apple Japan since they do not discuss software problems or security with customer meaning if you have a problem they ask you to come on a time 20 minutes max so they do hardware test and say you phone is fine then I say no I can not reset my ID they say you must call call centre so I am going around in circles ,When I call English it is usually Australia so if my problem is in Japan surely if do not want me to talk to them in Japanese and they ask me to call Australia but every time my call charge is expensive after asking them is this free because I have Apple care they say yes but when the call goes to Australia 0120 277 535 it might change to paid call so I call then I have to ask is this charging they say we can not give you that information ! so what can I do I have have been at the computer and phone all day on my day off work and in tre week I am so busy and can not use my phone I can not work without it ,this new technology for you ,they can not cope with the fact that the customer have problems yet they do not want to deal with us because they can not solve it and so it shows them to be useless they like to walk around in their cool tee shirts and retro shop but when it comes to functionality we are unwelcome they got the money so do not return because apple is perfect that nothing should go wrong .
    But it does somehow my English security answers do not work on a Japanese Question especialy if I did not choose that question I set  up the multiple choice In English and wrote the answers in English or Roman and set them langauge preferences in English, do you really think you can correctly write english name or word in Japanese they write a police patrol car  pato caa パトカア they do not have r and l .So it is my choice to make my security easy for me and as difficult for others to hack.But they also have patororoo choo meaning ' now patrolling ' so why they have pato caa patrol car and patoro patrol and have thousands of Chinese words kanji they can find patrol.
    I am getting off the topic but I am at a loss to fix this problem when they hold the keys and i have all the info to verify my ID.

    You have to enter the Apple ID and password. You are running into the Activation Lock
    iCloud: Find My iPhone Activation Lock in iOS 7
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

  • [SOLVED]Where does 'gsettings' write to?

    //BEGIN EDIT
    Ok, I found out that gsettings correctly saves the changes and that the missing wallpaper is some other bug entirely. The point addressed here is therefore solved
    //END EDIT
    I had some problems with a disappearing wallpaper in GNOME and I found somewhere that
    gsettings set org.gnome.desktop.background show-desktop-icons false
    fixes things for me (apparently GNOME is showing an empty Desktop folder with some weird background instead of my wallpaper).
    The interesting thing is that I have to set this option after every reboot - GNOME somehow forgets it. Is there a way to make this (and gsettings options in general) permanent? Maybe I have some local user config file that overrides the global options?
    Thanks for any hints or solutions!
    Last edited by Darillian (2013-11-09 21:38:20)

    It is great that you were able to scratch your own itch and work things out for yourself.  But you need to actually post your solution to your issue.  If you ask a question it is not only for your benefit, but also for those who might be searching for the same information in the future.
    https://wiki.archlinux.org/index.php/Fo … way_Street
    So where did you determing that gsettings writes to?

  • Missing email folder icon on BBT 9800 - Where did it go and how to return it back?

    Missing email folder icon on BBT 9800 - Where did it go?
    The email icon on my BB Torch 9800 just disappeared. If I type email in the search button it shows me the greyed out email icon but I can't get the icon back on to my homescreen. How do I get my email icon back? And Unhide All is not an option so icant find it.
    Please consider the above on urgent basis as I can't see my work mails.
    Thanks,

    Hi hegazysource and welcome to the BlackBerry Support Community Forums!
    Are you using the BlackBerry® Internet Service or BlackBerry® Enterprise Server to receive your email on your device?
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Mini player for video podcasts? Where did it go?

    I am having problems with the newest version of iTunes (11.1.2). Before, when I wanted to relegate a video podcast to the corner of my screen where it was viewable but didn't take up all of my screen space, I would click on the small rectangular miniplayer icon and get that - a small version of the video playing in the upper left hand corner of my screen.
    Now if I double-click on a video podcast to launch it  it takes up much of the screen. Clicking on the miniplayer in that window goes to the grey rectangular miniplayer used for music, and in fact starts playing either a radio station (where did that come from?) or some other music. Not even the sound from the video podcast. Reverting back to the square shaped miniplayer with the program icon doesn't change that. There doesn't seem to be a way of playing a video podcast in a small window. The right button on top switches between full screen view and most-of-the-screen view. In older versions of iTunes that used to evoke the miniplayer, and video podcasts would shrink to a small view in the upper left hand corner of the screen.
    Is there any way to solve this problem? I often want to watch video podcasts while also doing something else and the current screen-hogging doesn’t let me do that.
    MacBook Pro 13" late 2009 running OSX 10.6.8. iTunes 11.1.2

    Well, upgrading to ITunes 11.1.3 didn't solve the problem. It helped, in the sense that now I can get the square mini player and a still image of the video podcast, and the sound from the podcast works, but the image doesn't move.
    I tried trashing the iTunes Preferences, hoping perhaps one was corrupt, but that didn't solve the problem either. I am now wondering if this is an OS glitch. While iTunes runs on OSX 10.6.8 (SL), which is what I use, it has problems, which perhaps don't appear in more recent OSs.
    Can anyone confirm that on a machine running OSX 10.6.8 he/she has iTunes 11.1.3 with the mini player successfully running video podcasts?
    thanks

  • On osX 10.9.1 I click on help in Safari and nothing happens. Where did help go?

    On osX 10.9.1 I click on help in Safari and nothing happens. Where did help go?

    I normally put the computer to sleep. This time, with your help, I restarted it. It now works like a charm.
    Thank you very much.
    I'm new at this. I don't know how "this helped me" got in my reply. Heck, it solved my problem. You deserve all the points they allow. Thanks again.

Maybe you are looking for

  • Cancelamento/inutilização: erro de sistema PI

    Pessoal, bom dia! Por favor, estamos testando o cenário de Cancelamento de NF e as notas estão ficando com os seguintes status: Stat. Processo: 06 - Enviado ao Processamento da Nota Fiscal Eletrônica Status de erro: 50 - Cancelamento/inutilização: er

  • Dunning run - missing documents

    Hello all I am running the dunning wizard and I have several documents, from several BP, that are not extracted from the wizard (are missing). Same documents are between other's and never have been in any dunning run. The configuration has 12 levels

  • How do I put my songs from iPod on my comp??

    I restarted my whole entire comp today, so all my files were erased. But all my music was saved onto my iPod, and I would like to put all 744 songs on iTunes. How do I go about doing this???? I thought I had this earlier, but I'm totally confused now

  • How to handle the dynamic rows in pdf table

    Dear All, earlier i posted one thread reagarding getting pdf table data [facing problem while getting interactive form table data; this is working fine, i sued bind_table in wddoinit, but here i am fixing the rows count and bind_table. for example i

  • Acrobat 9 Pro Distortion

    I am using OS windows vista ultimate and Acrobat 9 Pro. When I print my word document eveything prints fine. However when I convert the same word document to a PDF the logo prints with a yellow background. (the logo is a jpg) This is annoying as it r