LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware 14 RC 2 Announced (https://www.linuxquestions.org/questions/slackware-14/slackware-14-rc-2-announced-4175422342/)

guanx 08-17-2012 07:21 AM

Quote:

Originally Posted by hotchili (Post 4756538)
Hello :hattip:



I have the same netbook, so I had the same problem.

After some google searching I found that the delay/error at boot is caused
by a change in udev. They changed the way it loads drivers with firmware,
if udev detects the driver is not updated for that, it pauses for a 30seconds delay.

This can only be fixed by the author of the kernel module which is causing it.
(Thats why your 3.5 kernel is fine, probably its fixed there)

A workaround for that problem is to blacklist the offending module in /etc/modprobe.d/blacklist.conf
(in my case it was brcmsmac, the wifi driver) and later load it in rc.local (modprobe brcmsmac)

Greetings

Thanks, hotchili! Sounds horrible.

guanx 08-17-2012 07:19 PM

BTW, What's the reason to haste to udev-182 instead of staying with udev-175, while still using Linux-3.2 to let so many people suffer from the long delay on start-up?

... and to go so fast to the RC2 stage?

(I know there must be a reason I saw it somewhere but I just forgot it. So I'm asking. Thanks!)

volkerdi 08-17-2012 07:36 PM

Quote:

Originally Posted by guanx (Post 4757166)
BTW, What's the reason to haste to udev-182 instead of staying with udev-175, while still using Linux-3.2 to let so many people suffer from the long delay on start-up?

... and to go so fast to the RC2 stage?

(I know there must be a reason I saw it somewhere but I just forgot it. So I'm asking. Thanks!)

I have an inherent distrust of new udev versions. However, 175 wasn't going to do it... that version had some firmware loading bugs that were breaking wireless drivers, and 182 fixed them. 182 has some problems as well, but overall they aren't nearly as bad.

Concerning RC2, if there's a big batch of updates, it's going to be called a new RC. Don't take those version numbers to indicate haste.

guanx 08-17-2012 07:56 PM

Quote:

Originally Posted by volkerdi (Post 4757172)
I have an inherent distrust of new udev versions. However, 175 wasn't going to do it... that version had some firmware loading bugs that were breaking wireless drivers, and 182 fixed them. 182 has some problems as well, but overall they aren't nearly as bad.

Yes. You are right.
And if those who have problems with udev-182 have their problems solved with Linux-3.5 (at least one of them said so), could slackware-14 include a Linux-3.5 kernel config in the "testing" directory?

Quote:

Originally Posted by volkerdi (Post 4757172)
Concerning RC2, if there's a big batch of updates, it's going to be called a new RC. Don't take those version numbers to indicate haste.

Thanks! I thought RC2 meant "much more close to a release". My mistake.

baldzhang 08-18-2012 09:11 AM

on the last minute... please update cdrtools to 3.01a8, 3.01a5 introduce a bug that prevent 7-zip open an iso image
the discuss is here
http://sourceforge.net/projects/seve.../topic/4944122

shadowsnipes 08-18-2012 01:42 PM

Here's a minor bug: XFCE does not show up in the KDM session chooser dialog

This should fix it:
Code:

( cd /usr/share/apps/kdm/sessions
  ln -s /usr/share/xsessions/xfce.desktop xfce.desktop
)

The xfce4-session package should include this link since it is the package that includes the original xfce.desktop file.

Alien Bob 08-18-2012 02:19 PM

Quote:

Originally Posted by shadowsnipes (Post 4757767)
Here's a minor bug: XFCE does not show up in the KDM session chooser dialog

This should fix it:
Code:

( cd /usr/share/apps/kdm/sessions
  ln -s /usr/share/xsessions/xfce.desktop xfce.desktop
)

The xfce4-session package should include this link since it is the package that includes the original xfce.desktop file.

Just for fun, run "slackpkg new-config" and find out what *.new files you have forgotten to take care of.

Eric

tpreitzel 08-18-2012 03:45 PM

Optical Drive Bug Since Slackware 13.1
 
Remember THAT bug? Well, it's nearly 3 years later and the bug remains. I'm unsure if the bug is specifically related to Slackware or GNU/Linux in general since my solitary distribution of GNU/Linux is Slackware. I suspect a combination of problems.

For those members who aren't familiar with this bug, the main symptom is read or mount failure of a newly inserted disc. If the disc is inserted in the drive at boot, the disc can generally be read, mounted, and written without error. If the disc is inserted into the drive AFTER the operating system is booted, then the failures to read and mount begin. If a user manually reloads udev's rules and ejects the disc and then reinserts the disc, then it's generally possible to read and mount the disc without error ... but not always. In my experience the only method of ensuring an accurate read, mount, or write to an optical disc REQUIRES the disc to be inserted into the drive BEFORE the operating system is booted. The motherboard is a 5 year old M2N68-LA (Ivy) with nForce 430 chipset.

Didier Spaier 08-18-2012 04:14 PM

Sorry I don't remember that bug. Could you give us a pointer, as for instance a link to a thread about it?

Furthermore if you don't give more precise information, like error messages found in the logs, I really don't know what we can do to help you.

And IMHO this should be posted elsewhere, as the goal of this thread is to help iron out upcoming Slackware 14.

shadowsnipes 08-18-2012 05:30 PM

Quote:

Originally Posted by Alien Bob (Post 4757793)
Just for fun, run "slackpkg new-config" and find out what *.new files you have forgotten to take care of.

Eric

None, but I did not move over the /etc/kde/kdm/kdmrc. I wanted to keep my old one, so I removed that file. I don't think that is the issue, though.

I had previously grep'd /var/log/{packages,scripts} from 13.37 and 14.0 to see what package the file was apart of:

From 14.0
Code:

/var/log/packages/xfce4-session-4.10.0-i486-1:usr/share/xsessions/xfce.desktop
From 13.37
Code:

/var/log/packages/kdebase-workspace-4.5.5-i486-1:usr/share/apps/kdm/sessions/xfce.desktop
/var/log/packages/xfce-4.6.2-i486-5:usr/share/xsessions/xfce.desktop

The file is not there in 14.0_RC2.

Alien Bob 08-18-2012 06:17 PM

Quote:

Originally Posted by shadowsnipes (Post 4757905)
None, but I did not move over the /etc/kde/kdm/kdmrc. I wanted to keep my old one, so I removed that file. I don't think that is the issue, though.

I had previously grep'd /var/log/{packages,scripts} from 13.37 and 14.0 to see what package the file was apart of:

From 14.0
Code:

/var/log/packages/xfce4-session-4.10.0-i486-1:usr/share/xsessions/xfce.desktop
From 13.37
Code:

/var/log/packages/kdebase-workspace-4.5.5-i486-1:usr/share/apps/kdm/sessions/xfce.desktop
/var/log/packages/xfce-4.6.2-i486-5:usr/share/xsessions/xfce.desktop

The file is not there in 14.0_RC2.

That is where you are wrong in your assumptions. There were some changes between Slackware 13.37 and 14.0 which require you to pay heed to the .new files (do not discard them so easily!).

Code:

$ grep  SessionsDirs /etc/kde/kdm/kdmrc
SessionsDirs=/usr/share/xsessions,/usr/share/config/kdm/sessions,/usr/share/apps/kdm/sessions

... showing you that KDM will look in other directories too, now. And guess what's in one of them:
Code:

$ ls  /usr/share/xsessions/
xfce.desktop

You're not the first one to fall for that trap, though.

Eric

w1k0 08-18-2012 09:56 PM

Quote:

Originally Posted by brianL (Post 4755530)
Well, that fell flat. I was expecting someone to ask if I could see the light at the end of it.

OK. I turned on the light at the end of the tunnel. Do you see that? It’s white. Caution: don’t follow the red one – it leads to the bad womb.

(The explanation for the laymen: following the red light will result in reincarnation as a smart chimp in a zoo watching dumb people all day long or as a dumb politician watched by the smart people all day long. Misfortune.)

shadowsnipes 08-19-2012 02:46 AM

Quote:

Originally Posted by Alien Bob (Post 4757924)
That is where you are wrong in your assumptions. There were some changes between Slackware 13.37 and 14.0 which require you to pay heed to the .new files (do not discard them so easily!).

Code:

$ grep  SessionsDirs /etc/kde/kdm/kdmrc
SessionsDirs=/usr/share/xsessions,/usr/share/config/kdm/sessions,/usr/share/apps/kdm/sessions

... showing you that KDM will look in other directories too, now. And guess what's in one of them:
Code:

$ ls  /usr/share/xsessions/
xfce.desktop

You're not the first one to fall for that trap, though.

Eric

Thanks for pointing this out! I should have known some obscure change was buried in that kdmrc file. This might be a good candidate for the CHANGES_AND_HINTS.TXT.

baldzhang 08-19-2012 08:36 AM

other problem on rc2...

install in virtualbox, connect via vnc, run xfce in it.
open a terminal with multi-tab, after some work, on the terminal can not input any char, CRTL+D doesn't work also. but ALT+# still working.
after drag the window with mouse, or do some switch between tabs, the keyboard is ok

do a check with the system, the difference is upgrade scim to 1.4.14. after I disable the scim program, the issue never happen again.

my locale is zh_CN.utf8, the scim is started in xinitrc with command: "scim -d"

lopid 08-19-2012 08:53 AM

Perl
 
I know the changelog says versions are frozen, but I was wondering if it'd be worth updating Perl, since there was a bug fix release recently.


All times are GMT -5. The time now is 04:58 AM.