Find the answer to your Linux question:
Results 1 to 5 of 5
Hello there being myself totally paranoid and a little mind obfuscated this morning I ran this command sudo rpm -hiv on this package (totally wrong package) ftp: //fr2.rpmfind.net/linux/sourceforge/v/project/vl/vlc/0.8.5/fedora/4/i386/vlc/0.8.5/vlc-source/ffmpeg-svn_5999-1.src.rpm (please join ...
  1. #1
    Just Joined!
    Join Date
    Jun 2011
    Posts
    0

    help on suspicious rpm

    Hello there being myself totally paranoid and a little mind obfuscated this morning I ran this command

    sudo rpm -hiv

    on this package (totally wrong package)

    ftp: //fr2.rpmfind.net/linux/sourceforge/v/project/vl/vlc/0.8.5/fedora/4/i386/vlc/0.8.5/vlc-source/ffmpeg-svn_5999-1.src.rpm

    (please join ftp: and the rest of the address)

    That came out with strange messages such as "user jpsaman does not exist, using root user"

    I am rather worried since I suspect I might have installed something that would harm my security.

    I tried to look inside the package but being not expert at all I can't be sure it is something innocent and simply not working or whether it is something harmful.

    Can I please be helped by someone with better skills than mine? Thank you

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,956
    So, are you trying to get the source code to ffmpeg? Why not get it directly from the ffmpeg repository? If you have git installed, then do this:

    git clone git://git.videolan.org/ffmpeg.git ffmpeg

    Here is a link to their download page: Get FFmpeg
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,091
    That warning has an explanation and is nothing to worry about.

    The packager created that rpm with the userid "jpsaman".
    Without any precautions, this userid is recorded for the files/dirs/links/etc in that src.rpm.

    While installing on your system, jpsaman was not available (naturally).
    So the rpm logic used a fallback userid, and that fallback userid is root.

    No problem here
    You must always face the curtain with a bow.

  4. #4
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,091
    That said, is there a reason to use this ancient version?
    - Fedora 4,
    - vlc 0.8.5
    - and ffmpeg svn revision 5999?
    The last one before they switched to git:
    The last revision committed to SVN was r26402 on 2011-01-19.
    I canīt think of a reason, except archeologic interest


    @Rubberman:
    There might be a benefit in using src.rpms instead of sources.
    If you need just a few tweeks, then a new rpm package is just a rpmbuild away.

    And at least on my part, I am a big fan of packages.
    My developers can do whatever they want in their homes.
    But if they want something installed systemwide, then it needs to be packaged.
    ymmv
    You must always face the curtain with a bow.

  5. #5
    Just Joined!
    Join Date
    Jun 2011
    Posts
    0

    only reason

    Quote Originally Posted by Irithori View Post
    That said, is there a reason to use this ancient version?
    - Fedora 4,
    - vlc 0.8.5
    - and ffmpeg svn revision 5999?
    The last one before they switched to git:


    I canīt think of a reason, except archeologic interest


    @Rubberman:
    There might be a benefit in using src.rpms instead of sources.
    If you need just a few tweeks, then a new rpm package is just a rpmbuild away.

    And at least on my part, I am a big fan of packages.
    My developers can do whatever they want in their homes.
    But if they want something installed systemwide, then it needs to be packaged.
    ymmv
    The only reason for it was my being absolutely mind obfuscated that (hopefully) very day.

    Thanks a lot for you answers!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •