Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
iptables / cdrtools problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 507

PostPosted: Tue Jan 13, 2004 4:23 pm    Post subject: iptables / cdrtools problems Reply with quote

Hi,

I know these two may not be normally related, but in my case, neither of these tools work and I rolled back to a non-buggy version as indicated on the website. I cannot burn cd's as cdrtools does not return any cd burners when doing a scanbus, and when I start iptables, my network connection is cutoff. My rulesets are from a working version of iptables so that is not the problem. Could the versions of iptables and cdrtools still be buggy even though the bug logo is not indicated for the versions I am using? Does anyone else have this problem with these programs or any other?
Back to top
View user's profile Send private message
teknomage1
Veteran
Veteran


Joined: 05 Aug 2003
Posts: 1239
Location: Los Angeles, CA

PostPosted: Tue Jan 13, 2004 5:50 pm    Post subject: Reply with quote

do you get error messages? Have you checked your logs? As you indicated it's sort of wierd to have problems in both. Maybe your kernel is missing something important. I'm not sure but you might run ldd iptables and ldd cdrtools and see if they share any libraries.
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 507

PostPosted: Tue Jan 13, 2004 8:08 pm    Post subject: Reply with quote

Hi,

This is the error message from cdrecord:

Cdrecord 2.01a14 (i686-pc-linux-gnu) Copyright (C) 1995-2003 J�rg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

When I start iptables as a service, I cannot get through anything, I try pinging the router and I get no replies. I have rebuilt the kernel and modules several times already in order to get some other things working like my tv tuner card, so I don't think I am missing the modules or have bad modules as they have been built several times all with the same result.


Walter
Back to top
View user's profile Send private message
teknomage1
Veteran
Veteran


Joined: 05 Aug 2003
Posts: 1239
Location: Los Angeles, CA

PostPosted: Tue Jan 13, 2004 8:55 pm    Post subject: Reply with quote

Yeah sounds like your kernel's not the problem. Check for any shared libraries and also see if your make.conf settings specifically cflags and use flags have anything unusual. Check your everythign,logs and see if you get any kernel messages when you run either problem
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 507

PostPosted: Tue Jan 13, 2004 9:51 pm    Post subject: iptables/cdrtools problems Reply with quote

These are my custom make.conf settings:

USE="X gtk2 gnome kde -alsa"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
ACCEPT_KEYWORDS="~x86"

This is my kernel log with only unique entries.

Jan 13 08:43:19 Xuser kernel: cdrom: This disc doesn't have any tracks I recognize!

Jan 13 12:58:11 Xuser kernel: bttv0: skipped frame. no signal? high irq latency?


Do you think it could be a bad compilation or compiler?

Walter
Back to top
View user's profile Send private message
teknomage1
Veteran
Veteran


Joined: 05 Aug 2003
Posts: 1239
Location: Los Angeles, CA

PostPosted: Wed Jan 14, 2004 4:01 am    Post subject: Reply with quote

well i'm not a programmer so i can only repeat the standard line that if your software fails try to recompile with less aggressive complier settings. Also since you're set to ~x86 you'll encounter bugs that may not be listed on bugtracker yet
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 507

PostPosted: Wed Jan 14, 2004 1:05 pm    Post subject: cdrtools/iptables Reply with quote

I commented out that line and recompiled cdrtools and iptables and encountered the same problem. I thought using the ~x86 would permit building any x86 architecture even though my system is optimized for P4 i686. I put that in because some programs wouldn't compile.

Walter
Back to top
View user's profile Send private message
teknomage1
Veteran
Veteran


Joined: 05 Aug 2003
Posts: 1239
Location: Los Angeles, CA

PostPosted: Wed Jan 14, 2004 8:07 pm    Post subject: Reply with quote

~x86 just turns on unstable package support
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 507

PostPosted: Wed Jan 14, 2004 8:15 pm    Post subject: iptables / cdrtools problem Reply with quote

ok, that make sense, that means I could be running alot of other unstable apps that I don't know about.

Walter
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 507

PostPosted: Wed Jan 14, 2004 8:58 pm    Post subject: unstable package use Reply with quote

I am updating the system and hopefully installing stable packages. I will post the results, hopefully successful.


Walter
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 507

PostPosted: Thu Jan 15, 2004 4:31 am    Post subject: iptables/cdrtools Reply with quote

Well I recompiled them again, with the new libraries and all, and no go. I think it may be a larger problem.

Walter
Back to top
View user's profile Send private message
teknomage1
Veteran
Veteran


Joined: 05 Aug 2003
Posts: 1239
Location: Los Angeles, CA

PostPosted: Fri Jan 16, 2004 1:14 am    Post subject: Reply with quote

whoa tough break i don't even know where to go to look for more info on that sort of thing except maybe fill out bug reports at the respective project sites or maybe here and see if the developers can reproduce the problem
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 507

PostPosted: Tue Jan 20, 2004 4:44 pm    Post subject: cdrtools Reply with quote

What device drivers are you using for your cdrtools? Mine cannot seem to find /dev/pg* as I don't have those devices. I have hdd=ide-cd (used to be ide-scsi) in grub.conf. I think I have everything built-into the kernel as opposed to loading a module.

Walter
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 507

PostPosted: Sat Jan 24, 2004 11:06 pm    Post subject: iptables / cdrtools problems Reply with quote

Well here is what I have todo to see my drives with cdrtools:

cdrtools dev=ATAPI -scanbus
from this thread:
https://forums.gentoo.org/viewtopic.php?t=117445&highlight=cdrtools

But iptables is still whacked, I am not in front of my machine, so I cannot insert a disc and test cdrecord out, but hopefully it works fine.


Walter
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum