[00:33] [telegram] one have see the bad to know what's good. (re @lubuntu_bot: (irc) not in linux??? how could you!) [00:34] fair enough :) === semitones is now known as semithere === lubuntu is now known as Guest12949 [09:08] hi [09:09] So basically if i have any issues regarding lubuntu setup, I can ask it here right? [09:26] [telegram] Thanky again @HMollerCl šŸ™‚ (re @HMollerCl: I'm not sure, I'm not in linux right now, thelinux spotify forum is this https://community.spotify.com/t5/Desktop-Linux/bd-p/desktop_linux) === alfiec is now known as acor_uk [13:14] Could someone program/code .. or suggest a program, which would beep if the computer/pc/laptop is on idle .... letting the user to switch off the idle pc/computer/laptop ?. power management allows to dim out screen or go into sleep or hibernate.. it doesn't have notification or beeper option, so if one is away from the laptop, you might as well forget.. and leave it on for long time. [13:18] I don't know any , it would be much better for prime OS distributions like debian/ubuntu/fedora/suse, rather than their derivatives to develop/distribute them inbuilt in the platform.. just an opinion [15:30] Hello [15:30] I'm having troubles installing Lubuntu OS on a PC. Can anyone help me? === FrankF1 is now known as FrankF [16:03] [telegram] What are the troubles you're facing? (re @lubuntu_bot: (irc) I'm having troubles installing Lubuntu OS on a PC. Can anyone help me?) === akem is now known as akem1 [18:50] does anyone use libre writer? [18:50] I get these encrypted documents in Office Word, and I try to do the same in libre [19:02] dragon2: not a lubuntu specific support question but a libreoffice one. Maybe try at #libreoffice [19:02] I have, but there isn`t much activity over there [19:02] here either [19:03] There is an option when you save the document. [19:04] there are two tag off squares, one for password and one for GPG encryption [19:04] I just don`t get anywhere [19:06] ...ohh, it works.. [19:43] when you search around your own computer for documents or anything really, you either open up from f.ex. libre writer. or you go to "computer" [19:44] is there away about things from the start menu? [19:45] I find the applications in office of couse [20:14] Huh? === alfiec is now known as acor_uk [20:57] ciao [20:57] hi [20:57] I have any problem about my vsftpd [20:57] o/ [20:58] can you help me kc2bez[m] ? [20:58] [telegram] ask your question first [20:58] [telegram] if you have a problem you have to explain what your problem is first. [20:59] my vsftpd haven't the open port number 21 [20:59] if i get nmap 192.168.0.102 i have the 21 port closed [21:00] jaron ! [21:00] What does `systemctl status vsftpd` show you sp4: [21:01] vsftpd.service - vsftpd FTP server [21:01] Loaded: loaded (/lib/systemd/system/vsftpd.service; enabled; ve> [21:01] Active: failed (Result: exit-code) since Sun 2021-02-21 21:53:5> [21:01] Main PID: 2693 (code=exited, status=2) [21:01] feb 21 21:53:51 mulo systemd[1]: Starting vsftpd FTP server... [21:01] feb 21 21:53:51 mulo systemd[1]: Started vsftpd FTP server. [21:03] It is a little tough to read there a paste would be better next time. It doesn't look like vsftpd is running. [21:03] !paste [21:03] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [21:04] try `systemctl start vsftpd` so you can see what is happening. [21:05] https://paste.ubuntu.com/p/BRJHqfv9Zb/ [21:06] [telegram] use systemctl -l status vsftpd [21:06] It say nothing [21:06] [telegram] put the output on pastebin [21:06] [telegram] because the error output is being truncated [21:06] [telegram] *reminds kc2bez to always append -l to the list of args to systemctl when calling the status command* [21:07] Thanks teward [21:07] https://paste.ubuntu.com/p/9c2fjzXDnY/ [21:08] [telegram] you sure that's systemctl -l status vsftpd? Because that > at the end of the lines indicates there's an error generated but the lines are truncated [21:10] yes i m sure [21:11] what do you think kc2bez ? [21:12] maybe depend about the iptables ? [21:12] I think we are missing some of the info, [21:12] I putted a rules about iptable and ftp [21:12] It doesn't look like it is running though [21:12] 21 port [21:13] You can look at what ports are utilized `lsof -i` [21:13] it's not running [21:13] [telegram] vsftpd isn't running [21:13] [telegram] that's why it's not listening on the port [21:14] ^ [21:14] [telegram] do me a favor, run cat /lib/systemd/system/vsftpd.service | grep ExecStart and provide the output [21:14] [telegram] because that'll get us the command you can run yourself that'll run the vsftpd process and *get* us the error codes [21:14] [telegram] and any error messages not shown here by systemctl [21:15] nmap 192.168.0.102 [21:15] [telegram] don't care about the nmap output [21:15] [telegram] we know the prov,em is because vsftpd isn't running [21:15] https://paste.ubuntu.com/p/Cq2vJTvxvK/ [21:15] [telegram] nmap will only show 'open' if a service is listening there [21:15] [telegram] ;) [21:16] [telegram] run this, get us the output from it (use paste.ubuntu.com again): `cat /lib/systemd/system/vsftpd.service | grep ExecStart` [21:16] [telegram] without the backticks. [21:16] [telegram] (stupid chat bridge >.<) [21:16] Agreed here [21:17] https://paste.ubuntu.com/p/cGV4MqPBTG/ [21:19] now run: `sudo /usr/sbin/vsftpd /etc/vsftpd.conf` [21:19] put ALL output in a pastebin [21:19] THIS will get us all the output and error code data [21:19] (this is teward001 from the telgram side of the bridge, I'm on IRC for another reason now heh) [21:22] https://paste.ubuntu.com/p/485rnbMzKt/ [21:22] [telegram] there's your problem [21:22] [telegram] you have an incorrect configuration [21:22] ok lobot [21:22] what do you suggesrt ? [21:23] i try to modify vsftpd.conf [21:23] [telegram] edit your /etc/vsftpd.conf, find the offending line that says connect_from_port_21, put a # before it, and then start the service with the same command I gave you, see if there's any errors this time [21:25] I made that you said [21:25] and restart the service with systemctl restart vsftpd [21:25] nothing error [21:26] so right [21:26] it gone right [21:27] `systemctl -l status vsftpd` says it is running? [21:27] [telegram] it won't kc2bez [21:27] [telegram] because i had them manually start it [21:27] [telegram] hit ctrl+c [21:27] [telegram] then run sudo systemctl start vsftpd [21:27] yes kc2bez [21:27] [telegram] and make sure that port 21 is up :) [21:27] [telegram] anyways, there you go, if you're up and running it's solved. [21:27] i made nmap 192.168.0.102 and port 21 is open [21:27] [telegram] simple configuration problem :0 [21:28] Enjoy sp4: [21:29] thank you [21:55] hi [21:55] my /etc/vftpd.conf [21:57] https://paste.ubuntu.com/p/BzJYHf5kJh/ [21:57] i had a problem in the login [21:57] with ftp [21:57] nobody can help me [21:59] [telegram] you may want to visit the #ubuntu-server channel [22:00] [telegram] this is the Lubuntu support channel, and server-centric issues are better suited for #ubuntu-server [22:03] sp4: you should probably ask this in #ubuntu-server unless this is an Lubuntu issue. vsftpd is fairly outside the purview of *most* of the Lubuntu support people :P [22:03] I have lubuntu [22:03] not ubuntu [22:04] as a member of the server team, i'm suggesting you get help with vsftpd from #ubuntu-server because vsftpd is a *server* software, not an Lubuntu piece of software, and requires a different knowledgeset, [22:04] lubuntu or not, vsftpd is likely to get better support from #ubuntu-server than #lubuntu [22:04] since i can name maybe 4 people here who know vsftpd enough, versus the larger server team where vsftpd and other questions come up regularly [22:04] (THIS SAID, I suggest not using vsftpd for transferring files, FTP is an insecure protocol) [22:05] don't matter about the indsicure protocol because I haven't to put vsftpd in the internet [22:05] it's an obligatory statement (becuase i'm an IT Security guy too) [22:06] but i reiterate: the Lubuntu team doesn't necessarily have the necessary knowledge to troubleshoot vsftpd issues. The Server Team would. [22:06] Ubuntu or not. (Lubuntu is Ubuntu with the LXQt desktop and a specific set of packages, but the core underlying kernel, etc. is Ubuntu driven.) [23:08] forgive me, but anyone know an easy/the best "getting involved" page ? [23:13] maybe that needs to be a page we add; or copy over from wiki (updating it to be current of course); currently everything points to links page; which I don't think is adequate.. === lubuntu is now known as Guest83287 [23:17] [telegram] guiverc: yeah there's no good page for it [23:17] [telegram] should probably have one heh [23:17] writing that now :) [23:27] guiverc @teward001 https://manual.lubuntu.me/stable/B/Contributing.html [23:29] thank you kc2bez[m] , that's the sort of page I was looking for [23:30] Yup, sounds good. [23:34] wiki Lubuntu/GettingInvolved page now has that link too [23:34] Excellent! Thanks guiverc