Re: [CentOS] Announcement Project based on CentOS 4.4
Uz.ytkownik Tronn Wærdahl napisa?: Personally i dont like YUM, I prefer apt-get, the package you dont wanna update is openldap, espesially the server, you could easyly configre apt, to ignore those packages you can define it in /etc/yum.conf; add an exclude line, such as: exclude=*firefox*,*thunderbird*,*scribus*,*eclipse*,*zope*,*plone*,*blender* yum will "start" little slower, but it works There is allso a script included to make your own apt repository for yum this is createrepo; simply copy packages to any directory and run createrepo /this/dir/ then you have to add new repo in /etc/yum.repos.d/, but it should be very similar (except path of course) to others; if you don's use pgp to sign your packages, the line pgpcheck=0 will help, because for default yum doesn't install packages which it can't verify -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mo¿liwo¶ci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] query on sendmail issues
Uz.ytkownik [EMAIL PROTECTED] napisa?: 1) i dont see /usr/src/redhat/BUILD and the other 4 directories.. namely RPMS, SOURCES, SPECS, SRPMS so basically how do i install /src.rpm files install package rpm-build and they will appear but create a new user account, and build packages as that user; it's much more safe -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] [off?] Amule and d4X ??
Użytkownik JC Júnior napisał: lot of problems to compile Amule and d4X, tools that I use a lot. Somebody have some experience to do this work?? sombody have an .spec file?? specs and i386 packages are in rpmforge; d4x is... "compilable", but amule have wxgtk dependency, so use binary packages for it and amule and save lots of time I search packages using this page: http://dag.wieers.com/rpm/packages.php all in one place -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Desktop panels disappeared
Użytkownik Ern jura napisał: What command should I use to restore my desktop panels they disappeared after I increased the screen resolution it's depend on desktop you are using; in Gnome, this will be: gnome-panel & run this as "panelless" user, not root; there are at least three ways to acces terminal without panel; first is ctrl+alt+F1, second is desktop icon, third is nautilus-open-terminal package -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] yum upgrade perl question
Użytkownik Rogelio Bastardo napisał: I'm looking to install n2rrd, which requires Perl 5.8.x (http://n2rrd.diglinks.com/cgi-bin/trac.cgi) I see that lots of Perl stuff is installed. Do I just need to yum upgrade perl-libwww-perl-5.78.5 to the latest? if that n2rrd is pack of Perl scripts, that requires only Perl and some modules, compile n2rrd and other dependences to, say, /usr/local/prorgams/n2rrd and run it; I do it for many programs, from zope to glade3 and they work perfectly why that? if you use CentOS version without Perl 5.8 in updates repo, then you shouldn't upgrade Perl as RPM; Perl is very strategic program in system, on which depends tons of software -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] [5.0] little bug confirmation request
can someone do this: 1. download this archive http://plone.googlecode.com/files/Plone-2.5.3-final.tar.gz 2. open it using midnight commander 3. copy its content to any directory 4. check ATReferenceBrowserWidget\skins\ATReferenceBrowserWidget subdirectory 5. there should be files referencebrowser_startupDirectory.py, referencebrowser_queryCatalog.py, referencebrowser_insertHistory.py, referencebrowser_filterBreadCrumbs.py 6. there are? on one CentoS 5.0 machine everything is fine; on other (with the same updates) those files have shorted names, (referencebrowser_queryCat, referencebrowser_filterBr, and so); I checked it twice 7. what and why is happening? I have almost identical instalations, on ext3 partitions; I don't know what information should I attach, bacause I never seen something like that thanks for any info Lukasz -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe moÂżliwoÂści, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] [5.0] [solved] little bug confirmation request
User Lukasz wrote: can someone do this: [cut] Thanks everyone. This is mc issue, tar extracts it correctly. After that, mc shows file names. It's still possible that something is wrong with encoding, but since tar works, this isn't very bad. With some time, I'll try to find why mc is not working. -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] yum update fails, cobbler check fails
User Karl R. Balsmeier wrote: [EMAIL PROTECTED] ~]# cobbler check Traceback (most recent call last): File "/usr/bin/cobbler", line 18, in ? import cobbler.cobbler as app ImportError: No module named cobbler.cobbler it looks like Python error; simply module cobbler.cobbler isn't installed; try to import this module in python interpreter, then try import cobbler $ python [blablabla] >>> import cobbler.cobbler as test >>> import cobbler as test2 I don't see any cobbler.cobbler directory in cobbler sources, anyway this might give as some info but first: what says "service cobblerd status"? -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Kernel
User centos wrote: Is kernel depends on Centos version, I mean I have installed Centos 4.3 and its kernel version is 2.6.9, but I want to upgrade the kernel to the latest available in kernel.org. you can use any 2.6.x kernel version, but then you have to run it yourself I suggest to use kernel source RPM package from Fedora 6 or 7 and try to rebuild it; even if you will have to modify spec file, it's less work and more safe and you have huge number of patches; and you will have RPM packages, so you can build and test kernel on other machine with no risk -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] alternate port vsftpd for ftps
User dnk wrote: Does anyone here by chance know how to change the port vsftpd uses for ftps? add line listen_port=1234 in vsftpd.conf file; it can be any port number, that is not being used by other applications -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mo¿liwo¶ci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Can't print from Firefox
User Niki Kovacs wrote: I've just installed CentOS 5.0 on my father's laptop, in replacement of Windows XP. Everything runs fine, except I can't seem to print from Firefox. Nobody can help me on this? I really need to set this up, and I'm going back to France tomorrow morning. give some deatils: is Firefox from CentOS repo or CD? did you download Firefox from mozilla.com? type "firefox" in terminal and check what it says after "File | Print" is "printed" web page in quene? you can check that on http://localhost:631/ -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS 5 (64) Gnome - not detecting Optical Mouse
User Siva GNU/Linux wrote: Hi I am using CentOS 5 64bit, i can install successfully on the below hardware. while booting i can see the Pointer and use Mouse. But While i get a Login screen I couldn't see the pointer, after login also i can't. when i press CTRL button, it shows where the pointer is.. What should i do to enable and work with Mouse. is it USB or PS2 mouse? this looks like gnome issue, sunce mouse is visible while rhgb running, but mouse can be configured directly in file /etc/X11/xorg.conf; can you send us context of this file? also, you can disable rhgb; check the file /boot/grub/menu.lst and (after backup to /root/important/ or other safe from users directory) and delete every "rhgb" you find -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Safe method to remove old kernels
Michael Kratz pisze: Be very very careful... don't remove the kernel you're running. after removing actually running kernel, the system will operate properly, because kernel and modules are in RAM; so unless you try to load a kernel module, or reboot, you are safe I sometimes make mistakes and remove kernel before installing a new one, and it works as good as removing it after installing new ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] umount'ing a /media/disk... as a user
Charles E Campbell Jr pisze: Currently, whenever I attempt to umount /media/disk (or -1, etc), I either have to be user or have to have given the account sudo privileges. Since these "disks" are usually just flash-memory sticks, I'd really rather have the permission to umount them be given to users. The /etc/mtab shows the /media filesystems, /etc/fstab does not. You may add those devices to fstab, much like partitions: /dev/sda1 /mnt/pendrive vfat noauto,users,rw,umask= 0 0 /dev/sda2 /mnt/pendrive2 vfat noauto,users,rw,umask= 0 0 the key is that "users" param, to allow normal users mount and umount filesystem; I very often use static mount points and edit fstab instead of using HAL for this, but HAL itself respects fstab configuration too all parameters are listed in mount docs, but since those are removable media, security isn't very important ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] k3b 1.0.3, qt and C5 64-bit?
Ross S. W. Walker pisze: Last time I compiled a KDE app from source (knights I believe) I had to specify the Qt development lib path manually with an option to 'configure'. a) in Red Hat Qt sources are in /usr/lib/qt-3.3 directory, but generally in distributions there is /usr/lib/qt path; all you need is symlink and forget of configure path options: ln -s /usr/lib/qt-3.3 /usr/lib/qt b) or ./cnfigure --with-qt-dir=/usr/lib/qt-3.3/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos