Reply
Kilobyte
Isaac_X
Posts: 12
Registered: ‎07-31-2010
0

Re: Install Debian GNU/Linux 5.0.7 (Lenny) on the Blackarmor 220 NAS - Solution

@spindley

Since I'm not a professional I used Webmin's LVM module to create a volume group, add md3 to the group, and then create logical volume lv0 and mount it. I heartily recommend Webmin for non-professionals. I don't remember any issues with rebooting or halting when creating the RAID5 device or the logical volume. By defailt, md3 is an ext3 filesystem, not a logical volume, so when you use lvchange without first invoking lvcreate you might be assigning a logical volume that isn't properly set up.

Byte
spindley
Posts: 4
Registered: ‎04-08-2012
0

Re: Install Debian GNU/Linux 5.0.7 (Lenny) on the Blackarmor 220 NAS - Solution

Isaac_X:

 

I think that's exactly what was happening.  Since there was nothing on the drives this time, I just formatted md3 with xfs (I prefer xfs over ext3 for data volumes) and mounted it directly, rather than screw around with LVM.  Everything works fine now.

Regular Visitor
Apostasy
Posts: 8
Registered: ‎05-09-2012
0

Re: Install Debian GNU/Linux 5.0.7 (Lenny) on the Blackarmor 220 NAS - Solution

Has anyone got transmission-daemon working with a watched directory? The config file is correct but nothing is being picked up. Nothing appears in any logs so far as I can tell and I've checked permissions, though I have noticed that transmission-daemon keeps adding backslashes to any paths in the config file, for instance:

 

"/home/torrents"

 

becomes

 

"\/home\/torrents"

 

I know this isn't much to go on, but I'm not lost as to where to look for any further information about what transmission-daemon is actually doing and I've not turned up anything useful with Google either.

Kilobyte
Luctrev
Posts: 16
Registered: ‎05-09-2012
0

Re: Install Debian GNU/Linux 5.0.7 (Lenny) on the Blackarmor 220 NAS - Solution

Hi

 

Last week i did the firmware update, everything run ok... after update i did a series of tests (webmin, updates, ...) and today i wiped the partitions to make a clean and permanent installation.

 

I followed the same steps that i used in the first time.

Applying the SP42 to enable SSH i can connect to console and change password ...

But after apply de firmware update SP99, now when i try to connect to console i get the message "Access denied".

I´m tried with root/atsahs, admin/admin and root/my_new_password...

Where is the problem , where i´m making mistakes?

 

thank you

Regular Visitor
Apostasy
Posts: 8
Registered: ‎05-09-2012
0

Re: Install Debian GNU/Linux 5.0.7 (Lenny) on the Blackarmor 220 NAS - Solution

The root password is set to root, it's in the instructions :smileyhappy:
Kilobyte
Luctrev
Posts: 16
Registered: ‎05-09-2012
0

Re: Install Debian GNU/Linux 5.0.7 (Lenny) on the Blackarmor 220 NAS - Solution

Man

 

I tried by hours and I was so sure that I did not pay attention to this detail.
An error as trivial! :smileyembarrassed:

 

Thank you so much!

Kilobyte
Luctrev
Posts: 16
Registered: ‎05-09-2012
0

Re: Install Debian GNU/Linux 5.0.7 (Lenny) on the Blackarmor 220 NAS - Solution

stianiquniez and Apostasy

 

 

You have successfully installing and running the transmission?

 

I even can start the transmission-daemon, but can not connect to web GUI!

I Just checked de config file but i not found anything wrong...


Thanks

Regular Visitor
Apostasy
Posts: 8
Registered: ‎05-09-2012
0

Re: Install Debian GNU/Linux 5.0.7 (Lenny) on the Blackarmor 220 NAS - Solution

Stop transmission-daemon:

/etc/init.d/transmission-daemon stop

In the settings.Jain, find "rpc-whitelist-enabled" and set to false.

Default username and password are both set to transmission.
Regular Visitor
Apostasy
Posts: 8
Registered: ‎05-09-2012
0

Re: Install Debian GNU/Linux 5.0.7 (Lenny) on the Blackarmor 220 NAS - Solution

Sorry, settings.json, last post was from my phone which appears to have autocorrected the filename for me.

 

If you want to change the password, edit the "rpc-password" field while transmission-daemon is stopped, when you next launch the daemon it will encrypt the password you can no longer retrieve it from the settings file.

Visitor
Lasuimonti
Posts: 1
Registered: ‎05-21-2012
0

Re: Install Debian GNU/Linux 5.0.7 (Lenny) on the Blackarmor 220 NAS - Solution

Dear Hajo, really thanks for your work! 

 

Need to ask yuor kindly help to add an interensting feature to the nas: USB audio output.

Putting the device in I can find it in dmesg, already tried with other version of debian and it work correctly.

 

I've tried to install alsa but it seems to be needed the kernel source to compile this module, where can I found it the linux-headers-2.6.22.18?

 

I've followed these step:

apt-get install linux-sound-base alsa-base alsa-utils alsa-source >>>ok


aplay -l >>aplay: device_list:207: no soundcards found...


dpkg-reconfigure alsa-source


apt-get install module-assistant


module-assistant a-i alsa-source>>>

Updated infos about 1 packages
Getting source for kernel version: 2.6.22.18
apt-get install linux-headers-2.6.22.18
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package linux-headers-2.6.22.18
apt-get install build-essential
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version.

 


alsaconf>> miss last step

alsamixer>> miss last step

 

 

Any help is really appreciated! have a nice day!