Re: Fedora29 + 802.1x

2018-11-30 Thread Todor Petkov
On Wed, Nov 28, 2018 at 10:13 PM Rick Stevens wrote: > Uhm, you might try editing the connection and making sure the CA > Certificate (if you're using one) is correct. If not, fix it. If you're > not using CA certificates, make sure the "No CA certificate is > required" checkbox is marked. > > Yo

Fedora29 + 802.1x

2018-11-28 Thread Todor Petkov
Hello, in the office we are using 802.1x authentication on the switches with username/password. It was working just fine for me, but after upgrade to Fedora29, it stopped authenticating. On the switch I don't see anything about user/pass being wrong. In NetworkManager I am using PEAP + user/p

Fedora29 + 802.1x

2018-11-28 Thread Todor Petkov
Hello, in the office we are using 802.1x authentication on the switches with username/password. It was working just fine for me, but after upgrade to Fedora29, it stopped authenticating. On the switch I don't see anything about user/pass being wrong. In NetworkManager I am using PEAP + user/p

Re: xfreerdp problems

2018-01-09 Thread Todor Petkov
On 1/9/2018 11:50 AM, Todor Petkov wrote: > Hello, > > I am trying to connect with xfreerdp to Windows machine, which was > updated recently. It worked until yesterday, now I got this error upon > connect: > > [11:48:58:827] [7066:7067] [INFO][com.winpr.sspi.Kerberos]

xfreerdp problems

2018-01-09 Thread Todor Petkov
Hello, I am trying to connect with xfreerdp to Windows machine, which was updated recently. It worked until yesterday, now I got this error upon connect: [11:48:58:827] [7066:7067] [INFO][com.winpr.sspi.Kerberos] - Authenticated to Kerberos v5 via login/password [11:48:58:833] [7066:7067] [ERROR]

PC locked, but one screen is showing

2016-12-23 Thread Todor Petkov
Hello, I have the following situation: Laptop Lenovo T540p, attached to external monitor LG, and running Fedora25 with Mate desktop. After the recent upgrade from 24 to 25, after I press the combination for screen lock, the current monitor is being locked properly (blue background with the unlo

Re: Question about export display

2016-09-06 Thread Todor Petkov
On 9/5/2016 11:05 AM, Samuel Sieb wrote: > On 09/05/2016 12:48 AM, Todor Petkov wrote: >> is there a way to run a graphical program via ssh/X forward with low >> quality, i.e. 16 bit mode/800x600 etc? Sometimes I need to run >> firefox/chrome from a remote server, and I wo

Question about export display

2016-09-05 Thread Todor Petkov
Hello, is there a way to run a graphical program via ssh/X forward with low quality, i.e. 16 bit mode/800x600 etc? Sometimes I need to run firefox/chrome from a remote server, and I would like, if possible, to run them not like it's 1024x768 or higher. I searched google, but nothing comes so far.

Re: sed question

2016-07-21 Thread Todor Petkov
On Thu, Jul 21, 2016 at 3:26 PM, bruce wrote: > Hey Tudor, and others.. > > The test sed I posted works for doing a search/replace of the text inside > the parens... > >> foo('txt') >> foo("txt") > > however.. if i wanted to craft a sed that uses the entire >>foo('txt')<< as > the search.. then I

Re: sed question

2016-07-21 Thread Todor Petkov
On Thu, Jul 21, 2016 at 3:00 PM, bruce wrote: > Hey guys.. > > Sed question.. should be simple, but after stack/net searches, lots or > trials.. can't seem to get it.. > > I've got a case > > foo('txt') > foo("txt") > > I'd like to have > > foo('/dir1/txt') > foo("/dir1/txt") > > Now. I do a simpl

Re: Can not see what's typed in terminal

2016-07-06 Thread Todor Petkov
On Wed, Jul 6, 2016 at 4:10 PM, Tom Horsley wrote: > This sounds like your shell is somehow being set to > line buffered mode so isn't doing normal echoing > of characters. You don't happen to have a strange > stty command in your ~/.bashrc file do you? Thing is, it's fine with the older kernel.

Can not see what's typed in terminal

2016-07-06 Thread Todor Petkov
Hello all, yesterday I have updated to kernel-4.6.3-300.fc24.x86_64 and when I run mate-terminal/terminator/konsole, I can not see what's being typed in the terminal before pressing enter. For example, I type "ls", I can not see the 'l" and "s" letters before I press enter, then the letters appear

Re: running firefox over X tunneling (was Re: export of programs via ssh)

2016-03-30 Thread Todor Petkov
On Tue, Mar 29, 2016 at 7:50 PM, Rick Stevens wrote: > On 03/29/2016 08:15 AM, Matthew Miller wrote: > This smells like X isn't being forwarded. > > Todor, ssh to the machine and type in "echo $DISPLAY". You should see > something like "localhost:10.0". If you don't then you aren't > forwarding t

export of programs via ssh

2016-03-29 Thread Todor Petkov
Hello, I have the following situation: My workstation is Fedora 23, with the latest updates. I have also several virtual machines with Fedora23 and Centos 5/6/7. When I log in Fedora via ssh and try to run firefox from Fedora, there is no activity, it just stays and no export is coming on my scre

Re: ssh jail?

2016-01-25 Thread Todor Petkov
On 1/25/2016 4:55 PM, Jeffrey Ross wrote: > I'm in the process of setting up an SSH jail, for the most part its > working as expected with one exception, I want to provide access to > /dev/ttyUSB0 through /dev/ttyUSB4 (not 2) via cu. > > When I attempt to use "cu -lttyUSB0 -s9600" I always get "

Re: Mounting /proc with additional options

2016-01-23 Thread Todor Petkov
On 1/23/2016 11:02 AM, Todor Petkov wrote: > Hello, > > I am trying to remount /proc on Fedora 22, kernel 4.0.4-301, following > this guide > http://www.cyberciti.biz/faq/linux-hide-processes-from-other-users/ > > It works on RHEL/CentOS, but not on this setup. Hav

Mounting /proc with additional options

2016-01-23 Thread Todor Petkov
Hello, I am trying to remount /proc on Fedora 22, kernel 4.0.4-301, following this guide http://www.cyberciti.biz/faq/linux-hide-processes-from-other-users/ It works on RHEL/CentOS, but not on this setup. Have someone tried it on Fedora with newer kernel? Also, can someone tell or guide me to a m

Mounting /proc with additional options

2016-01-23 Thread Todor Petkov
Hello, I am trying to remount /proc on Fedora 22, kernel 4.0.4-301, following this guide http://www.cyberciti.biz/faq/linux-hide-processes-from-other-users/ It works on RHEL/CentOS, but not on this setup. Have someone tried it on Fedora with newer kernel? Also, can someone tell or guide me to a m

Re: Fedora on Asus?

2015-08-30 Thread Todor Petkov
On 30/08/2015 04:44 PM, Jonathan Allen wrote: Dear Fedora Experts, My daughter is looking at an Asus Zenbook UX305, which has a 128Gb SSD but no hard-drive. It comes with Win 8.1, but is it likely to work with Linux? Graphics are Intel HD5300. Hi, according to some blogs, it works well wit

Re: Replacement rack server recommendations

2015-08-03 Thread Todor Petkov
On 03/08/2015 04:24 PM, Gary Stainburn wrote: Hi Todor, Thanks for that. I am looking at Lenovo at the moment. I'm also looking at the DELL PowerEdge R630 with the H330 RAID controller. Google seems to come up with conflicting reports on this though, some saying it works fine while others are

Re: Replacement rack server recommendations

2015-08-03 Thread Todor Petkov
On 03/08/2015 01:37 PM, Gary Stainburn wrote: I'm looking to replace our 8 year old IBM Express x3550 servers and I'm looking for recommendations. They have hardware RAID 1 with 2x760GB drives, 4GB RAM and Xeon E5410 quad core 2.33Ghz processor. THe biggest problem here is that the server i

Re: Fedora22 - run remote graphical program on local display

2015-06-02 Thread Todor Petkov
On 01/06/2015 05:26 PM, Todor Petkov wrote: On 01/06/2015 05:03 PM, Todor Petkov wrote: My bad, the version for Centos5 is "OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008". Also, I noticed something else: when I log in Centos5 as root, the display is correct, but when I log wi

Re: Fedora22 - run remote graphical program on local display

2015-06-01 Thread Todor Petkov
On 01/06/2015 05:03 PM, Todor Petkov wrote: My bad, the version for Centos5 is "OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008". Also, I noticed something else: when I log in Centos5 as root, the display is correct, but when I log with my LDAP user, firefox is started on m

Fedora22 - run remote graphical program on local display

2015-06-01 Thread Todor Petkov
Hi, when I log from my workstation (Fedora 22) and I have problems with running firefox on remote (virtual) machines: 1) Fedora22 - When I start firefox, it says: (firefox:1345): GLib-GObject-WARNING **: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It

Re: Getting Fedora to recognize my Kindle

2015-06-01 Thread Todor Petkov
On 29/05/2015 09:56 PM, Todor Petkov wrote: I have similar problem after upgrading to F22. My Samsung Note3 is not longer recognized, and I am using a cable, that worked before. I tried with several other phones, no indication in dmegs. I think it's related to gvfs-mtp, and I will do

Re: Getting Fedora to recognize my Kindle

2015-05-29 Thread Todor Petkov
On 29/05/2015 08:26 PM, Patrick O'Callaghan wrote: The fact that you get no indication (via dmesg) of plugging/unplugging indicates a likely hardware problem. If it's not the cable then perhaps the connector on the Kindle or the socket on the computer is dodgy or loose. Does the Kindle connect

Re: ssh -X not working f22?

2015-05-28 Thread Todor Petkov
On 28/05/2015 09:41 PM, Neal Becker wrote: clean installed f22 onto server (was f21). Now ssh -X doesn't seem to work to this server. In /etc/ssh/sshd_config I do have X11Forwarding yes and ssh -v -X doesn't give any error - just hangs. Hi, what does "ssh -v" say? -- users mailing list

Re: Authentication with finger print reader

2015-05-25 Thread Todor Petkov
On 25/05/2015 02:58 PM, Kalpa Welivitigoda wrote: Hi, I am using Fedora 21 with GNOME Shell 3.14.2 in a Lenovo T530 laptop. Is there anyway that I can configure the finder print reader in the laptop to login to GNOME and to authenticate for other operations, such as git push etc ? -- Best Regar

Mate desktop sharing

2015-02-12 Thread Todor Petkov
Hello, few years ago I used the Fedora desktop sharing options, but it was on some F14 version. Now, on 21, I can not find the option in Mate panels. I have vnc server installed, but I don't have the sharing option in System menu. I found this article: https://ask.fedoraproject.org/en/quest

Re: Out of the Broadcom frying pan (DELL) to the fire (HP Envy)

2014-11-16 Thread Todor Petkov
On 16/11/2014 10:55 PM, Gary Stainburn wrote: I've finally got my new laptop and I've managed to get F20 installed on it. I've got a number of problems to work on yet - web cam and touch pad buttons - but my main problem is the WIFI. On the DELL I used broadcom-wl and kmod-wl and had to upda

Re: shellshock - detect in Apache?

2014-09-26 Thread Todor Petkov
On 26/09/2014 03:19 PM, Gary Stainburn wrote: Is there any way to detect an attack within Apache and block it? I'm thinking of a rule or something to check the user-agent or equiv before calling the CGI or PHP etc. I'm looking to protect some old servers where BASH updates won't be forthcomin

Re: OT: bash question

2014-03-06 Thread Todor Petkov
On 05/03/2014 10:13 PM, Mike Wright wrote: Hi all, I need to extract the name of a parent directory, not the whole path. Combinations of dirname and cut didn't get me anywhere. Given this: (the ... indicates that I don't know the dir depth) /.../mydir/my.file How would I extract this: /...

Re: SSD discharge battery on power off

2013-12-07 Thread Todor Petkov
On 07/12/2013 07:35 PM, Vincent Onelli wrote: Hello. I have an HP laptop envy dv7, it came with 12 GB ram, windows 8 installed on 1TB conventional drive every thing works good. I decided to replace the conventional HD with a SSD 450GB and installed fc19 again every thing works good, except if I

Re: How can I install 32-bit packages in 64-bit system?

2013-08-12 Thread Todor Petkov
On 12/08/2013 01:17 PM, Georgios Petasis wrote: Hi all, Up to fedora 18, I was used to install 32-bit packages in my 64-bit system by adding the ".i686" as suffix for the package. However, this does not seem to work for some packages in fedora 19. For example: # yum install java-1.7.0-openjdk.i

Re: 3.2Gb over 4Gb

2013-08-08 Thread Todor Petkov
On 08/08/2013 12:04 PM, Patrick Dupre wrote: do you use 32 or 64 bits ? My understanding is that it is a 32 bit CPU (T2300), it does want to read a 64 bit iso DVD. See this link http://www.cyberciti.biz/faq/linux-how-to-find-if-processor-is-64-bit-or-not/ it says how to check your CPU.

Re: crypted partition

2013-07-12 Thread Todor Petkov
On 12/07/2013 01:53 AM, Patrick Dupre wrote: Hello, I have a luks partition which is mount at boot time: in /etc/fstab: /dev/mapper/luks-21e00840-01b6-4ba1-8ab2-d4cfe70430e8 /home How can I know what is the physical partition ? df gives: /dev/dm-16   /home blkid gives: /dev/mapper/luks-21e00840

Re: Laptop disconnects network when is closed

2013-04-10 Thread Todor Petkov
On 10/04/2013 10:52 AM, j.witvl...@mindef.nl wrote: (Bb forcing top-posting) Sound very much like hibernating How about writing a litle bash script, that writes every couple of seconds to a file/syslog? That way you can verify wether or not your system is still alive after closing the lid. S

Re: Laptop disconnects network when is closed

2013-04-10 Thread Todor Petkov
On 10/04/2013 10:17 AM, Tim wrote: Does WiFi reception work when the lid is horizontal? The antenna is usually in the lid, and usually needs to be vertical. You can test that by picking up the laptop and rotating it with the lid open. If that's not the reason, have a look through /var/log/m

Laptop disconnects network when is closed

2013-04-09 Thread Todor Petkov
Hello, after upgrading from F17 to 18 via fedup, my laptop disconnects the network after the lid is closed. I have tried to edit some stuff with dconf-editor, like lid-close-ac-action, sleep-inactive-ac-type (they are with "nothing" value now), but it still goes in sleep mode. Can anyone giv

Re: Turn off monitor (TV) shutdown

2013-04-04 Thread Todor Petkov
On 04/04/2013 03:44 AM, poma wrote: dconf read /org/gnome/settings-daemon/plugins/power/sleep-display-ac dconf write /org/gnome/settings-daemon/plugins/power/sleep-display-ac 0 dconf read /org/gnome/desktop/session/idle-delay dconf write /org/gnome/desktop/session/idle-delay "uint32 0" Tha

Turn off monitor (TV) shutdown

2013-04-03 Thread Todor Petkov
Hello all, I have Sapphire EDGE-HD Mini PC, attached to a LG TV with HDMI cable. The OS is Fedora18, from live CD. After 1 hour, the TV turns off. I have tried several things: 1) /usr/bin/gsettings set org.gnome.desktop.screensaver idle-activation-enabled false 2) editing /etc/X11/xorg.con

Mouse scrolling problem in Fedora18

2013-03-04 Thread Todor Petkov
Hello, I have installed Fedora18 on Sapphire EDGE-HD Mini PC.It has only 2 USB ports, so I used only keyboard and not mouse during the install. Now the mouse scroll does not work. I found this article https://ask.fedoraproject.org/question/8386/mouse-scroll-doesnt-work-in-fedora-15/ but the s

[389-users] Samba authentication via DS/LDAP

2013-02-20 Thread Todor Petkov
Hello, I am trying to make Samba authenticate to DS. I used this guide http://port389.org/wiki/Howto:Samba, the Samba server is set up also to authenticate users via SSH/console following this guide http://www.couyon.net/1/post/2012/4/enabling-ldap-usergroup-support-and-authentication-in-cent

Re: Odd Question, Wifi

2013-02-19 Thread Todor Petkov
On 19/02/2013 11:20 PM, Jim wrote: On 02/19/2013 03:56 PM, Todor Petkov wrote: Try to open www.whatismyip.com, look at the IP address and call the ISP to warn the user. the IP address that the AP shows is a local 192.168.x.x and is not a world IP. You can a private IP from the AP, but

Re: Odd Question, Wifi

2013-02-19 Thread Todor Petkov
On 19/02/2013 10:52 PM, Jim wrote: On 02/19/2013 03:41 PM, Joe Zeff wrote: On 02/19/2013 12:10 PM, Jim wrote: Is there any way a Unsecure Wifi connection, one can determine how to contact the owner about his connection. I can't visualise how , but I just thought I would just ask. I used to