Do you have Samba installed on it?
Printable View
Do you have Samba installed on it?
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.
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.
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.:shrug:
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.
http://farm6.static.flickr.com/5095/...1dfdaffb_b.jpg
I use PuTTY to remote logon the servers and control BOINC programs, it seems working well.
http://farm6.static.flickr.com/5292/...1581161f_b.jpg
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.
http://farm6.static.flickr.com/5095/...07e50af3_b.jpg
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! :D
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. :up:
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.
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?
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>
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.Quote:
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
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.