Change font size
It is currently Tue Dec 22, 2009 12:22 am

Welcome
Welcome to Computer Programming Forum
We have a tool bar that you can download at http://comprog98.ourtoolbar.com/
Free Domain Name Service
You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!
Here's where the people who come to are site are from:Image
Affiliate links: http://www.dreamincode.net/
Prediction Market

DaniWeb IT Discussion Community




Post a new topicPost a reply Page 1 of 2   [ 35 posts ]
Go to page 1, 2  Next
Author Message
 Post subject: *nix errors
New postPosted: Mon Mar 03, 2008 5:02 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 648
Highscores: 11
Post the errors you've been getting from your *nix system lately here.


Top
 Profile  
 
 Post subject:
New postPosted: Wed Apr 09, 2008 1:07 pm 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
I just love how no one's posted any here. It just goes to show, doesn't it. :wink:

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject:
New postPosted: Wed Apr 09, 2008 6:21 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 648
Highscores: 11
lol


Top
 Profile  
 
 Post subject:
New postPosted: Fri Apr 18, 2008 9:42 am 
Average

Joined: Fri Mar 14, 2008 8:12 am
Posts: 435
so true :D

_________________
"ease the trigger" does that work for games too?


:twisted:


Top
 Profile  
 
 Post subject:
New postPosted: Fri Apr 18, 2008 3:47 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 648
Highscores: 11
Wyoming wrote:
I just love how no one's posted any here. It just goes to show, doesn't it. :wink:

You could post those errors you got when you were begining


Top
 Profile  
 
 Post subject:
New postPosted: Mon Apr 28, 2008 7:44 am 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
Those were user errors though.
I figured them out.

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject:
New postPosted: Mon Apr 28, 2008 3:13 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 648
Highscores: 11
Errors are errors though ;)

_________________
"Do you want to sell sugar water for the rest of your life or do you want to change the world?"--Steve Jobs
"Quick put out the fire before the judge comes!"---Unknown
If you can't make it good, make it look good"---Bill Gates
"The mac file structure can be used to scare small children"--Linux Trovalds
"As a programmer, I should have known that. Otherwise I should be taken out back and "decompiled""---Unknown


Top
 Profile  
 
 Post subject:
New postPosted: Fri May 16, 2008 7:29 am 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
Ok, here's one:
I run Slackware 12.0 (darkstar)
I'm trying to use QT designer (KDEvelop)
This is what it says when I run the makefile:

sh-3.1# make
/usr/lib/qt-3.3.8/bin/uic my_project_form.ui -o .ui/my_project_form.h
g++ -c -pipe -Wall -W -O2 -DQT_NO_DEBUG -I/usr/lib/qt-3.3.8/mkspecs/default -I. -I/usr/lib/qt-3.3.8/include -I.ui/ -I. -I.moc/ -I/usr/lib/qt-3.3.8/include -o .obj/main.o main.cpp
/usr/lib/qt-3.3.8/bin/uic my_project_form.ui -i my_project_form.h -o .ui/my_project_form.cpp
g++ -c -pipe -Wall -W -O2 -DQT_NO_DEBUG -I/usr/lib/qt-3.3.8/mkspecs/default -I. -I/usr/lib/qt-3.3.8/include -I.ui/ -I. -I.moc/ -I/usr/lib/qt-3.3.8/include -o .obj/my_project_form.o .ui/my_project_form.cpp
/usr/lib/qt-3.3.8/bin/moc .ui/my_project_form.h -o .moc/moc_my_project_form.cpp
g++ -c -pipe -Wall -W -O2 -DQT_NO_DEBUG -I/usr/lib/qt-3.3.8/mkspecs/default -I. -I/usr/lib/qt-3.3.8/include -I.ui/ -I. -I.moc/ -I/usr/lib/qt-3.3.8/include -o .obj/moc_my_project_form.o .moc/moc_my_project_form.cpp
g++ -Wl,-rpath,/usr/lib/qt-3.3.8/lib -o my_project .obj/main.o .obj/my_project_form.o .obj/moc_my_project_form.o -L/usr/lib/qt-3.3.8/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm
/usr/lib/gcc/i486-slackware-linux/4.1.2/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [my_project] Error 1
sh-3.1#

Apparently crt1.0, one of the objects that came with the system, has a problem. help, please? :?:

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject:
New postPosted: Fri May 16, 2008 8:21 am 
PseudoAverage

Joined: Fri May 02, 2008 6:54 am
Posts: 76
tried a good ol' reinstall?


Top
 Profile  
 
 Post subject:
New postPosted: Fri May 16, 2008 3:23 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 648
Highscores: 11
(obvious)
Try declaring main.

_________________
"Do you want to sell sugar water for the rest of your life or do you want to change the world?"--Steve Jobs
"Quick put out the fire before the judge comes!"---Unknown
If you can't make it good, make it look good"---Bill Gates
"The mac file structure can be used to scare small children"--Linux Trovalds
"As a programmer, I should have known that. Otherwise I should be taken out back and "decompiled""---Unknown


Top
 Profile  
 
 Post subject:
New postPosted: Thu May 22, 2008 7:26 am 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
bobwrits wrote:
(obvious)
Try declaring main.

What? If you mean the main statement, yeah, I have that...

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject:
New postPosted: Sat May 24, 2008 12:54 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 648
Highscores: 11
No, the main() function. it says in the error that it's because of a "(.text+0x18): undefined reference to `main' "

_________________
"Do you want to sell sugar water for the rest of your life or do you want to change the world?"--Steve Jobs
"Quick put out the fire before the judge comes!"---Unknown
If you can't make it good, make it look good"---Bill Gates
"The mac file structure can be used to scare small children"--Linux Trovalds
"As a programmer, I should have known that. Otherwise I should be taken out back and "decompiled""---Unknown


Top
 Profile  
 
 Post subject:
New postPosted: Tue Jun 03, 2008 9:36 am 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
Yeah, I had that. It's ok now, I recompiled KDEsigner. It works fine. Thanks, Ashk. :wink:

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject:
New postPosted: Tue Jun 10, 2008 3:42 pm 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
This is hilarious, I found this in Blender. I don't know what it's about, but I got this error message:

Wanna Crash? [Yes, Please!]

It's just so wierd... :P

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject:
New postPosted: Tue Jun 10, 2008 6:16 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 648
Highscores: 11
Easter Egg!

_________________
"Do you want to sell sugar water for the rest of your life or do you want to change the world?"--Steve Jobs
"Quick put out the fire before the judge comes!"---Unknown
If you can't make it good, make it look good"---Bill Gates
"The mac file structure can be used to scare small children"--Linux Trovalds
"As a programmer, I should have known that. Otherwise I should be taken out back and "decompiled""---Unknown


Top
 Profile  
 
 Post subject:
New postPosted: Tue Jun 17, 2008 3:36 pm 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
Right, I'm getting really ticked off at my computer right now.
So heres the story: So I just got a new computer (Dell Dimension Desktop), and I figured I install Linux, right? Simple enough. So I go to install Slackware. Works fine. Then I decide to change some partitions around, so I throw in Puppy and Gpart them. Gpart freezes, so I reboot and wipe it, then do it again. Install Slack. From that point till now, no matter how many times I reinstall, Slack won't see the internet, printer, or even X. I have to use puppy for everything. So I download Ubuntu, burn it - After the boot screen, it freezes. Same thing with Knoppix. Help me out, if you will,. because I'm about ready to bash in the CD tray or something more destructive.

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject:
New postPosted: Wed Jun 18, 2008 5:11 am 
PseudoAverage

Joined: Fri May 02, 2008 6:54 am
Posts: 76
Install Windows on it. After that try installing Linux.


Top
 Profile  
 
 Post subject:
New postPosted: Thu Jun 19, 2008 9:00 am 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
Explain your reasoning, Seraphim. So, I decided to try Slack once more and it finally worked with x. Heres the problem now: I have two systems, Slack and Puppy. Slack can't get on the internet, while puppy can't do anything but. They work fine, I switch between the two, sure, but what if I want to install FrostWire? It needs the internet. So my new question then: Who can tell me either a way to get on the web with Slackware, because I've tried everything I can find, or else point me to a dotpup or pet file for Frostwire, because I can't find one of those either.

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject:
New postPosted: Thu Jun 19, 2008 9:20 am 
PseudoAverage

Joined: Fri May 02, 2008 6:54 am
Posts: 76
There isnt much reasoning for my suggestion. Its just something I figured out while messing around at home. I was trying to install Fedora 9 when it came out and I was trying to do the clean install instead of upgrading my Fedora 8. Whenever I would throw in a DVD it was either crash while getting to partitioning or while installing would tell me the files are missing. (The DVD was fine since I used the same one at work earlier that day) So then I decided to try out Gentoo. Got the .iso, burned it, throw it in ... I get issues with starting X And reinstaling Fedora 8 was unsuccessful too.

Finally I got fed up and threw XP on after few mre days I decided to try again and Fedora with Gentoo worked like nothing is a miss.

I know it sounds unreasonable but u never know.


Top
 Profile  
 
 Post subject:
New postPosted: Thu Jun 19, 2008 12:13 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 648
Highscores: 11
What did you do to the partitions exactly( did you cange the slackware partition from hda to hdb or some thing like that?)?

_________________
"Do you want to sell sugar water for the rest of your life or do you want to change the world?"--Steve Jobs
"Quick put out the fire before the judge comes!"---Unknown
If you can't make it good, make it look good"---Bill Gates
"The mac file structure can be used to scare small children"--Linux Trovalds
"As a programmer, I should have known that. Otherwise I should be taken out back and "decompiled""---Unknown


Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 2   [ 35 posts ]
Go to page 1, 2  Next


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron