dotnew [SOLVED]

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
stillborn
Posts: 56
Joined: 30. Jul 2009, 10:06

dotnew [SOLVED]

Post by stillborn »

I run dotnew after update and it founds slapt-getrc.new and rc.M.new files, but it won't replace the old config files with these new ones and doesn't show the differences.
Last edited by stillborn on 4. Sep 2009, 02:26, edited 1 time in total.
FIN
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: dotnew

Post by gapan »

Code: Select all

ls -l /etc/rc.d/rc.M*

Code: Select all

ls -l /etc/slapt-get/slapt-getrc*

Code: Select all

diff -Naur /etc/rc.d/rc.M /etc/rc.d/rc.M.new

Code: Select all

diff -naur /etc/slapt-get/slapt-getrc /etc/slapt-get/slapt-getrc.new
?
Image
Image
User avatar
stillborn
Posts: 56
Joined: 30. Jul 2009, 10:06

Re: dotnew

Post by stillborn »

root[stillborn]# ls -l /etc/rc.d/rc.M*
-rwxr-xr-x 1 root root 11403 2009-08-23 22:17 /etc/rc.d/rc.M
-rwxr-xr-x 1 root root 11530 2009-08-31 16:26 /etc/rc.d/rc.M.new

###
root[stillborn]# ls -l /etc/slapt-get/slapt-getrc*
-rw-r--r-- 1 root root 1087 2009-09-03 12:16 /etc/slapt-get/slapt-getrc
-rw-r--r-- 1 root root 1033 2009-09-03 12:16 /etc/slapt-get/slapt-getrc.new

###

stillborn[~]$ diff -Naur /etc/rc.d/rc.M /etc/rc.d/rc.M.new
--- /etc/rc.d/rc.M 2009-08-23 22:17:09.000000000 +0300
+++ /etc/rc.d/rc.M.new 2009-08-31 16:26:01.000000000 +0300
@@ -350,11 +350,7 @@
. /etc/rc.d/rc.sysvinit
fi

-# Start the local setup procedure.
-if [ -x /etc/rc.d/rc.local ]; then
- . /etc/rc.d/rc.local
-fi
-
+# Exit splashy here
if [ ! -z `pidof -o %PPID /usr/sbin/splashy` ]; then
/usr/sbin/splashy_update "progress 100"
/usr/sbin/splashy_update exit
@@ -366,4 +362,14 @@
. /etc/rc.d/rc.font
fi

+# Start the local setup procedure.
+if [ -x /etc/rc.d/rc.numlock ]; then
+ . /etc/rc.d/rc.numlock start
+fi
+
+# Start the local setup procedure.
+if [ -x /etc/rc.d/rc.local ]; then
+ . /etc/rc.d/rc.local
+fi
+
# All done.


###

stillborn[~]$ diff -Naur /etc/slapt-get/slapt-getrc /etc/slapt-get/slapt-getrc.new
--- /etc/slapt-get/slapt-getrc 2009-09-03 12:16:09.884264906 +0300
+++ /etc/slapt-get/slapt-getrc.new 2009-09-03 12:16:20.011522474 +0300
@@ -1,20 +1,19 @@
-# Working directory for local storage/cache.
+# Working directory for local storage/cache. testii
WORKINGDIR=/var/slapt-get

# Exclude package names and expressions.
# To exclude pre and beta packages, add this to the exclude:
# [0-9\_\.\-]{1}pre[0-9\-\.\-]{1}
-EXCLUDE=^aaa_elflibs,^devs,^glibc-.*,^kernel-.*,^udev,^rootuser-settings,^zzz-settings,.*-[0-9]+dl$,x86_64
+EXCLUDE=^aaa_elflibs,^aaa_base,^devs,^glibc-.*,^kernel-.*,^udev,^rootuser-settings,^zzz-settings,.*-[0-9]+dl$,x86_64

# List of repositories. You're advised to replace the default slackware
# repositories with one that is faster for you.
-SOURCE=ftp://ftp.osuosl.org/pub/slackware/slac ... /:OFFICIAL
-SOURCE=ftp://ftp.osuosl.org/pub/slackware/slac ... /:OFFICIAL
-# Also add patches for slackware 13.0 when it's out, maybe
-# also commented out entry for gnome slackbuilds and slacky?
+SOURCE=ftp://ftp.osuosl.org/pub/slackware/slackware-13.0/
+SOURCE=ftp://ftp.osuosl.org/pub/slackware/slac ... 3.0/extra/
+SOURCE=ftp://ftp.osuosl.org/pub/slackware/slac ... /:OFFICIAL
SOURCE=http://salix.enialis.net/i486/13.0/:PREFERRED

-# Sources for the testing, extra, and pasture areas - if you use them.
+# Sources for the testing and pasture areas - if you use them.
# SOURCE=ftp://ftp.osuosl.org/pub/slackware/slac ... 0/testing/
# SOURCE=ftp://ftp.osuosl.org/pub/slackware/slac ... 0/pasture/
FIN
User avatar
stillborn
Posts: 56
Joined: 30. Jul 2009, 10:06

Re: dotnew

Post by stillborn »

So we(gapan mostly ;)) managed to found the problem that was because I was using different GTK2+ theme than default Salix installation has(I was using gotchione from Vector Linux). Somehow that brakes gtk? So what we learn is that some themes other than what we have on default Salix installation might do that.

SOLVED
FIN
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: dotnew [SOLVED]

Post by thenktor »

I had a similiar problem with another program. Perhaps your theme gives some error messages? Are you missing something for your theme? To solve my problem I had to update murrine-engine.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: dotnew [SOLVED]

Post by gapan »

Yes, thenktor, it was a message similar to yours about a missing murrine engine or something.
Image
Image
Post Reply