Yaourt -Syu = "missing dependencies: linuy-firmwake" KINDA [SOLVED]

This has to be some kind of error. linuy-firmwake must mean linux-firmware, right?
I hate to give so few details, but I don't know what else to post. I recently discovered a bad RAM stick. Its been removed.
Now when i enter yaourt -Syu or yaourt -Syy, i get these two phantom dependencies.
Boot also hangs, but if i "alt f2" I can log in.
Thoughts?
Last edited by wsims (2011-01-11 21:56:31)

No missing dependencies when using pacman. I don't even know where to start on this one.
Nothing seems to be broken, so its not that big a deal, just annoying. I'm kind of OCD and can't stand little anomalies like this.

Similar Messages

  • [SOLVED] yaourt -Syua wants to update a package which hasn't changed

    I built a modest package, vi-vim-symlink, tested it extensively with pacman, and then uploaded it to AUR.
    Recently some user reported that every time he runs yaourt, the package wants to be reinstalled.  I installed yaourt and confirmed this behavior:
    gecko:~~$ yaourt -Syua
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    Foreign packages: | 4 / 4
    ==> Package upgrade only (new release):
    aur/vi-vim-symlink 1-1 1 -> 1
    ==> Continue upgrade ? [Y/n]
    ==> [V]iew package detail [M]anually select packages
    ==> --------------------------------------------------
    Does anyone have any idea why this is happening?  The package is super simple and only creates a couple of symlinks, uninstalling vi, if necessary.
    Last edited by pgoetz (2014-04-25 21:33:06)

    HalosGhost wrote:For starters, that pkgdesc is huge for no reason at all. Also, does that package actually work? Those symlinks don't look valid at all.
    The package definitely works (I'm using it on several machines).  The pkgdesc is lengthy because it's kind of an odd package, so I tried to explain the reason for it's existence. (This came after a lengthy forum discussion on the issue of most linux users expecting /usr/bin/vi and /usr/bin/view to actually be vim, and not Bill Joy vi.)  If I were just packaging bottle.py or something like this my pkgdesc would be short.
    Do you see anything which is an actual violation of the Arch Packaging Standards?
    I'm still not entirely sure what this means or how this happened.
    Looks like the source tarball was repackaged without having been sync'd
    AUR wouldn't let me upload the package without a url; first I added a random url (one of my servers), then changed my mind and used the vim url -- this must have been when things got out of whack.

  • Get Yaourt to install missing dependencies?

    Hi, everytime I wanna install something from AUR with Yaourt and the app has dependcies that isnt installed I allways have to install the dependencies manually.
    It just breaks out.
    Here it complains about kernel.
    Why can't it not just download automaticly the missing dependencies?
    ==> omnibook-svn dependencies:
    - kernel26 (already installed)
    - kernel26 (already installed)
    - subversion (already installed)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    omnibook.install
    ==> Edit omnibook.install (recommended) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of omnibook-svn ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building and installing package
    mkdir: cannot create directory `/var/abs': Permission denied
    ==> WARNING: Unable to write in /var/abs/local/yaourtbuild/omnibook-svn directory. Using /tmp directory
    ==> Determining latest svn revision...
    -> Version found: 274
    ==> Making package: omnibook-svn 274-1 i686 (Sun Jan 11 07:32:12 CET 2009)
    ==> Checking Runtime Dependencies...
    ==> Missing Dependencies:
    -> kernel26<2.6.27
    ==> Checking Buildtime Dependencies...
    ==> ERROR: Could not resolve all dependencies.
    Error: Makepkg was unable to build omnibook-svn package.

    your output wrote:Missing Dependencies:
      -> kernel26<2.6.27
    If you go to the AUR page, you'll see that there's a solution there. yaourt is a great tool, but I would get in the habit of knowing what you are downloading before you use it.

  • Yaourt failed to install missing dependencies. then fail md5

    [billytcf@dynames ~]$ yaourt -S aptana
    ==> Downloading aptana PKGBUILD from AUR...
    ==> Last 5 comments ordered by date (asc):
    I deleted the comments here
    ==> aptana dependencies:
    - firefox (package found)
    - libstdc++5 (already installed)
    - j2re (package that provides j2re already installed)
    - unzip (already installed)
    ==> Edit the PKGBUILD (recommended) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    n
    ==> Continue the building of 'aptana'? [Y/n]
    ==> ----------------------------------------------
    ==>Y
    ==> Building and installing package
    ==> Making package: aptana 1.0-1 (Wed Apr 23 14:53:31 UTC 2008)
    ==> Checking Runtime Dependencies...
    ==> Installing missing dependencies...
    Password:
    error: several packages provide j2re, please specify one :
    jre icedtea6
    ==> ERROR: Pacman failed to install missing dependencies.
    Error: Makepkg was unable to build aptana package.
    I have jdk and jre installed by pacman but still have this prob.
    So i cheated, edited pkgbuild remove all dependencies, then
    ==> aptana dependencies:
    - unzip (already installed)
    ==> Continue the building of 'aptana'? [Y/n]
    ==> ----------------------------------------------
    ==>
    ==> Building and installing package
    ==> Making package: aptana 1.0-1 (Wed Apr 23 15:04:37 UTC 2008)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found Aptana_Studio_Setup_Linux.zip in build dir
    -> Found aptana.desktop in build dir
    -> Found aptana.png in build dir
    -> Found _aptana in build dir
    ==> Validating source files with md5sums...
    Aptana_Studio_Setup_Linux.zip ... FAILED
    aptana.desktop ... Passed
    aptana.png ... Passed
    _aptana ... Passed
    ==> ERROR: One or more files did not pass the validity check!
    Error: Makepkg was unable to build aptana package.
    tried downloading the file for a few times but still fail md5
    May I request help here??
    thanks everyone!!
    Last edited by billytcf (2008-04-23 07:02:50)

    It's quite simple. When the AUR package was created, the current version of Aptana was 1.0, but the source url links to the latest version. This was all ok until they released version 1.1 because then you suddenly have a completely new file that gets downloaded and because of this is will fail the md5 check.
    It's very simple to fix though, in one of two ways. Either just delete the md5sum=() array (changing pkgver=1.0 to pkgver=1.1 would also be a good idea), or download the PKGBUILD and in the same directory as you store it just run makepkg -g and replace the md5sum array with the resulting data (this would be the best way to handle this...).
    Last edited by Dirhael (2008-04-23 11:17:05)

  • Cisco PacketTracer missing dependencies. [Solved]

    Hi,
    So I was going to install packet tracer. I followed the tutorial in the wiki section. <a href="https://wiki.archlinux.org/index.php/PacketTracer">PacketTracer</a> Which seems a little thin I got to the part makepkg. here is the out put of what I did.
    [ofce@myhost packettracer]$ makepkg -s
    ==> Making package: packettracer 5.3.2-2 (Sat Jan 14 13:05:39 CST 2012)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    Password:
    error: target not found: lib32-libpng12
    ==> ERROR: 'pacman' failed to install missing dependencies.
    [ofce@myhost packettracer]$
    Any idea on how to get this working? I would like to get my assignments done for my cisco classes
    Last edited by mich04 (2012-01-14 21:22:53)

    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    #[multilib]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Here it is, when I run pacman -Syu I only see core, extra and community.

  • [SOLVED][AUR] lib32-allegro Missing dependencies...

    Hello community...
    still on my first week on ArchLinux so bear with me...
    i find this strange...
    im trying to install a game Beat Hazard Ultra (i have the bin file)
    and beathazardultra can be found in the aur (game separated)
    i looked at the PKBUILD for instructions and it says to put the bin in the same folder
    OK i got that part
    then sudo makepkg -s --asroot
    it says its missing lib32-allegro
    this lib can only be found in AUR so i repeat the same procedure
    NOW, the lib32-allegro is also Missing dependencies
    when i sudo makepkg -s --asroot
    i search the aur of the missing dependencies and found it...
    i makepkg all of them and they installed
    so now im ready to install lib32-allegro again... but its still saying that its missing the same dependecies... am i missing a step here?
    heres a screenshot:
    (*EDIT: i know the screenshot says i used sudo makepkg -f --asroot but i also tried it with -s but it cannot find it on the official repo since its in AUR)
    http://i.imgur.com/ijK67Kf.png
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by FenrirAB (2014-04-18 01:10:45)

    the screenshot was to visually provide info that i have the aur packages (and assuming that the highlighted directories have been installed)
    sorry, i suck at explaining so i hope the screenshot will provide clarity.... yup already enabled multilib... and i can see it enabled by -Syu
    i know they gave me a warning about using --asroot isnt that what to use if you have a separate /root /home folder if you want to install it in /root? but if its not then... i will stop using it... ^-^
    anyways
    i already rebooted my laptop just in case it needed a reboot to see the lib32 dependencies... but they are still missing
    i would like to know why those dependencies are still missing...
    THANKS FOR BEING PATIENT ^_^

  • [Solved] pacman-color failed to install missing dependencies

    Just upgraded my AUR packages and I get this error:
    :: Starting AUR upgrade...
    :: perl-class-load-xs 0.04-2 -> 0.06-1
    AUR Targets (1): perl-class-load-xs
    Proceed with installation? [Y/n] y
    :: Edit perl-class-load-xs PKGBUILD? [Y/n] n
    :: Building perl-class-load-xs package...
    ==> Making package: perl-class-load-xs 0.06-1 (Sat Nov 3 09:14:38 PDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: perl-test-without-module
    ==> ERROR: 'pacman-color' failed to install missing dependencies.
    :: perl-class-load-xs cleaned
    Any help appreciated.
    Last edited by lagagnon (2012-11-04 03:07:33)

    perl-test-without-module is in the AUR.
    edit: build the package yourself in makepkg or use an aur helper.
    Last edited by SS4 (2012-11-03 16:41:55)

  • [solved] Yaourt -Syu ?

    Hi
    today i noticed by accident that yaourt doesn't update my AUR packages.
    For example:
    virtualbox_bin itself says that ver3.0.... is installed but "yourt virtualbox_bin" says that the newest version 3.1.... is installed
    same with a small tool called gvolwheel: 0.2 is installed but yaourt says 0.6 is installed.
    It's no problem to update these two manually but i don't have a clue how many progrms i installed via yaourt.
    Where is my error? I think i'm overseeing something very simple. Any hints are greatly appreciated!
    Thanks
    cl10k
    BIG EDIT:
    Stupid me!!!! ->>> "yaourt -Syu – -aur"
    Why do I always find the solution AFTER i posted crap in the forums? Sry^^
    Last edited by cl10k (2010-01-11 22:57:25)

    You can also edit the options in /etc/yaourtrc to automatically include the AUR. That's what I did, because I only ever use yaourt to access the AUR, pacman does the normal work for me.

  • [Solved]"yaourt -Syua" no longer lists installed packages.....

    When I run:
    $ yaourt -Syu
    /usr/bin/pacman -Sy
    :: Synchronizing package databases...
    2012-01-17 12:12:20 (23.4 KB/s) - saved “/var/lib/pacman/sync/archlinuxfr.db.part” [28637/28637])
    $
    Then run:
    $yaourt -Syua
    :: Synchronizing package databases...
    2012-01-17 12:12:20 (23.4 KB/s) - saved “/var/lib/pacman/sync/archlinuxfr.db.part” [28637/28637])
    acpitool: Orphan
    clearlooksosx-icon-theme: Orphan
    xecjk: Orphan
    Foreign packages: \ 103 / 103
    $
    It no longer shows the installed packages list, just counting in one line "Foreign packages: \ 103 / 103" and exit without updating. Is this normal?
    Last edited by hooluupog (2012-01-18 04:25:06)

    mod action: Moving from Pacman & Package Upgrade Issues to AUR Issues, Discussion & PKGBUILD Requests.

  • How to install missing dependencies?

    I'm trying to install Mailpile (https://aur.archlinux.org/packages/mailpile/)
    these are showing as missing dependencies when I "makepkg -s"
    python2-pgpdump
    spambayes>=1.1a6
    I got the above two from AUR and "makepkg -s" successfully and then stuck them in /usr/local/bin but it didn't solve the dependencies.  I'm not sure I know what I'm doing. Anybody know how to get Mailpile installed?
    Last edited by bzpnbx (2014-10-14 15:48:51)

    You did run it on the built package, right? Not on the AUR tarball?
    Like Wormzy said, you really need to read the AUR Wiki page.
    nomorewindows wrote:I don't think you even need --asdeps.  It just installs them as any other package.  Then when they install, makepkg -s the main package.
    These packages are being installed because they are dependencies of another package. For pacman to function correctly, --asdeps is needed. If you omit it, pacman thinks they're explicitly installed and will not remove them when the main package is removed nor list them in -Qdt.
    Last edited by Scimmia (2014-10-14 16:50:36)

  • Can't install Dropbox from AUR due to missing dependencies.

    I'm posting in the Newbie Corner, since I suspect that this is a newbie issue with a really simple solution..
    I've been using Dropbox for Linux directly from Dropbox.com, but I had now decided to convert to the AUR version (easier to update). But it won't install. It won't even build.
    ==> Manglende avhengigheter:
    -> qt
    ==> Kontrollerer avhengigheter som trengs under bygging...
    ==> FEIL: Kunne ikke finne alle avhengigheter.
    ==> ERROR: Makepkg was unable to build bbox-git.
    ==> Restart building bbox-git ? [y/N]
    Not optimal that this is in norwegian.. But in essence it tells me that there are missing dependencies. Qt to be exact. And because of this makepkg is not able to build bbox-git. Earlier in the process (when the dependencies for bbox-git is listed) it says that qt is not installed and will be buildt from AUR. I've tried to reinstall qt. Please help.
    EDIT:
    I'm using Yaourt.
    Last edited by madr (2013-06-08 22:24:06)

    Trilby wrote:You say you've tried to install qt, does that mean you failed to install it?  qt should not be installed from the AUR, it is a package group in [extra].
    I've tried to reinstall it. And I've installed it from the official repos of course. The AUR bit is output from Yaourt, not me.
    karol wrote:
    Run
    LC_ALL=C <command>
    to get output in English.
    I'll post the output of this later (it's getting late here).
    mcmillan wrote:
    First, that's not the dropbox package, but something that is like dropbox. If you want the actual dropbox program you want https://aur.archlinux.org/packages/dropbox
    If this is the package you actually want, it looks like it hasn't been updated since the qt packaged was renamed qt4, so you'll need to change that in the PKGBUILD file by hand.
    It is the package you're linking to I'm having trouble installing. Okay, I'll have a look. Later. I'll get back to this thread.
    karol wrote:I'm not sure if https://aur.archlinux.org/packages/dropbox is easier to update - as you can read in the comments, many users are not happy with the auto-update feature.
    Maybe it's too easy to update ;P , but YMMV.
    Do I ever catch a break in life? Not often at least.

  • Old problem kinda solved but now I got a CRC problem, begging for help.

    I have kinda solved the problem I had in my previous post:
    https://forum-en.msi.com/index.php?topic=84615.0
    However now I have a new problem. I solved my other problem by moving the memories from the 2 green slots on the mainboard to 1 green and 1 purple. I started the computer and managed to ged rid of the bluescreen and the freezes but not without the cost of a new problem.
    My new problem is that I get alot of CRC errors now when installing biggers things ( Like most games for example). Before I switched one of the memory sticks to purple I didnt seem to have these problems since I managed to install a few games ( Painkiller, warcraft 3 FT, battlefield 2 for example) but now with the sticks in green and purple Im having problems installing most games ( Got crc error on painkiller expansion, farcry, cold fear for example. however I got empire earth 2 to get installed).
    Ive hard this problem could be cause of an faulty hard disk but Ive used both of the ones I have installed right now in my old computer and they worked perfectly there.
    Anyone got any suggestion on what the problem can be?
    I would get extremely happy if someone could help me fix this problem.
    My system:
    Gainward 7800GTX GS 256mb
    AMD 64 3200+ 90nm venice
    2X TwinMos Speed premium 3200 512mb cl2.5 winbond BH-5
    MSI K8N Neo4 Platinum nForce4 Ultra
    CD-RW
    Tagan TG420-U02 i-Xeye PSU420W
    +3.3V 28A
    +5V 42A
    +12V 22A

    Quote from: Cane on 04-August-05, 12:09:22
    However now I have a new problem. I solved my other problem by moving the memories from the 2 green slots on the mainboard to 1 green and 1 purple. I started the computer and managed to ged rid of the bluescreen and the freezes but not without the cost of a new problem.
    My new problem is that I get alot of CRC errors now when installing biggers things ( Like most games for example). Before I switched one of the memory sticks to purple I didnt seem to have these problems since I managed to install a few games ( Painkiller, warcraft 3 FT, battlefield 2 for example) but now with the sticks in green and purple Im having problems installing most games ( Got crc error on painkiller expansion, farcry, cold fear for example. however I got empire earth 2 to get installed).
    Ive hard this problem could be cause of an faulty hard disk but Ive used both of the ones I have installed right now in my old computer and they worked perfectly there.
    Anyone got any suggestion on what the problem can be?
    I would get extremely happy if someone could help me fix this problem.
    My system:
    Gainward 7800GTX GS 256mb
    AMD 64 3200+ 90nm venice
    2X TwinMos Speed premium 3200 512mb cl2.5 winbond BH-5
    MSI K8N Neo4 Platinum nForce4 Ultra
    CD-RW
    Tagan TG420-U02 i-Xeye PSU420W
    +3.3V 28A
    +5V 42A
    +12V 22A
    What hard drive do you have?  Can you put these specifics in your sig.  Anyway, when games freeze after 20 minutes its either not enough juice from the power supply...(I have a tagan but its a 480w u22 with 12v@30a) OR, its high temps.  What are your temps?
    Second, do you have "matched pair" of ram or did you buy them separately.
    EDIT: What are your drivers for the video card too, are you using the latest ones from nvidia?
    Quote from: TexasRudy on 05-August-05, 00:33:21
    The manual does state to fill up the green slots before using the purple slots. I've noticed the memory dimms are fickle as well. I was having issues with the memory slots.
    Put the memory in slots 1 and 3 first and see what happens.
    TR, you will miss the benefit of dual channel, I made this same mistake but it is talked about greatly on this forum.  If you have matched pairs, then either slots 1&2 or 3&4 are the best combinations for dual channel.  Just my 2 cents.   

  • Removed Missing Dependencies Missing Features, reanalyzed, now 9x more Missing Dependencies....

    I'm using the excellent Phil Childs get-scripts Powershell scripts to clear out some Missing Dependencies. There were Missing Feature, MissingSetupFile, and MissingAssembly referencences, all related to the same wsp that is no longer in use and
    was retracted.  http://get-spscripts.com/2011/06/removing-features-from-content-database.html
    I removed some Missing Features, reanalyzed, and the 15 item Missing Dependencies list, instead of shrinking, is now at 134 items.
    I’m going to try and figure out cause before I start chugging through these. Any recommendations?
    Thanks,
    Scott

    Hi Scott,
    Are these new 134 error messages different from orginal 15 error messages?
    We need to check each error message description and do as error message content suggests to solve the issue (e.g. may find the webparts referenced this custom feature and remove unwanted web part from the page).
    More articles about the missing dependencies you can take a look.
    http://get-spscripts.com/2011/06/diagnosing-missingsetupfile-issues-from.html
    http://get-spscripts.com/2011/08/diagnose-missingwebpart-and.html
    http://fangdahai.blogspot.com/2014/01/how-to-resolve-missing-server-side.html
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Exaile - missing gnome-python-extras problem [SOLVED]

    Hi,
    Until last week i was able to fetch lyrics with exaile, but something broke it, and now exaile is complaining about missing gnome-python-extras. I have installed both libgtkhtml and gnome-python-extras:
    $ pacman -Qs gnome-python-extras libgtkhtml exaile
    local/gnome-python-extras 2.14.3-1
        Gnome Python interfaces for libraries not part of the core platform
    local/libgtkhtml 2.11.1-1
        An HTML library for GTK
    local/exaile 0.2.11-1
        Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK+
    Reinstall didn't help. Any ideas?
    Last edited by lman (2008-02-23 20:44:35)

    Hi,
    thanks for the tip. It kinda solved the problem.
    I can see now the lyrics and the other tabs, but there is just a button that says, that 'open browser' and a link next to it. And when I try to open the information tab again exaile dies. I suppose that's another bug.
    So now I'm trying to build the whole xulrunner from abs as I'm writing. I'm not really familiar with bug reporting, but if it still isn't working, I will report it.
    Anyway, here is the bug report from bug buddy: http://lmanweb.extra.hu/gecko-bugreport.txt
    EDIT: After installing xulrunner from abs exaile won't die, but it still don't load the pages within the tabs, and the wiki plugin still doesn't work
    EDIT2: OK, i reported it: bug ID 9660
    Last edited by lman (2008-02-23 18:54:20)

  • Ignore missing dependencies

    Hello
    I have some parts of the gnome suite installed that enable me to use some of their features, however, I have force removed a fair few other aspects of the gnome suite. Whenever I upgrade my system, Pacman prompts that some of my packages are missing dependencies, is there anyway to ignore this or stop Pacman from warning me?
    Any help is greatly appreciated

    karol wrote:* you can rebuild the gnome suite w/o the unwanted dependencies
    or
    * you can create some dummy pkgs that don't provide any files but pacman thinks that all dependencies are satisfied
    Thanks karol, how might one go about creating these dummy packages?

Maybe you are looking for

  • I dropped my iPhone 5S in the toilet and now the screen is not fully responding

    So last monday i accidentally dropped my iPhone 5S on the toilet. I immediately dried it off and tried the rice trick. I left it there for 6 days til today it finally turned on. To my surprise, when it turned on i tried entering the lockscreen code b

  • Got my cracked iphone screen replaced and now my phone has a mind of it's own.

    It will select anything at everything at random, I'll text somebody and it will type random letters and send. Or The swipe up/down menus will come up/down and stay. I've liked, unliked, unfriended, unfollowed and sent gibberish to several people and

  • Regarding mappint logic

    Hi, i have the data in source table like mapnumber , tdsnumber (here mapnumber,tdsnumber are varchar2 type) 1 , 1 2, 20 29, 39 100, 200 my target table should like this mapnumber , tdsnumber (here mapnumber,tdsnumber are varchar2(3) type) 001, 001 00

  • Remote Printing in Solaris 8 across the network

    Hi I am trying to setup a printer on Solaris 8 server. The printer is located on the Client side outside our network and using the Axis Print Server. The way it is setup is... print request goes through our server to a virtual IP which forward the re

  • 9iAS Version 2 download link problem

    http://www.oracle.com/technology/products/ias/9ias_index.html returns page not found. This link is on http://www.oracle.com/technology/products/ias/index.html