fedora on amd ryzen 7

2020-12-04 Thread Amadeus W.M. via users
My trustworthy dell precision 7400 has finally died - although I may be able to resurrect it. I'm looking into building a new pc, and I'm considering an AMD Ryzen 7 processor, with the appropriate motherboards and peripherals. Does fedora run on that, and are there any known issues? Most of th

libgcrypto file conflicts during dnf update

2017-11-24 Thread Amadeus W.M.
I was doing a regular dnf -y update on a F26 and I got this file conflict: Error: Transaction check error: file /usr/share/doc/libgcrypt/AUTHORS from install of libgcrypt-1.7.9-1.fc26.i686 conflicts with file from package libgcrypt-1.7.8-1.fc26.x86_64 file /usr/share/doc/libgcrypt/NEWS from

Re: Off topic: google hangouts

2017-11-05 Thread Amadeus W.M.
Well, it works in Midori, in case anyone else runs into this problem. It stopped working in chrome and firefox, and in skype, but google hangouts video works in Midori. So it's not a permission problem, not SELinux, nothing that stands to reason. ___

Re: Off topic: google hangouts

2017-11-04 Thread Amadeus W.M.
On Sat, 04 Nov 2017 12:55:15 -0600, Porfirio Andrés Páiz Carrasco wrote: > 2017-11-04 12:15 GMT-06:00 Amadeus W.M. : >> Sorry for the off topic, but couldn't find a solution to this on the >> web, so I'm trying here one last time before I give up. >> >> In sho

Re: Off topic: google hangouts

2017-11-04 Thread Amadeus W.M.
On Sat, 04 Nov 2017 15:16:48 -0400, Tom Horsley wrote: > On Sat, 4 Nov 2017 18:15:31 + (UTC) > Amadeus W.M. wrote: > >> 10) root:~> ls -l /dev/video* >> crw-rw+ 1 root video 81, 0 Nov 3 22:37 /dev/video0 > > Does your user have group "video

Off topic: google hangouts

2017-11-04 Thread Amadeus W.M.
Sorry for the off topic, but couldn't find a solution to this on the web, so I'm trying here one last time before I give up. In short, gmail and google hangouts used to see my camera and I was able to do video conferencing, but for about a month google says no camera detected. The camera is a

Re: rpmbuild --rebuiild with config options

2017-08-17 Thread Amadeus W.M.
On Thu, 17 Aug 2017 09:30:11 +0800, Ed Greshko wrote: > On 08/17/2017 09:22 AM, Amadeus W.M. wrote: >> Actually I compiled, out of curiosity, the tar file that came with the >> srpm, with >> >> ./configure --without-all --with-x-toolkit=no --without-x >> >

Re: rpmbuild --rebuiild with config options

2017-08-16 Thread Amadeus W.M.
On Thu, 17 Aug 2017 08:04:16 +0800, Ed Greshko wrote: > On 08/17/2017 07:50 AM, Amadeus W.M. wrote: >> I'm trying to put together a minimal emacs rpm and I'm trying this, >> with the ensuing error: >> >> rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --w

rpmbuild --rebuiild with config options

2017-08-16 Thread Amadeus W.M.
I'm trying to put together a minimal emacs rpm and I'm trying this, with the ensuing error: rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without-all rpmbuild: --without-all: unknown option I untarred the emacs source code and ran ./configure --help and --without- all is an option. I tried a fe

Re: libGL mess with nvidia drivers

2017-08-05 Thread Amadeus W.M.
On Sun, 06 Aug 2017 12:51:12 +0800, Ed Greshko wrote: > On 08/06/2017 11:53 AM, Amadeus W.M. wrote: >> On Sat, 05 Aug 2017 23:20:53 -0400, Tom Horsley wrote: >> >>> On Sun, 6 Aug 2017 02:59:25 +0000 (UTC) >>> Amadeus W.M. wrote: >>> >>>> I

Re: libGL mess with nvidia drivers

2017-08-05 Thread Amadeus W.M.
Possible solution: The X server is trying to load /usr/lib64/xorg/modules/extensions/libglx.so but on my system, that file belongs to xorg-x11-server-Xorg not to nvidia. Consequently, loading GLX fails, which can be seen in /var/log/X.log.0: [ 8947.068] (EE) NVIDIA(0): Failed to initialize the

Re: libGL mess with nvidia drivers

2017-08-05 Thread Amadeus W.M.
On Sat, 05 Aug 2017 23:20:53 -0400, Tom Horsley wrote: > On Sun, 6 Aug 2017 02:59:25 + (UTC) > Amadeus W.M. wrote: > >> I assume there are people there who are using the nvidia driver right >> now, >> some maybe using the rpmfusion rpms. Can someone post which libG

libGL mess with nvidia drivers

2017-08-05 Thread Amadeus W.M.
Just swapped nouveau out for the nvidia driver from rpmfusion following https://rpmfusion.org/Howto/NVIDIA. Basically I did dnf install xorg-x11-drv-nvidia-340xx akmod-nvidia-340xx "kernel-devel- uname-r == $(uname -r)" dnf update -y Reboot and startx and only one (of 2) monitor was working, t

Re: So long nouveau

2017-08-05 Thread Amadeus W.M.
On Sat, 05 Aug 2017 07:09:58 -0500, Richard Shaw wrote: > On Fri, Aug 4, 2017 at 8:33 PM, Amadeus W.M. > wrote: > > >> I can't use cuda on fedora either, because gcc that comes with fedora >> is way too recent for cuda. I'm not sure now, but about a year ago

Re: So long nouveau

2017-08-04 Thread Amadeus W.M.
On Fri, 28 Jul 2017 14:18:16 +0800, ChunYu Wang wrote: > Yes, I AGREE! > > But one of the key features upon NV cards is CUDA, which we cannot use > it on other platforms. Though OpenCL is another solution to achieve > GPGPU resolutions, but it is hard to learn and hard to use, at least, > for me.

Re: So long nouveau

2017-08-04 Thread Amadeus W.M.
On Thu, 27 Jul 2017 13:32:50 -0400, Tom Horsley wrote: > Well I've been using my newly installed fedora 26 boot partition for all > of a half day, and the nouveau driver just completely froze up the > display (exactly the same thing that happened on fedora 24 with > nouveau). I guess I'm off to lo

Re: xclock

2017-07-23 Thread Amadeus W.M.
On Mon, 24 Jul 2017 07:39:08 +0800, Ed Greshko wrote: > On 07/24/2017 07:29 AM, Amadeus W.M. wrote: >> Is there a replacement for xclock? It seems to have gone out of >> existence after a recent update or upgrade. I'm currently running F25 + >> MATE. > > >

xclock

2017-07-23 Thread Amadeus W.M.
Is there a replacement for xclock? It seems to have gone out of existence after a recent update or upgrade. I'm currently running F25 + MATE. Thanks! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@li

Re: F25 nfs not starting

2017-07-05 Thread Amadeus W.M.
On Tue, 04 Jul 2017 14:45:19 +0800, Ed Greshko wrote: > On 07/03/17 12:44, Amadeus W.M. wrote: >> I need a fix for my problem. > > > I have one thing for you to try. As root > > cd /etc > > cp exports exports-orig > > cat /dev/null > exports

Re: F25 nfs not starting

2017-07-03 Thread Amadeus W.M.
Thank you Tom and Ed for taking the time to help. My F25 was upgraded from F24, where nfs was working perfectly (as well as in all versions before that). Here is my configuration: $ cat /etc/fedora-release Fedora release 25 (Twenty Five) $ rpm -q nfs-utils nfs-utils-2.1.1-5.rc3.fc25.x86_64 $

Re: F25 nfs not starting

2017-07-02 Thread Amadeus W.M.
Yes, I know it should work, but I need a fix for my problem. I wonder if in my case it's some stale configuration from previous Fedora versions, because I've been doing upgrades (as opposed to new installs) for a long time. I imagine you installed F25 anew on the VM, right? How do I even tell

F25 nfs not starting

2017-07-01 Thread Amadeus W.M.
Upgraded to F25 a couple of months ago and nfs stopped working. I was hoping there would be a fix by now, but the problem persists. I had nfs running on F24 and earlier with no issues, now it won't even start. Both systemctl start nfs-server.service systemctl stop nfs-server.service hang. If I

Re: XWayland to Xorg

2016-12-29 Thread Amadeus W.M.
On Thu, 29 Dec 2016 19:44:39 +, Amadeus W.M. wrote: > How do I switch from XWayland back to Xorg in F25? I'm running > graphical.target and no login. Oh, and I need to do that remotely, via > ssh. > > Thanks! > > ___ >

XWayland to Xorg

2016-12-29 Thread Amadeus W.M.
How do I switch from XWayland back to Xorg in F25? I'm running graphical.target and no login. Oh, and I need to do that remotely, via ssh. Thanks! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@list

Re: CUDA on F24?

2016-09-07 Thread Amadeus W.M.
On Mon, 29 Aug 2016 14:28:41 +0300, Hiisi wrote: > 2016-08-29 11:58 GMT+03:00 Hiisi : > > > Sorry for the noise! the problem solved. It happened that installing > gcc49 worked for me. Followed this advice: > https://www.pugetsystems.com/labs/hpc/Install-NVIDIA-CUDA-on-Fedora-22- with-gcc-5-1-654

Re: gcc 4.9

2016-08-02 Thread Amadeus W.M.
On Mon, 01 Aug 2016 14:16:57 +0200, poma wrote: > On 01.08.2016 06:30, Amadeus W.M. wrote: > [...] >> In the cuda distribution there is a host_config.h file which contains >> the following lines: >> >> #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINO

Re: gcc 4.9

2016-08-01 Thread Amadeus W.M.
On Mon, 01 Aug 2016 17:23:43 -0700, stan wrote: > On Mon, 1 Aug 2016 22:21:58 + (UTC) > "Amadeus W.M." wrote: > >> On Mon, 01 Aug 2016 09:34:51 -0700, stan wrote: >> >> > On Mon, 1 Aug 2016 04:30:03 + (UTC) >> > "Amadeus W.M.&q

Re: gcc 4.9

2016-08-01 Thread Amadeus W.M.
On Mon, 01 Aug 2016 09:34:51 -0700, stan wrote: > On Mon, 1 Aug 2016 04:30:03 + (UTC) > "Amadeus W.M." wrote: > [snip] >> Unfortunately nothing worked. >> >> >> In the cuda distribution there is a host_config.h file which contains >

Re: gcc 4.9

2016-07-31 Thread Amadeus W.M.
On Sun, 31 Jul 2016 11:32:03 -0700, stan wrote: > On Sun, 31 Jul 2016 11:06:18 -0700 stan > wrote: > >> On Sun, 31 Jul 2016 17:24:16 + (UTC) "Amadeus W.M." >> wrote: >> >> > On Sun, 31 Jul 2016 16:36:10 +, Rick Stevens wrote: >> &

Re: gcc 4.9

2016-07-31 Thread Amadeus W.M.
On Sun, 31 Jul 2016 16:36:10 +, Rick Stevens wrote: > IIRC the cuda installer lets you override the check for the gcc version > (try running the installer ".run" file with the "--help" option). > > > Note that overrides the gcc check during installation--there's no > guarantee that compilati

gcc 4.9

2016-07-31 Thread Amadeus W.M.
I want to do some parallel programming on my nvidia GPU, and for that I need cuda. The latest is cuda 7.5 and that requires gcc 4.9. I installed cuda on my machine, but little did I know that fedora 24, which I recently installed, came with gcc 6.1. I wasn't able to compile any of the cuda exam

Re: how to remove bootloader

2016-04-14 Thread Amadeus W.M.
On Wed, 13 Apr 2016 04:04:39 +0930, Tim wrote: > Allegedly, on or about 12 April 2016, Amadeus W.M. sent: >> I have a pc which initially had a single drive with F23 installed on >> it, running perfectly. Now I just added a second drive and I installed >> again F23 on it, wit

Re: how to remove bootloader

2016-04-14 Thread Amadeus W.M.
On Tue, 12 Apr 2016 13:40:56 +0200, Joachim Backes wrote: > On 04/12/16 13:25, Amadeus W.M. wrote: >> I have a pc which initially had a single drive with F23 installed on >> it, running perfectly. Now I just added a second drive and I installed >> again F23 on it, with th

how to remove bootloader

2016-04-12 Thread Amadeus W.M.
I have a pc which initially had a single drive with F23 installed on it, running perfectly. Now I just added a second drive and I installed again F23 on it, with the intent of using the first drive for data only. So now I have two perfectly good F23s installed on separate drives and I can boot

Re: F23 install from hard disk

2016-04-07 Thread Amadeus W.M.
On Tue, 05 Apr 2016 08:19:55 +1000, Stephen Morris wrote: > On 05/04/16 08:04, Samuel Sieb wrote: >> On 04/04/2016 02:49 PM, Stephen Morris wrote: >>> On 04/04/16 10:30, Amadeus W.M. wrote: >>>> I haven't upgraded my machines in a while and I couldn't f

Re: F23 install from hard disk

2016-04-07 Thread Amadeus W.M.
On Tue, 05 Apr 2016 16:32:26 -0700, Samuel Sieb wrote: > On 04/04/2016 02:34 PM, Amadeus W.M. wrote: >> I used to - mount the iso on some empty directory, >> - extract vmlinuz and the initramfs image for the new distribution and >> put them in /boot - modify grub.conf acc

Re: F23 install from hard disk

2016-04-05 Thread Amadeus W.M.
On Sun, 03 Apr 2016 19:50:27 -0700, stan wrote: > On Sun, 3 Apr 2016 19:33:26 -0700 stan > wrote: > >> On Mon, 4 Apr 2016 00:30:52 + (UTC) >> "Amadeus W.M." wrote: >> >> > I haven't upgraded my machines in a while and I couldn't fin

Re: F23 install from hard disk

2016-04-04 Thread Amadeus W.M.
On Sun, 03 Apr 2016 20:10:16 -0600, Chris Murphy wrote: > On Sun, Apr 3, 2016 at 6:30 PM, Amadeus W.M. > wrote: >> I haven't upgraded my machines in a while and I couldn't find any >> reference on how to install directly from the hard disk, without media. >>

F23 install from hard disk

2016-04-03 Thread Amadeus W.M.
I haven't upgraded my machines in a while and I couldn't find any reference on how to install directly from the hard disk, without media. Is this still possible? None of my pcs boot off of a usb stick and the cdrom I think is failing on one of them, so I really need to install from the disk. An

yumdownloader equivalent for dnf

2015-08-24 Thread Amadeus W.M.
What's the equivalent of yumdownloader --source package for dnf? Or how do I download a source package with dnf? Thanks! -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Con

Re: workstation spin

2015-06-14 Thread Amadeus W.M.
On Tue, 09 Jun 2015 19:17:05 -0400, Matthew Miller wrote: > On Tue, Jun 09, 2015 at 10:40:03PM +0000, Amadeus W.M. wrote: >> I understand the parsimony of the live image, but why isn't there a >> full fledged workstation iso available anymore? Or is there and I just >>

Re: workstation spin

2015-06-09 Thread Amadeus W.M.
On Tue, 09 Jun 2015 18:17:56 +0200, Suvayu Ali wrote: > On Tue, Jun 09, 2015 at 08:55:07AM -0400, Matthew Miller wrote: >> On Mon, Jun 08, 2015 at 10:54:35PM +, Amadeus W.M. wrote: >> > I'm not talking about the desktop, choosing one or another is trivial. >> >

Re: workstation spin

2015-06-08 Thread Amadeus W.M.
On Mon, 08 Jun 2015 07:55:21 +0200, Peter Boy wrote: >> Am 07.06.2015 um 22:28 schrieb Amadeus W.M. : >> >> Someone please enlighten me. What does the current workstation spin >> actually have to do with work? >> >> On a workstation one might want to do s

workstation spin

2015-06-07 Thread Amadeus W.M.
Someone please enlighten me. What does the current workstation spin actually have to do with work? On a workstation one might want to do some development, C/C++, java, web, python, latex, modeling, engineering, whatever. One might want to have at least windows that come with minimization butto

Re: Machine very slow

2015-06-07 Thread Amadeus W.M.
On Sat, 06 Jun 2015 13:07:00 +0200, Patrick Dupre wrote: > Hello, > > What is this process taking all my CPU time? > > > root 1102 65.5 2.9 403624 89532 tty1 Rsl+ 09:36 133:04 > /usr/libexec/Xorg.bin :0 -background none -noreset -verbose 3 -logfile > /dev/null -auth /run/gdm/auth-for-

gnome extensions

2015-06-07 Thread Amadeus W.M.
Is there a problem getting gnome extensions in F22? I can't seem to be able to download any extras neither from gnome-tweak-tool nor directly from the gnome site (https://extensions.gnome.org). Moreover, in both cases I'm being prompted to unlock the default keyring. What keyring? I never set i

Re: Fwd: Brand New Feddy 22 install and having screen issues

2015-06-07 Thread Amadeus W.M.
On Fri, 05 Jun 2015 15:24:49 -0500, c. marlow wrote: > Hello, > > I installed Feddy 22 about almost 2 days ago and I am having weird > screen tearing. I do not have anything Nvidia graphic wise > > but this is what I am seeing when I click on Settings over on my little > app bar on the left of m

Re: Brand New Feddy 22 install and having screen issues

2015-06-07 Thread Amadeus W.M.
On Fri, 05 Jun 2015 11:42:18 -0500, c. marlow wrote: > Hello, > > I installed Feddy 22 about almost 2 days ago and I am having weird > screen tearing. I do not have anything Nvidia graphic wise but this is > what I am seeing when I click on Settings over on my little app bar on > the left of my s

pidgin video chat

2015-03-08 Thread Amadeus W.M.
Does anyone know how to do video chat in pidgin? I can't figure it out for the life of me. I click on a contact name and the chat window opens. Then, under Conversation -> Media I have 3 options: Audio call / Video call / Audio and video call. But all are inactive (grayed out) and so they can't

sound troubles

2015-03-05 Thread Amadeus W.M.
So I'm trying to get sound working on a Raspberry Pi model B running Pidora which is the Fedora (20?) port to RPi. There is no sound configuration upon first boot, the way it is in the regular Fedora, so I'm guessing I have to configure pulseaudio and alsa manually. Does anyone know how sound is

Re: eth0 again - the end

2014-07-20 Thread Amadeus W.M.
> > [systemd-devel] 70-persistent-net.rules > http://lists.freedesktop.org/archives/systemd-devel/2013-April/010343.html > > README.Fedora-18 > http://pkgs.fedoraproject.org/cgit/systemd.git/tree/README.Fedora-18?h=f18#n17 > > 0005-F18-Revert-udev-network-device-renaming-immediately-.patch > htt

Re: eth0 again

2014-07-20 Thread Amadeus W.M.
On Mon, 21 Jul 2014 04:40:16 +0100, Marko Vojinovic wrote: > On Sun, 20 Jul 2014 23:53:33 + (UTC) > "Amadeus W.M." wrote: >> >> Unfortunately the device is sill named em1, not eth0. So it's not NM. >> I don't understand why the udev rules file

Re: eth0 again

2014-07-20 Thread Amadeus W.M.
> I just tested on my machine... All I did was add net.ifnames=0 to the > linux16 line of /boot/grub2/grub.conf: > >> [tcameron@case ~]$ grep vmlinuz /boot/grub2/grub.cfg >> linux16 /vmlinuz-3.10.0-123.4.2.el7.x86_64 >> root=UUID=e69ef7fa-d3c3-4d88-972b-31c7cb65777c ro vconsole.keymap=us

Re: eth0 again

2014-07-20 Thread Amadeus W.M.
>> >> > Has anybody referred you to this? > > http://www.cyberciti.biz/faq/howto-linux-rename-ethernet-devices-named- using-udev/ > > I have no idea if it works, but it seems straightforward... > > billo Not that particular link, but that's covered here: http://www.freedesktop.org/wiki/Softwar

Re: eth0 again

2014-07-20 Thread Amadeus W.M.
On Sun, 20 Jul 2014 20:42:57 -0500, Thomas Cameron wrote: > On 07/20/2014 08:08 PM, Amadeus W.M. wrote: >> On Sun, 20 Jul 2014 20:55:46 -0400, Tom Horsley wrote: >> >>> On Sun, 20 Jul 2014 23:51:27 +0000 (UTC) >>> Amadeus W.M. wrote: >>> >>>>

Re: eth0 again

2014-07-20 Thread Amadeus W.M.
On Sun, 20 Jul 2014 20:55:46 -0400, Tom Horsley wrote: > On Sun, 20 Jul 2014 23:51:27 + (UTC) > Amadeus W.M. wrote: > >> This is degenerating in an off-topic discussion. The question is how to >> rename the network device back to eth0. Let's focus. > > At t

Re: eth0 again

2014-07-20 Thread Amadeus W.M.
On Sun, 20 Jul 2014 19:50:44 -0500, Thomas Cameron wrote: > On 07/20/2014 03:30 PM, JD wrote: >> On Sun, Jul 20, 2014 at 1:49 PM, Thomas Cameron >> > > >> wrote: >> >> >> If you disable NM, you need to enable network. From a local console >> (in oth

Re: eth0 again

2014-07-20 Thread Amadeus W.M.
> > If you disable NM, you need to enable network. From a local console (in > other words, don't do this over a network session like ssh): > > systemctl disable NetworkManager.service systemctl stop > NetworkManager.service systemctl enable network systemctl start network > > Thomas Unfortunat

Re: eth0 again

2014-07-20 Thread Amadeus W.M.
> > Well, desktop fans will soon fall into the minority :) This is degenerating in an off-topic discussion. The question is how to rename the network device back to eth0. Let's focus. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://

Re: eth0 again

2014-07-20 Thread Amadeus W.M.
On Sun, 20 Jul 2014 15:54:41 +, Amadeus W.M. wrote: > I have to install Matlab on a Fedora 20 machine and I need to rename the > network device to eth0, or else Matlab won't install. This is a known issue: > > http://www.mathworks.com/matlabcentral/answers/100235-why-can-t-

Re: eth0 again

2014-07-20 Thread Amadeus W.M.
On Sun, 20 Jul 2014 09:59:15 -0600, Kevin Fenzi wrote: > On Sun, 20 Jul 2014 15:54:41 + (UTC) > "Amadeus W.M." wrote: > >> I have to install Matlab on a Fedora 20 machine and I need to rename >> the network device to eth0, or else Matlab won't install. T

eth0 again

2014-07-20 Thread Amadeus W.M.
I have to install Matlab on a Fedora 20 machine and I need to rename the network device to eth0, or else Matlab won't install. This is a known issue: http://www.mathworks.com/matlabcentral/answers/100235-why-can-t-i-activate-matlab-or-start-the-license-manager-in-a-newer-linux-environment#answer_

Can't read CTR while initializing i8042

2014-04-06 Thread Amadeus W.M.
I have this old Dell Inspiron 2650 with a dual boot Fedora 12 and XP and I want to upgrade Fedora to 20. When I boot from the installation dvd I get this message: [ 13.167548] i8042: Can't read CTR while initializing i8042 then it continues to boot and I get to the first installer screen (welc

Re: services vs firewall

2013-07-11 Thread Amadeus W.M.
> 44) root:~> netstat -tupan | grep cups tcp0 0 127.0.0.1:631 > 0.0.0.0:* > LISTEN 1330/cupsd tcp6 0 0 ::1:631 :::* > LISTEN 1330/cupsd > Figured this one out too. Looks like by default cupsd was listening on the localhost only (127.0

Re: services vs firewall

2013-07-11 Thread Amadeus W.M.
On Fri, 12 Jul 2013 11:09:15 +0800, Ed Greshko wrote: > On 07/12/13 10:15, Amadeus W.M. wrote: >> So the service is enabled and the port isn't? What's the point of >> enabling services if it doesn't open the appropriate port? An nmap scan >> from another mach

services vs firewall

2013-07-11 Thread Amadeus W.M.
I'm trying to configure nfs and printing for my local network. I got that working a few days ago, but now it seems lost. The firewall configuration I mean. Take nfs. I had the server configured on one of the machines with the proper open ports, and I was able to access the nfs shares from othe

Re: can't run sshd on 23456 in Fedora 19

2013-07-09 Thread Amadeus W.M.
This thread has slipped into a security debate, but I certainly didn't mean to start a flame war. For the curious, I'm not doing this to enhance security, and yes, port 23456 was just for illustrative purposes only. That said, I don't think it is too harmful either. There was a rather detail

compatibility glibc in Fedora 19

2013-07-09 Thread Amadeus W.M.
I have a DCP130C Brother printer+scanner that works perfectly under Linux with proprietary drivers supplied by the manufacturer, except that they require older glibc versions, which I can't seem to find in Fedora 19. rpm -Uvh --test brscan2-0.2.5-1.x86_64.rpm brscan-skey-0.2.1-3.x86_64.rpm dcp

Re: nfs issues in fedora 19

2013-07-08 Thread Amadeus W.M.
On Mon, 08 Jul 2013 13:29:44 +0800, Ed Greshko wrote: > On 07/08/13 13:09, Amadeus W.M. wrote: >> I normally have an nfs server running on one of my machines. Now nfs >> itself and the portmapper start on fixed ports, but the rpc services >> start on random ports so they need

nfs issues in fedora 19

2013-07-07 Thread Amadeus W.M.
I normally have an nfs server running on one of my machines. Now nfs itself and the portmapper start on fixed ports, but the rpc services start on random ports so they need to be assigned fixed ports in /etc/sysconfig/nfs like so: LOCKD_TCPPORT=4000 STATD_PORT=4002 RQUOTAD_PORT=4003 LOCKD_UDPPO

Re: can't run sshd on 23456 in Fedora 19

2013-07-06 Thread Amadeus W.M.
On Sat, 06 Jul 2013 21:56:28 +0200, Reindl Harald wrote: > Am 06.07.2013 21:41, schrieb Amadeus W.M.: >> I normally run sshd on a port different than 22 and I'm trying to do >> the same on a fresh Fedora 19, but it fails with a permission denied >> error: >> >

can't run sshd on 23456 in Fedora 19

2013-07-06 Thread Amadeus W.M.
I normally run sshd on a port different than 22 and I'm trying to do the same on a fresh Fedora 19, but it fails with a permission denied error: 32) root:~> systemctl status sshd.service sshd.service - OpenSSH server daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled) Acti

Re: jar command missing in Fedora 19?

2013-07-05 Thread Amadeus W.M.
On Fri, 05 Jul 2013 12:42:13 -0400, Carlos \"casep\" Sepulveda wrote: > On 5 July 2013 12:34, Amadeus W.M. wrote: >> I just installed Fedora 19 anew from the live cd and I'm having a few >> issues. >> >> One is that I'm trying to install a java ap

Re: jar command missing in Fedora 19?

2013-07-05 Thread Amadeus W.M.
On Fri, 05 Jul 2013 13:50:36 -0300, Fernando Cassia wrote: > On Fri, Jul 5, 2013 at 1:34 PM, Amadeus W.M. > wrote: > >> jar xf myApp.jar > > > that's not the right command to launch a java app, you surely mean java > -jar yourappname.jar > > FC >

jar command missing in Fedora 19?

2013-07-05 Thread Amadeus W.M.
I just installed Fedora 19 anew from the live cd and I'm having a few issues. One is that I'm trying to install a java application that requires the jar command, but jar can't be found: jar xf myApp.jar bash: jar: command not found... I have this: rpm -qa | grep -i java java-1.7.0-openjdk-

Re: Upgrading to Verizon FIOS from Verizon DSL - Linux machine as router/Gateway/LAN server

2012-04-17 Thread Amadeus W.M.
On Mon, 16 Apr 2012 16:03:21 -0400, Max Pyziur wrote: > Greetings, > > A long time ago I setup a Linux machine as a Gateway/LAN Server using > Verizon DSL as the ISP. > > I used the following HOWTO as the guide - DSL HOWTO For Linux: > http://www.tldp.org/HOWTO/DSL-HOWTO/index.html > > Is there

Re: off topic: combined output of concurrent processes

2012-04-15 Thread Amadeus W.M.
> I don't know what tracking your other program is doing...but couldn't > you simply do > > curl -s $url | program & > Parsing can be done per url, but tracking/analyzing MUST be across urls. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription optio

Re: off topic: combined output of concurrent processes

2012-04-15 Thread Amadeus W.M.
> > Look at this (completely untested) loop: > > # a little setup > cmd=`basename "$0"` > : ${TMPDIR:=/tmp} > tmppfx=$TMPDIR/$cmd.$$ > > i=0 > while read -r url > do > i=$((i+1)) > out=$tmppfx.$i > if curl -s "$url" >"$out" > then echo "$out" > else echo "$cm

Re: off topic: combined output of concurrent processes

2012-04-14 Thread Amadeus W.M.
> Definitely yes. But again, that only matters if you had lots of curl > commands each with its own >> file open. But your code had one >> open > and lots of echoes (well, curls) using it. > > Which is it? (Actually, both should work. But we need to know what is > actually goging on.) It's the l

Re: off topic: combined output of concurrent processes

2012-04-14 Thread Amadeus W.M.
> > if your script forks off lots of curls into a file and does not wait for > them all, then you may get to run the grep before they all finish, hence > the weird results. If ioTest.sh is the original example I posted, I'm NOT doing this: ./ioTest.sh | grep ^A | wc -l I am doing this: ./ioTes

Re: off topic: combined output of concurrent processes

2012-04-14 Thread Amadeus W.M.
> > [egreshko@meimei test]$ mkfifo pipe > [egreshko@meimei test]$ ./io.sh > pipe > > [egreshko@meimei test]$ cat pipe | grep ^A | wc > 100 100 600 > It does seem to work, but can you explain why it does? Would it still work if each process outputs, say, 1Mb? 100Mb? -- users mail

Re: off topic: combined output of concurrent processes

2012-04-14 Thread Amadeus W.M.
> > | Multiple processes that open the same file for writing each maintain | > their own file positions, so they may overwrite the output of another | > process, unless the processes all open the file with the "O_APPEND" | > option. > > This only matters if the processes _independently_ opened t

Re: off topic: combined output of concurrent processes

2012-04-14 Thread Amadeus W.M.
On Sat, 14 Apr 2012 09:45:50 -0700, John Wendel wrote: > On 04/14/2012 08:20 AM, Amadeus W.M. wrote: >>> If you really would like to get output in sequence, write to a pipe, >>> and have a reader process drain the pipe to a logfile. It's pretty >>> easy; look

Re: off topic: combined output of concurrent processes

2012-04-14 Thread Amadeus W.M.
> If you really would like to get output in sequence, write to a pipe, and > have a reader process drain the pipe to a logfile. It's pretty easy; > look at "mknod" with the 'p' option, or "mkfifo". I'd still suggest > tagging each output line with an identifier and sequence number. > For the sa

Re: off topic: combined output of concurrent processes

2012-04-13 Thread Amadeus W.M.
> > [egreshko@meimei test]$ grep ^A out | wc > 97 97 582 > [egreshko@meimei test]$ grep ^B out | wc > 94 94 564 > [egreshko@meimei test]$ grep ^C out | wc > 96 96 576 > I replicated this and indeed I don't get 100 lines of As, Bs and Cs. That's a new p

off topic: combined output of concurrent processes

2012-04-13 Thread Amadeus W.M.
This is not Fedora specific, so apologies for posting it here. I used to post this kind of questions in comp.linux.misc or the like but I don't have access to usenet groups anymore. So here is the question. Suppose I have several processes that run concurrently and each outputs stuff to stdout.

Re: Fedora 15 is a lot like Windows OS's.. irritating, offensive, difficult to use with ease, nauseating to try...

2011-09-01 Thread Amadeus W.M.
On Thu, 01 Sep 2011 22:11:57 +0100, Alan Cox wrote: >> Would someone please tell me.. Why is F-15 such a mess..? The worst >> thing is the jumbled up desktop.. > > The great thing about Linux is that the desktop is not wired into the > system. The great thing about Fedora is it supports and pac

Re: dd question

2010-12-09 Thread Amadeus W.M.
Unfortunately no new lines between records. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

dd question

2010-12-09 Thread Amadeus W.M.
I have a binary file with data. Each block of 48 bytes is a record. I want to extract the first 8 bytes within each record. I'm thinking this should be possible with dd, but gawk, perl - anything goes. It just has to be fast, because the data files are ~ 1Gb. I can do this in C++ but I was just

Re: Running Zoneminder in Fedora 14

2010-11-15 Thread Amadeus W.M.
On Sun, 14 Nov 2010 11:51:24 -0500, Jim wrote: > Fedora 14 / KDE > > How is Zoneminder run ? > > I have a Linksys WVC-210 I would like to use with Zoneminder. > > Is there a Frontend for Zoneminder that is easy to install , I > downloaded a frontend named "install_dvos_frontend_2.3.sh" , but th

Re: fedora 14 and evolution

2010-11-14 Thread Amadeus W.M.
This is so silly I'm even ashamed to post this follow-up, but I will, to straighten things up. All my user-defined folders were created under Inbox. Upon the first evolution run in F14, Inbox was collapsed. I didn't see the expansion button to its left. That's what I get for installing F14 at

fedora 14 and evolution

2010-11-13 Thread Amadeus W.M.
Just installed F14 and I have to say, this has been the smoothest installation and configuration in quite some time. Knock on wood. Flash, java, multimedia, compilers, libraries, printing, networking, nfs, autofs, all seems well. Thumbs up and a big thank you to the developers! Just one thing th

Re: CUPS broken?

2010-10-17 Thread Amadeus W.M.
2 >> >> Regards, >> Scott Ford >> Senior Systems Engineer > >> Subject: Re: CUPS broken? >> >> On 10/14/2010 04:30 PM, Amadeus W.M. wrote: >> > Anybody else having problems printing with CUPS after the latest >> > updates a few days b

Re: CUPS broken?

2010-10-14 Thread Amadeus W.M.
> Have you re-started the cups daemon > since the update? > Else, simply restart the cups daemon: sudo service cups restart > > See if that will fix it. I rebooted. Nothing. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedora

CUPS broken?

2010-10-14 Thread Amadeus W.M.
Anybody else having problems printing with CUPS after the latest updates a few days back? Running F12. The printer seems to be fine but I get an print error dialog box when I print anything, including a test page. It was working flawlessly before. -- users mailing list users@lists.fedoraproj

Re: key logger

2010-02-02 Thread Amadeus W.M.
On Tue, 02 Feb 2010 09:15:49 -0800, Rick Stevens wrote: > On 02/01/2010 07:47 PM, Amadeus W.M. wrote: >> Is there a standard keylogger for F12? I've found lkl and uberkey on >> the web, but I'd prefer to stay within F12. Thanks! > > I brewed up a keylogger (well

key logger

2010-02-01 Thread Amadeus W.M.
Is there a standard keylogger for F12? I've found lkl and uberkey on the web, but I'd prefer to stay within F12. Thanks! -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://f

Re: yum update, broken dependency: "libdrm >= 2.4.17-1 is needed"

2010-01-19 Thread Amadeus W.M.
On Tue, 19 Jan 2010 03:34:41 -0500, Robert P. J. Day wrote: > i'm assuming this is temporary: > > # yum update > ... > mesa-libGL-7.7-2.fc12.x86_64 from updates has depsolving problems > --> Missing Dependency: libdrm >= 2.4.17-1 is needed by package > mesa-libGL-7.7-2.fc12.x86_64 (updates) >