Search found 43 matches

by asobczak
Thu Oct 14, 2021 6:03 am
Forum: Beginner Questions
Topic: Linux Mint only 640x480 resolution
Replies: 7
Views: 873

Re: Linux Mint only 640x480 resolution

Try

Code: Select all

xrandr

command and read man Xsessions pages. I ued to have issues with connecting to unusual monitor and

Code: Select all

xrandr
helped.
by asobczak
Thu Oct 14, 2021 5:43 am
Forum: Networking
Topic: ssh connection - only with password, no publickey <SOLVED>
Replies: 1
Views: 405

Re: ssh connection - only with password, no publickey

OK Solved. After trying everything around the universe 8) In my case, changing the home directory chmod to 755 did the trick. Solution described (if it need any further explanation...) here https://unix.stackexchange.com/questions/45042/server-does-not-accept-public-key-for-ssh-login-without-password
by asobczak
Mon Oct 11, 2021 2:08 pm
Forum: Networking
Topic: ssh connection - only with password, no publickey <SOLVED>
Replies: 1
Views: 405

ssh connection - only with password, no publickey <SOLVED>

I am having a small project on RaspberryPI. I need to ssh back and forth between Pi and Mint machine. So i set up the RSA keys to work passwordless. It works perfectly from Min to Pi - Pi is a host. It is working ONLY with password when Mint is a host. I tried with another computer, Mint-B and Pi, a...
by asobczak
Wed Jun 30, 2021 7:09 am
Forum: Virtual Machines
Topic: No data transfer from Win10 guest system to USB external device
Replies: 2
Views: 900

Re: No data transfer from Win10 guest system to USB external device

I can insert USB stick and Win10 can see it, save drag and drop files to and from it.
What Virtual Tools should be installed on Win10?
by asobczak
Sun Jun 27, 2021 1:55 pm
Forum: Virtual Machines
Topic: No data transfer from Win10 guest system to USB external device
Replies: 2
Views: 900

No data transfer from Win10 guest system to USB external device

I am trying to transfer data between application running under virtual guest Windows 10 and external device connected via USB. The host system is Kernel: 5.4.0-77-generic x86_64 bits: 64 compiler: gcc v: 7.5.0 Desktop: Cinnamon 4.4.8 Distro: Linux Mint 19.3 Tricia base: Ubuntu 18.04 bionic qemu 2.11...
by asobczak
Sun Apr 05, 2020 2:22 pm
Forum: Tutorials
Topic: [Mint 18, 19] Using notify-send from a user crontab
Replies: 7
Views: 6216

Re: [Mint 18, 19] Using notify-send from a user crontab

eddie3000 wrote: Wed Mar 11, 2020 1:41 pm

Code: Select all

DISPLAY=":0.0"
XAUTHORITY="/home/USER/.Xauthority"
XDG_RUNTIME_DIR="/run/user/1000"
Change "USER" to whatever user you want. Notify-send now works in my scripts using cron.
Works for me!!!!
by asobczak
Tue Mar 24, 2020 11:22 am
Forum: Printers & Scanners
Topic: [solved] filter failed
Replies: 13
Views: 11969

Re: [solved] filter failed

This bug is here again. I have all the mentioned software updated and still got the Status: Filter failed. UPDATE: This solution saved my sanity ;) and working for my Samsung M2020. https://forum.ubuntuusers.de/topic/samsung-clx-3305-laser-drucker/ inxi -Sxx System: Host: aptop-X512FL-X512FL Kernel:...
by asobczak
Sun Oct 28, 2018 4:52 pm
Forum: Software & Applications
Topic: [SOLVED] Synaptic Update Could not download all repository indexes
Replies: 5
Views: 838

Re: Synaptic Update Could not download all repository indexes

Thanks for the note. In my case the working solution originates from here https://cortman.wordpress.com/2012/02/2 ... in-ubuntu/
The issue was with GPG keys. I have to manually download public keys , Nevertheless the Update Manager working fine now.
by asobczak
Sun Oct 28, 2018 6:20 am
Forum: Software & Applications
Topic: [SOLVED] Synaptic Update Could not download all repository indexes
Replies: 5
Views: 838

Re: Synaptic Update Could not download all repository indexes

Hi,
Got the same issue. Switching mirrors generates others issues with GPG. May you recommend to the right source?
by asobczak
Sat Feb 17, 2018 5:40 am
Forum: Software & Applications
Topic: Password protected zip
Replies: 5
Views: 2526

Re: Password protected zip

Thanks , have the same issue with encrypted zip. Now it works with 'p7zip-full'
by asobczak
Sat Feb 06, 2016 7:38 pm
Forum: Software & Applications
Topic: [SOLVED] Cron DISPLAY issue
Replies: 8
Views: 996

SOLVED Re: Cron DISPLAY issue

SOLVED!!!! Just upgraded to 17.3 Rosa. inxi -S System: Host: BigComp Kernel: 3.13.0-24-generic x86_64 (64 bit) Desktop: Cinnamon 2.8.6 Distro: Linux Mint 17.3 Rosa Looks like a bug. I upgraded my 17 Qiana system day or two ago, thats when the issue have started. Upgradet to 17.3 Rosa and notify-send...
by asobczak
Sat Feb 06, 2016 6:45 pm
Forum: Software & Applications
Topic: [SOLVED] Cron DISPLAY issue
Replies: 8
Views: 996

Re: Cron DISPLAY issue

checking log

Code: Select all

grep -i cron /var/log/syslog
receiving this output
Feb 6 23:42:01 BigComp CRON[13758]: (andrzej) CMD (DISPLAY=:0.0 notify-send "check")
somehow, notify get lost on its way from cron to screen....
by asobczak
Sat Feb 06, 2016 6:13 pm
Forum: Software & Applications
Topic: [SOLVED] Cron DISPLAY issue
Replies: 8
Views: 996

Re: Cron DISPLAY issue

try DISPLAY=:0.0 /usr/bin/notify-send "ALARM XYZ" This one end with an error: $ /usr/bin/DISPLAY=:0.0 notify-send "check" bash: /usr/bin/DISPLAY=:0.0: No such file or directory [/quote] However: $ DISPLAY=:0.0 notify-send "check" $ notify-send "check" works f...
by asobczak
Sat Feb 06, 2016 6:09 pm
Forum: Software & Applications
Topic: [SOLVED] Cron DISPLAY issue
Replies: 8
Views: 996

Re: Cron DISPLAY issue

Cosmo. wrote:Do you use more than one user account?
No, only one.
Cron is running my scripts, they do write to logs. Suddenly warnings disapeared. I guess it is after system update....wonder if anybody else expirience the same.
by asobczak
Sat Feb 06, 2016 2:32 pm
Forum: Software & Applications
Topic: [SOLVED] Cron DISPLAY issue
Replies: 8
Views: 996

[SOLVED] Cron DISPLAY issue

Hi, Fighting with the issue for more than 48 hr now and have no clue. My crontab file runs a few scripts every 10 or 15 minutes. The scripts writes to log and use DISPLAY=:0.0 notify-send "ALARM XYZ" Since few days I have no notifications. The scripts write to logs, so I got the story, but...
by asobczak
Sun Sep 15, 2013 11:43 am
Forum: Beginner Questions
Topic: [SOLVED] How to reduce rootfs?
Replies: 3
Views: 715

[SOLVED]Re: How to reduce rootfs?

Many Thanks,
by asobczak
Thu Sep 12, 2013 6:29 pm
Forum: Beginner Questions
Topic: [SOLVED] How to reduce rootfs?
Replies: 3
Views: 715

[SOLVED] How to reduce rootfs?

I use mint for a year now. I noticed that rootfs usage is growing after every system update. OK I can change partitions or remove flight simulator :shock: [NO WAY], yet I would like to find out is there any method to remove old, unused and obsolete files? In other words, is there a way to automagica...
by asobczak
Sun Feb 10, 2013 6:18 pm
Forum: Русский - Russian
Topic: Помогите настроить WiFi
Replies: 2
Views: 3369

Re: Помогите настроить WiFi

Если устройство работает с ОС Windows проверить водителей. Должны быть обновлены.
by asobczak
Sat Jan 26, 2013 11:56 am
Forum: Sound
Topic: No "Speaker" option in Connector pull-down field
Replies: 2
Views: 1026

Re: No "Speaker" option in Connector pull-down field

this may be a trick:
sound panel of system settings allows to you choose hardware. I got Polish version, but in my case it a middle panel. On the bottom of it you can choose device.
It take me a few days to figure out where to change it.....
by asobczak
Sat Jan 26, 2013 11:49 am
Forum: Beginner Questions
Topic: HD Monitors?
Replies: 1
Views: 508

Re: HD Monitors?

try xrandr while connected to each monitor and see what are the differences. In my case it looks like here $ xrandr Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192 VGA1 disconnected (normal left inverted right x axis y axis) HDMI1 connected 1920x1080+0+0 (normal left inverted r...

Go to advanced search