Re: Network question - disable access to an IP without running ifdown ?

2014-05-02 Thread Nico Kadel-Garcia
Don't use the main IP address for your traffic. Use a secondary, virtual IP address on the same port or ports, say "ifcfg-eth0:1", and tie it to any of the common VIP monitoring packages such as is used by the master-master-mysql monitoring program. Basically, they communicate over the available, p

Re: How do I elevate in a script?

2014-04-30 Thread Nico Kadel-Garcia
On Wed, Apr 30, 2014 at 3:35 AM, Matthieu Guionnet wrote: > Hi Todd, > why don't you just use setuid ? > http://en.wikipedia.org/wiki/Setuid Because the kernel does not permit this for scripts. http://www.krenel.org/setuid-and-shell-scripts-explained/ Setuid shell scripts are begging

Re: How do I elevate in a script?

2014-04-29 Thread Nico Kadel-Garcia
On Tue, Apr 29, 2014 at 3:20 PM, ToddAndMargo wrote: > Hi All, > > I have a bash script that need to be run as root. > In the script, I check to see if it is running as > root and flag the user to run appropriately. > > Is there a way to use "su" to prompt for the password > and continue the scrip

Re: Fwd: Virt manager error

2014-04-24 Thread Nico Kadel-Garcia
And what does "virsh" say? virt-manager is basically a GUI on top of the "virsh" command line tool. On Thu, Apr 24, 2014 at 3:35 AM, Francesco M. Taurino wrote: > nay clue from log files? > > f > > Il 24/04/14 09:01, Pritam Khedekar ha scritto: > >> Dear all, >> >> please help on this...

Re: Any 7 rumors?

2014-04-10 Thread Nico Kadel-Garcia
On Wed, Apr 9, 2014 at 2:11 PM, Stephen John Smoogen wrote: > > On 9 April 2014 11:17, David Sommerseth >> Really!? I've been involved in a few PCI-DSS certification rounds for a >> company which provided online payment services back in the days. >> Granted that's some years ago now (2005 to 20

Re: Any 7 rumors?

2014-04-08 Thread Nico Kadel-Garcia
On Tue, Apr 8, 2014 at 10:14 PM, ToddAndMargo wrote: > Hi All, > > I have a customer who is going to have to upgrade a > whole pail of stuff for PCI compliance (credit card > security). > > Part of what he is going to have upgrade is his old > CentOS 5.x server (it is too underpowered to handle >

Re: VMs of EL and other environments

2014-04-07 Thread Nico Kadel-Garcia
Maybe someone altered the Apache configuration to allow directory browsing? It wasn't browseable when I looked!!! > Hi Nico, > > I am able to browse the public yum server. Am I missing something ? > > http://public-yum.oracle.com/repo/OracleLinux/OL6/5/base/x86_64/ > > > Cheers, > Paul > >

Re: Virt manager error

2014-04-06 Thread Nico Kadel-Garcia
First: update to release 6.5 for the server, if you can, just to avoid known bugs. Second: review whether security tools like SElinux or iptables are possibly interfering with your system. You might turn them off, temporarily, just to see if virt-manager works. Third, review what "virsth" reports

Re: what is the error on this rebuild?

2014-04-03 Thread Nico Kadel-Garcia
The version of RPM in Fedora these days supports the "%install" process installing files in the BUILDROOT target directories and referencing them in the RPM '%files' directives, with their full patch as documents. That's a new behavior, not supported in older versions of RPM. Take a good look at w

Re: Need help with rpm rebuild error

2014-03-24 Thread Nico Kadel-Garcia
Fedora has a significantly more recent version of RPM than Scientific Linux 6, and many of the dependencies have significantly modified names. That seems to be a stable package, it was in Fedora 15. Perhaps you could rebuild the SRPM from a Fedora 15 archive site, or compare the .spec files, to loo

Re: Upgraded to SL 6.5 - no Ethernet - Working

2014-03-15 Thread Nico Kadel-Garcia
On Sat, Mar 15, 2014 at 6:31 PM, Akemi Yagi wrote: > On Sat, Mar 15, 2014 at 1:45 PM, Nico Kadel-Garcia wrote: >> That Alan didn't include, because if that's Alan Bartlett from Samba >> work he's *brilliant* and probably already knows all this stuff, is > >

Re: Upgraded to SL 6.5 - no Ethernet - Working

2014-03-15 Thread Nico Kadel-Garcia
That Alan didn't include, because if that's Alan Bartlett from Samba work he's *brilliant* and probably already knows all this stuff, is that the "/etc/grub.conf" file is a symlink to /boot/grub/grub.con. If you edit it with some editors, it will replace the symlink with your new file, and not chan

Re: SL 6.4 Ethernet Port is dead - maybe

2014-03-07 Thread Nico Kadel-Garcia
Grab the latest live Ubuntu live DVD or CD. See if *that* can talk to the ethernet port, since the kernels tend to be more recent than the industry grade, stable kernels in Scientific Linux. But "after a power failure on a clear day" sounds like hardware failure.. I assume you;ve tested the cables

Re: will rpm read inside a tar ball?

2014-02-21 Thread Nico Kadel-Garcia
On Fri, Feb 21, 2014 at 10:50 PM, ToddAndMargo wrote: > Hi All, > > I was about to untar the latest Libre Office to install > their RPMSs. It occurred to me that it would be awful > convenient if "rpm" would read inside the tar ball > all on its own. Is there a way? > > Many thanks, > -T Not cu

Re: OpenGL

2014-02-19 Thread Nico Kadel-Garcia
Are you running on a kernel that is not the last kernel you updated to? If so, then the "kernel-headers" package that include "/usr/include/drm/drm.h" will not match your running kernel. That can be checked with "uname -r" and "rpm -qa | grep kernel" On Wed, Feb 19, 2014 at 4:59 AM, Akemi Yagi w

Re: [SCIENTIFIC-LINUX-USERS] Sharing users among few hosts

2014-02-17 Thread Nico Kadel-Garcia
In order: * Local accounts and passwords, managed by some central configuration tool such as puppet or chef. Trade-offs include the security of the central password management system, and access to local stored passwords in /etc/shadow. Can be combined with SSH key deployment and sudo configuratio

Re: RHEL 7

2014-02-16 Thread Nico Kadel-Garcia
On Sun, Feb 16, 2014 at 2:55 AM, CDR wrote: > When are we going to see SL 7.0m even beta? > It is very important for my company. Then test with the RHEL 7 beta. It's free to access with a trial license from Red Hat, or via direct download at: ftp://ftp.redhat.com/pub/redhat/rhel/b

Re: SL6.2 randomly stays idle during install

2014-02-13 Thread Nico Kadel-Garcia
on's chroot cage, and reboot. It takes work to tun, but it is *much, much, much* faster than pulling down RPM's and assembling the new environment from scratch. And without the bulky and discarded "yum" metadata downloads it's much more network efficient.. > > Rega

Re: SL6.2 randomly stays idle during install

2014-02-12 Thread Nico Kadel-Garcia
Install 6.5? There are significant library and kernel updates since SL 6.5, especially for the latest and greatest 10G network drivers. Also, don't use any more of NetworkManager than you have to for servers. On Wed, Feb 12, 2014 at 10:56 AM, SCHAER Frederic wrote: > Hi, > > > > I am facing a st

Re: server side spam filters

2014-02-10 Thread Nico Kadel-Garcia
On Mon, Feb 10, 2014 at 8:13 PM, Yasha Karant wrote: > Our site has been edicted to Microsoft Exchange server with a Barracuda spam > filter. There are numerous difficulties, one of which is spam not being > filtered and non-spam being so filtered (significant increase in mission > critical false

Re: Ping Nico: AD?

2014-02-10 Thread Nico Kadel-Garcia
On Mon, Feb 10, 2014 at 6:24 PM, ToddAndMargo wrote: > On 02/10/2014 03:16 PM, Nico Kadel-Garcia wrote: >> I've submitted some patches to SerfNet in the past: they don't >> necessarily agree with my tweaks or RHEL's tweaks, and I've never >> heard back fr

Re: Ping Nico: AD?

2014-02-10 Thread Nico Kadel-Garcia
On Mon, Feb 10, 2014 at 5:58 PM, ToddAndMargo wrote: > On 02/09/2014 11:45 AM, ToddAndMargo wrote: >>> >>> My toolchain for building a complete Samba 4.1.4 on Scientific Linux 6 >>> is available at https://github.com/nkadel/samba4repo. It's set up to >>> set up a local yum repository for the nece

Re: Ping Nico: AD?

2014-02-10 Thread Nico Kadel-Garcia
On Sun, Feb 9, 2014 at 10:19 PM, ToddAndMargo wrote: > On 02/09/2014 02:45 PM, Nico Kadel-Garcia wrote: >> >> On Sun, Feb 9, 2014 at 2:45 PM, ToddAndMargo >> wrote: >> > >>> I take it old-out-of-date (SL) isn't supporting Samba 4 yet. >> >

Re: Ping Nico: AD?

2014-02-10 Thread Nico Kadel-Garcia
On Sun, Feb 9, 2014 at 10:19 PM, ToddAndMargo wrote: > On 02/09/2014 02:45 PM, Nico Kadel-Garcia wrote: >> >> On Sun, Feb 9, 2014 at 2:45 PM, ToddAndMargo >> wrote: >> > >>> I take it old-out-of-date (SL) isn't supporting Samba 4 yet. >> >

Re: Ping Nico: AD?

2014-02-09 Thread Nico Kadel-Garcia
On Sun, Feb 9, 2014 at 6:22 PM, John Stewart wrote: > Second attempt at posting as the switch in using an underscore to a period > in our mail addresses confuses the listserv into thinking I'm not a list > subscriber. > > On 09/02/2014 6:17 PM, John Stewart wrote: >> >> On 09/02/2014 2:45 PM, Todd

Re: Ping Nico: AD?

2014-02-09 Thread Nico Kadel-Garcia
On Sun, Feb 9, 2014 at 2:45 PM, ToddAndMargo wrote: > Question: what do you see as an advantage of Samba's AD over > just using Samba as an old fashioned Domain Controller? Integrated support for DHCP/DNS/group management/host registration in the existing AD, with commercial support and trained

Re: SL 7 when?

2014-02-05 Thread Nico Kadel-Garcia
The base OS I don't find more stable, but the reliability of yum for Scientific Linux has been better in my experience. I've had real problems with the "yum-rhn-plugin" based yum access. For licensed systems, I inevitably set up an internal yum mirror with "reposync" running on one of the licensed

Re: SL 7 when?

2014-02-05 Thread Nico Kadel-Garcia
On Wed, Feb 5, 2014 at 3:52 PM, Orion Poplawski wrote: > FYI - The RHEL 7 Beta is public: > > http://ftp.redhat.com/pub/redhat/rhel/beta/7/x86_64/os/ > > so you can try it out now if you want. I'd consider making a mirror of it, or of the ISO contents, to be able to access the packages quickly.

Re: [SCIENTIFIC-LINUX-USERS] Nautilus respawning to infinity

2014-02-05 Thread Nico Kadel-Garcia
One *could* simply do "yum remove nautilus". There are dependencies, but I've found the package to be quite destabilizing over the years.. On Wed, Feb 5, 2014 at 1:10 PM, Yasha Karant wrote: > On 02/05/2014 02:45 AM, Jon Clark wrote: >> >> -Original Message- >> From: owner-scientific-linu

Re: dependency problems

2013-12-20 Thread Nico Kadel-Garcia
Use "yum remove control-center control-center-filesystem evolution-data-server' ? And be prepared to lose all the other dependent packages? On Fri, Dec 20, 2013 at 10:42 PM, ToddAndMargo wrote: > Hi All, > > Any ideas how to fix this? > > -T > > # yum clean all > # yum --skip-broken upgrade > ..

Re: Error message

2013-12-16 Thread Nico Kadel-Garcia
On Mon, Dec 16, 2013 at 9:14 PM, J. Taylor Woods II wrote: > This was an update of 500+ packages, also the updated deleted some packages > that we not obselete (bombono DVD), would not update bleachbit, kept saying > unable to locate file and I looked at the file. Am lost, will try your > suggesti

Re: Error message

2013-12-16 Thread Nico Kadel-Garcia
On Mon, Dec 16, 2013 at 8:59 AM, Taylor Woods wrote: > Just tried to update SL 6.4 Stella but I got these errors: > > GPG key retrieval failed: [Errno 14] Could not open/read > file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl That should be in place. What are you updating *from*? And did you run out of

Re: ddclient vs selinux

2013-12-14 Thread Nico Kadel-Garcia
Submit a bug report to EPEL? On Sat, Dec 14, 2013 at 7:18 PM, jdow wrote: > For some time now ddclient has not been working quite right. I made some > changes that finally brought to light the reason for this. > > I removed the tweaked ddclient.conf, then yum removed ddclient, yum install > ddcli

Re: Finally figured out what is causing bug 836696

2013-12-10 Thread Nico Kadel-Garcia
On Tue, Dec 10, 2013 at 7:07 PM, Konstantin Olchanski wrote: > On Tue, Dec 10, 2013 at 02:43:14PM -0500, Jeff Siddall wrote: >> On 12/09/2013 11:20 PM, ToddAndMargo wrote: >> >>then you absolutely want to be running >> >>them against a snapshot rather than a live FS and LVM makes this easy. >> > >

Re: Finally figured out what is causing bug 836696

2013-12-09 Thread Nico Kadel-Garcia
On Mon, Dec 9, 2013 at 3:11 PM, John Lauro wrote: > If you want deterministic assignments, and things do not always start in the > same order, you just need to setup rules. > > http://www.reactivated.net/writing_udev_rules.html > > and then you can use /dev/sda1, etc... in fstab. Yech. I've take

Re: No DHCP on boot with a fresh install

2013-12-03 Thread Nico Kadel-Garcia
On Tue, Dec 3, 2013 at 6:36 PM, ~Stack~ wrote: > Sorry for the absence. Sunday/Mondays are my busy days. I did run into a > very confusing outcome (posted below) and I also responded to all the > questions in one email so that things didn't get too confusing in > separate emails. > > Thanks for al

Re: No DHCP on boot with a fresh install

2013-12-01 Thread Nico Kadel-Garcia
On Sun, Dec 1, 2013 at 12:44 PM, Paul Robert Marino wrote: > Have you tried adding dhclient to your package list in your kickstart file. > The trick with a nobase install is you can often be surprised by some > of the things that are missing from it. > if you don't have /sbin/dhclient on the host

Re: No DHCP on boot with a fresh install

2013-12-01 Thread Nico Kadel-Garcia
On Sat, Nov 30, 2013 at 2:24 PM, ~Stack~ wrote: > On 11/30/2013 01:03 PM, Nico Kadel-Garcia wrote: >> If the upstream detection is the issue, put a "sleep 10" in the >> "start" stanza of /etc/nit.d/network. Amusingly enough, you can even >> put it in

Re: SELinux de-mystified

2013-12-01 Thread Nico Kadel-Garcia
On Sat, Nov 30, 2013 at 3:31 AM, ToddAndMargo wrote: > Hi David, > > Loved the article. I understood all about the cartoons and > the dogs and cats. Perfectly done. Unfortunately, when the > real world kicked in: zoom, right over my head. > > Who sets up these labels and how is that done?

Re: No DHCP on boot with a fresh install

2013-11-30 Thread Nico Kadel-Garcia
You shouldn't have to install NetworkManager for servers. It is *NOT* your friend. Neither is DHCP for servers, since sometimes upstream switches have not yet detected the active device by the time your client has scurried its way through the local host restart. In general, I keep servers set stati

Re: Stuck with compilations

2013-10-27 Thread Nico Kadel-Garcia
7, 2013 at 12:31 PM, Elio Fabri wrote: > On 10/26/2013 07:23 PM, Nico Kadel-Garcia wrote: > >> yum uses "rpm", but is more powerful >> > > |~> sudo yum install audacity-1.3.12-0.6.beta.el6.**x86_64.rpm > > Here is what yum replies: > > Error: Package

Re: Stuck with compilations

2013-10-27 Thread Nico Kadel-Garcia
On Sun, Oct 27, 2013 at 12:31 PM, Elio Fabri wrote: > On 10/26/2013 07:23 PM, Nico Kadel-Garcia wrote: > >> yum uses "rpm", but is more powerful >> > > |~> sudo yum install audacity-1.3.12-0.6.beta.el6.**x86_64.rpm > > Here is what yum replies: >

Re: Stuck with compilations

2013-10-26 Thread Nico Kadel-Garcia
In a separate note you are using "rpm -ivh [package].rpm". Please use "yum install [package].rpm". yum tries very hard to resolve those dependencies for you, by looking them up in a database built from whatever public software repositories are enabled for your system. yum uses "rpm", but is more p

Re: Stuck with compilations

2013-10-26 Thread Nico Kadel-Garcia
"Trying to compile" means trying to compile from a tarball, I take it. Why not grab a relevant SRPM, if available? Even if you need to update some components with that, you should get a better handle on the needed components to do compilation that way. I'd look at http://rpm.pbone.net to see if

Re: emacs installation problem

2013-10-26 Thread Nico Kadel-Garcia
Are you using "yum insall emacs"? And what are the dependency problems reported? Do you have some "excludes" set in your yum configurations? On Fri, Oct 25, 2013 at 2:27 AM, vivek chalotra wrote: > Dear all, > > I am not able to install emacs in slc6.4..It is not resolving some > dependencies..w

Re: how to change the CD mount point

2013-10-16 Thread Nico Kadel-Garcia
Gnome has it's own auto mounting utility in the "nautilus" tools, so if gnome is running, the DVD may already be mounted. Nico Kadel-Garcia Email: nka...@gmail.com Sent from iPhone > On Oct 16, 2013, at 7:36, Bill Askew wrote: > > On Tue, 15 Oct 2013 12:06:03

Re: blue griffon

2013-10-10 Thread Nico Kadel-Garcia
On Thu, Oct 10, 2013 at 9:25 PM, Steven J. Yellin wrote: > Of course you want a Python 2.7 rpm, but if you can't find one, you > can compile Python 2.7.5 from the tarball available via > http://www.python.org/**download/ . > > Steven Yellin > > I've had to pul

Re: sub for Kompozer?

2013-10-09 Thread Nico Kadel-Garcia
If you have to grab from such an unfamiliar repository, grab the SRPM's, verify the source tarballs, review what the .spec file says, and build it with "mock". Also, definitely check http://rpm.pbone.net for known RPMs' or SRPM's that are most likely to be compatible with your distribution. On W

Re: rpmbuild -ta question

2013-09-28 Thread Nico Kadel-Garcia
om>**> wrote: >>> >>> Hi All, >>> >>> How do you do a >>> rpmbuild -ta tar_ball >>> when the source is not a tar ball and the >>> directory structure exists on the web? >>> (The directory

Re: gnash or lightspark

2013-09-24 Thread Nico Kadel-Garcia
No promises, but searching http;'//rpm.pbone.net leads to SRPM's at ftp://bo.mirror.garr.it/pub/1/mageia/distrib/1/SRPMS/core/release/ for lightspark. And it's helpful when building from SRPM's to use tools like "mock", to set up build environment chroot cage for complex build environments and not

Re: UEFI SL 6x boot

2013-09-24 Thread Nico Kadel-Garcia
Down, boy. Scientific Linux is behind the times on available tools, because our favorite upstream vendor has not yet released tools. Tools to work with have been tested, effectively, with Fedora, and I expect our favorite upstream vendor will include tools with release 7.x, which is not yet in alp

Re: rpmbuild -ta question

2013-09-24 Thread Nico Kadel-Garcia
On Mon, Sep 23, 2013 at 11:15 PM, ToddAndMargo wrote: > >>> Hi Nico, > > This is the actual directory. > > > http://svn.code.sf.net/p/**rdesktop/code/rdesktop/trunk/ > > If I were to wget it and tar it, I could run the > "rpmbuild -ta tar_

Re: rpmbuild -ta question

2013-09-23 Thread Nico Kadel-Garcia
If you mean a github repository with a package that has a workable ".spec" file, you can download a ".zip" file from github.com, and rpmbuild deals with those just fine. If the source is a few files, you can replace the '%setup" scripting with some simplified ocmmands in a .spec file to copy in an

Re: Requiered steps to configure samba

2013-09-22 Thread Nico Kadel-Garcia
Along with making a good list of what you're trying to do: Stable access to Windows fileshares on that Linux client? Stable sharing content from that Linux host to Windows clients? Authentication with an Active Directory backend? Drop-in replacements for AD domain serve

Re: [SCIENTIFIC-LINUX-USERS] Any rumors on rhel 7?

2013-07-30 Thread Nico Kadel-Garcia
On Mon, Jul 29, 2013 at 1:25 PM, Lamar Owen wrote: > On 07/29/2013 10:47 AM, Pat Riehecky wrote: >> >> I believe there was some relevant information in this year's Red Hat >> Enterprise Linux Roadmap >> at Red Hat Summit. > > > See > https:

Re: [SCIENTIFIC-LINUX-USERS] Upgrade SLC5 to SLC6 ?

2013-07-24 Thread Nico Kadel-Garcia
On Tue, Jul 23, 2013 at 10:46 PM, Yasha Karant wrote: > On 07/23/2013 06:02 PM, Nico Kadel-Garcia wrote: >> I'm glad for you, and startled myself. Our favorite upstream vendor >> certainly supported doing updates from major OS versions to major OS >> versoins: you just

Re: [SCIENTIFIC-LINUX-USERS] Upgrade SLC5 to SLC6 ?

2013-07-23 Thread Nico Kadel-Garcia
On Tue, Jul 23, 2013 at 8:56 PM, Jeffrey Anderson wrote: > > On Tue, Jul 23, 2013 at 5:45 PM, Nico Kadel-Garcia wrote: >> >> the problem here is the switch from one OS, a CERN release, to an >> actual Scientific Linux release. That. can be an adventure. I've >

Re: [SCIENTIFIC-LINUX-USERS] Upgrade SLC5 to SLC6 ?

2013-07-23 Thread Nico Kadel-Garcia
On Tue, Jul 23, 2013 at 7:15 PM, Yasha Karant wrote: > Will "yum upgrade" upgrade in place only the applications/files that come > stock with SL without touching existing partitions or systems configuration > folders (e.g., network information, password, shadow, and the like)? > > I was repeatedly

Re: Fwd: Re: vlc-2.0.7

2013-07-12 Thread Nico Kadel-Garcia
On Fri, Jul 12, 2013 at 4:05 PM, Yasha Karant wrote: > The issue is that the application would not pass configure without disabling > these options. I have tried the various pre-built RPMs for vlc that have > been mentioned, but all the ones that I have found have dependencies that > cause confli

Re: SL's yum says $releasever is '6.4', but many repositories expect a $releasever like '6'

2013-07-11 Thread Nico Kadel-Garcia
On Thu, Jul 11, 2013 at 3:39 PM, Stefan Lasiewski wrote: > When using third party Yum repositories, I often run into a problem with the > yum variable $releasever . Scientific Linux uses a version number which is > different then what is expected on many third party repositories, which > means tha

Re: EXTERNAL HARD DISK 2 TB ISSUE

2013-07-09 Thread Nico Kadel-Garcia
On Tue, Jul 9, 2013 at 10:36 AM, Pritam Khedekar wrote: > > guys, > > i have 2 tb external drive which was working fine > > It may be dead. External drives are often very cheap hardwaer, basically designed as throwaway drives. > now suddenly it doesn't show in my computer > > it detect as usb d

Re: [SCIENTIFIC-LINUX-USERS] compiling 32 app on 64 machine

2013-04-19 Thread Nico Kadel-Garcia
On Fri, Apr 19, 2013 at 7:58 PM, Andrew Z wrote: > Nico, > That's what I did built 32 bit VM guest. But this app requires nvcc which > is only64 for rhel6.x > Am I missing something in your reply? > On Apr 19, 2013 7:42 PM, "Nico Kadel-Garcia" wrote: > &

Re: automatic updates and compiling vim

2013-02-13 Thread Nico Kadel-Garcia
On Wed, Feb 13, 2013 at 10:03 AM, Charles Campbell wrote: > Hello! > > My computer at work has been set to do automatic updates, and I generally > try to keep my version of vim "on the bleeding edge". However, on Feb 1 I > was no longer able to compile vim with gui-enabled using gtk, shortly after

Re: SL6.3 Update problem -

2013-02-08 Thread Nico Kadel-Garcia
On Fri, Feb 8, 2013 at 10:20 PM, Bob Goodwin - Zuni, Virginia, USA wrote: >I keep getting an update request however when I run yum I must >use -- skip broken to get it to run. This is the list it skips, >libmodplug is the one that produces the pop-up security message. > >

Re: Samba4 rpm

2013-02-08 Thread Nico Kadel-Garcia
encies, Samba 4.0.2 won't even compile on SL 6 without updates. > > > > -- Sent from my HP Pre3 > > > On Feb 8, 2013 1:39 AM, Nico Kadel-Garcia wrote: > > Not a problem. The "samba4" package in SL 6, and the upstream vendor's &

Re: Samba4 rpm

2013-02-07 Thread Nico Kadel-Garcia
arting basic system libraries, you're in potential dependency hell. On Thu, Feb 7, 2013 at 6:18 PM, Andrew Z wrote: > Mark, Nico, > i went ahead with the 3rd version. Thank you! > AZ > > > On Thu, Feb 7, 2013 at 5:45 PM, Nico Kadel-Garcia wrote: >> >> On Thu, Feb 7,

Re: Samba4 rpm

2013-02-07 Thread Nico Kadel-Garcia
On Thu, Feb 7, 2013 at 5:25 PM, Mark Stodola wrote: > On 02/07/2013 04:17 PM, Andrew Z wrote: >> >> Hello, >> >> i need to set up samba. and apparently there was a new release 4 already. >> so i did yum search, but: >> >> samba4-4.0.0-23.alpha11.el6.x86_64 >> [root@server ~]# rpm -ql samba4 >> /us

Re: LAPACK for SL/CentOS/RHEL 5?

2013-02-07 Thread Nico Kadel-Garcia
On Thu, Feb 7, 2013 at 2:26 PM, Alan McKay wrote: > > On Thu, Feb 7, 2013 at 2:17 PM, Nico Kadel-Garcia wrote: >> >> I also mistyped: it should have been "rpmbuild --rebuild >> lapack-[version].src.rpm". > > > I guess this is the build dependencies yo

Re: LAPACK for SL/CentOS/RHEL 5?

2013-02-07 Thread Nico Kadel-Garcia
On Thu, Feb 7, 2013 at 1:11 PM, Alan McKay wrote: > > On Wed, Feb 6, 2013 at 2:11 PM, Nico Kadel-Garcia wrote: >> >> I just tested the Fedora 18 published version. It certainly compiles >> successfully on SL 6, although I don't have a good test suite to work >>

Re: LAPACK for SL/CentOS/RHEL 5?

2013-02-06 Thread Nico Kadel-Garcia
On Wed, Feb 6, 2013 at 4:15 AM, Matthias Schroeder wrote: > On 02/05/2013 06:51 PM, Alan McKay wrote: >> >> I see LAPACK 3.0 when I do "yum search", but the latest version is 3.4.2 >> >> Is there any place to get the newer RPMs for SL 5? >> >> I've looked into building it but the instructions assu

Re: NFS write problem SL-6 -

2013-02-05 Thread Nico Kadel-Garcia
On Tue, Feb 5, 2013 at 1:40 PM, Bob Goodwin - Zuni, Virginia, USA wrote: >I use some applications, e.g. Notecase and Tkremind, that save >data to an nfs server on the LAN. This is a new SL-6.3 >installation [Linux box7 2.6.32-279.19.1.el6.x86_64 XFCE]. It >can't wri

Re: LAPACK for SL/CentOS/RHEL 5?

2013-02-05 Thread Nico Kadel-Garcia
On Tue, Feb 5, 2013 at 1:01 PM, Mark Stodola wrote: > On 02/05/2013 11:51 AM, Alan McKay wrote: >> >> I see LAPACK 3.0 when I do "yum search", but the latest version is 3.4.2 >> >> Is there any place to get the newer RPMs for SL 5? >> >> I've looked into building it but the instructions assume a k

Re: lynx browser in SL6.3

2013-02-05 Thread Nico Kadel-Garcia
On Tue, Feb 5, 2013 at 1:39 AM, zxq9 wrote: > On 02/05/2013 01:05 PM, Paul Robert Marino wrote: >>> >>> On Feb 4, 2013 3:18 PM, Stephen Isard <7p03xy...@sneakemail.com> wrote: >>> >>> Is anybody else out there trying to use lynx in SL6.3? When I bring it >>> up, the text for url links comes up as

Re: Scientific Linux "SL 5.9" for x86_64 RC2 is now available for testing

2013-02-04 Thread Nico Kadel-Garcia
On Mon, Feb 4, 2013 at 1:49 AM, Connie Sieh wrote: > We will release this RC2 as released on Feb 5, 2013 unless we hear > about a important issue. I'd noticed it showing up in the mirrors. Looks good, I've been testing some of the more interesting published components and am quite happy with it.

Re: SL6.3 NFS permissions problem -

2013-02-01 Thread Nico Kadel-Garcia
ed to be the default for auto mounting, now it is NFSv4, which requires different firewall and VPN setups. Nico Kadel-Garcia Email: nico.ka...@tufts.edu Sent from iPhone On Feb 1, 2013, at 10:59, "Bob Goodwin - Zuni, Virginia, USA" wrote: > I keep most of my data on

Re: SL 6.3

2013-01-31 Thread Nico Kadel-Garcia
On Thu, Jan 31, 2013 at 5:46 AM, Arun Kishore wrote: > Dear SL, > > I find updated repositories like below - good enough. i have been using > below link for SL 6.3. I think it may be of help to you and all. > There are many such similar sites.. for updates > > > http://mirror.fraunhofer.de/downloa

Re: SL6.3 and VLC -

2013-01-30 Thread Nico Kadel-Garcia
http://rpm.pbone.net is your friend for SL 6 or other releases, when you don't know what third party repository might contain something.. It seems to be avalable at the atrpms.net repository: Just run this to gain access to it: yum install yum-conf-atrpms yum info vlc And review whethe

LibreOffice Headless

2013-01-28 Thread Nico Kadel-Garcia
On Sun, Jan 27, 2013 at 2:29 PM, Larry Linder wrote: > On Sunday 27 January 2013 1:17 pm, Gerald Waugh wrote: >> Hello, >> >> Anyone running LibreOffice on a Server? >> Appreciate ideas on how to implement some of the MS office features on a >> Web Server >> >> TIA > > We have been running LibreOf

Re: Nvidia stereoscopic 3D system on SL 6x

2013-01-25 Thread Nico Kadel-Garcia
On Thu, Jan 24, 2013 at 10:53 PM, Yasha Karant wrote: > After a bit of work, on-line research (not entirely from the Nvidia site nor > Nvidia documentation), I have modified the Nvidia application created > xorg.conf file to one that actually works: a stereo 3D application such as > UCSF Chimera

Re: How to get IA-32 compatibility with X86-64

2013-01-24 Thread Nico Kadel-Garcia
On Thu, Jan 24, 2013 at 11:26 AM, Yasha Karant wrote: > On 01/24/2013 04:27 AM, Nico Kadel-Garcia wrote: >> >> On Thu, Jan 24, 2013 at 12:46 AM, Bluejay Adametz >> wrote: >>>> >>>> How does one activate both to appear so that the library packages f

Re: How to get IA-32 compatibility with X86-64

2013-01-24 Thread Nico Kadel-Garcia
On Thu, Jan 24, 2013 at 12:46 AM, Bluejay Adametz wrote: >> How does one activate both to appear so that the library packages for both >> will be put into the system via the GUI? > > You should be able to explicitly install 32-bit versions of libraries > with something like > yum install li

Re: Is there a kernel update for SL 6.2 coming up soon?

2013-01-23 Thread Nico Kadel-Garcia
On Wed, Jan 23, 2013 at 11:21 AM, Jamie Duncan wrote: > Red Hat is releasing RHEL 6.3 in approximately 4 weeks. > > > On Wed, Jan 23, 2013 at 11:20 AM, jdow wrote: >> >> Is there a kernel update for SL 6.2 coming up soon? >> >> It seems elrepo released a new set of nvidia modules that don't work

Re: SL-6 KVM Disk Activity

2013-01-22 Thread Nico Kadel-Garcia
On Tue, Jan 22, 2013 at 11:16 AM, Chuck Munro wrote: > On 01/22/2013 03:12 AM, David Sommerseth wrote: >> >> On 22/01/13 07:34, Chuck Munro wrote: >>> >>> - I tried to use the Virtio flavor of disk, but the BSD-based VMs can't >>> use them, so I had to stay with IDE disk emulation. >> >> >> Depend

Re: mk2fs hangs at writing superblocks...

2013-01-08 Thread Nico Kadel-Garcia
On Tue, Jan 8, 2013 at 2:29 AM, Jean-Michel Barbet wrote: > On 01/04/2013 07:59 PM, Nico Kadel-Garcia wrote: > >> Or triid the other partition types, or tried zeroing the old partiiton >> with "dd" or running the "shred" program on it? > > > Thank y

Re: mk2fs hangs at writing superblocks...

2013-01-04 Thread Nico Kadel-Garcia
On Fri, Jan 4, 2013 at 11:58 AM, g wrote: > > On 01/04/2013 08:58 AM, Jean-Michel Barbet wrote: >> Hello all, >> >> We got second hand Dell PE1950s and I am trying to install SL55/64b >> on one of them. >> >> I tried with Kickstart, then with a DVD and I get identical behaviour : >> The mk2fs comm

Re: SL 6.3 doesn't no network present until user logs in on GUI

2012-12-28 Thread Nico Kadel-Garcia
[ I think I accidentally took this thread private..., fixing that ] On Dec 28, 2012, at 5:40, Tom H wrote: > On Thu, Dec 27, 2012 at 8:37 PM, Nico Kadel-Garcia wrote: >> On Thu, Dec 27, 2012 at 10:05 AM, Tom H wrote: >>> >>> NM in F-17/F-18 understands ifcfg fi

Re: BIND: How to reply rev lookup with hostname and not FQDN

2012-12-27 Thread Nico Kadel-Garcia
On Thu, Dec 27, 2012 at 8:45 PM, José Pablo Méndez Soto wrote: > Sorry, forgot to add the error I get: > > "Host Name returned by DNS Server for IP address does not agree with the > locally defined hostname. There is a configuration mismatch." Your local hostname should be a fully qualified host

Re: BIND: How to reply rev lookup with hostname and not FQDN

2012-12-27 Thread Nico Kadel-Garcia
On Thu, Dec 27, 2012 at 8:42 PM, José Pablo Méndez Soto wrote: > Hello geniuses! > > I'm running SL carbon here and BIND. There is one piece of software I need > to install, that is failing as follows: > > When I configure its TCP/IP settings, the hostname I give to it is ucm9pub > (I can't even a

Re: SL 6.3 doesn't no network present until user logs in on GUI

2012-12-27 Thread Nico Kadel-Garcia
On Thu, Dec 27, 2012 at 10:05 AM, Tom H wrote: > NM in F-17/F-18 understands ifcfg files defining bonds, bridges, vlans. > > I've installed an X-less F-18 and uninstalled NM without a hitch so > it's still uninstallable (but I didn't try to do so with GNOME or > another DE installed), so it *SHOU

Re: Samba vs. Firewall and/or SELinux

2012-12-27 Thread Nico Kadel-Garcia
On Thu, Dec 27, 2012 at 8:09 AM, Ibrahim Yurtseven wrote: > Hi all. > > I created a smb-share on my el6 for all windows-pcs in my home-network > (I'm the only Linux-User in my family) for sharing all the stuff we > have, like music and videos and documents. The share will be shown on > the other p

Re: Bridged Networking & KVM

2012-12-25 Thread Nico Kadel-Garcia
d997b7d897e242820 I believe you about release 5.x working well if you tell me you've gotten it working with all 3 features, pair bonding, VLAN tagging, and KVM bridging. 2 out of 3 does not count: it really has to be all 3. Nico Kadel-Garcia

Re: Bridged Networking & KVM

2012-12-24 Thread Nico Kadel-Garcia
On Sun, Dec 23, 2012 at 11:01 PM, CS DBA wrote: > Hi All; > > 2 questions: > > 1) I'm considering using KVM for Virtual Machines in a production > environment. >Good plan? Any drawbacks? better choices? It's useful. It's built into the upstream vendor's basic operating system. It's about as

SASL and Base64, was Re: Does anyone have virt-manager working with sudo?

2012-12-21 Thread Nico Kadel-Garcia
On Fri, Dec 21, 2012 at 5:50 AM, David Sommerseth wrote: > On 20/12/12 19:49, Paul Robert Marino wrote: >> Its base64 with DIGEST-MD5 hashing with no salt. >> If you don't beleave me just decode it through any base64 tool and you >> will see the entire conversation >> And if you still don't beleav

Re: Does anyone have virt-manager working with sudo?

2012-12-20 Thread Nico Kadel-Garcia
On Wed, Dec 19, 2012 at 2:28 AM, Andras Horvath wrote: > Hi, > > I'm using KVM like the following without having to use root access: > > su - > yum install libvirt virt-manager qemu-kvm > chkconfig libvirtd on > # create new group for libvirt > groupadd libvirt > # add my user to this group > user

Does anyone have virt-manager working with sudo?

2012-12-18 Thread Nico Kadel-Garcia
I'd love to be able to use sudo with virt-manager, but it simply fails. It does work on Ubuntu, and I'd like to be able to use sudo for all access to my KVM servers, rather than direct root login. Is anyone using sudo successfully with virt-manager on SL 6.3? Other X applications work just fine.

Re: SL 6.3 doesn't no network present until user logs in on GUI

2012-12-14 Thread Nico Kadel-Garcia
On Thu, Dec 13, 2012 at 2:58 PM, Konstantin Olchanski wrote: > On Wed, Dec 12, 2012 at 09:19:05PM -0500, Nico Kadel-Garcia wrote: >> >> Since it's packaged as the default from the upstream vendor >> distribution, and since the "system-config-network" tool from

Re: SL 6.3 doesn't no network present until user logs in on GUI

2012-12-12 Thread Nico Kadel-Garcia
On Wed, Dec 12, 2012 at 2:15 PM, Konstantin Olchanski wrote: > On Wed, Dec 12, 2012 at 01:54:21PM +, Winnie Lacesso wrote: >> Konstantin Olchanski wrote: >> > This disables the super-clever extra-useful network manager feature >> > where it enables networking when a user logs in into the conso

Re: XFCE - print manager doesn't detect USB printer

2012-12-10 Thread Nico Kadel-Garcia
On Mon, Dec 10, 2012 at 1:29 PM, Christopher Tooley wrote: > In a browser on the machine, go to: > > http://localhost:631 > > To see a CUPS interface. This will allow you to install a printer, if it > isn't already. I am unsure how to get XFCE to recognize that there is a > printer, perhaps the ab

Re: SL 6.3 doesn't no network present until user logs in on GUI.

2012-12-09 Thread Nico Kadel-Garcia
On Sun, Dec 9, 2012 at 6:38 PM, Tom H wrote: > On Sun, Dec 9, 2012 at 5:21 PM, Nico Kadel-Garcia wrote: >> On Sun, Dec 9, 2012 at 11:05 AM, Eero Volotinen >> wrote: >>> 2012/12/9 José Pablo Méndez Soto : >>>> Hello, >>>> >>>> I am p

Re: SL 6.3 doesn't no network present until user logs in on GUI.

2012-12-09 Thread Nico Kadel-Garcia
On Sun, Dec 9, 2012 at 5:49 PM, Bluejay Adametz wrote: >> NetworkManager is *not the friend* of anyone running a server. It's >> unfortunately difficult to rip out by the roots, > > I've had pretty good luck with a 'yum remove NetworkManager'. The only > thing I've found depending on it has been N

<    1   2   3   4   5   >