teraflops 2017-02-01 08:45:50
`ajven: you pasted the config not saying what your issue is
`ajven 2017-02-01 08:46:48
because its not issue ?? I ask how to do that and paste my config
`ajven 2017-02-01 08:47:22
was checking a squid tutorials but it looks the same like my but resoult is different
teraflops 2017-02-01 08:47:45
if you use a proxy the programs that are using it will look like they are using proxy ip address, I dont see where the problem is
`ajven 2017-02-01 08:49:01
so i paste my squid config, put address of my server into firefox and still got same IP
`ajven 2017-02-01 08:49:13
so its mean squid is not working as a proxy server
teraflops 2017-02-01 08:49:26
that's a different question
teraflops 2017-02-01 08:49:42
sorry for being captain obvious
Pr0metheus 2017-02-01 08:55:11
Is there a list of the packages installed with tasksel and selecting web server? It just says it installs a list of useful programs...
Pr0metheus 2017-02-01 08:55:52
(as you can understand I managed to get access to the internet - thanks all:)
TomTomTo1 2017-02-01 08:56:36
yes, it installs this package and its dependencies. https://packages.debian.org/jessie/tasks/task-web-server
Pr0metheus 2017-02-01 08:57:43
tomtomto1 yeah, but what does it include?
missmbob 2017-02-01 08:58:35
Pr0metheus: are you being serious?
n4dir 2017-02-01 08:58:42
tasksel --task-packages web-server ; is said to list the according packages; from here: https://wiki.debian.org/tasksel
TomTomTo1 2017-02-01 08:58:43
the dependencies are listed on the website.
TomTomTo1 2017-02-01 08:59:21
n4dir: did you run it before recommending it?
n4dir 2017-02-01 08:59:38
no, i didn't.
Pr0metheus 2017-02-01 08:59:44
ok let me try it n4dir
Pr0metheus 2017-02-01 09:00:22
result: task-web-server :P
Pavr 2017-02-01 09:00:47
now you know
n4dir 2017-02-01 09:00:54
then look at the site.
Pr0metheus 2017-02-01 09:01:09
missmbob yes I am serious, what is the list of "packages useful for a general purpose web server system"
cicocico 2017-02-01 09:01:22
hello @ll
cicocico 2017-02-01 09:01:24
:)
greycat 2017-02-01 09:01:33
Define "general purpose". Static files only? PHP?
somiaj 2017-02-01 09:01:40
Pr0metheus: depends on what webserver you use and what you consider general.
Pavr 2017-02-01 09:02:04
https://packages.debian.org/jessie/task-web-server
TomTomTo1 2017-02-01 09:02:39
Pavr: again. they are listed as dependencies on the site i linked. or run apt-cache depends task-web-server if you want to see it in your terminal...
somiaj 2017-02-01 09:02:47
the LAMP collection is common, but still not what each user would need for a 'general web server'
Pavr 2017-02-01 09:03:04
TomTomTo1, wrong guy
Pavr 2017-02-01 09:03:18
or gal
Pr0metheus 2017-02-01 09:03:34
so this thing just installs apache?
Pr0metheus 2017-02-01 09:04:53
greycat the quoted phrase is the description from the package webpage
somiaj 2017-02-01 09:05:12
Pr0metheus: yea kinda a strange task, since it depends only on apache2
TomTomTo1 2017-02-01 09:05:21
recommends are installed too, i believe.
n4dir 2017-02-01 09:05:29
perhaps so the list of tasks is not that short ...
somiaj 2017-02-01 09:05:42
Pr0metheus: most likely there to help new users who don't know what websrever they want to install one during the install phase.
Atm0spher1c 2017-02-01 09:07:22
apt-listbugs seems to have pinned a package automatically to /etc/apt/preferences.d/apt-listbugs. I wanted to install it anyway, how can I undo this?
n4dir 2017-02-01 09:07:55
!hold
dpkg 2017-02-01 09:07:55
hold is a status flag that tells the package manager to not automatically upgrade a package. To hold a package 'echo $package hold|dpkg --set-selections' or 'aptitude hold $package'. Note that "aptitude hold" is ignored by other package managers (i.e. Update Manager, synaptic, apt-get) and aptitude won't necessarily use holds set with dpkg; see Debian bug #137771 (fixed in stretch). See also , .
n4dir 2017-02-01 09:08:20
ah, unhold then
n4dir 2017-02-01 09:08:29
!unhold
dpkg 2017-02-01 09:08:29
Removing a status flag can be achieved through «echo packagename install | dpkg --set-selections», or «aptitude unhold packagename» if the package is held in aptitude.
tomcres 2017-02-01 09:08:58
there's also apt-mark hold/unhold foo
n4dir 2017-02-01 09:09:16
probably more easy, as far it's me
somiaj 2017-02-01 09:10:25
Atm0spher1c: it doens't pin it automatically, but it asks you if you want to during the install. Just remove the file it put in /etc/apt/apt.conf.d/ (or preferences.d) that caused the file to be pinned
Atm0spher1c 2017-02-01 09:10:27
I was using apt, then tried aptitude unhold, and it did nothing. I'll try apt-mark
somiaj 2017-02-01 09:10:37
it isn't held, it is pinned, there is a difference.
user001 2017-02-01 09:11:20
hello
Atm0spher1c 2017-02-01 09:11:25
somiaj: maybe because I was writing stdout to a log file? 2>&1 | tee log
user001 2017-02-01 09:11:40
i would know what happened with kompozer package
somiaj 2017-02-01 09:11:50
Atm0spher1c: could be, apt-list bugs should prompt the user about any rc bugs and ask the user what to do about them
user001 2017-02-01 09:11:52
does not exist on jessie repository
Pelle` 2017-02-01 09:12:01
i think i have fucked up abit... i extended my raid.. and now when im trying to extend the partition wich is ext4 i cant do it since it has a max size of 16tb? and my raid is now at like 18.9... any way to get around that?
Atm0spher1c 2017-02-01 09:12:10
somiaj: yes, it always has.
somiaj 2017-02-01 09:13:29
,v kompozer
judd 2017-02-01 09:13:30
No package named 'kompozer' was found in amd64.
somiaj 2017-02-01 09:13:38
user001: when was the last time you saw that package in debian
user001 2017-02-01 09:14:10
where is kompozer?
user001 2017-02-01 09:14:18
what repository?
somiaj 2017-02-01 09:15:05
,v kompozer
judd 2017-02-01 09:15:06
No package named 'kompozer' was found in amd64.
TomTomTo1 2017-02-01 09:15:14
#690251
TomTomTo1 2017-02-01 09:15:28
hmpf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690251
somiaj 2017-02-01 09:15:33
user001: there is no package by that name recentally in debian, so I'd have to look in older releases to track down the bug/reason, looks like TomTomTo1 did this for you
judd 2017-02-01 09:15:40
Bug http://bugs.debian.org/690251 in ftp.debian.org (closed): «RM: kompozer -- ROM; dead upstream»; severity: normal; opened: 2012-10-11; last modified: 2012-11-09.
user001 2017-02-01 09:15:52
judd, i need install kompozer in my amd64
judd 2017-02-01 09:15:53
No package named 'need' was found in jessie/amd64.
somiaj 2017-02-01 09:16:39
user001: well it is dead upstream, you can go search archive.debian.org for the old packages, but ymmv on if they work anymore, and no one will support them. Debian isn't and upstream is dead according to tha tbug
user001 2017-02-01 09:18:13
somiaj, thank you
n4dir 2017-02-01 09:20:26
seamonkey has composer as a simple html editor. As i don't know kompozer, i can't tell if that will suit your needs, user001
kernello 2017-02-01 09:25:45
hello everyone, I'd like to reinstall my system with all present packages, so I found 'apt-clone'..but the command is new to me, and I don't make much sense of it; sudo apt-clone clone path-to/apt-clone-state-ubuntu-$(lsb_release -sr)-$(date +%F).tar.gz ?
kernello 2017-02-01 09:25:51
what is 'path-to/apt-clone-state-ubuntu' here?
kernello 2017-02-01 09:26:21
and what follows thereafter is supposed to remain as it is?
somiaj 2017-02-01 09:28:25
!aptitude clone
dpkg 2017-02-01 09:28:25
To clone a Debian machine using aptitude (or install your favourite packages) use aptitude search --disable-columns -F%p '~i!~M!~v' > package_list; on the reference machine; xargs aptitude --schedule-only install < package_list; aptitude install; on the other machine. This preserves information about "automatically installed" packages that other methods do not. See also , , , .
somiaj 2017-02-01 09:28:36
kernello: I prefer that approach as it stores auto/manual install info
tomcres 2017-02-01 09:31:03
question: if a package was removed from debian for being dead upstream, but has since been revived, is there any way to request its inclusion again?
TomTomTo1 2017-02-01 09:31:40
yes, you can file a RFP bug.
TomTomTo1 2017-02-01 09:31:50
!rfp
dpkg 2017-02-01 09:31:51
Request For Package (RFP) is the way to ask for a piece of software to be included in Debian. See http://www.debian.org/devel/wnpp, the section on that page "Adding new entries with "reportbug"" is a good place to start. Technically, a RFP is a wishlist bug filed against "wnpp" with a title beginning "RFP: ", ask me about . The best way of getting software packaged is to do it yourself: ask me about .
tomcres 2017-02-01 09:32:51
TomTomTo1, thanks
taylan 2017-02-01 09:35:55
my system time keeps getting out of sync. by five minutes or so. ntpd is definitely running. what may be the problem?
greycat 2017-02-01 09:36:16
look for errors from ntp
taylan 2017-02-01 09:37:36
where does openntpd log by default?
taylan 2017-02-01 09:38:13
nevermind, seems to be /var/log/daemon.log
greycat 2017-02-01 09:38:14
When I don't know, I cd to /var/log and run ls -lart to see the files in mtime order, and then start reading the tails of the ones that look promising.
somiaj 2017-02-01 09:41:37
taylan: with systemd, systemctl status ntpd would be useful, or journalctl ntpd (think that is the syntax for journalctl)
taylan 2017-02-01 09:42:25
I see a lot of messages like "adjusting local clock by x" where x tends to be around -300s which is about 5 minutes to the past, which seems about right, but I suppose the system doesn't accept it / reverts it so it keeps doing that
taylan 2017-02-01 09:43:10
other than that there's a lot of "peer [IP address] is now valid" and rarely "... is now invalid"
greycat 2017-02-01 09:43:17
That's definitely bad. You don't want your clock to be moved by 300s at a time.
taylan 2017-02-01 09:43:55
that too I guess :\ might that be why the system rejects the change?..
m4ndr4_ 2017-02-01 09:44:04
how can i remove xorg and all the files related to it? is apt-get remove --purge xserver-xorg enough?