Moderators: SecretSquirrel, notfred
And there is nothing wrong with that really. It is kind of nice that there is a Unix dist for the layman. I would love to get very sophisticated and knowledgeable about running nixes from the CLI, but until that happens it is nice to know that Ubuntu installs a fully functional desktop set to automatically update the whole system. There is much to like about that. My mom could literally use Ubuntu. In fact, it is my opinion that the Gnome desktop environment in Ubuntu 8.10 is a lot more intuitive than any Version of Windows or Apple's OS ever has been.Forge wrote:Thought nothing much of it at the time, but that command would give most Ubuntu users a hernia, if not panic attacks.
flip-mode wrote:And there is nothing wrong with that really. It is kind of nice that there is a Unix dist for the layman. I would love to get very sophisticated and knowledgeable about running nixes from the CLI, but until that happens it is nice to know that Ubuntu installs a fully functional desktop set to automatically update the whole system. There is much to like about that. My mom could literally use Ubuntu.Forge wrote:Thought nothing much of it at the time, but that command would give most Ubuntu users a hernia, if not panic attacks.
Well, not to be rude, but maybe you should start a "Switched back to Windows" thread for that discussionCrayon Shin Chan wrote:And that is why I switched back to Windows. After all that fussing about and worrying how to keep the computer busy compiling the entire night (you have no idea how many hours of sleep I lost over compiling and worrying about what to compile and why it doesn't compile), I came to the conclusion that this simply wasn't necessary. There are tons of things to do on my computer besides getting it to work. Thinking back, I learned a lot and I earned bragging rights, but in the big picture, it was a waste of time.
Forge wrote:Thought nothing much of it at the time, but that command would give most Ubuntu users a hernia, if not panic attacks.

flip-mode wrote:Well, not to be rude, but maybe you should start a "Switched back to Windows" thread for that discussionCrayon Shin Chan wrote:And that is why I switched back to Windows. After all that fussing about and worrying how to keep the computer busy compiling the entire night (you have no idea how many hours of sleep I lost over compiling and worrying about what to compile and why it doesn't compile), I came to the conclusion that this simply wasn't necessary. There are tons of things to do on my computer besides getting it to work. Thinking back, I learned a lot and I earned bragging rights, but in the big picture, it was a waste of time.
mount -t msdos /dev/sg0 /mntflip-mode@socute:~$ ll /dev/s*
brw-rw----+ 1 root cdrom 11, 0 2009-02-02 20:17 /dev/scd0
brw-rw---- 1 root disk 8, 0 2009-02-02 20:17 /dev/sda
brw-rw---- 1 root disk 8, 1 2009-02-02 20:17 /dev/sda1
brw-rw---- 1 root disk 8, 2 2009-02-02 20:17 /dev/sda2
brw-rw---- 1 root disk 8, 5 2009-02-02 20:17 /dev/sda5
crw-rw---- 1 root disk 21, 0 2009-02-02 20:17 /dev/sg0
crw-rw---- 1 root cdrom 21, 1 2009-02-02 20:17 /dev/sg1
flip-mode wrote:or should I use usbfs instead of msdos?
Also, is sg0 the right device? Heh....
Forge wrote:emerge -uDa gcc && emerge -C gcc-4.1.2 && gcc-config 1 && source /etc/profile && cp /etc/make.conf.core2 /etc/make.conf && emerge -e world && emerge -uDa world && emerge -uDa gnome && cd /usr/src/linux && make clean && cp /boot/current.cfg /usr/src/linux/.config && make oldconfig && make && make modules && make modules_install && make install && shutdown -r now
Nice. Here is what I get:Crayon Shin Chan wrote:run dmesg|tail to find any new lines, and it'll tell you which device node it is.
flip-mode@socute:~$ dmesg | tail
[160989.410054] usb 1-1: device descriptor read/64, error -71
[160989.650053] usb 1-1: device descriptor read/64, error -71
[160989.880047] usb 1-1: new full speed USB device using uhci_hcd and address 4
[160990.010068] usb 1-1: device descriptor read/64, error -71
[160990.250059] usb 1-1: device descriptor read/64, error -71
[160990.480047] usb 1-1: new full speed USB device using uhci_hcd and address 5
[160990.900047] usb 1-1: device not accepting address 5, error -71
[160991.020058] usb 1-1: new full speed USB device using uhci_hcd and address 6
[160991.440048] usb 1-1: device not accepting address 6, error -71
[160991.440160] hub 1-0:1.0: unable to enumerate USB device on port 1
titan wrote:One problem I see with that command if you wanted it to be truly unattended...don't use the a option.
sub.mesa wrote:In all my experiences, FreeBSD proved a more "just works" mentality than any Linux experience i've ever had. Although installing FreeBSD is not as sleek with a graphic installer etc, the actual setup of FreeBSD is piece of cake with ports tree.
Yep, for me at least, I had trouble with the ports. A few of them were nowhere close to "just working" and I was never able to get them to work. Being a complete noob, I was probably doing something simple, or 5 somethings simple, wrong, and if I'd have just known this or that little thing I could have gotten the ports to install flawlessly. IIRC, I got 3 or 4 ports installed without issue, but had trouble with other ports. Aptitude in Ubuntu has been surprisingly easy to use and I have yet to not be able to install something.just brew it! wrote:I've been quite pleased with the package management system on Ubuntu, and would argue that it also qualifies for "piece of cake" status when it comes to setup.sub.mesa wrote:In all my experiences, FreeBSD proved a more "just works" mentality than any Linux experience i've ever had. Although installing FreeBSD is not as sleek with a graphic installer etc, the actual setup of FreeBSD is piece of cake with ports tree.
Your much smarter than I am, my head started hurting a long time ago.just brew it! wrote:Yeah, I've got nothing against FreeBSD. In fact, from the perspective of security, stability, and performance in network infrastructure type applications, it is likely superior to Linux. But that doesn't mean it is the right choice for everyone.
The line between the two is becoming increasingly blurry though -- Debian is now capable of running on top of the FreeBSD kernel. My head hurts. Interesting times we live in here...
flip-mode wrote:All of that is no knock against FreeBSD, rather, it is just to say that it was taking more time to learn than Ubuntu, and it was enough of a frustration that, coupled with the fact that the web server at work is Linux, I decided to focus on Ubuntu Server.
sub.mesa wrote:- generally higher SMP performance (important for servers)
just brew it! wrote:The line between the two is becoming increasingly blurry though -- Debian is now capable of running on top of the FreeBSD kernel. My head hurts. Interesting times we live in here...
flip-mode wrote:I just installed swat, and configured it in about 30 minutes, while watching TV. It took me /days/ of frustration to get it going the first time I tried it. Sheesh.
just brew it! wrote:flip-mode wrote:I just installed swat, and configured it in about 30 minutes, while watching TV. It took me /days/ of frustration to get it going the first time I tried it. Sheesh.
Probably a combination of Linux maturing as a platform, and you getting more into the "Linux mindeset"... things really do get a lot easier as time goes by.
titan wrote:The one thing I'm trying to figure out though, is how the drivers work for that printer now. I just let Windows install the drivers that it found from somewhere, and it works just fine, but isn't there a way that I can get official drivers pushed to the clients from Samba? I've been researching this, and it doesn't seem to be the case or something.
titan wrote:I'll say. My printer is now shared. Heck, my printer is just working in Linux. Don't know what the problem was before. And again, took only a few minutes to share it.
Return to Linux, Unix, and Assorted Madness
Users browsing this forum: Google Adsense [Bot] and 2 guests