Older koji package info

2016-04-09 Thread Joseph L. Casale
I am trying to infer the actual change that https://bugzilla.redhat.com/show_bug.cgi?id=1053324 produce for the fix. What is the process to access the result of the change indicated by http://kojipkgs.fedoraproject.org/work/tasks/5274/6435274/ in that ticket? I've looked through the current

RE: x2go alternative

2016-03-28 Thread Joseph L. Casale
> FreeNX (what x2go is based on), several VNC packages (RealVNC, VPNC, > TigerVNC), Remmina, TeamViewer, vinigre and others. Just google "remote > desktop linux" and have at it. A fairly good review of some of them: > >

x2go alternative

2016-03-27 Thread Joseph L. Casale
I haven't been able to make x2go work on Fedora with xfce from a windows wkst for several releases. Currently if anything requiring a gui needs to be run on the Fedora wkst remotely from a windows box I just ssh with x11 forwarding. The problem that remains is if I need access to the currently

Re: rpm spec file %define

2016-01-11 Thread Joseph L. Casale
>> For the academic sake only, does a facility exist to defer evaluation >> for this use case? > >It would get kinda ugly, but you could re-expand the macro body: > >%global foo-bar_dir %{expand:%(ls -d >%{_builddir}/%{name}-%{version}/foo-bar-*-baz |grep -o '[^/]*$')} Thanks Michael, jlc --

RE: rpm spec file %define

2016-01-10 Thread Joseph L. Casale
> That approach sounds too complicated. %setup is a macro in the %prep > section, where you can run more commands to _set up_ your builddir. The > most obvious choice IMO would be to _rename_ the versioned dir to something > unique. You could also avoid the second invocation of %setup and extract

rpm spec file %define

2016-01-09 Thread Joseph L. Casale
I have a spec with two source files where I do not create the second, it's not mine: Source0:%{name}-%{version}.tar.gz Source1:foo-bar.tar.xz My prep sections looks like: %setup -q %setup -q -T -D -a 1 The tar.xz for Source1 has an unversioned name however it unpacks to a

Packaging a Python application with a virtual environment

2015-11-01 Thread Joseph L. Casale
I have been reading about to see what is the best way for me to distribute a package based on a Python app with a virtual environment. Probably the most insightful look into what needs to be done is [1]. I am wondering what the opinion is here on this? I can't script anything that requires

RE: Nagios 4?

2015-01-17 Thread Joseph L. Casale
How come Fedora repos include Nagios 3.5 and not 4? Version 4 seems to have been released in Oct 2013... Why don't you use that as motivation to see what Icinga 2 has to offer. Without getting into a pissing contest about an emotional attachment to either, see what Icinga 2 has to offer as I

RE: Netflix in f18 x64 xfce

2013-06-12 Thread Joseph L. Casale
Same thing happens to me. I can run netflix-desktop from the Ubuntu PPA on this same hardware in Debian Wheezy, but my results match yours with the Fedora package. What desktop are using? I was tempted to try another hoping that was the only issue. Maybe you can save me the grief. Thanks

Netflix in f18 x64 xfce

2013-06-09 Thread Joseph L. Casale
Anyone figured out how to get netflix working on f18x64? I have tried the netflix-desktop-0.2.2-1.fc18.noarch rpm and manually installed silverlight with: WINEARCH=win64 WINEPREFIX=/home/jcasale/.netflix-desktop wine Silverlight.exe /q as well as the automated installer from

Online backup providers

2013-04-08 Thread Joseph L. Casale
Anyone have any experience with jungledisk? They offer a Linux client and have pretty cheap rates for large volumes of data. We are retiring a private colocated backup and hoping to migrate to a commercial online solution. Of the few that support Linux, this one looks pretty decent at first

RE: Online backup providers

2013-04-08 Thread Joseph L. Casale
I haven't looked at jungledisk, but I use SpiderOak for home use. You get 1-2GB free which is all I need for critical stuff. The linux client works well and is provided in RPM format w/ repo I believe. Their data rates may not be competitive though.  I use them for personal as well.

Sound volume in f18 and xfce

2013-03-24 Thread Joseph L. Casale
Each time I start my laptop, the sound is set to 153% or whatever max is. A tap of the slider in the panel which is at 100% resets it to 100% (and not past that) and it sounds fine. Any idea how to stop this from resetting to max each startup? Thanks! jlc -- users mailing list

freenx-server with xfce

2012-11-30 Thread Joseph L. Casale
I haven't setup nx in some time but with rhel it was trivial. With the default key or custom keys, I can't get it to accept a connection. Im using xrdp for now but it has less than desirable side effects so getting nx working would be a plus. Anyone using it with xfce in f18? Thanks! jlc --

RE: freenx-server with xfce

2012-11-30 Thread Joseph L. Casale
Anyone using it with xfce in f18? Oops, make that f17, sorry. -- 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 Have a

XFCE Panel config

2012-07-06 Thread Joseph L. Casale
Is it possible to have a workspace that has the panel set to autohide whereas all other workspaces have it set not to hide? Thanks! jlc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users

RE: XFCE Panel config

2012-07-06 Thread Joseph L. Casale
I'm not an expert, but I like the idea and did some poking around. As far as I can tell, the panel is shared on all workspaces, and you can't do that. Some expert might have a way to do what you want via an applet on the workspace, but the behavior seems shared. You will have to share the

RE: Disk troubles - which disk is that ?

2012-07-01 Thread Joseph L. Casale
Also, I seen sd 2:0:0:0: as the disk label, how would you convert that to /dev/sdN disk ? Its the sys interface :) Start with this: ls -al /sys/bus/scsi/drivers/sd/2\:0\:0\:0/block Good luck, jlc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription

RE: Apache AD / LDAP authentication issues.

2011-12-01 Thread Joseph L. Casale
require ldap-user greg.machin Pretty sure that needs to be a DN... Do you actually have sAMAccountName Names written as x.x? Strange... When I visit the site I get the expected login prompt, authentication fails with my own account. root@nzhmlwks0091:~# ldapsearch -h 192.168.32.2 -p 389 -D

RE: How to enable build a debuginfo package using rpmbuild locally on Fedora 14?

2011-06-30 Thread Joseph L. Casale
debuginfo package, it is invalid to put %define debug_package 1 in spec file, anybody knows how to enable this? Thank in advance. I am running F14 and when I rpmbuild, I always get the debuginfo package also built. Although you only need rpm-build to build one, the addition of

RE: controlling source IP on connections

2011-06-14 Thread Joseph L. Casale
Thanks for any help or pointers. Or if it just can't be done, it would be nice to know that as well. My suggestion is learn to work with the toolset as designed. With the exception of client-to-client/lan-to-lan, any connections from the box with the p-t-p connection instantiated on it

RE: Sarg RPM for Fedora 14

2011-05-04 Thread Joseph L. Casale
Where can I find the Sarg (Squid Analysis Report Generator) x86_64 RPM for Fedora 14 ? The common repositories don't seem to have it and couldn't find anything using Google too. I took rpmforge's RHEL 5 spec that was old and tweaked it up for the current release, I have no doubt it will build in

RE: Firefox 4 betas ?

2011-03-11 Thread Joseph L. Casale
Even though RC1 is out there, I can't update. Yum complains there is a dependency on gecko-libs 2.0 and that package doesn't seem to be available. Probably because you are using yum priorities, before you simply `yum update` try something like `yum --disableplugin=priorities --enablerepo=remi\*

RE: Firefox 4 RC1 Remi repo

2011-03-11 Thread Joseph L. Casale
Something must be weird with yum on this end. This is what I get: It's not weird, look inside your remi repo conf file. It's very much doing what its likely configured to do. If you have yum priorities setup as you should, then this would be what would happen if you don't know how to overwrite

RE: Firefox 4 betas ?

2011-03-09 Thread Joseph L. Casale
Any idea when this repository is going to be updated to beta 12 ? Its currently got beta 11. From earlier in that thread, you can use remi's... jlc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

RE: What's the chipset in this D-Link USB device

2011-02-14 Thread Joseph L. Casale
lspci command showed nothing. Because its not a PC device. lsusb shows Bus 001 Device 005: ID 07d1:3304 D-Link System man lsusb, you will see -d looks for vendor:[prod id] which would lead you to know that 07d1 is D-Link's ID and 3304 is the product. Unfortunately

RE: top for network

2011-01-18 Thread Joseph L. Casale
i'm looking for a command line utility to watch network traffic in realtime and his command/gui source ... something like top... I dont like ntop because it is too big... Like top? How about iftop? It’s a curses based app... jlc -- users mailing list users@lists.fedoraproject.org To

Sipie in F14

2010-11-08 Thread Joseph L. Casale
Anyone got Sipie working in F14? I get a screen full of errors after running `easy_install sipie` and launching it. Thanks, jlc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines:

RE: Bad drive copy ?

2010-10-13 Thread Joseph L. Casale
Is is worth repeating the copy using cp to see if I get the same results ? rsync w/a checksum maybe? Turn on stats and output to a log, might be an interesting read... -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

RE: LibreOffice Install Process.

2010-10-02 Thread Joseph L. Casale
/snip reran redhat rpm, and it worked in the installation, but the links did not work. Turned out they were running libreoffice instead of the libreoffice3 from the /usr/bin. So, I just created a link using ln -s libreoffice3 libreoffice Yeah, I used kmenuedit to add a 3 to fix that for now...

RE: Intel GMA 3100 Card in fedora 13

2010-09-29 Thread Joseph L. Casale
As someone else mentioned in the thread, your chipset is not poulsbo, I don't know whether this is the right solution but nonetheless the non-free drivers are called xorg-x11-drv-psb. So enabling the RPMFusion repositories, both free and non-free and then a yum install should let you install them.

kmod-catalyst and monitor config

2010-09-25 Thread Joseph L. Casale
I needed working ogl for a couple cad apps so I installed the kmods (akmods wouldn't compile on latest on latest kernel, so running 1 behind present). When I first booted, I had my laptop and external monitor working, res on ext was low. So I disabled LVDS and set CRT1 to 1680x1050 (Auto) but

RE: /etc/init.d/mysqld not installed on F12 machine

2010-09-12 Thread Joseph L. Casale
I don't seem to be having any luck with Fedora and MySQL on multiple machines at the moment. MySQL does not seem to be installed on my F12 machine. I have done a :-    yum install mysql but /etc/init.d/mysqld and friends are not installed. Is there a separate package that installs them ? #

RE: /etc/init.d/mysqld not installed on F12 machine

2010-09-12 Thread Joseph L. Casale
yum list \*mysqld\* [...@www ~]$ yum list \*mysqld\* Loaded plugins: fastestmirror Error: No matching Packages to list However: Sigh, I was simply typing that, notice the ... but the point was hopefully obvious -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

RE: Slow network with F13 [SOLVED]

2010-08-22 Thread Joseph L. Casale
There actually is a patch to provide encryption none to improve speed and reduce CPU for trusted connections. That would be cool, but you can avoid this by rsyncing over an alternative transport, like rsh to a remote rsync daemon which you can instantiate off the cmd line trivially... jlc --

RE: Gotta love embedded developers...

2010-07-18 Thread Joseph L. Casale
Take a look at OpenWRT's build system. They build a cross compiler for you. It's really nice. And when you get it working in F13, post back:) After bricking two wrt54gl's trying to compile OpenVPN and deps in the backfire release as its two big otherwise, I have given up:) -- users mailing list

cifs mount in fstab no longer works

2010-07-13 Thread Joseph L. Casale
I just did a yum update and now my cifs mount in my fstab no longer mounts at boot automatically and messages contains no errors. I recall the _nnetdev option from a while ago but removed it as it was no longer used AFAIK and adding back in confirmed that, messages shows it as unknown. fstab is

RE: cifs mount in fstab no longer works

2010-07-13 Thread Joseph L. Casale
What happens if you manually enter this: mount -t cifs -o rw,uid=500,gid=500 username=xxx,password=xxx //10.0.0.5/Data /home/xxx/Samba Hi, That and/or `mount -a` works fine, seems like a timing issue wrt to networking possibly? Thanks! jlc -- users mailing list

RE: fgfs opengl issue w/ nvidia fx1400

2010-06-21 Thread Joseph L. Casale
Your nVidia driver installation is broken. I see that you're using the driver directory from nvidia.com. Have you considered using the RPMFusion drivers? [1] I am, I was using the kmods but when the update for newest kernel lagged, I switched to the akmod. Thanks! jlc -- users mailing list

RE: fgfs opengl issue w/ nvidia fx1400

2010-06-19 Thread Joseph L. Casale
It is kind of confusing to get right driver. The nv site points to 195.36.24 but the class of the card points to the legacy drivers 173 Turns out that with no xorg.conf and just the laptops built in LCD enabled, ogl works fine. As soon as I disable the laptop LCD and use the external lcd there

RE: fgfs opengl issue w/ nvidia fx1400

2010-06-18 Thread Joseph L. Casale
Your hard is equivalent to a GeForce 6xxx series card. The 6 series is no longer supported by nVidia's stable driver. You must use a legacy driver, but their legacy driver does not support the version 1.8 X.org server that Fedora 13 ships. Well, the release notes say its supported? Equivalent

RE: fgfs opengl issue w/ nvidia fx1400

2010-06-18 Thread Joseph L. Casale
Have you been here yet? http://www.nvidia.com/object/IO_28166.html See if any of these helps Is that url a typo? Red Hat Enterprise Linux WS 3.0 Update 6 with mptfusion driver fix... I am guessing it won't help:) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

RE: fgfs opengl issue w/ nvidia fx1400

2010-06-18 Thread Joseph L. Casale
What's the output of glxinfo? Gilboa, I am guessing this has something to do with the fact that I disable the Laptops built in LCD and enable only a external LCD? The output is rather long, but: # glxinfo name of display: :0.0 Error: glXCreateContext failed 64 GLX Visuals visual x bf lv rg

RE: fgfs opengl issue w/ nvidia fx1400

2010-06-18 Thread Joseph L. Casale
Sorry I was in hurry this morn. The driver for that is 195.36.31 http://www.nvidia.com/object/linux-display-amd64-195.36.31-driver.html It is an old card but still fast enough to handle most video Hi, I am using the 195.36.24-1 akmod which is nearly as new... Thanks! jlc -- users mailing list

RE: netinst images: What's the point?

2010-05-31 Thread Joseph L. Casale
Ok, I think I know what the point is, but there is little documentation for these specific files and I can't figure out how to get them to work correctly. The netinst image seems to be the same as the boot.iso but with installer.img added to it, which is exactly what I'm looking for, except for

RE: F13 GDM--WAS: Re: Fedora 11 GDM - unwanted list of all local users and impossible to customize?

2010-05-31 Thread Joseph L. Casale
NM is configured to bring up wireless when someone logs in, so that wouldn't work. but by sheer chance I had previously configured the wired network to come up on boot, so I could log in via ssh to poke around. By editing your grub cmd which you can do regardless of network config and telling it

RE: netinst images: What's the point?

2010-05-31 Thread Joseph L. Casale
I'm not sure what's wrong, I just know it never asks me to initialize a network connection unless I specify askmethod, then it does it in the non-graphical part of the setup. I just pulled the x86 iso down (only had x64) and whipped up a vm in esxi w/ an emulated E1000 nic and it asked me to

Boot from iSCSI SAN

2010-05-17 Thread Joseph L. Casale
I need to use a laptop with an iSCSI target mounted as root. I have done this several times with RHEL but with F12 and F13b it hangs after selecting the device after discovering available targets. I am using tgt from CentOS 5 to export the target, for anyone who's done this successfully, have you

RE: Firewall on Fedora how it works, and runs by default

2010-05-15 Thread Joseph L. Casale
I have been happy with the default setup, but I don't know how it works. Are you asking what goes on in the kernel wrt iptables or simply how to manage it? If you simply want to manage it, maybe a good read starts here:

RE: Firewall on Fedora how it works, and runs by default

2010-05-15 Thread Joseph L. Casale
When we start we see if iptables service succeeded or not. How about the other part: ip_tables: (C) 2000-2006 Netfilter Core Team nf_conntrack version 0.5.0 (16384 buckets, 65536 max) CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use nf_conntrack.acct=1 kernel parameter,

RE: LVM Snapshot merging? [SOLVED]

2010-05-14 Thread Joseph L. Casale
To answer my own question here. The required bits (kernel, lvm, device-mapper) appear to be available between F13 and F13-testing. Since I'll be reinstalling for F13 I decided to go ahead and install the F13 packages in F12 to see what happened. Everything appears to be working fine. Richard,

RE: Installing Linux on sdb ??

2010-04-19 Thread Joseph L. Casale
I have a computer with Two Sata drivers and I need to install Windows 7 and Fedora 12 . Can Windows 7 be installed on sdb1 or does it need to be on sda1 I'm not familiar with Windows 7. I'm setting up this box for a Newbie that needs to have Windows and Linux dual boot. Unless your savvy with

RE: Installing Linux on sdb ??

2010-04-19 Thread Joseph L. Casale
Cut to the chase: install Windows first. It will probably want to install itself on the /dev/sda1 partition. Actually sda1 and 2 by default... -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

RE: Installing Linux on sdb ??

2010-04-19 Thread Joseph L. Casale
Yes. If you are willing to edit the BIOS you don't even need GRUB to boot off different drives. The BIOS on my 3 year old motherboard allows me to specify the drive (IDE, SATA, USB) and their boot order. Mine allows a post time menu as most new ones do I am sure, the problem is installing it if

RE: Installing Linux on sdb ??

2010-04-19 Thread Joseph L. Casale
I have always been under the impression that Window had to be on Sda1 . Well, not since NT4, when I started using it:) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines:

DVD Authoring

2010-04-18 Thread Joseph L. Casale
Anyone know of an authoring suite that takes care of all the transcoding needed if attempting to author from a source file such as an mkv? Thanks! jlc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

RE: DVD Authoring

2010-04-18 Thread Joseph L. Casale
I've frequently used DeVeDe and it works pretty well. Didn't know about that one, fantastic! Thanks, jlc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines:

RE: NRG

2010-04-11 Thread Joseph L. Casale
using nrg2iso v0.4 no problem converting just will not load as iso says not iso9660 with acetone or iso master I think you are missing the point... nrg2iso assumes the nrg image is that of an iso, whereas an nrg image is not necessarily an iso, as in your case. The fact it produces some output

RE: modprobe problem

2010-04-11 Thread Joseph L. Casale
Dear list I am trying to install syntex webcam driver, I have compiled the kernel module but failed to load him. Can you help me please regards [r...@localhost stk11xx-2.1.0]# ls *.ko stk11xx.ko [r...@localhost stk11xx-2.1.0]# modprobe stk11xx fps=30 FATAL: Module stk11xx not found. man

RE: modprobe problem

2010-04-11 Thread Joseph L. Casale
Excellent suggestion. That should take care of the problem if the module installed correctly. The module hasn't installed properly. Look at the README in the tarball:) Install is left to the op, which he hasn't done as his working dir is still in the compilation dir... -- users mailing list

RE: modprobe problem

2010-04-11 Thread Joseph L. Casale
The module hasn't installed properly. Look at the README in the tarball:) Install is left to the op, which he hasn't done as his working dir is still in the compilation dir... My bad:) All this html/post craziness left me skimming through this to quickly. Seems he has copied it over. Does it

RE: NRG

2010-04-10 Thread Joseph L. Casale
I am having an awful time converting .nrg audio cd image to iso I am using the latest nrg2iso but it says iso not 9660 standard. Well, you're bound to continue having an awful time. Audio discs are not ISO9660 afaik... -- users mailing list users@lists.fedoraproject.org To unsubscribe or

RE: Package Hunt

2010-01-24 Thread Joseph L. Casale
Anyone heard of libcrypto.so.8 and/or where I can find it? Google suggests via rpmfind that it's an older (v1) openssl lib from F11? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users