Do you have Samba installed on it?
Do you have Samba installed on it?
My toys:
Asus Sabertooth X58 | Core i7-950 (D0) | CM Hyper 212+ | G.Skill Sniper LV 12GB DDR3-1600 CL9 | GeForce GTX 670-2048MB | OCZ Agility 4 512GB, WD Raptor 150GB x 3 (RAID0), WD Black 1TB x 2 (RAID0) | XFX 650W CAH9 | Lian-Li PC-9F | Win 7 Pro x86-64
Gigabyte EX58-UD3R | Core i7-920 (D0) | Stock HSF | G.Skill Sniper LV 4GB DDR3-1600 CL9 | Radeon HD 2600 Pro 512MB | WD Caviar 80GB IDE, 4TB x 2 (RAID5) | Corsair TX750 | XClio 188AF | Win 7 Pro x86-64
Dell Dimension 8400 | Pentium 4 530 HT (E0) | Stock HSF | 1.5GB DDR2-400 CL3 | GeForce 8800 GT 256MB | WD Caviar 160GB SATA | Stock PSU | (Broken) Stock Case | Win Vista HP x86
Little Dot DAC_I | Little Dot MK IV | Beyerdynamic DT-880 Premium (600 Ω) | TEAC AG-H300 MkIII | Polk Audio Monitor 5 Series 2's
sudo apt-get install samba
sudo apt-get install smbfs
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup
sudo gedit /etc/samba/smb.conf
Find this line
workgroup = MSHOME
Replace with the following line
workgroup = new_domain_or_workgroup
Save the edited file (sample)
sudo testparm
sudo /etc/init.d/samba restart
Linux itself doesn't use workgroups like Windows does so you need something like Samba to allow Windows and Linux to operate in the same environment.
[SIGPIC][/SIGPIC]
Installed a ssd drive in my harpertown cruncher. Wouldn't recognize the drive. Went into bios and changed to ahci from ide. Wasn't sure if ubuntu would fire up. It did and my ssd drive is recognized. Do I have to reinstall ubuntu to take advantage of ahci? Or is there a setting I need to change. This is on a asus dseb-dg mobo.
As far as I can tell Ubuntu doesn't like AHCI for some reason. I've been googling but haven't learned much yet.
[SIGPIC][/SIGPIC]
No issues so far. Had no choice if I wanted the ssd to be recognized. Just using it as a scratch disk when I rip movies. Shaves off about 5 minutes ripping to the ssd.
Hi all, I got a DELL R710 server. And it uses SUSE Linux Enterprise Sever 11(x86_64), there is Xserver program on this server but I don't use it because:
1. I don't know how to use the GUI interface on the server via my work computer remotely.
2. The GUI takes some computer resource, maybe WCG runs faster in CLI interface.
So I just use the command line interface of BOINC program.
I use PuTTY to remote logon the servers and control BOINC programs, it seems working well.
I opened 3 PuTTYs to use the server, one to see the BOINC and WCG status(lower left), one to control BOINC program(lower right), the last to see the system status.
![]()
If you are familiar with command line interface of BOINC, it's simple to use BOINC on your Ubuntu or other distributions. You don't have to worry about the GUI, just open several terminals and you can run BOINC too.
ni hao lidake007
I used PuTTY for years, forgot all about it.
What I see that I like is 16 threads!
There are programs like VNC for viewing and using a desktop remotely. Some are a little faster than others and some have a better reputation for security. You can use a search engine to find them but if you are OK with the command line that is best I think.
Thanks for the pictures!
I got a question, does WCG runs faster on Linux than on Windows machine??
Oh HELL yes! Especially running HCC work units. Linux 64bit is anything up to double the speed on those units.
BUT it also scores LESS points. Not just per unit but overall.
It's a matter of picking between more points awarded (Windows) or more work completed (Linux), not counting other differences of course.
[SIGPIC][/SIGPIC]
Computing for Clean Water ran faster on Linux when the project first started. Do not know about now have not checked.
I believe they redid the Windows application a little while back and now they are closer to the same for C4CW.
I just set up my SB Asus P8P67-M Pro mobo and Dotsch/UX won't connect to the internet. Windows connects fine and Dotsch/UX will connect fine on other machines. I'm basically a Linux noob so do any of the resident linux gurus have a suggestion?
You'll never know what you're living for until you know what you're willing to die for.
I'm not familiar with Dotsch/UX but here goes.
Can you ping your router? use the commandwhere <IP-ADDRESS> is the address of your router eg 192.168.1.1 or whatever you have on your network.Code:ping -c3 <IP-ADDRESS>
[SIGPIC][/SIGPIC]
It is Ubuntu packaged for small installs to USB or easy setup of diskless nodes and server. So it is just Ubuntu all-in-all.
At the terminal type ifconfig -a look for eth0 for wired and wlan0 for wireless. If they are not there linux does not reconise or have drivers for that device.
Yes, it is for small installs.
Brain Cramp. I typed ipconfig -a instead of ifconfig -a. Anyway, here are the results.At the terminal type ifconfig -a look for eth0 for wired and wlan0 for wireless. If they are not there linux does not reconise or have drivers for that device.
boinc@Dotschhdd8:~$ ipconfig -a
bash: ipconfig: command not found
boinc@Dotschhdd8:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr bc:ae:c5:a8:ac:9c
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:5661785488 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:249
eth0:avahi Link encap:Ethernet HWaddr bc:ae:c5:a8:ac:9c
inet addr:169.254.9.237 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:249
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:40 errors:0 dropped:0 overruns:0 frame:0
TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2944 (2.9 KB) TX bytes:2944 (2.9
Last edited by nanoprobe; 01-28-2011 at 04:15 PM.
You'll never know what you're living for until you know what you're willing to die for.
The easiest thing to do at this point is put in a network card, wireless card or USB network. If you do not have one I can link you some that are known to work with Ubuntu and are cheap. If you are not in a position to buy one I can probably find a PCI network card for here.
Linux drivers are for chipsets not brand name. You will need to know the chipset of the network device.
It's quite possible the interface just isn't configured. I've forgotten to do that while installing a couple of times.
[SIGPIC][/SIGPIC]
Bookmarks