It is currently Sat May 25, 2013 9:04 pm

All times are UTC




Post new topic Reply to topic  [ 74 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
 Post subject: Zenwalk 6.2 BETA has been released !
PostPosted: Fri Jul 24, 2009 4:22 pm 
Administrator
Administrator
User avatar

Joined: Fri Mar 10, 2006 8:52 am
Posts: 3731
Location: Nantes - France
Zenwalk 6.2 BETA has been released !

Zenwalk 6.2 is an up to date and improved version of Zenwalk 6.0, as we think that the 6th serie has reached the maturity level in terms of features.

However, 6.2 is mostly new code (most packages have been updated), and the base system has been modified (EXT4, GRUB2, kernel 2.6.30.2).

You will notice that our installer is getting simpler with each new version : our goal is to create the easiest GNU/Linux installer : a first 20 minutes step, that you launch,... and forget.

With this version, the user has no hardware choice to perform : everything is automatically detected ( the only exception being the keyboard layout : azerty, qwerty, ...).

Here's a summary of the important changes :

- Kernel 2.6.30.2
- EXT4 as main filesystem
- The new XFCE 4.6.1
- Openoffice 3.1.0 (fast optimized version)
- GRUB2 boot loader with automatic configuration (will detect all your partitions, including alien OS)
- New Netpkg featuring a refined interface, rollback support and instant install with dependencies control
- Faster boot (tuned init scripts)
- bus auto-detection in the installer (will choose appropriate kernel depending on the architecture, sata, pata, scsi)

Please test this beta version, we need you to find the remaining bugs before we can reach the final quality level.

Have fun !
JP

Downloads :
http://zenwalk.enialis.net/people/jp/24 ... .2BETA.iso
http://ftp.nux.ipb.pt/pub/dists/zenwalk ... .2BETA.iso
ftp://ftp.nux.ipb.pt/pub/dists/zenwalk/ ... .2BETA.iso

(more mirrors to come...)


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Fri Jul 24, 2009 4:42 pm 
Master of the known universe
Master of the known universe

Joined: Fri Mar 10, 2006 7:57 am
Posts: 765
Location: Sundbyberg, Sweden
thanks "diabolo"

i installed 6.0 , 10 minutes ago, then i found this :-\


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Fri Jul 24, 2009 4:43 pm 
Master Zenwalker
Master Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 531
Location: Esztergom / Hungary
I'm downloading it... \!D/


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Fri Jul 24, 2009 4:46 pm 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Oct 06, 2006 5:12 am
Posts: 2423
Location: India - Silicon City
I wonder the eth interfaces switching problem has been solved. Its really annoying me in 6.0. :'(

_________________
Happiness is REAL, when SHARED
Christopher mcCandles

Software is like sex: it's better when it's free.
Linus Torvalds


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Fri Jul 24, 2009 6:36 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Wed Jul 05, 2006 2:53 pm
Posts: 75
I just installed 6.1 Beta with great hopes. Alas, Grub2 still didn't find my Puppy Installation (it's a frugal installation, however, on a partition with its own Grub). I did find a Vector installation on yet another partition, but the kernel panicked when I tried to boot it, so I guess the parameters weren't right.
Oh, well. I'll go back to playing with these toys, hoping someday the plane will fly and the elephant will trumpet.
I still think ZW is a beautiful and promising thing, but I also think some supermodels are beautiful, without ever hoping to possess them.


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Sat Jul 25, 2009 12:12 am 
Master of the known universe
Master of the known universe

Joined: Fri May 16, 2008 2:44 pm
Posts: 1347
Location: Munich, Germany
davec51 wrote:
I just installed 6.1 Beta with great hopes. Alas, Grub2 still didn't find my Puppy Installation (it's a frugal installation, however, on a partition with its own Grub). I did find a Vector installation on yet another partition, but the kernel panicked when I tried to boot it, so I guess the parameters weren't right.

It's hard to guess the right parameters for other installations. So all grub can create is a somewhat very basic entry. So best copy the parameters from the distros own bootloader configuration.
Sorry, frugal installations probably are going to be never supported, because they may hide anywhere on the partition.

That's the output of the debian tool os-prober on my machine used by grub2 to create basic entries:
Code:
  No volume groups found
/dev/sda1:Windows Vista (loader):Windows:chain
/dev/sda11::Arch:linux
/dev/sda4:Slackware Linux (Zenwalk 5.4):Slackware:linux
/dev/sda9:Slackware Linux (Zenwalk 6.0):Slackware1:linux

The good thing is that it really detected all the installed OS (for Windows the bootloader to chainload is enough, so it mustn't detect my other Windows XP installation and it detected Windows 7 as Vista). On the other hand it doesn't always and can hardly give grub2 the parameters needed to boot their kernel. Except Windows whose bootloader must just be chainloaded.
If you're interested what tests are performed to detect OSs look into /usr/lib/os-probes/ and for tests used to determine linux parameters have a look at /usr/lib/linux-boot-probes/.

Hm, I just detected a bug in the lilo.conf parser (readlinks are not performed relative to the right root). A new package fixing this is in FIFO.
Now linux-boot-probes outputs this:
Code:
/dev/sda9:/dev/sda9:Zenwalk:/boot/vmlinuz-2.6.28.7:/boot/initrd.splash:ro resume=/dev/sda10 swap swap defaults 0 0 splash=silent raid=noautodetect vga = 794

With a working lilo.conf, a grub.cfg or a menu.lst it should be able to generate a working menu entry now.


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Sat Jul 25, 2009 7:14 am 
Administrator
Administrator
User avatar

Joined: Fri Mar 10, 2006 8:52 am
Posts: 3731
Location: Nantes - France
sg2conf.desktop has not been fixed yet :)

JP


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Sat Jul 25, 2009 7:44 am 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Dec 28, 2007 2:36 pm
Posts: 1287
6.2 Alpha
To install txz pkg from home whit right click - install do not work. I had to install them using pkgtool
I don't know if this has been reported.


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Sat Jul 25, 2009 7:50 am 
Administrator
Administrator
User avatar

Joined: Fri Mar 10, 2006 8:52 am
Posts: 3731
Location: Nantes - France
it's fixed :)

JP


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Sat Jul 25, 2009 8:24 am 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Feb 01, 2009 3:01 am
Posts: 41
Location: Strasbourg, FR
Like on 6.2 Alpha, Grub2 did not configure automatically my Windows XP partition.


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Sat Jul 25, 2009 10:47 am 
Administrator
Administrator
User avatar

Joined: Fri Mar 10, 2006 8:52 am
Posts: 3731
Location: Nantes - France
it should... this will be handled by the Grub2 packaging team

Thanks for reporting

JP


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Sat Jul 25, 2009 12:24 pm 
Master of the known universe
Master of the known universe

Joined: Fri May 16, 2008 2:44 pm
Posts: 1347
Location: Munich, Germany
anekdoten wrote:
Like on 6.2 Alpha, Grub2 did not configure automatically my Windows XP partition.

I did some testing and the problem is the ntfs filesystem driver. os-prober needs it to mount the partition to detect Windows. To mount ntfs using ntfs-3g it needs fuse.
This means the installer should (try to) load all available filesystem modules including fuse before running grub2conf-launcher which will use os-prober to guarantee that all supported filesystems will be detected os-prober.
Actually os-prober tries to load the modules yet, but as it is in chroot it is working quite inreliable, because there's no guarantee that the modules in chroot are suitable for the running kernel version.


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Sun Jul 26, 2009 5:25 pm 
Community Packager
Community Packager
User avatar

Joined: Sun Aug 10, 2008 5:03 pm
Posts: 151
Location: Helsinki, Finland
It probably should be noted that I am unable to make XFCE to keep my selected desktop screen resolution between logouts/restarts. Not exactly a showstopper, but annoying for sure.

EDIT: Also, play/sox doesn't work - but I guess we'll have to wait for slackware to do it. :)

_________________
Image


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Sun Jul 26, 2009 5:40 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Jul 26, 2009 5:35 pm
Posts: 10
Zenwalk now have a problem with BlueTooth. if i try to install Bluez - dependencies require "Kernelive" - it's a pre 2.6.30 kernel, and we have no ext4 support, and no boot... if try to not install kernelive, have a some misconfiguration with MessageBus rules - all request from bluez are denied, have a mesage about this in /var/log/message, no way to send or get files from mobile...


 Profile Send private message  
 
 Post subject: Re: Zenwalk 6.2 BETA has been released !
PostPosted: Sun Jul 26, 2009 7:41 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Fri Mar 10, 2006 3:58 pm
Posts: 16
Try Bluez 4.46 - works for me, almost, I have to replug dongle after start
viewtopic.php?f=36&t=23841


 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 74 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC


 Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
 
cron