Search Debian Channel Logs

Tuesday, January 24, 2017

#debian channel featuring missmbob, LiENUS, Anonrate, judd, kiki`, klys,

missmbob 2017-01-24 13:45:23
actually i've gotta go. sure someone will step in
LiENUS 2017-01-24 13:45:25
missmbob, nah making a dockerfile with tags for older versions of a package
Anonrate 2017-01-24 13:46:31
I get no output upon running that command.
Anonrate 2017-01-24 13:48:49
Is anyone able to take over help from missmbob?
TomTomTo1 2017-01-24 13:51:51
LiENUS: do you want packages or versions of one package? for example: aptitude search '?origin(Docker)' would list all packages from a repo with 'Docker' in the origin field of the release file, apt-cache policy docker-engine would give you all versions available in the listed repos for the package docker-engine.
n1b 2017-01-24 13:53:02
Do you need to have Perl installed for Debian to work?
LiENUS 2017-01-24 13:53:24
TomTomTo1, all packages and versions on a specific repository
TomTomTo1 2017-01-24 13:55:13
n1b: at least perl-base. a lot of tools for debian are written in perl.
kiki` 2017-01-24 13:56:25
hi..how is it a port is still in use after i killed the process using it?
kiki` 2017-01-24 13:58:03
or better: how can i "free it up"
petemc 2017-01-24 13:58:44
lsof -i :NN
kiki` 2017-01-24 14:00:27
nice.. gives me a list right. welly well
kiki` 2017-01-24 14:00:45
now could it be killing the process is not sufficient to free that port?
petemc 2017-01-24 14:01:26
if you see processes listed in lsof output it's not killed
kiki` 2017-01-24 14:06:45
erm when i start a prog with nohup prog & prog2 .. then prog2 will start immediately ..eventually without prog having started to listen ..right?
LiENUS 2017-01-24 14:10:07
hmm is there a way to install a .deb from command line and have dependencies pulled via apt?
klys 2017-01-24 14:14:14
Li
klys 2017-01-24 14:14:38
LiENUS, dpkg -iGREB file.deb; apt-get -f install
LiENUS 2017-01-24 14:15:17
klys, the problem with that is dpkg -i generates an error which kills the docker build
missmbob 2017-01-24 14:16:03
LiENUS: dpkg-checkdeps is what you want to use
LiENUS 2017-01-24 14:16:29
missmbob, command not found?
klys 2017-01-24 14:17:30
apt-get install ruby-debian; man dpkg-checkdeps
LiENUS 2017-01-24 14:20:59
seems to be broken, just gives me errors
LiENUS 2017-01-24 14:21:06
can't modify frozen string
missmbob 2017-01-24 14:22:14
i dont think it is broken. docker just does stupid shit sometimes. or your package is broken
LiENUS 2017-01-24 14:22:54
so theres no way to just feed apt-get a deb file directly?
missmbob 2017-01-24 14:23:29
no. that's why we have dpkg or other tools
LiENUS 2017-01-24 14:23:55
dpkg doesnt do dependencies though
dpkg 2017-01-24 14:23:56
i haven't a clue, LiENUS
LiENUS 2017-01-24 14:24:14
so... they're not exactly the same thing
missmbob 2017-01-24 14:24:41
dpkg-andfriends. there.
LiENUS 2017-01-24 14:25:22
theres a dpkg tool to pull and install dependencies from apt?
LiENUS 2017-01-24 14:25:26
that makes no sense
missmbob 2017-01-24 14:26:42
i just reread what you said. could it be you're looking for gdebi?
missmbob 2017-01-24 14:26:46
,i gdebi
judd 2017-01-24 14:26:47
Package gdebi (admin, optional) in jessie/amd64: simple tool to view and install deb files - GNOME GUI. Version: 0.9.5.5+nmu1; Size: 39.2k; Installed: 141k; Screenshot: https://screenshots.debian.net/package/gdebi
missmbob 2017-01-24 14:27:01
there's a commond line version. dont have to use gui
missmbob 2017-01-24 14:27:07
command*
missmbob 2017-01-24 14:27:26
,i gdebi-core
judd 2017-01-24 14:27:27
Package gdebi-core (admin, optional) in jessie/amd64: simple tool to install deb files. Version: 0.9.5.5+nmu1; Size: 130.9k; Installed: 726k
missmbob 2017-01-24 14:28:04
gdebi foo.deb
LiENUS 2017-01-24 14:32:09
that looks like it will work
kiki` 2017-01-24 14:34:30
thx petemc
LiENUS 2017-01-24 14:36:07
thank you missmbob testing build now but it looks like its working