|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2-nis: invalid free() ? (unable to configure nis slave server using yast) | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Martin Mrazik <mmrazik> |
| Component: | YaST2 | Assignee: | Jiří Suchomel <jsuchome> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | kukuk |
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 97395 | ||
| Attachments: |
y2logs
backtrace (gdb --args /usr/lib/yp/ypxfr -f -h moody.suse.cz -d suse.cz shadow.byname) strace |
||
|
Description
Martin Mrazik
2005-09-02 10:44:52 UTC
Created attachment 48579 [details]
y2logs
I'm not sure about that 'free' warning - it is not an issue of yast2-nis-server, might be related to yast2-core package (thought I doubt). However, the problem with unconfigured server should be easy to fix; Andreas, could I submit it into RC1? Ah, that glibc message comes from the call /usr/lib/yp/ypxfr -f -h moody.suse.cz suse.cz shadow.byname -> Thorsten, could you look at it? And I have one more question for you (just reassuring): "/usr/lib/yp/makedbm -u /var/yp/suse.cz/ypservers" used to produce the output int the form "key value" (with space), but now it looks like uses \t instead of space. Could I rely on this fact? (In reply to comment #3) > Ah, that glibc message comes from the call > /usr/lib/yp/ypxfr -f -h moody.suse.cz suse.cz shadow.byname Backtrace? I cannot reproduce that with our servers here and I never heard about such problems. > -> Thorsten, could you look at it? > > And I have one more question for you (just reassuring): > "/usr/lib/yp/makedbm -u /var/yp/suse.cz/ypservers" used to produce the output > int the form "key value" (with space), but now it looks like uses \t instead of > space. Could I rely on this fact? In the past it used sometimes wrongly " " (space). You should except both, space and/or tab. It depends on the implementation and the kind of map. Between, using "/usr/lib/yp/ypxfr -f -h moody.suse.cz suse.cz shadow.byname" gives an usage error and with -s: kukuk@firun:~> /usr/lib/yp/ypxfr -f -h moody.suse.cz -s suse.cz shadow.byname ypxfr: Can't find server for map Sorry, the missing parameter was -d (try it from dhcp44.suse.cz): /usr/lib/yp/ypxfr -f -h moody.suse.cz -d suse.cz shadow.byname Created attachment 48603 [details]
backtrace (gdb --args /usr/lib/yp/ypxfr -f -h moody.suse.cz -d suse.cz shadow.byname)
Created attachment 48604 [details]
strace
Grmpfh, I thought I fixed that long time ago. fixed package submitted. yast2-nis-server package also adapted for current makedbm output and submitted. |