Direkt zum Hauptbereich

Samba am Siemens Gigaset M740av und der VDR ng Firmware

Meine USBdisk ist mit dem namen disk-volume-0 gemounted. SMB mit der box
ist ein bißche frickelig. ich häng die binaris an. Bei problemen sollte man
/var/media/USB-HDD/bin/samba/var/smb.log lesen. in den binaris sind 2
dinge hart vercodet: der hostname m740av muß aufgelöst werden und der
pfad zur freigabe muß auf /var/media/USB-HDD gehen. kein problem hosts
ändern und symlink auf realen pfad legen. Die binaries sind übrigens von
jemandem von http://www.open7x0.org ich weiß leider nimmer von wem....
der hatte damals auch mc, ntp, ich glaub mplayer oder transcode
übersetzt.... muß ich wiedermal schaun.

Bzip ist nicht teil von busybox. deshalb muß ma das archiv mit einer
anderen maschine entpacken. das enthaltene tar kann ma glaub ich mit der
box entpacken

zum starten von samba hab ich das script gebastelt, das läßt man am besten von rc.conf beim booten starten
/media/disk-volume-0/alt/msambastart.sh:
//dieser pfad in nächster zeile muß bei jeder box angepasst wreden
ln /var/media/disk-volume-0 /var/media/USB-HDD -s
/var/media/USB-HDD/bin/samba/smbd -s
/var/media/USB-HDD/bin/samba/lib/smb.conf -l
/var/media/USB-HDD/bin/samba/var/smb.log -D
/var/media/USB-HDD/bin/samba/nmbd -D

/etc/hosts muß so ausschaun:
127.0.0.1 localhost
127.0.0.1 m740av

/var/media/USB-HDD/bin/samba/lib/smb.conf:
[global]

guest
account=root
workgroup=workgroup

netbios
name=MORBO
server
string=VDR
null
passwords=yes
security=share

[USB]


path=/var/media/USB-HDD


comment=USB-Festplatte


public=yes

guest
ok=yes
writable=yes


printable=no

browseable=yes

Kommentare

stefan hat gesagt…
Ganz doofer Fehler:
Ich hab gerade einen neue Firmware aufgespielt und samba neu konfiguriert. Dabei hab ich in /etc/hostname versehentlich ein leerzeichen am ende des namen eingegeben. dadurch startet samba dann nicht

Beliebte Posts aus diesem Blog

Open DRM-Free Unencrypted DVB-T2 Tv and Radio in Austria

Most things in Austria terestical TV got encrypted since DVB-T got shut down, but there are still three TV channels and three Radio Channels unencrypted. I had some hard time to find out how to get it working using linux... and non existing documentation of the sender did not help. Howerver... if you have use for detailed channel setup arround vienna, take a look: Tvheadend seems to lack channel search support using DVB-T2, but puzzeling every value together works fine: Mux A-WNB Channel Frequency: 498000000 Bandwitdh: 8MHz Constellation; QAM/16 Mux B2 Channel Frequency: 578000000 Bandwitdh: 8MHz Constellation; QAM/16 Unstable Twin Tuner I am using some twin tuner. That was not supported on older kernel version, but is now supported on current versions. Great? nope. The system/tvheadend gets unstable if two tuner are enabled running for weeks. After disabling one tuner, tvheadend runs reliable for months. List of unencrypted streams Example stream info tv channel   Surround sound Too

Cleanup your windows machine

still working: Use these lines to get your windows system cleaned up a bit and free your disk from old temporary and backup files: RD %temp%\ /S /Q rd /s /q C:\Windows\ServiceProfiles\NetworkService\AppData\Local\VSEQT\QTController rd %windir%\temp\ /s /q rd C:\TEMP\ /s /q rd C:\Quarantine /s /q rd "%userprofile%\AppData\Local\Temp\"  /s /q del C:\Windows\Installer\.tmp RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\" RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\" RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\" RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v3.0\Temporary ASP.NET Files\" RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v3.5\Temporary ASP.NET Files\" RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\" RD /S /Q "%userprofile%\AppData\Local\Microso

pdf to dxf

if you get a cad plan in pdf format you have a problem: Pdf can not be loaded in most cad programs. I used pstoedit to solve this problem. Pstoedit is a free tool to convert pdfs to dxf. What you have to do: Install pstoedit Install ghostscript shot at your pdfs: pstoedit.exe <pdfSource> <dxfOutput> -f dxf thanks to the author of pstoedit! Here is the pstoedit.exe -help output: No output format specified (-f option) and format could not be uniquely deduced from suffix .dxf of output file Available formats :     psf:            .fps:    Flattened PostScript (no curves)     (built-in) -------------------------------------------     ps:            .spsc:    Simplified PostScript with curves     (built-in) -------------------------------------------     debug: