maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [Announce] kernel-power stable v49 in Extras-Testing (https://talk.maemo.org/showthread.php?t=71879)

freemangordon 2011-09-03 15:46

Re: [Announce] kernel-power v48
 
Could you please someone(Estel?) who experiences "Save As" reboot to try kernel from here and report if crashes continue.

Also I would like to ask if it is possible to install syslog (after installing kernel)

apt-get install sysklogd

and to post /var/log/syslog here after several "Save As" operations. There is additional logging enabled in the kernel, so I hope I will be able to have stack dump of buggy userland library/application

Thanks


EDIT: scratch the above, I was able to reproduce the crash, will investigate it by myself

Estel 2011-09-03 18:43

Re: [Announce] kernel-power v48
 
Aye, but if You need any help later, I'm more than willing to help :)

freemangordon 2011-09-03 21:11

Re: [Announce] kernel-power v48
 
1 Attachment(s)
@colin.stephane - please copy the attached patch to debian/patches and add it to series file. it fixes leafpad "Save As" crash.

Anyway the root of the problem is still unknown. I suspect hildonfm or similar, someone is traversing all the filesystem, executing FAT_IOCTL_GET_ATTRIBUTES to all the files. It seems this has been reported several times (here for example) but noone has find the root cause.

The attached patch will solve kernel crash but reboot will happen if you have watchdog disabled. In case watchdog is disabled you will have a reboot 30 seconds after "Save As" is pressed, because wd file is opened and then closed.

When I have time I will find what is the root cause of the problem.

Seker_94 2011-09-03 21:27

Re: [Announce] kernel-power v48
 
but please colin.stephane consider to enable the injection drivers
just like the original kp 48

colin.stephane 2011-09-03 21:47

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by Seker_94 (Post 1081362)
but please colin.stephane consider to enable the injection drivers
just like the original kp 48

I add patches to the original kp v48, so I don't understand your problem ...

A++

colin.stephane 2011-09-03 22:52

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by freemangordon (Post 1081351)
@colin.stephane - please copy the attached patch to debian/patches and add it to series file. it fixes leafpad "Save As" crash.

Anyway the root of the problem is still unknown. I suspect hildonfm or similar, someone is traversing all the filesystem, executing FAT_IOCTL_GET_ATTRIBUTES to all the files. It seems this has been reported several times (here for example) but noone has find the root cause.

The attached patch will solve kernel crash but reboot will happen if you have watchdog disabled. In case watchdog is disabled you will have a reboot 30 seconds after "Save As" is pressed, because wd file is opened and then closed.

When I have time I will find what is the root cause of the problem.

Patch applied & compiled, you can download new packages as usual, here :

http://bigbob.fun.free.fr/maemo-kernel-power/


Edit 01/09/2011 - 10:15 : pushed new one, this time I put 'fmtxpower' script in '/etc/event.d' properly, in the precedent build I made a mistake putting the file in '/etc', so for the ones that have used the precedent, please delete the file manually ...


A++

arnoldux 2011-09-04 06:17

Re: [Announce] kernel-power v48
 
how do i get back to kp47?

freemangordon 2011-09-04 08:23

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by Hurrian (Post 1081004)
Got spontaneous reboots with this one, as opposed to freemangordon's kpcc.zip.

Me too, even with the latest (buffer overrun) patch included.

@colin.stephane - it is your ramzswap module patch that is causing reboots, here is the backtrace

Code:

[  333.989776] CPU: 0    Not tainted  (2.6.28.10-power48 #1)
[  333.989807] PC is at reset_device+0x7c/0x1d8 [ramzswap]
[  333.989837] LR is at 0x0
[  333.989837] pc : [<bf33c238>]    lr : [<00000000>]    psr: 80000153
[  333.989837] sp : c9713d78  ip : 00000000  fp : c9713d9c
[  333.989868] r10: 00000000  r9 : 00000000  r8 : 00008000
[  333.989868] r7 : 00000000  r6 : c953aa00  r5 : c953aa00  r4 : 0e7c0000
[  333.989868] r3 : 00000000  r2 : 00000000  r1 : 00000000  r0 : c953aa00
[  333.989898] Flags: Nzcv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  Segment user
[  333.989898] Control: 10c5387d  Table: 831bc018  DAC: 00000015
[  333.989898] Process insmod (pid: 1901, stack limit = 0xc97122e8)
[  333.989929] Stack: (0xc9713d78 to 0xc9714000)

[  333.990631] Backtrace:
[  333.990631] [<bf33c1bc>] (reset_device+0x0/0x1d8 [ramzswap]) from [<bf33d6cc>] (ramzswap_ioctl_init_device+0x4e4/0x55c [ramzswap])
[  333.990661] [<bf33d1e8>] (ramzswap_ioctl_init_device+0x0/0x55c [ramzswap]) from [<bf3431fc>] (ramzswap_init+0x1fc/0x29c [ramzswap])
[  333.990692] [<bf343000>] (ramzswap_init+0x0/0x29c [ramzswap]) from [<c002c334>] (__exception_text_end+0x64/0x198)

stack trace removed by me.

@colin.stephane - Will you please test the kernel at least once before uploading a link here. It is not only to put some patches and to leave others with reflashing and reboot loops.

And BTW where is this patch? I mean .diff file.

Here is the kernel with leafpad crash fixed an working ramzswap module.

colin.stephane 2011-09-04 08:34

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by freemangordon (Post 1081566)
Me too, even with the latest (buffer overrun) patch included.

@colin.stephane - it is your ramzswap module patch that is causing reboots, here is the backtrace

Code:

[  333.989776] CPU: 0    Not tainted  (2.6.28.10-power48 #1)
[  333.989807] PC is at reset_device+0x7c/0x1d8 [ramzswap]
[  333.989837] LR is at 0x0
[  333.989837] pc : [<bf33c238>]    lr : [<00000000>]    psr: 80000153
[  333.989837] sp : c9713d78  ip : 00000000  fp : c9713d9c
[  333.989868] r10: 00000000  r9 : 00000000  r8 : 00008000
[  333.989868] r7 : 00000000  r6 : c953aa00  r5 : c953aa00  r4 : 0e7c0000
[  333.989868] r3 : 00000000  r2 : 00000000  r1 : 00000000  r0 : c953aa00
[  333.989898] Flags: Nzcv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  Segment user
[  333.989898] Control: 10c5387d  Table: 831bc018  DAC: 00000015
[  333.989898] Process insmod (pid: 1901, stack limit = 0xc97122e8)
[  333.989929] Stack: (0xc9713d78 to 0xc9714000)

[  333.990631] Backtrace:
[  333.990631] [<bf33c1bc>] (reset_device+0x0/0x1d8 [ramzswap]) from [<bf33d6cc>] (ramzswap_ioctl_init_device+0x4e4/0x55c [ramzswap])
[  333.990661] [<bf33d1e8>] (ramzswap_ioctl_init_device+0x0/0x55c [ramzswap]) from [<bf3431fc>] (ramzswap_init+0x1fc/0x29c [ramzswap])
[  333.990692] [<bf343000>] (ramzswap_init+0x0/0x29c [ramzswap]) from [<c002c334>] (__exception_text_end+0x64/0x198)

stack trace removed by me.

@colin.stephane - Will you please test the kernel at least once before uploading a link here. It is not only to put some patches and to leave others with reflashing and reboot loops.

And BTW where is this patch? I mean .diff file.

Here is the kernel with leafpad crash fixed an working ramzswap module.

Ok, it look like I have made a mistake during the backport of ramzswap module into kernel.

Let me check where is located the problem ...

A++

freemangordon 2011-09-04 08:46

Re: [Announce] kernel-power v48
 
Which you would easily catch if you insmod ramzswap.ko at least once, thus my point.

F2thaK 2011-09-04 08:51

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by freemangordon (Post 1081566)
............

Here is the kernel with leafpad crash fixed an working ramzswap module.

Testing..............

colin.stephane 2011-09-04 09:09

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by freemangordon (Post 1081585)
Which you would easily catch if you insmod ramzswap.ko at least once, thus my point.

Very sorry for the bad trip I made :(

Anyhow, I found my error quickly :D

For something I don't really know, I have pushed bad 'ramzswap_drv.c' file inside my kernel source compilation tree ...

Anyhow, right now it's FIXED !!!

So let the current kernel compilation finishing with this time YOUR version of 'ramzswap' module properly backported, and I thing you regain smile (at least, I hope).

Stay tunned ...

A++

freemangordon 2011-09-04 09:50

Re: [Announce] kernel-power v48
 
Buggy library leading to previous kernel crashes found. It is gnome-vfs-filechooser-backend. Fix implemented here. Will try to push it as a part of the next CSSU update.

corduroysack 2011-09-04 09:59

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by arnoldux (Post 1081507)
how do i get back to kp47?

try reading back into the thread it's been mentioned umteen times already!

colin.stephane 2011-09-04 10:02

Re: [Announce] kernel-power v48
 
THIS TIME IT'S REALLY FIXED !!!


Fixed my brain, and tracked why reboots occurs when using 'ramzswap.ko' from my precedent integration of freemangordon working module (next time it's better if I don't mix source code :D).



Download from here :


This power-kernel contain the working freemangordon ramzswap.ko module directly, no more need to compile yourself under scratchbox or me to provide as external module ...

Changelog :

Latests commits by Pali before he have school obligations (see post #) :

Commits '7ab052e2cf27b79aa8eea32b62f8cde752a87373' & '55fc617b021546d885dc413e15d99690488b3906' :

  • Enable patch board-rx51-peripherals.diff again, need for I2C_BOARD_INFO bq27x00_battery module. Now disable autoloading bq27x00_battery module by blacklist. Rename blacklist file to kernel-power.blacklist.

  • Support for binding and unbinding console drivers (CONFIG_VT_HW_CONSOLE_BINDING=y).

New changes by myself :

  • Atop kernel patches removed, these are the ones causing camera not working ...

  • Applied 'patch_swap_notify_core_support_2_2.6.28.diff' patch from freemangordon as requested by himself on post #.

  • Applied 'update_mmu_cache_arm.diff' patch from freemangordon as requested by himself on post #.

  • Applied 'fmtx_lock_power.diff' patch from freemangordon as requested by himself on post #.

  • Backported kernel module 'ramzswap' integration for 2.6.28 to build it inline during kernel compilation as requested by freemangordon in this post #.

  • Disabled statistics for the module 'ramzswap' (for performance reasons) as requested by freemangordon in this post #.

  • Added script in '/etc/event.d/fmtxpower with '120' as default value for '/sys/class/i2c-adapter/i2c-2/2-0063/power_level' parameter as requested by freemangordon in this post #.

  • Applied 'dspbridge_ioctl_buffer_overrun.diff' patch from freemangordon as requested by himself on post #.

Quote:

You can get two patches needed for compcache from here

and if you make compcache sources (from the same post) to be part of the kernel (as a patch) I will owe you a beer.

BTW compcache is called ramzswap at kernel.org, will be good to follow naming conventions from there.
Done !!!

A++

PS : freemangordon, sorry for all the bad things occurred ...

colin.stephane 2011-09-04 10:06

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by freemangordon (Post 1081620)
Buggy library leading to previous kernel crashes found. It is gnome-vfs-filechooser-backend. Fix implemented here. Will try to push it as a part of the next CSSU update.

Hi freemangordon,

Do I have to leave in place 'dspbridge_ioctl_buffer_overrun.diff' patch inside my kernel-power source or does it no more required since you discovered Buggy library 'gnome-vfs-filechooser-backend' ???

A++

freemangordon 2011-09-04 10:07

Re: [Announce] kernel-power v48
 
No problem, sh|t happens, but you lost your beer :p.

freemangordon 2011-09-04 10:08

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by colin.stephane (Post 1081634)
Hi freemangordon,

Do I have to leave in place 'dspbridge_ioctl_buffer_overrun.diff' patch inside my kernel-power source or does it no more required since you discovered Buggy library 'gnome-vfs-filechooser-backend' ???

A++

Yes, leave it, there was a bug in dspbridge module, triggered by bug in gnome-... library.

colin.stephane 2011-09-04 10:12

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by freemangordon (Post 1081636)
No problem, sh|t happens, but you lost your beer :p.

I think it's better like that, I do not drink alcohol in general, so can you imagine the same work with beer ??? ... ;)

A++

freemangordon 2011-09-04 10:26

Re: [Announce] kernel-power v48
 
@colin.stephane - ok, ramzswap seems to work, but it has statistics enabled, will you please consider downloading compcache.zip again and checking all the modifications. In latest Makefile from the above .zip statistics are disabled (for performance reasons). I have also add some #ifdefs in ramzswap_drv.c file. And please, upload .diif file here, so I can add it to my kernel tree and check what is going on, ok?

Thanks

colin.stephane 2011-09-04 10:49

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by freemangordon (Post 1081647)
@colin.stephane - ok, ramzswap seems to work, but it has statistics enabled, will you please consider downloading compcache.zip again and checking all the modifications. In latest Makefile from the above .zip statistics are disabled (for performance reasons). I have also add some #ifdefs in ramzswap_drv.c file. And please, upload .diif file here, so I can add it to my kernel tree and check what is going on, ok?

Thanks

Damn !!!

I have disabled statistics, it was due to the backport of kernel module saying to activate statistics by default when you enable the 'ramzswap' kernel module compilation, nothing to do with your compcache.zip archive at all.

Anyhow, here is the 'adding-ramzswap-driver.diff' file ...

Obviously the compilation without statistics activated is running right now ...

A++

freemangordon 2011-09-04 11:04

Re: [Announce] kernel-power v48
 
Are you saying you are not using compcache from here?

EDIT: looking through the .diff it seems correct source is used.

colin.stephane 2011-09-04 11:16

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by freemangordon (Post 1081662)
Are you saying you are not using compcache from here?

EDIT: looking through the .diff it seems correct source is used.

I just say, there is your part of work (the right source driver code working properly for N900 device), and my work integration of your source code for in-line kernel compilation ...

So, to disable the statistics, it's on my side, like you can see in the diff file ;) ...

A++

Hurrian 2011-09-04 11:17

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by freemangordon (Post 1081620)
Buggy library leading to previous kernel crashes found. It is gnome-vfs-filechooser-backend. Fix implemented here. Will try to push it as a part of the next CSSU update.

No wonder, man! I was copying files over CIFS using ossofilemanager, and got reboots, with the mtd2ro saying it's the file manager's fault when I opened the destination file dialog.

colin.stephane 2011-09-04 11:44

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by colin.stephane (Post 1081669)
I just say, there is your part of work (the right source driver code working properly for N900 device), and my work integration of your source code for in-line kernel compilation ...

So, to disable the statistics, it's on my side, like you can see in the diff file ;) ...

A++


Done !!!

I have updated the post # to reflect the disabling of statistics for the module 'ramzswap' ...

A++

Straycat 2011-09-04 11:59

Re: [Announce] kernel-power v48
 
Hi.

Due several troubles experimented with the pk48 I had to go to pk47 version.

These problems were, in my personal case:

- Not able to video playback. Even the Nokia video on startup was gone.
- Not able to video recording.
- Some trouble with my "fonera" wifi router N900 not seeing the wifi signal from it.
- Worst battery performance than over pk47.
- Issue with battery recharging when sometimes the wall charger were identified by the machinne like an usb device asking me for pc suite or usb mode.

So, going back to pk47 but really thanks for the effort. I will have an eye on this.

I will like to know if I was the only one with all these issues. Maybe all these things came with some personal configurations? Even when I think I have a "standard" installation without any strange scripts doing strange things.

Thanks again, guys, and keep the awesome work.

colin.stephane 2011-09-04 12:15

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by Straycat (Post 1081688)
Hi.

Due several troubles experimented with the pk48 I had to go to pk47 version.

These problems were, in my personnal case:

- Not able to video playback. Even the Nokia video on startup was gone.
- Not able to video recording.
- Some trouble with my "fonera" wifi router N900 not seeing the wifi signal from it.
- Worst battery performance than over pk47.
- Issue with battery recharging when sometimes the wall charger were identified by the machinne like an usb device asking me for pc suite or usb mode.

So, going back to pk47 but really thanks for the effort. I will have an eye on this.

I will like to know if I was the only one with all these issues. Maybe all these things came with some personnal configurations? Even when I think I have a "standard" installation without any strange scripts doing strange things.

Thanks again, guys, and keep the awesome work.

Hi,

For sure your problems doesn't come from kp48 ...

You need to investigate deeply to find what causing these troubles.

A++

Straycat 2011-09-04 12:28

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by colin.stephane (Post 1081698)
Hi,

For sure your problems doesn't come from kp48 ...

You need to investigate deeply to find what causing these troubles.

A++

Maybe you have reason, colin.

But once back on kp47 all the mess gone away automagically.

Anyway I will go on your advice to find out the problems.

Thanks for your work.

colin.stephane 2011-09-04 12:35

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by Straycat (Post 1081700)
Maybe you have reason, colin.

But once back on kp47 all the mess gone away automagically.

Anyway I will go on your advice to find out the problems.

Thanks for your work.

Have you tested kp48 from here ?

A++

Straycat 2011-09-04 12:47

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by colin.stephane (Post 1081703)
Have you tested kp48 from here ?

A++

No.

I just played around the repos pk48 version. I do want to test it? :confused:

colin.stephane 2011-09-04 13:16

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by Straycat (Post 1081707)
No.

I just played around the repos pk48 version. I do want to test it? :confused:

Sure, but before trying it, can you please run this in terminal and put here the result :

Code:

-bash-2.05b# kernel-config show
current kernel configuration:
current frequency: 250
supported frequencies: 125 250 500 550 600 700 750 805 850 900 950 1000 1100 1150
min. frequency: 125
max. frequency: 805
avoid frequencies: 125
active frequencies: 0:30,90 250:38,180 500:48,360 550:54,400 600:60,430 700:60,430 750:60,430 805:60,430 850:60,500 900:60,500 950:60,500 1000:60,500 1100:72,520 1150:72,520
SmartReflex VDD1=1, VDD2=1
governor ondemand: ignore nice load= 0, up threshold= 70, sampling rate= 300000, powersave bias= 20
-bash-2.05b#

Also, can you please run this as root in command line terminal :

Code:

clear && ID=$(id -un) ; if [ ${ID} != "root" ] ; then echo "You are not 'root', please use this command line as 'root' ..." ; else echo "Ok, you are 'root' ..." ; if grep -q "blacklist bq27x00_battery" /etc/modprobe.d/blacklist 2>/dev/null ; then echo "Patch already applyed, nothing to be done ..." ; echo "" ; else echo "Applying patch now ..." ; echo "blacklist bq27x00_battery" >>/etc/modprobe.d/blacklist ; echo "" ; echo "DONE, PLEASE REBOOT YOUR DEVICE ..." ; echo "" ; fi ; fi
At the end of this command line, if the message 'PLEASE REBOOT YOUR DEVICE ...' appear, don't reboot and proceed to the next step ...

Finally, after that, try installing kp48 from the post #.

Reboot, and step by step debug troubles ...


A++

Seker_94 2011-09-04 13:28

Re: [Announce] kernel-power v48
 
colin.stephane how much your battery lasts on continues usage time?

colin.stephane 2011-09-04 14:14

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by Seker_94 (Post 1081735)
colin.stephane how much your battery lasts on continues usage time?

Have a look here :

BatteryGraph

A++

Straycat 2011-09-04 21:19

Re: [Announce] kernel-power v48
 
@colin.stephane: Many thanks. I will go with your instructions. I will let you know with the results.

Acidspunk 2011-09-06 00:49

Re: [Announce] kernel-power v48
 
Guys I seem to be having a weird problem with microB after installing v48 from the repos. It doesn't delete my browsing history when I tell it to. Is this happening to anyone else? Also, does anyone know how to do it manually?

Thanks in advance.

EDIT: Nevermind, guys. I just deleted places.sqlite and places.sqlite-journal from microB's folder and it seems fine again. Dunno what happened there.

Estel 2011-09-06 14:38

Re: [Announce] kernel-power v48
 
I'm running kp48 and deleting browser history works just fine (I've checked it 5 seconds ago). So, it seems unrelated.

kaos_king 2011-09-06 15:59

Re: [Announce] kernel-power v48
 
A bit of a noobish question. I've had power kernel on for years for overclocking but not used many of its other features.

Now im trying to use cifs which I believe it supports, however upon trying to mount I get an error "No such device". Searching billy google it seems to suggest that cifs is not supported (the results were on about other devices/os's though) so I carried on searching on here but I've got a discrepancy. In FAM it reports my power kernel as v48, however running "uname -r" in xterm reports 47, so which is it? I wanted to figure this so i could search if there was any issues with cifs in that particular version, but I'm not sure which I've got. (Yes i've got devel repo enabled)

Soooo, any ideas why cifs might be reporting that? Cheers

colin.stephane 2011-09-06 17:13

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by kaos_king (Post 1082925)
A bit of a noobish question. I've had power kernel on for years for overclocking but not used many of its other features.

Now im trying to use cifs which I believe it supports, however upon trying to mount I get an error "No such device". Searching billy google it seems to suggest that cifs is not supported (the results were on about other devices/os's though) so I carried on searching on here but I've got a discrepancy. In FAM it reports my power kernel as v48, however running "uname -r" in xterm reports 47, so which is it? I wanted to figure this so i could search if there was any issues with cifs in that particular version, but I'm not sure which I've got. (Yes i've got devel repo enabled)

Soooo, any ideas why cifs might be reporting that? Cheers

Hi,

What about the results of these commands as 'root' inside a terminal console ? (copy/paste only the part in bold) :

Code:

-bash-2.05b# modprobe cifs ; lsmod | grep cifs
cifs                  226904  0
-bash-2.05b#

A++

kaos_king 2011-09-06 18:25

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by colin.stephane (Post 1082956)
Hi,

What about the results of these commands as 'root' inside a terminal console ? (copy/paste only the part in bold) :

Code:

-bash-2.05b# modprobe cifs ; lsmod | grep cifs
cifs                  226904  0
-bash-2.05b#

A++

Thanks for your reply, my terminal shows the same as yours:

Code:

/home/user # modprobe cifs ; lsmod | grep cifs
cifs                  226904  0
/home/user #

** Edit ** - Am I running the right command though or am I doing something silly? Other than power kernel i've done no other mods to try and make it work, i hope thats right. This is the command im trying:

Code:

mount -t cifs //LENOVO-DT/f$/ /home/user/MyDocs/KaosExt -o user=remote,pass=****,ip=192.168.2.2,direct

colin.stephane 2011-09-06 21:39

Re: [Announce] kernel-power v48
 
Quote:

Originally Posted by kaos_king (Post 1082993)
Thanks for your reply, my terminal shows the same as yours:

Code:

/home/user # modprobe cifs ; lsmod | grep cifs
cifs                  226904  0
/home/user #

** Edit ** - Am I running the right command though or am I doing something silly? Other than power kernel i've done no other mods to try and make it work, i hope thats right. This is the command im trying:

Code:

mount -t cifs //LENOVO-DT/f$/ /home/user/MyDocs/KaosExt -o user=remote,pass=****,ip=192.168.2.2,direct

Ok, I have investigated the problem, and it look like we gona go to a big pain to fix it ...

Well, to be able to mount samba shares (cifs) we need mount.cifs contained in package 'smbfs' that depend himself on package 'samba-common'.

And there is error in postinstallation script of the package 'samba-common', leaving the packages unconfigured.

I have tried to fix it but now the sed regex used in this script was mis-interpreted by busybox sed :-(

I'm trying to do my best but I do not promise anything on this subject ...

A++


All times are GMT. The time now is 16:39.

vBulletin® Version 3.8.8